PageRenderTime 2157ms queryTime 44ms sortTime 96ms getByIdsTime 439ms findMatchingLines 51ms

100+ results results for 'i++; source:GitLab repo:N3X15/VoxelSim' (2157 ms)

Not the results you expected?
qcommandline.cpp https://gitlab.com/x33n/phantomjs | C++ | 535 lines
                    
297    else if (forward)
                    
298      i++;
                    
299  }
                    
                
jazzdma.c https://gitlab.com/envieidoc/tomato | C | 566 lines
                    
197		pgtbl[i].owner = VDMA_PAGE_EMPTY;
                    
198		i++;
                    
199	}
                    
                
shellSurfaces.C https://gitlab.com/johnvarv/OpenFOAM-3.0.x | C | 464 lines
                    
271                    candidateDistSqr[candidateI] = sqr(distances[levelI]);
                    
272                    candidateI++;
                    
273                    break;
                    
325                candidateMap[candidateI] = pointI;
                    
326                candidateI++;
                    
327            }
                    
378        {
                    
379            shellI++;
                    
380        }
                    
409
                    
410            shellI++;
                    
411        }
                    
                
jl2005bcd.c https://gitlab.com/kush/linux | C | 531 lines
                    
149			return retval;
                    
150		i++;
                    
151	}
                    
                
pdp8.c https://gitlab.com/jhw866/cs429 | C | 654 lines
                    
577			values1[i] = c;
                    
578			i++;
                    
579			c = getc(input);
                    
601			values2[i] = c;
                    
602			i++;
                    
603			c = getc(input);
                    
                
namei.c https://gitlab.com/pachecof/centos-stream-9 | C | 584 lines
                    
358			*p++ = '/';
                    
359			i++;
                    
360			symname += 2;
                    
367			lc   = c;
                    
368			i++;
                    
369		}
                    
                
fsevents-handler.js https://gitlab.com/sogeta_albazi/books-and-movies | JavaScript | 412 lines
                    
137  var i = 0;
                    
138  while (!path.indexOf(root) && (path = sysPath.dirname(path)) !== root) i++;
                    
139  return i;
                    
                
index.js https://gitlab.com/jjgomez/Navicu | JavaScript | 283 lines
                    
74                    // skip the next "{"                    
                    
75                    i++;
                    
76                    
                    
85                    // skip the next "}"
                    
86                    i++;
                    
87                
                    
                
list.c https://gitlab.com/oytunistrator/QuIP | C | 617 lines
                    
187	while( np!=NO_NODE ){
                    
188		i++;
                    
189		np=NODE_NEXT(np);
                    
                
asn.cpp https://gitlab.com/Ephemeral/Source | C++ | 597 lines
                    
21		bt.Put(byte(length));
                    
22		i++;
                    
23	}
                    
26		bt.Put(byte(BytePrecision(length) | 0x80));
                    
27		i++;
                    
28		for (int j=BytePrecision(length); j; --j)
                    
30			bt.Put(byte(length >> (j-1)*8));
                    
31			i++;
                    
32		}
                    
233			BERDecodeError();
                    
234		i++;
                    
235		if (v >> (8*sizeof(v)-7))	// v about to overflow
                    
                
R600Packetizer.cpp https://gitlab.com/wustl-pctg-pub/llvm-cilk | C++ | 404 lines
                    
77    if (I->isBundle())
                    
78      BI++;
                    
79    int LastDstChan = -1;
                    
                
DVDDemuxPVRClient.cpp https://gitlab.com/jothow/kodi | C++ | 503 lines
                    
457  int i = 0;
                    
458  while (i < MAX_STREAMS && m_streams[i]) i++;
                    
459  return i;
                    
                
paf.c https://gitlab.com/mba811/libav.git | C | 450 lines
                    
197        copy_block4(dst, src, c->width, c->width, 4);
                    
198        i++;
                    
