58+ results for 'i++; source:GitLab repo:free-electrons-labs/dka-game' (0 ms)
Not the results you expected?
beanDB.java (https://gitlab.com/alexaltair/proyectoBdSteam) Java · 299 lines
hfi_parser.c (https://gitlab.com/lszubowi/kernel-ark) C · 325 lines
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
LexOpal.cxx (https://gitlab.com/life436/tortoisegit) C++ · 525 lines
graph.bar.php (https://gitlab.com/ElvisAns/tiki) PHP · 338 lines
Config.php (https://gitlab.com/dksaputra/scarf) PHP · 274 lines
engine2d.js (https://gitlab.com/Mirros/jsdelivr) JavaScript · 232 lines
AsyncTests.Creation.cs (https://gitlab.com/svsamipillai/Rx.NET) C# · 416 lines
SimpleCharStream.java (https://gitlab.com/essere.lab.public/qualitas.class-corpus) Java · 439 lines
SimpleCharStream.java (https://gitlab.com/Rockyspade/titanium_mobile) Java · 457 lines
ChatMessage.java (https://gitlab.com/Meteor-MC/plugins) Java · 245 lines
Lists.cpp (https://gitlab.com/dahbearz/Serious-Engine) C++ · 290 lines
HashMapII.java (https://gitlab.com/MineYourMind/MineTweaker3) Java · 237 lines
class_chinese.php (https://gitlab.com/phamngsinh/baitaplon_sinhvien) PHP · 247 lines
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();
ModelStandardIndexedDirector.java (https://gitlab.com/borneywpf/openjdk-7-src) Java · 186 lines
trace_events_inject.c (https://gitlab.com/pachecof/centos-stream-9) C · 327 lines
core-uncompressed.js (https://bitbucket.org/kraymitchell/fcd.git) JavaScript · 551 lines
ArvorePatricia.java (https://gitlab.com/lucalvos/TP1LAEDSJaLuPe) Java · 208 lines
JNIOverhead.java (https://bitbucket.org/__wp__/mb-linux-msli.git) Java · 390 lines
SimpleArrayMap.java (https://gitlab.com/Soundar028/mahendra_result_app) Java · 416 lines
PropertyAccessorUtils.java (https://gitlab.com/zouxc/spring-framework) Java · 185 lines
HTMLTokenMarker.java (https://gitlab.com/essere.lab.public/qualitas.class-corpus) Java · 408 lines
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
freecourse.php (https://gitlab.com/redwan4re/web-apps-php-26) PHP · 155 lines
String.cpp (https://gitlab.com/adam.lukaitis/spoon) C++ · 1101 lines
ArrayUtils.cls (https://gitlab.com/Aaeinstein54/linguist) Visual Basic for Applications · 458 lines
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
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
AcceptanceTest.java (https://gitlab.com/essere.lab.public/qualitas.class-corpus) Java · 830 lines
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
JavaCharStream.java (https://gitlab.com/essere.lab.public/qualitas.class-corpus) Java · 622 lines
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 };
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
q.c (https://gitlab.com/OpenSourceMirror/sourcenav) C · 834 lines
list_unittest.cc (https://gitlab.com/brian0218/rk3066_r-box_android4.2.2_sdk) C++ · 479 lines
JDBCPreparedStatement.java (https://gitlab.com/brian0218/rk3066_r-box_android4.2.2_sdk) Java · 967 lines
armCOMM.c (https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk) C · 936 lines
mkvparser.cpp (https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk) C++ · 2062 lines
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 }
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
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 }
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);