58+ results for 'i++; source:GitLab repo:free-electrons-labs/dka-game' (0 ms)

Not the results you expected?

PagSeguroTransactionParser.class.php (https://gitlab.com/maickonrangel/HelpRpg.br) PHP · 400 lines

171 $item = self::parseTransactionItem($value);

172 $items[$i] = $item;

173 $i++;

174 }

175 } else {

beanDB.java (https://gitlab.com/alexaltair/proyectoBdSteam) Java · 299 lines

65 result[i]=rs.getString(j);

66 j++;

67 i++;

68 }

69 }

121 j++;

122 }

123 i++;

124 }

125 }

174 j++;

175 }

176 i++;

177 }

178 }

hfi_parser.c (https://gitlab.com/lszubowi/kernel-ark) C · 325 lines

158 rawfmts[i].fmt = pinfo->format;

159 rawfmts[i].buftype = fmt->buffer_type;

160 i++;

161

162 if (pinfo->num_planes > MAX_PLANES)

sql.php (https://gitlab.com/phamngsinh/baitaplon_sinhvien) PHP · 242 lines

60 $found_delimiter = false;

61 // Find first interesting character, several strpos seem to be faster than simple loop in php:

62 //while (($i < $len) && (strpos('\'";#-/', $buffer[$i]) === FALSE)) $i++;

63 //if ($i == $len) break;

64 $oi = $i;

140 break;

141 }

142 $i++;

143 // Aren't we at the end?

144 if ($finished && $i == $len) {

189 }

190 }

191 $i++;

192 }

193 // Skip last char

frontend-nav-menu.php (https://gitlab.com/mostafame/team_website) PHP · 280 lines

83 $lang_item->lang = $lang['locale']; // Save this for use in nav_menu_link_attributes

84 $lang_item->classes = $lang['classes'];

85 $lang_item->menu_order += $offset + $i++;

86 $new_items[] = $lang_item;

87 }