199        if ((i & 0x3F) == 0)
                    
                
PagSeguroTransactionParser.class.php https://gitlab.com/maickonrangel/HelpRpg.br | PHP | 400 lines
                    
172                    $items[$i] = $item;
                    
173                    $i++;
                    
174                }
                    
                
paf.c https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | C | 455 lines
                    
178        copy_block4(dst, src, avctx->width, avctx->width, 4);
                    
179        i++;
                    
180        if ((i & 0x3F) == 0)
                    
                
DateUtils.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 252 lines
                    
162      } catch (ParseException e) {
                    
163        i++;
                    
164      } catch (NumberFormatException e) {
                    
164      } catch (NumberFormatException e) {
                    
165        i++;
                    
166      }
                    
                
WebAppMetadataImplTest.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 223 lines
                    
180            }
                    
181            i++;
                    
182        }
                    
                
BufferedTokenStream.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 272 lines
                    
267        while ( tokens.get(i).getType()!=Token.EOF ) {
                    
268            i++;
                    
269            sync(i);
                    
                
PatchByteCode.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 181 lines
                    
101                pos += 8;
                    
102                i++; // next entry is ignored
                    
103                break;
                    
                
EvaluationSourceGenerator.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 229 lines
                    
90					if (inString) { // skip the char after an escape char
                    
91						i++;
                    
92					}
                    
                
BCG.java https://gitlab.com/rprotas/protas.roman | Java | 273 lines
                    
24                dp[i] = ImageAlgorithms.changeBrightness(sp[i], db);
                    
25                i++;
                    
26            }
                    
41                dp[i] = ImageAlgorithms.changeGamma(sp[i]);
                    
42                i++;
                    
43                }
                    
67            	dp[i] = ImageAlgorithms.changeContrast(sp[i]);
                    
68                i++;
                    
69            }
                    
                
hdmi_edid.c https://gitlab.com/pine64-android/brandy | C | 379 lines
                    
203		}
                    
204		i++;
                    
205	}
                    
                
beanDB.java https://gitlab.com/alexaltair/proyectoBdSteam | Java | 299 lines
                    
66	                      j++;
                    
67	                      i++;
                    
68	                  }
                    
122		        		  }
                    
123	        			  i++;
                    
124		        	  }
                    
175		        		  }
                    
176	        			  i++;
                    
177		        	  }
                    
                
ruleset.cpp https://gitlab.com/renato.rotenberg/openmoddler-provenience | C++ | 384 lines
                    
156	  // go to the next one
                    
157	  i++;
                    
158	}
                    
                
hfi_parser.c https://gitlab.com/deepcypher/linux | C | 325 lines
                    
159		rawfmts[i].buftype = fmt->buffer_type;
                    
160		i++;
                    
161
                    
                
generic_buffer.c https://gitlab.com/tibmeister52761/bbb-kernel | C | 321 lines
                    
51		bytes = channels[i].location + channels[i].bytes;
                    
52		i++;
                    
53	}
                    
                
ctxt-info.c https://gitlab.com/oyvholm/linux | C | 288 lines
                    
66		start++;
                    
67		i++;
                    
68	}
                    
                
qrad3.c https://gitlab.com/viciious/netradiant | C | 717 lines
                    
609			numbounce = atoi (argv[i+1]);
                    
610			i++;
                    
611		}
                    
623			numthreads = atoi (argv[i+1]);
                    
624			i++;
                    
625		}
                    
628			subdiv = atoi (argv[i+1]);
                    
629			i++;
                    
630		}
                    
633			lightscale = atof (argv[i+1]);
                    
634			i++;
                    
635		}
                    
639			printf ("direct light scaling at %f\n", direct_scale);
                    
640			i++;
                    
641		}
                    
                
utils.js https://gitlab.com/maudebo/tp-maudebaillyotis1 | JavaScript | 371 lines
                    
56            iterator.call(context, obj[i], i, obj);
                    
57            i++;
                    
58        }
                    
134        }
                    
135        i++;
                    
136    }
                    
281            }
                    
282            i++;
                    
283        }
                    
314        values[i] = val;
                    
315        i++;
                    
316    }
                    
348        }
                    
349        i++;
                    
350    }
                    
                
sql.php https://gitlab.com/phamngsinh/baitaplon_sinhvien | PHP | 242 lines
                    
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;
                    
141                }
                    
142                $i++;
                    
143                // Aren't we at the end?
                    
190                    }
                    
191                    $i++;
                    
192                }
                    
193                // Skip last char
                    
194                $i++;
                    
195                // Next query part will start here
                    
231                } else {
                    
232                    $i++;
                    
233                    $start_pos = $i;
                    
                
header.php https://gitlab.com/phamngsinh/baitaplon_sinhvien | PHP | 244 lines
                    
44	{
                    
45	$i++;
                    
46	$hname[] = $skey;
                    
                
frontend-nav-menu.php https://gitlab.com/mostafame/team_website | PHP | 280 lines
                    
84					$lang_item->classes = $lang['classes'];
                    
85					$lang_item->menu_order += $offset + $i++;
                    
86					$new_items[] = $lang_item;
                    
                
elbg.c https://gitlab.com/f3822/qtwebengine-chromium | C | 438 lines
                    
112    while (elbg->utility_inc[i] < r)
                    
113        i++;
                    
114
                    
                
graph.bar.php https://gitlab.com/ElvisAns/tiki | PHP | 338 lines
                    
311        foreach ($values as $style => $value) {
                    
312            $base = $pad + $width * $i++;
                    
313
                    
                
users.php https://gitlab.com/morganestes/wordpress-develop | PHP | 278 lines
                    
156					wpmu_delete_user( $id );
                    
157					$i++;
                    
158				}
                    
                
Config.php https://gitlab.com/dksaputra/scarf | PHP | 274 lines
                    
210                    $str .= $prefix . $key . '=' . $val;
                    
211                    $i++;
                    
212                }
                    
                
actualactual.cpp https://gitlab.com/arthurpham/QuantLib | C++ | 210 lines
                    
141                    sum += period;
                    
142                    i++;
                    
143                }
                    
                
LegacyCommonTokenStream.java https://gitlab.com/brian0218/rk3066_r-box_android4.2.2_sdk | Java | 394 lines
                    
147		while ( i<n && ((Token)tokens.get(i)).getChannel()!=channel ) {
                    
148			i++;
                    
149		}
                    
                
h264_parser.c https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | C | 409 lines
                    
90                if(pc->frame_start_found){
                    
91                    i++;
                    
92                    goto found;
                    
                
LexOpal.cxx https://gitlab.com/life436/tortoisegit | C++ | 525 lines
                    
34		s[i] = static_cast<char>( styler[ start + i ] );
                    
35		i++;
                    
36	}
                    
                
card.c https://gitlab.com/oyvholm/linux | C | 458 lines
                    
44					break;
                    
45				i++;
                    
46			}
                    
                
responsiveslides.js https://gitlab.com/vince.omega/mcb-nov-build | JavaScript | 391 lines
                    
36      // Index for namespacing
                    
37      i++;
                    
38
                    
                
LexAda.cxx https://gitlab.com/willemmali-c/iup | C++ | 515 lines
                    
412
                    
413		i++; // Skip over '#'
                    
414
                    
457
                    
458		i++;
                    
459	}
                    
465
                    
466		i++; // Move past 'E'
                    
467
                    
472		if (number[i] == '+')
                    
473			i++;
                    