LexOpal.cxx (https://gitlab.com/life436/tortoisegit) C++ · 525 lines

33 {

34 s[i] = static_cast<char>( styler[ start + i ] );

35 i++;

36 }

37 s[ i ] = '\0';

graph.bar.php (https://gitlab.com/ElvisAns/tiki) PHP · 338 lines

310

311 foreach ($values as $style => $value) {

312 $base = $pad + $width * $i++;

313

314 if ($value == 0) {

Config.php (https://gitlab.com/dksaputra/scarf) PHP · 274 lines

209 $prefix = ($i == 0) ? '' : '&';

210 $str .= $prefix . $key . '=' . $val;

211 $i++;

212 }

213

engine2d.js (https://gitlab.com/Mirros/jsdelivr) JavaScript · 232 lines

223 var i = 0;

224 while (i < 5) {

225 i++;

226 out += opts[Math.floor(Math.random() * opts.length)];

227 }

AsyncTests.Creation.cs (https://gitlab.com/svsamipillai/Rx.NET) C# · 416 lines

247 () =>

248 {

249 i++;

250 return new MyD(() => { d++; });

251 },

268 () =>

269 {

270 i++;

271 return new MyD(() => { d++; });

272 },

293 () =>

294 {

295 i++;

296 return new MyD(() => { d++; });

297 },

SimpleCharStream.java (https://gitlab.com/essere.lab.public/qualitas.class-corpus) Java · 439 lines

416 bufcolumn[j] = newCol + columnDiff;

417 columnDiff = nextColDiff;

418 i++;

419 }

420

init_utils_run.c (https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk) C · 247 lines

60 }

61 dbg("arg[%i] '%s'", i, argv[i]);

62 i++;

63 }

64 argv[i] = NULL;

profile_helpers.c (https://gitlab.com/brian0218/rk3066_r-box_android4.2.2_sdk) C · 309 lines

292 filenames[i][ent_len] = 0;

293 if (*t == 0) {

294 i++;

295 break;

296 }

SimpleCharStream.java (https://gitlab.com/Rockyspade/titanium_mobile) Java · 457 lines

434 bufcolumn[j] = newCol + columnDiff;

435 columnDiff = nextColDiff;

436 i++;

437 }

438

ChatMessage.java (https://gitlab.com/Meteor-MC/plugins) Java · 245 lines

100

101 String s3 = matcher.group(1);

102 int i1 = s3 != null ? Integer.parseInt(s3) - 1 : i++;

103

104 if (i1 < this.e.length) {

Lists.cpp (https://gitlab.com/dahbearz/Serious-Engine) C++ · 290 lines

174 for ( CListIter<int, 0> iter(*this); !iter.IsPastEnd(); iter.MoveToNext() ) {

175 aulPointers[i] = ((ULONG)&*iter)-iNodeOffset;

176 i++;

177 }

178

HashMapII.java (https://gitlab.com/MineYourMind/MineTweaker3) Java · 237 lines

232

233 private void skip() {

234 while (i < keys.length && keys[i] == Integer.MIN_VALUE) i++;

235 }

236 }

class_chinese.php (https://gitlab.com/phamngsinh/baitaplon_sinhvien) PHP · 247 lines

121 $c[$i]=$gb[0];

122 $c[$i+1]=$gb[1];

123 $i++;

124 }

125 }

class.form.php (https://gitlab.com/vanthanhhoh/devlovebook) PHP · 282 lines

74 $i = 0;

75 foreach($this->FormElements as $ElementName => $Element) {

76 $i++;

77 $Vars['var' . $i] = $Element->Element;

78 }

83 $i = 0;

84 foreach($this->FormElements as $ElementName => $Element) {

85 $i++;

86 $RenderedForm .= '<?php $Field = $Vars[\'var' . $i . '\']; ?>' . PHP_EOL;

87 $RenderedForm .= $Element->FieldContent();

trace_events_inject.c (https://gitlab.com/pachecof/centos-stream-9) C · 327 lines

47 /* First find the field to associate to */

48 while (isspace(str[i]))

49 i++;

50 s = i;

51 while (isalnum(str[i]) || str[i] == '_')

52 i++;

53 len = i - s;

54 if (!len)

65 *pf = field;

66 while (isspace(str[i]))

67 i++;

68 if (str[i] != '=')

69 return -EINVAL;

multi.js (https://gitlab.com/Ahleph1/sgf-to-pdf) JavaScript · 186 lines

81 }

82 }

83 i++;

84 }

85 }

core-uncompressed.js (https://bitbucket.org/kraymitchell/fcd.git) JavaScript · 551 lines

264 + '>' + source[x][2] + '</option>';

265 }

266 i++;

267 }

268 html += '\n </select>';

ArvorePatricia.java (https://gitlab.com/lucalvos/TP1LAEDSJaLuPe) Java · 208 lines

152 while ((i <= this.nbitsChave)

153 && (this.bit(i, k) == this.bit(i, aux.chave))) {

154 i++;

155 }

156 if (i > this.nbitsChave) { //Se numero de i passar da variavel, o valor eh igual

JNIOverhead.java (https://bitbucket.org/__wp__/mb-linux-msli.git) Java · 390 lines

333 {

334 fillRectDemo.setSleepMillis( Integer.parseInt(args[i + 1]));

335 i++;

336 }

337 if ("-size".equals(args[i]))

339 int size = Integer.parseInt(args[i + 1]);

340 fillRectDemo.setSize(size, size);

341 i++;

342 }

343 if ("-nopaint".equals(args[i]))

SimpleArrayMap.java (https://gitlab.com/Soundar028/mahendra_result_app) Java · 416 lines

361 return DEBUG;

362 }

363 i++;

364 } catch (NullPointerException e) {

365 return DEBUG;

381 Object value = array[v];

382 result += (value == null ? 0 : value.hashCode()) ^ hashes[i];

383 i++;

384 v += 2;

385 }

HTMLTokenMarker.java (https://gitlab.com/essere.lab.public/qualitas.class-corpus) Java · 408 lines

187 {

188 token = HTML_LITERAL_QUOTE;

189 i++;

190 } else {

191 token = HTML_LITERAL_NO_QUOTE;

qiterator.h (https://gitlab.com/x33n/phantomjs) C Header · 191 lines

63 inline void toBack() { i = c.constEnd(); } \

64 inline bool hasNext() const { return i != c.constEnd(); } \

65 inline const T &next() { return *i++; } \

66 inline const T &peekNext() const { return *i; } \

67 inline bool hasPrevious() const { return i != c.constBegin(); } \

97 inline void toBack() { i = c->end(); n = i; } \

98 inline bool hasNext() const { return c->constEnd() != const_iterator(i); } \

99 inline T &next() { n = i++; return *n; } \

100 inline T &peekNext() const { return *i; } \

101 inline bool hasPrevious() const { return c->constBegin() != const_iterator(i); } \

133 inline void toBack() { i = c.constEnd(); n = c.constEnd(); } \

134 inline bool hasNext() const { return i != c.constEnd(); } \

135 inline Item next() { n = i++; return n; } \

136 inline Item peekNext() const { return i; } \

137 inline bool hasPrevious() const { return i != c.constBegin(); } \

execute.php (https://gitlab.com/staging06/myproject) PHP · 207 lines

40 $i = 0;

41 while ($cycle && $i < $max_cycles) {

42 $i++;

43 if ($path == $base) {

44 $cycle = false;

freecourse.php (https://gitlab.com/redwan4re/web-apps-php-26) PHP · 155 lines

73 echo "alpha-slate";

74 }

75 $i++;

76 ?>">

77 <td><?php echo $serial++; ?></td>

String.cpp (https://gitlab.com/adam.lukaitis/spoon) C++ · 1101 lines

973 if ( buffer[i] < string.buffer[i] ) return true;

974 if ( buffer[i] > string.buffer[i] ) return false;

975 i++;

976 }

977

994 if ( buffer[i] < string[i] ) return true;

995 if ( buffer[i] > string[i] ) return false;

996 i++;

997 }

998

ArrayUtils.cls (https://gitlab.com/Aaeinstein54/linguist) Visual Basic for Applications · 458 lines

42 anArray[i] = tmp;

43 j--;

44 i++;

45 }

46 return anArray;

59 anArray[i] = tmp;

60 j--;

61 i++;

62 }

63 return anArray;

ix.js (https://gitlab.com/Mirros/jsdelivr) JavaScript · 1248 lines

221 function () {

222 if (self.disposed) { throw new Error('Object disposed'); }

223 if (!isFirst) { i++; }

224 var hasValue = false, current;

225 if (i >= self.buffer.length) {

364 function () {

365 if (self.disposed) { throw new Error('Object disposed'); }

366 if (!isFirst) { i++; }

367 var hasValue = false, current;

368 if (i >= self.buffer.length) {

later-core.js (https://gitlab.com/Mirros/cdnjs) JavaScript · 912 lines

72 next = min;

73 }

74 i++;

75 if (i === len) {

76 i = 0;

RangeImpl.java (https://gitlab.com/essere.lab.public/qualitas.class-corpus) Java · 1284 lines

253 int i = 0;

254 for (Node n = refNode; n!=null; n = n.getPreviousSibling()) {

255 i++;

256 }

257 fStartOffset = i-1;

292 int i = 0;

293 for (Node n = refNode; n!=null; n = n.getPreviousSibling()) {

294 i++;

295 }

296 fStartOffset = i;

331 int i = 0;

332 for (Node n = refNode; n!=null; n = n.getPreviousSibling()) {

333 i++;

334 }

335 fEndOffset = i-1;

JavaCharStream.java (https://gitlab.com/essere.lab.public/qualitas.class-corpus) Java · 616 lines

592 bufcolumn[j] = newCol + columnDiff;

593 columnDiff = nextColDiff;

594 i++;

595 }

596

AcceptanceTest.java (https://gitlab.com/essere.lab.public/qualitas.class-corpus) Java · 830 lines

239 " public void test_2() {" + PMD.EOL +

240 " for (int i = 0; i < 1; i++) {" + PMD.EOL +

241 " i++;" + PMD.EOL +

242 " i = 8;" + PMD.EOL +

243 " }" + PMD.EOL +

582 " i = 5;" + PMD.EOL +

583 " }" + PMD.EOL +

584 " i++;" + PMD.EOL +

585 " } else if (i < 6) {" + PMD.EOL +

586 " i = 7;" + PMD.EOL +

SerialBlob.java (https://gitlab.com/essere.lab.public/qualitas.class-corpus) Java · 438 lines

227 return (pos + 1) - (patlen - 1);

228 }

229 i++; pos++; // increment pos, and i

230 } else if (pattern[i] != buf[pos]) {

231 pos++; // increment pos only

338 while ( i < length || (offset + i +1) < (bytes.length-offset) ) {

339 this.buf[(int)pos + i] = bytes[offset + i ];

340 i++;

341 }

342 return i;

JSPTokenMarker.java (https://gitlab.com/essere.lab.public/qualitas.class-corpus) Java · 636 lines

214 {

215 token = HTML_LITERAL_QUOTE;

216 i++;

217 } else {

218 token = HTML_LITERAL_NO_QUOTE;

484 if (array[i1] == '/')

485 {

486 i++;

487 addToken((i + 1) - lastOffset, (byte) (token - (Token.INTERNAL_FIRST + 4)));

488 token = JSP_NULL;

JavaCharStream.java (https://gitlab.com/essere.lab.public/qualitas.class-corpus) Java · 622 lines

598 bufcolumn[j] = newCol + columnDiff;

599 columnDiff = nextColDiff;

600 i++;

601 }

602

test_Signal.js (https://gitlab.com/essere.lab.public/qualitas.class-corpus) JavaScript · 481 lines

10 var aFunction = function() {

11 t.ok(this === submit, "aFunction should have 'this' as submit");

12 i++;

13 if (typeof(this.someVar) != 'undefined') {

14 i += this.someVar;

19 aObject.aMethod = function() {

20 t.ok(this === aObject, "aMethod should have 'this' as aObject");

21 i++;

22 };

23

74

75 var eventTest = function(e) {

76 i++;

77 t.ok((typeof(e.event()) === 'object'), 'checking that event() is an object');

78 t.ok((typeof(e.type()) === 'string'), 'checking that type() is a string');

NodeTest.java (https://gitlab.com/essere.lab.public/qualitas.class-corpus) Java · 436 lines

358 || "property3".equals(property.getName()) ))

359 fail("returned non expected properties");

360 i++;

361 }

362 assertEquals(3, i);

377 if(!("exo:prop".equals(property.getName()) || "exo:prop1".equals(property.getName()) ))

378 fail("returned non expected properties");

379 i++;

380 }

381 assertEquals(2, i);

ChainedPreferenceStore.java (https://gitlab.com/essere.lab.public/qualitas.class-corpus) Java · 556 lines

441 if (fPreferenceStores[i].contains(property))

442 oldVisibleStore= fPreferenceStores[i];

443 i++;

444 }

445

q.c (https://gitlab.com/OpenSourceMirror/sourcenav) C · 834 lines

51 if (ele != NULL)

52 buf[++i] = ' ';

53 i++;

54 }

55 buf[i++] = '"';

251 if (ele->content != c[0])

252 return (FOREACH_WALK_FAILED);

253 i++;

254 c +=2;

255 }

266 if (ele->content != c[0])

267 return (FORWARD_WALK_FAILED);

268 i++;

269 ele = SH_LIST_NEXT(ele, sh_les, sh_le);

270 }

list_unittest.cc (https://gitlab.com/brian0218/rk3066_r-box_android4.2.2_sdk) C++ · 479 lines

328 return false;

329 }

330 i++;

331 lhs_item = lhs->Next(lhs_item);

332 rhs_item = rhs->Next(rhs_item);

JDBCPreparedStatement.java (https://gitlab.com/brian0218/rk3066_r-box_android4.2.2_sdk) Java · 967 lines

52 sb.append(c);

53 sb.append(nextChar);

54 i++;

55 } else {

56 inq = false;

armCOMM.c (https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk) C · 936 lines

474 for ( i = 0; value > 0; value = value >> 1)

475 {

476 i++;

477 }

478 return i;

et_cc_linux_arm.c (https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk) C · 2663 lines

784 break;

785 }else{

786 i++;

787 szCopy[iPos++] = szSrc[i];

788 }

mkvparser.cpp (https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk) C++ · 2062 lines

710 while (i != j)

711 {

712 Cluster* const p = *i++;

713 assert(p);

714

cts_final_report_virology_model.php (https://gitlab.com/bipsahu/ptcs) PHP · 668 lines

219 {

220 $start_date[$i] = $sdate['year']."-".$sdate['month']."-".$sdate['date'];

221 $i++;

222 }

223 $i = 0;

225 {

226 $end_date[$i] = $edate['year']."-".$edate['month']."-".$edate['date'];

227 $i++;

228 }

229 for($i=0;$i<count($start_date);$i++)

322 {

323 $start_date[$i] = $sdate['year']."-".$sdate['month']."-".$sdate['date'];

324 $i++;

325 }

326 $i = 0;

cts_final_report_model.php (https://gitlab.com/bipsahu/ptcs) PHP · 853 lines

118 {

119 $start_date[$i] = $sdate['year']."-".$sdate['month']."-".$sdate['date'];

120 $i++;

121 }

122 $i = 0;

124 {

125 $end_date[$i] = $edate['year']."-".$edate['month']."-".$edate['date'];

126 $i++;

127 }

128

400 {

401 $start_date[$i] = $sdate['year']."-".$sdate['month']."-".$sdate['date'];

402 $i++;

403 }

404 $i = 0;

cts_customer_controller.php (https://gitlab.com/bipsahu/ptcs) PHP · 994 lines

21 $role[] = $value;

22 $module[] = $role[$i]['module_name'];

23 $i++;

24 }

25 $data1['positions'] = $this->cts_role_model->show_all_position_role();

40 $role[] = $value;

41 $module[] = $role[$i]['module_name'];

42 $i++;

43 }

44 if($this->session->userdata('is_logged_in') && $this->session->userdata('user_position') == "Entry Person" || $this->session->userdata('user_position') == "Admin" || $role[3]['add'])

65 $role[] = $value;

66 $module[] = $role[$i]['module_name'];

67 $i++;

68 }

69 if($this->session->userdata('is_logged_in') && $this->session->userdata('user_position') == "Entry Person" || $this->session->userdata('user_position') == "Admin" || $role[3]['add'])

gui_at_fs.c (https://bitbucket.org/ultra_iter/vim-qt.git) C · 2866 lines

429 if (result <= 0)

430 break;

431 i++;

432 }

433 begin = i;

444 if (result)

445 break;

446 i++;

447 }

448 end = i;

558 SFstrdup(&SFlogins[i].name, pw->pw_name);

559 SFstrdup(&SFlogins[i].dir, pw->pw_dir);

560 i++;

561 }

562

tst_qregexp.cpp (https://bitbucket.org/ultra_iter/qt-vtl.git) C++ · 1459 lines

274 QTest::newRow( stri + "cook06" ) << QString("%([0-9A-Fa-f]{2})") << QString("http://%7f") << 7 << 3

275 << QStringList( QStringList() << "7f" );

276 QTest::newRow( stri + "cook07" ) << QString("/\\*.*\\*/") << QString("i++; /* increment i */") << 5

277 << 17 << QStringList();

278 QTest::newRow( stri + "cook08" ) << QString("^\\s+") << QString(" aaa ") << 0 << 3

392 << pos << len << QStringList( "IGNORE ME" );

393 }

394 ii++;

395 }

396

cocos2d_specifics.cpp (https://bitbucket.org/Tsiannian/cocos2d-x.git) C++ · 686 lines

87 TEST_NATIVE_OBJECT(cx, item)

88 array->addObject(item);

89 i++;

90 }

91 cocos2d::CCMenu* ret = cocos2d::CCMenu::createWithArray(array);

146 TEST_NATIVE_OBJECT(cx, item)

147 array->addObject(item);

148 i++;

149 }

150 cocos2d::CCFiniteTimeAction* ret = cocos2d::CCSequence::create(array);

184 TEST_NATIVE_OBJECT(cx, item)

185 array->addObject(item);

186 i++;

187 }

188 cocos2d::CCFiniteTimeAction* ret = cocos2d::CCSpawn::create(array);

FieldMayBeFinal.java (https://bitbucket.org/nbargnesi/idea.git) Java · 372 lines

131 static class IncrementInInitializers {

132 private int i = 0;

133 private final int j = i++;

134 }

135

TreeElementPattern.java (https://bitbucket.org/nbargnesi/idea.git) Java · 225 lines

180 if (patterns[j].accepts(element, context)) {

181 if (i != j) return false;

182 i++;

183 break;

184 }