474		else if (number[i] == '-') {
                    
475			if (seenDot) {
                    
476				i++;
                    
477			} else {
                    
                
setup.c https://gitlab.com/jhalayashraj/nkernel | C | 460 lines
                    
327		if (map[i].size == 0)
                    
328			i++;
                    
329	}
                    
                
FoldedLineWriter.java https://gitlab.com/benjamin.beau/biweekly | Java | 366 lines
                    
203					while (Character.isWhitespace(c) && i < end - 1) {
                    
204						i++;
                    
205						c = cbuf[i];
                    
236				if (Character.isLowSurrogate(c)) {
                    
237					i++;
                    
238					if (i >= end - 1) {
                    
                
iron-overlay-manager.html https://gitlab.com/Andreezzy/messenger | HTML | 362 lines
                    
107        this._overlays[i] = this._overlays[i + 1];
                    
108        i++;
                    
109      }
                    
                
fmplayer.cpp https://gitlab.com/qliss3d/pkg-debian-full | C++ | 655 lines
                    
293	ptr++;
                    
294	i++;
                    
295	if(ptr >= package->values + package->getRval()){
                    
                
Config.php https://gitlab.com/devtoannh/cafe | PHP | 323 lines
                    
130        foreach($configArray AS $k => $v) {
                    
131            $i++;
                    
132            $tree .= $this->_printTree($k, $v, 1, count($configArray)==$i);
                    
172            foreach ($value as $k => $v) {
                    
173                $i++;
                    
174                $tree .= $this->_printTree($k, $v, $level+1, (count($value)==$i));
                    
                
amlogic-gxl-cipher.c https://gitlab.com/dieselnutjob/linux-next | C | 374 lines
                    
172		eat += todo;
                    
173		i++;
                    
174		tloffset++;
                    
                
collection.js https://gitlab.com/adriancarayol/django-angular2 | JavaScript | 369 lines
                    
76            res[i] = getValues ? v : k;
                    
77            i++;
                    
78        });
                    
                
binary_parser.js https://gitlab.com/bossmido/word-on-top | JavaScript | 392 lines
                    
228      decoded += String.fromCharCode(c);
                    
229      i++;
                    
230    } else if ((c > 191) && (c < 224)) {
                    
                
lhe.php https://gitlab.com/Rad1calDreamer/honey | PHP | 418 lines
                    
17		<?
                    
18		$i++;
                    
19	}
                    
                
index.php https://gitlab.com/Almamun444/Octa | PHP | 338 lines
                    
83				    </div>
                    
84				    <?php $i++; endwhile;  wp_reset_query(); ?>
                    
85
                    
139					    </div>
                    
140					<?php $i++;
                    
141					   endforeach;?>
                    
                
grip.c https://gitlab.com/kush/linux | C | 422 lines
                    
100		if (~v & u & 1) {
                    
101			data[0] |= (v >> 1) << i++;
                    
102			t = strobe;
                    
146				t = strobe;
                    
147				i++;
                    
148			} else
                    
                
AsyncTests.Creation.cs https://gitlab.com/svsamipillai/Rx.NET | C# | 416 lines
                    
248                {
                    
249                    i++;
                    
250                    return new MyD(() => { d++; });
                    
269                {
                    
270                    i++;
                    
271                    return new MyD(() => { d++; });
                    
294                {
                    
295                    i++;
                    
296                    return new MyD(() => { d++; });
                    
316                {
                    
317                    i++;
                    
318                    return new MyD(() => { disposed.TrySetResult(true); });
                    
343                {
                    
344                    i++;
                    
345                    return new MyD(() => { disposed.TrySetResult(true); });
                    
                
can.map.sort.js https://gitlab.com/narendrab/sample-project | JavaScript | 312 lines
                    
279                    this._triggerChange('' + newIndex, 'add', [val], undefined);
                    
280                    i++;
                    
281                }
                    
                
dtcs033.c https://gitlab.com/kush/linux | C | 439 lines
                    
85
                    
86		i++;
                    
87	}
                    
                
engine2d.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 232 lines
                    
224        while (i < 5) {
                    
225            i++;
                    
226            out += opts[Math.floor(Math.random() * opts.length)];
                    
                
WindowFeatures.cpp https://gitlab.com/brian0218/rk3066_r-box_android4.2.2_sdk | C++ | 266 lines
                    
85                break;
                    
86            i++;
                    
87        }
                    
91        while (!isWindowFeaturesSeparator(buffer[i]))
                    
92            i++;
                    
93        keyEnd = i;
                    
98                break;
                    
99            i++;
                    
100        }
                    
105                break;
                    
106            i++;
                    
107        }
                    
111        while (!isWindowFeaturesSeparator(buffer[i]))
                    
112            i++;
                    
113        valueEnd = i;
                    
                
ToroidField.cxx https://gitlab.com/mehrhart/clasdigi | C++ | 349 lines
                    
144      pphi -= 60.0;
                    
145      nPhi++;
                    
146   }
                    
                
runtime.js https://gitlab.com/Purexo/Pong.git | JavaScript | 762 lines
                    
74
                    
75					i++;
                    
76
                    
                
em_stl.cpp https://gitlab.com/Laplace_wdd/secondary | C++ | 295 lines
                    
66			fscanf(smodel_in,"%lf%*c%lf\n", &stcoeff_p[i], &stcoeff_m[i]);
                    
67			i++;
                    
68		}
                    
127			pdct += f[i]*stcoeff_p[i];
                    
128			ptk = strtok (NULL, ","); i++;
                    
129		}
                    
146			pdct += f[i]*tcoeff[i];
                    
147			ptk = strtok (NULL, ","); i++;
                    
148		}
                    
                
routermodel.cc https://gitlab.com/pranith/sst-elements | C++ | 352 lines
                    
71	    strcpy(str, tmp);
                    
72	    i++;
                    
73	}
                    
                
DirectoryCache.cpp https://gitlab.com/fflayol/xbmc | C++ | 281 lines
                    
152    else
                    
153      i++;
                    
154  }
                    
230    else
                    
231      i++;
                    
232  }
                    
                
builtin-fetch--tool.c https://gitlab.com/nmusco/git | C | 574 lines
                    
443			}
                    
444			i++;
                    
445			cp = np;
                    
                
gdkanji.c https://gitlab.com/envieidoc/tomato | C | 627 lines
                    
396	    {
                    
397	      i++;
                    
398	      if (from[i] == '$')
                    
401		  hankaku = FALSE;
                    
402		  i++;
                    
403		}
                    
406		  jisx0208 = FALSE;
                    
407		  i++;
                    
408		  if (from[i] == 'I')	/* Hankaku Kana */
                    
                
listen.cpp https://gitlab.com/envieidoc/advancedtomato2 | C++ | 374 lines
                    
321	case NdbDictionary::Event::TE_INSERT:
                    
322	  cnt_i++;
                    
323          if (ndb2)
                    
                
Rule.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 647 lines
                    
321      temp = temp.parentNode();
                    
322      i++;
                    
323    } 
                    
                
i2c-sh7760.c https://gitlab.com/rychly/nst-linux-sources | C | 577 lines
                    
352		msgs++;
                    
353		i++;
                    
354	}
                    
                
URI.php https://gitlab.com/sandipmavani/rspsms | PHP | 585 lines
                    
161			{
                    
162				$i++;
                    
163			}
                    
399
                    
400			$i++;
                    
401		}
                    
                
xmlcatalog.c https://gitlab.com/brian0218/rk3288_r-box_android4.4.2_sdk | C | 614 lines
                    
156		    nbargs++;
                    
157		    i++;
                    
158		    cur++;
                    
166		    nbargs++;
                    
167		    i++;
                    
168		    cur++;
                    
175		nbargs++;
                    
176		i++;
                    
177		cur++;
                    
550    } else {
                    
551	for (i++; i < argc; i++) {
                    
552	    xmlURIPtr uri;
                    
                
SimpleCharStream.java https://gitlab.com/Rockyspade/titanium_mobile | Java | 457 lines
                    
435        columnDiff = nextColDiff;
                    
436        i++;
                    
437     } 
                    
                
AddEditSeasEpFinders.cs https://gitlab.com/kingofzeal/tvrename | C# | 326 lines
                    
151
                    
152                i++;
                    
153            }
                    
                
ChatMessage.java https://gitlab.com/Meteor-MC/plugins | Java | 245 lines
                    
101                    String s3 = matcher.group(1);
                    
102                    int i1 = s3 != null ? Integer.parseInt(s3) - 1 : i++;
                    
103
                    
                
Program.cs https://gitlab.com/GRIN-Global/GRIN-Global-server | C# | 280 lines
                    
80                                while (i < args.Length - 1) {
                    
81                                    i++;
                    
82                                    if (args[i].Contains(" ") && args[i][0] != '"') {
                    
                
LexTAL.cxx https://gitlab.com/Smileyt/KomodoEdit | C++ | 399 lines
                    
55		s[i] = static_cast<char>(tolower(styler[start + i]));
                    
56		i++;
                    
57	}
                    
                
UserAnnotations.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 167 lines
                    
89            annotations.add(new UserAnnotationTag(unmarshallTypes(types), name, insertTemplate, documentation));
                    
90            i++;
                    
91        }
                    
102            preferences.put(getDocumentationKey(i), annotation.getDocumentation());
                    
103            i++;
                    
104        }
                    
119            preferences.remove(getDocumentationKey(i));
                    
120            i++;
                    
121        }
                    
                
WeakReferenceStableListTest.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 195 lines
                    
182            assertSame("Index=" + i, expected.get(i), testedValue);
                    
183            i++;
                    
184        }
                    
                
RecentViewList.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 169 lines
                    
132            } else {
                    
133                i++;
                    
134            }
                    
                
SimpleCharStream.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 439 lines
                    
417        columnDiff = nextColDiff;
                    
418        i++;
                    
419      } 
                    
                
blake256.c https://gitlab.com/nexxuz/cryptonote | C | 326 lines
                    
164    uint32_t lo = S->t[0] + S->buflen, hi = S->t[1];
                    
165    if (lo < (unsigned) S->buflen) hi++;
                    
166    U32TO8(msglen + 0, hi);
                    
                
randpktdump.c https://gitlab.com/jvelando/wireshark | C | 363 lines
                    
71		printf("\t%-16s%s\n", abbrev_list[i], longname_list[i]);
                    
72		i++;
                    
73	}
                    
118		printf("value {arg=%u}{value=%s}{display=%s}\n", inc, abbrev_list[i], longname_list[i]);
                    
119		i++;
                    
120	}
                    
                
init_utils_run.c https://gitlab.com/brian0218/rk3066_r-box_android4.2.2_sdk | C | 247 lines
                    
61			dbg("arg[%i] '%s'", i, argv[i]);
                    
62			i++;
                    
63		}
                    
                
profile_helpers.c https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | C | 309 lines
                    
293		if (*t == 0) {
                    
294			i++;
                    
295			break;
                    
                
DirectoryChooserActivity.java https://gitlab.com/jnettome/AntennaPod | Java | 336 lines
                    
194                        filenames.add(contents[counter].getName());
                    
195                        i++;
                    
196                    }
                    
                
leds-lp5562.c https://gitlab.com/deepcypher/linux | C | 618 lines
                    
240		offset += nrchars;
                    
241		i++;
                    
242	}
                    
                
amd_nb.c https://gitlab.com/karrei/inel-imx6-kernel | C | 295 lines
                    
67	while ((misc = next_northbridge(misc, amd_nb_misc_ids)) != NULL)
                    
68		i++;
                    
69
                    
                
DataObject.cs https://gitlab.com/kush/Avalonia | C# | 359 lines
                    
61                    _current++;
                    
62                    i++;
                    
63                }
                    
                
loop-analysis.cc https://gitlab.com/MichelZuniga/node | C++ | 477 lines
                    
100      PrintF("Loop %d headed at #%d\n", i, li.header->id());
                    
101      i++;
                    
102    }
                    
                
web.php https://gitlab.com/fbi/razyo-api-server | PHP | 507 lines
                    
97						else
                    
98							$i++;
                    
99					// Reconstruct simplified URL
                    
                
string-builder.h https://gitlab.com/CORP-RESELLER/node | C Header | 437 lines
                    
86        // Get the position and check that it is a positive smi.
                    
87        i++;
                    
88        if (i >= array_length) return -1;
                    
                
index.php https://gitlab.com/agustus/wisata-web | PHP | 166 lines
                    
25{
                    
26	$i++;
                    
27	if ($path == $current_path)
                    
                
Lists.cpp https://gitlab.com/dahbearz/Serious-Engine | C++ | 290 lines
                    
175    aulPointers[i] = ((ULONG)&*iter)-iNodeOffset;
                    
176    i++;
                    
177  }
                    
                
DirectWrite.php https://gitlab.com/devdoblea/factutextil.local | PHP | 515 lines
                    
84					$this->mpdf->Cell($w, $h, $tmp, 0, 2, $align, $fill, $link);
                    
85					$i++;
                    
86					$sep = -1;
                    
119							$wmax = ($w - ($this->mpdf->cMarginL + $this->mpdf->cMarginR));
                    
120							$i++;
                    
121							$nl++;
                    
124						if ($i == $j) {
                    
125							$i++;
                    
126						}
                    
165				} else {
                    
166					$i++;
                    
167				}
                    
180					$this->mpdf->Cell($w, $h, substr($s, $j, $i - $j), 0, 2, $align, $fill, $link);
                    
181					$i++;
                    
182					$sep = -1;
                    
                
class_chinese.php https://gitlab.com/phamngsinh/baitaplon_sinhvien | PHP | 247 lines
                    
122				$c[$i+1]=$gb[1];
                    
123				$i++;
                    
124			}
                    
                
of_memory.c https://gitlab.com/dieselnutjob/linux-next | C | 387 lines
                    
139			}
                    
140			i++;
                    
141		}
                    
286			}
                    
287			i++;
                    
288		}
                    
                
HashMapII.java https://gitlab.com/MineYourMind/MineTweaker3 | Java | 237 lines
                    
233        private void skip() {
                    
234            while (i < keys.length && keys[i] == Integer.MIN_VALUE) i++;
                    
235        }
                    
                
index.blade.php https://gitlab.com/DhanapalRudram/Maritime_Managers | PHP | 296 lines
                    
95                                            </tr>
                    
96                                            <?php $i++; ?>
                    
97                                            	@endforeach
                    
167	      for (var key in JSONObject) {
                    
168	      	i++;	
                    
169	        if (JSONObject.hasOwnProperty(key)) {
                    
229	        }		
                    
230	        	i++;																																																																																																																					
                    
231	      }									
                    
                
wikiplugin_registermemberpayment.php https://gitlab.com/ElvisAns/tiki | PHP | 207 lines
                    
46    static $i;
                    
47    $i++;
                    
48
                    
                
algboss.c https://gitlab.com/kush/linux | C | 309 lines
                    
162		param->tb[i + 1] = &param->attrs[i].attr;
                    
163		i++;
                    
164
                    
                
wwwrite.c https://gitlab.com/HowTheStoryEnds/freebsd11-psm-port | C | 298 lines
                    
118						| w->ww_modes << WWC_MSHIFT;
                    
119					i++;
                    
120				} else if (ISSET(w->ww_wflags, WWW_UNCTRL) &&
                    
                
f3fix.c https://gitlab.com/alx741/f3 | C | 294 lines
                    
161		printf("%s\t", type->name);
                    
162		i++;
                    
163		if (i == 5) {
                    
180		printf("%s\t", fs_type->name);
                    
181		i++;
                    
182		if (i == 5) {
                    
                
 

Source

Language