PageRenderTime 641ms queryTime 109ms sortTime 58ms getByIdsTime 203ms findMatchingLines 108ms

100+ results results for 'i++; source:Github repo:dudefrommangalore/otp' (641 ms)

Not the results you expected?
gutils.h https://github.com/prajnashi/glib.git | C Header | 430 lines
                    
363  for (data = *stack_p; data; data = data->next)
                    
364    i++;
                    
365
                    
                
concepts.hpp https://github.com/mongodb/mongo.git | C++ Header | 388 lines
                    
138                ++i;
                    
139                (void)i++;
                    
140            }
                    
                
fhmm.c https://github.com/chuan/chmm.git | C | 507 lines
                    
215
                    
216    i++;
                    
217  }
                    
                
ReflectionUtils.cs https://github.com/xerxesb/ironruby.git | C# | 304 lines
                    
219                if (actualTypes[i] != requiredSignature[i]) return false;
                    
220                i++;
                    
221            }
                    
                
object.c https://github.com/russross/envoy.git | C | 502 lines
                    
464        if (offset * storage_server_count > info->length * (i + 1))
                    
465            i++;
                    
466    }
                    
                
jl2005bcd.c https://github.com/ynezz/linux-2.6.git | C | 531 lines
                    
149			return retval;
                    
150		i++;
                    
151	}
                    
                
RubyArrayTests.cs https://github.com/shri/ironruby.git | C# | 359 lines
                    
129                Assert(item.Equals(values[i]));
                    
130                i++;
                    
131            }
                    
                
police.c https://github.com/xtreamerdev/linux-xtr.git | C | 612 lines
                    
100			r->rta_len = skb->tail - (u8*)r;
                    
101			n_i++;
                    
102		}
                    
                
kernel.cpp https://github.com/ShotaroTsuji/mona.git | C++ | 457 lines
                    
348    if (i % 2) g_console->printf("\n");
                    
349    i++;
                    
350}
                    
                
ADTFile.cpp https://github.com/shlainn/pseuwow.git | C++ | 384 lines
                    
38        unsigned n = inbuf[offI] & 0x7F;
                    
39        offI++;
                    
40        for( unsigned k = 0; k < n; k++ )
                    
44            if( !fill )
                    
45                offI++;
                    
46        }
                    
46        }
                    
47        if( fill ) offI++;
                    
48    }
                    
                
miniupnpcmodule.c git://github.com/RJ/libportfwd.git | C | 460 lines
                    
81	for(dev = self->devlist, i = 0; dev; dev = dev->pNext)
                    
82		i++;
                    
83	res = Py_BuildValue("i", i);
                    
                
jazzdma.c https://github.com/neuros/linux-davinci-2.6.git | C | 566 lines
                    
197		pgtbl[i].owner = VDMA_PAGE_EMPTY;
                    
198		i++;
                    
199	}
                    
                
writeMeshObj.C https://github.com/OpenCFD/OpenFOAM-1.7.x.git | C | 545 lines
                    
70        writeOBJ(mesh.points()[pointI], pointStream);
                    
71        vertI++;
                    
72    }
                    
119                meshTools::writeOBJ(str, mesh.points()[e[0]]);
                    
120                v0 = vertI++;
                    
121                pointToObj.insert(e[0], v0);
                    
134                meshTools::writeOBJ(str, mesh.points()[e[1]]);
                    
135                v1 = vertI++;
                    
136                pointToObj.insert(e[1], v1);
                    
367
                    
368        meshTools::writeOBJ(pointStream, mesh.points()[e[0]]); vertI++;
                    
369        meshTools::writeOBJ(pointStream, mesh.points()[e[1]]); vertI++;
                    
                
testExtendedStencil.C https://github.com/OpenCFD/OpenFOAM-1.7.x.git | C | 498 lines
                    
72    meshTools::writeOBJ(str, fc);
                    
73    vertI++;
                    
74
                    
77        meshTools::writeOBJ(str, stencilCc[i]);
                    
78        vertI++;
                    
79        str << "l 1 " << vertI << nl;
                    
                
TerminalList.java https://github.com/rstudio/rstudio.git | Java | 482 lines
                    
241         }
                    
242         i++;
                    
243      }
                    
                
jquery.tipsy.js https://github.com/bigmlcom/tipsy.git | JavaScript | 357 lines
                    
36                } else {
                    
37                    i++;
                    
38                }
                    
                
Animate.java https://github.com/firestar/animation.git | Java | 296 lines
                    
214                                g.gt(hi);
                    
215                                hi++;
                    
216                            }
                    
227                                    g.gt(hi);
                    
228                                    hi++;
                    
229                                }
                    
                
util.pm https://github.com/txdv/psychostats4.git | Perl | 442 lines
                    
170		$num /= $blocksize;
                    
171		$i++;
                    
172	}
                    
                
adfile.c https://github.com/oza/FreeBSD-7.3-dyntick.git | C | 398 lines
                    
158    FilenameBuf[i] = '_';
                    
159    i++;
                    
160
                    
                
ext_mailparse.cpp https://github.com/openparallel/hiphop-php.git | C++ | 438 lines
                    
47        while (i + 1 < l && (s[i + 1] == ' ' || s[i + 1] == '\t')) {
                    
48          i++;
                    
49        }
                    
                
jquery.autotype.js https://github.com/mmonteleone/jquery.autotype.git | JavaScript | 283 lines
                    
74                    // skip the next "{"                    
                    
75                    i++;
                    
76                    
                    
85                    // skip the next "}"
                    
86                    i++;
                    
87                
                    
                
FileWatcher.cpp https://github.com/cinder/Cinder.git | C++ | 451 lines
                    
120
                    
121		i++;
                    
122	}
                    
                
sthlm-admin-page.js https://github.com/Jonatan/Sthlm-Gallery.git | JavaScript | 639 lines
                    
130				$allImagesContainer.find(".sthlm-thumb[data-thumb-id='"+thumbID+"']").addClass('sthlm-thumb-exist');
                    
131				i++;
                    
132			});
                    
191			order[i] = $(this).attr('data-thumb-id');
                    
192			i++;
                    
193		});
                    
419			order[i] = $(this).attr('data-thumb-id');
                    
420			i++;
                    
421		});
                    
                
DVDDemuxPVRClient.cpp git://github.com/xbmc/xbmc.git | C++ | 505 lines
                    
458  int i = 0;
                    
459  while (i < MAX_STREAMS && m_streams[i]) i++;
                    
460  return i;
                    
                
Code93Reader.java git://github.com/phonegap/phonegap-plugins.git | Java | 275 lines
                    
244        // bump up i again since we read two characters
                    
245        i++;
                    
246      } else {
                    
                
qcommandline.cpp https://github.com/ariya/phantomjs.git | C++ | 534 lines
                    
297    else if (forward)
                    
298      i++;
                    
299  }
                    
                
Interpreter.java https://github.com/brasten/jruby.git | Java | 299 lines
                    
94            System.out.println("Time to interpret         : " + (t10 - t9));
                    
95            i++;
                    
96        }
                    
                
CircleLayout.as git://github.com/johnyanarella/flare.git | ActionScript | 270 lines
                    
172						                     startAngle - (i/N)*angleWidth);
                    
173					i++;
                    
174				};
                    
                
RepeaterJXPathAdapter.java https://github.com/apache/cocoon.git | Java | 228 lines
                    
69                tsortedItems.add(item);
                    
70                i++;
                    
71                item = getItem(i);
                    
                
OAIMetadataFormat_NLM.inc.php https://github.com/budalokko/ojs.git | PHP | 278 lines
                    
47			foreach ($sections as $thisSection) {
                    
48				$sectionSeq[$thisSection->getSectionId()] = $i++;
                    
49			}
                    
                
ArrayByteCollection.java git://github.com/JodaOrg/joda-primitives.git | Java | 428 lines
                    
292        while (i < endInclusive) {
                    
293            data[size++] = i++;
                    
294        }
                    
                
amlogic-gxl-cipher.c https://github.com/android/kernel_common.git | C | 374 lines
                    
172		eat += todo;
                    
173		i++;
                    
174		tloffset++;
                    
                
CoordinateArrays.java https://github.com/jdeolive/geotools-old.git | Java | 458 lines
                    
78				return compare;
                    
79			i++;
                    
80		}
                    
                
Tags.hx git://github.com/cambiata/cx.git | Haxe | 278 lines
                    
231							var count = 1;
                    
232							i++;
                    
233							while( i < max ) {
                    
249						} else if( (c >= 'a'.code && c <= 'z'.code) || (c >= 'A'.code && c <= 'Z'.code) || c == '_'.code ) {
                    
250							i++;
                    
251							while( true ) {
                    
253								if( (c >= 'a'.code && c <= 'z'.code) || (c >= 'A'.code && c <= 'Z'.code) || (c >= '0'.code && c <= '9'.code) || c == '_'.code )
                    
254									i++;
                    
255								else
                    
261						} else if( c == '$'.code ) {
                    
262							start = i++;
                    
263							continue;
                    
                
pr_lex.c git://github.com/lbsmith/ProQCC.git | C | 705 lines
                    
371	pr_token[i] = c;
                    
372	i++;
                    
373	pr_file_p++;
                    
                
mod_xmlent.c https://github.com/atz/OpenILS-Evergreen.git | C | 429 lines
                    
195				str[i] = n;\
                    
196			i++;\
                    
197		}\
                    
219
                    
220		i++;
                    
221	}
                    
                
SimpleCharStream.java https://github.com/ColinHarrington/grails-core.git | Java | 485 lines
                    
464            columnDiff = nextColDiff;
                    
465            i++;
                    
466        }
                    
                
queue.cpp https://github.com/xmirakulix/openttd-xmix.git | C++ | 489 lines
                    
139		if (this->GetElement(i + 1).item == item) break;
                    
140		i++;
                    
141	} while (i < this->size);
                    
156		 */
                    
157		i++;
                    
158
                    
                
CollectionApiLockingTest.java git://github.com/apache/solr.git | Java | 149 lines
                    
143      Thread.sleep(10);
                    
144      i++;
                    
145    }
                    
                
CCTMXLayer.m https://github.com/insurgentgames/teh-internets.git | Objective C | 483 lines
                    
77			break;
                    
78		i++;
                    
79	}
                    
                
rbz.c git://github.com/ricbit/Oldies.git | C | 470 lines
                    
104            *pbuffer++=value2;
                    
105            i++;
                    
106          }
                    
109          *pbuffer++=value;
                    
110          i++;
                    
111          normal++;
                    
                
OctaveXMLWriter.cc https://github.com/sbigaret/Euclide.git | C++ | 541 lines
                    
219
                    
220				i++;
                    
221				j++;
                    
463			}
                    
464			i++;
                    
465			j++;
                    
                
card.c git://github.com/torvalds/linux.git | C | 458 lines
                    
44					break;
                    
45				i++;
                    
46			}
                    
                
smbtrans2find.c https://github.com/cao-xx/plan-9.git | C | 333 lines
                    
120		if (!smbmatch(dc->buf[dc->i].name, r)) {
                    
121			dc->i++;
                    
122			continue;
                    
143		}
                    
144		dc->i++;
                    
145		e++;
                    
                
MessageCorpusTests.java git://github.com/dimagi/rapidandroid.git | Java | 310 lines
                    
127					tokenizedLine[toki] = st.nextToken();
                    
128					toki++;
                    
129				}
                    
                
PushNotification.cs git://github.com/arashnorouzi/Moon-APNS.git | C# | 409 lines
                    
147            }
                    
148            i++;
                    
149        }
                    
                
clk.c git://github.com/CyanogenMod/lge-kernel-sniper.git | C | 321 lines
                    
101		services_clks[i].clk_handle = NULL;
                    
102		i++;
                    
103	}
                    
132		services_clks[i].clk_handle = clk_handle;
                    
133		i++;
                    
134	}
                    
                
UIDUtil.as https://github.com/ingydotnet/yaml-oscon2009-talk.git | ActionScript | 385 lines
                    
225                var h1:uint = getDigit(c);
                    
226                i++;
                    
227                var h2:uint = getDigit(uid.charAt(i));
                    
                
MY_string_helper.php git://github.com/daylightstudio/FUEL-CMS.git | PHP | 292 lines
                    
146			$out .= (!in_array($word, $exceptions) OR $i == 0) ? strtoupper($word{0}) . substr($word, 1) . " " : $word . " ";
                    
147			$i++;
                    
148		}
                    
                
process.d git://github.com/JesseKPhillips/Juno-Windows-Class-Library.git | D | 433 lines
                    
255        if (*str == '\\') slash = str;
                    
256        str++, i++;
                    
257        if (i >= length)
                    
                
Binding.as https://github.com/artman/Flow.git | ActionScript | 520 lines
                    
273			{
                    
274				i++;
                    
275			}
                    
                
EventLogRecord.cs https://github.com/mono/mono.git | C# | 394 lines
                    
277                theValues[i] = o.ToString();
                    
278                i++;
                    
279            } 
                    
                
i2c-sh7760.c git://github.com/CyanogenMod/cm-kernel.git | C | 577 lines
                    
352		msgs++;
                    
353		i++;
                    
354	}
                    
                
framebuffer.cpp git://github.com/CyanogenMod/android_hardware_msm7k.git | C++ | 416 lines
                    
161        fd = open(name, O_RDWR, 0);
                    
162        i++;
                    
163    }
                    
                
PlancakeEmailParser.php git://github.com/plancake/official-library-php-email-parser.git | PHP | 338 lines
                    
113            }
                    
114            $i++;
                    
115        }
                    
                
ISort.as git://github.com/reflex/reflex-framework.git | ActionScript | 325 lines
                    
79     *            result = compareValues(a[propName], b[propName]);
                    
80     *            i++;
                    
81     *        }
                    
                
TestQtSQLDatabase.cxx git://github.com/Kitware/VTK.git | C++ | 287 lines
                    
76    {
                    
77      i++;
                    
78      dbtype = argv[i];
                    
82    {
                    
83      i++;
                    
84      database = argv[i];
                    
88    {
                    
89      i++;
                    
90      user = argv[i];
                    
99    {
                    
100      i++;
                    
101      host = argv[i];
                    
105    {
                    
106      i++;
                    
107      port = atoi(argv[i]);
                    
                
AnnotationShadow.java https://github.com/sierramoxon/ZFINmine.git | Java | 254 lines
                    
196            if ((i < notXml.length) && "aqualifier".equals(notXml[i])) {
                    
197                i++;
                    
198                StringBuilder string = null;
                    
200                    if (string == null) string = new StringBuilder(notXml[i]);
                    
201                    i++;
                    
202                    string.append("$_^").append(notXml[i].substring(1));
                    
204                qualifier = string == null ? notXml[i] : string.toString();
                    
205                i++;
                    
206            }
                    
207            if ((i < notXml.length) &&"rproperty".equals(notXml[i])) {
                    
208                i++;
                    
209                property = new ProxyReference(os, Integer.valueOf(notXml[i]), org.intermine.model.bio.BioProperty.class);
                    
209                property = new ProxyReference(os, Integer.valueOf(notXml[i]), org.intermine.model.bio.BioProperty.class);
                    
210                i++;
                    
211            };
                    
                
002a-Spec-for-Segment_group.t git://github.com/atz/Business-EDI.git | Perl | 97 lines
                    
43foreach my $part (@{$perl->{body}}) {
                    
44    $i++;
                    
45    next unless ok((ref $part and scalar keys %$part), "EDI interchange message $i has structure.");
                    
                
WorkingContextManager.java git://github.com/JetBrains/intellij-community.git | Java | 267 lines
                    
118        do {
                    
119          entryName = "context" + i++;
                    
120        } while (archive.getEntry("/" + entryName) != null);
                    
                
SimpleStringKeyMap.java git://github.com/jillesvangurp/jsonj.git | Java | 345 lines
                    
253                result[i] = e;
                    
254                i++;
                    
255            }
                    
                
FFT.cc https://github.com/glasser/phosphoressence.git | C++ | 320 lines
                    
194        cossintable[i][1] = (float)sinf(theta);
                    
195        i++;
                    
196        dftsize <<= 1;
                    
                
gdkanji.c git://github.com/infusion/PHP.git | 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 */
                    
                
LexNimrod.cxx https://github.com/mkottman/scite.git | C++ | 430 lines
                    
89      buf[i] = static_cast<char>(tolower(ch));
                    
90      i++;
                    
91    }
                    
                
blockreduce.py git://github.com/zynga/jasy.git | Python | 529 lines
                    
122              {
                    
123                i++;
                    
124              }
                    
                
media.php git://github.com/tcm-project/tangocms.git | PHP | 410 lines
                    
277				try {
                    
278					$identifier = zula_clean( $name ).$i++;
                    
279					$this->getCategory( $identifier, false );
                    
                
word.c https://github.com/camion/hash-dico.git | C | 230 lines
                    
224            fprintf(output,"[%4d] %s\n",i,index->value->word);
                    
225            i++;
                    
226        }
                    
                
saveload.cpp git://github.com/scummvm/scummvm.git | C++ | 393 lines
                    
150					warning("SagaEngine::load wrong save %s format", name);
                    
151					i++;
                    
152					continue;
                    
                
Window.cpp https://github.com/gigaplex/FlyingStringDefence.git | C++ | 359 lines
                    
79		cout << "deleted shootable " << i << endl;
                    
80		i++;
                    
81#endif
                    
88		cout << "deleted projectile " << i << endl;
                    
89		i++;
                    
90#endif
                    
97		cout << "deleted explosion " << i << endl;
                    
98		i++;
                    
99#endif
                    
                
localize_test.cpp git://github.com/android/platform_frameworks_base.git | C++ | 222 lines
                    
140                printf("        apps[%02d]='%s'\n", i, app->c_str());
                    
141                i++;
                    
142            }
                    
145                    reject!=setting.reject.end(); reject++) {
                    
146                i++;
                    
147                printf("      reject[%02d]=('%s','%s','%s')\n", i, reject->file.c_str(),
                    
                
BackupDataTest.java git://github.com/CyanogenMod/android_frameworks_base.git | Java | 291 lines
                    
147        int i = 0;
                    
148        deleteEntity(bdo, KEYS[i]); i++;
                    
149        writeEntity(bdo, KEYS[i], DATA[i].getBytes()); i++;
                    
149        writeEntity(bdo, KEYS[i], DATA[i].getBytes()); i++;
                    
150        writeEntity(bdo, KEYS[i], DATA[i].getBytes()); i++;
                    
151        deleteEntity(bdo, KEYS[i]); i++;
                    
                
StaxUtil.java git://github.com/CleverCloud/Quercus.git | Java | 450 lines
                    
141          if (prefix.equals(unique)) {
                    
142            i++;
                    
143            unique = "ns" + i;
                    
                
DefaultContextManager.java https://github.com/apache/cocoon.git | Java | 352 lines
                    
119            found = reservedContextNames[i].equals(name);
                    
120            i++;
                    
121        }
                    
                
PipelineAuthenticator.java https://github.com/apache/cocoon.git | Java | 307 lines
                    
95                        } else {
                    
96                            i++;
                    
97                        }
                    
                
wikiparser_test.php git://github.com/moodle/moodle.git | PHP | 247 lines
                    
73        while($this->assertTestFile($i, $markup)) {
                    
74            $i++;
                    
75        }
                    
                
ParamHelper.java git://github.com/JetBrains/intellij-community.git | Java | 213 lines
                    
72      }
                    
73      i++;
                    
74    }
                    
                
testdate_iterator.cpp git://github.com/MisterTea/HyperNEAT.git | C++ | 367 lines
                    
67      check("day iterator -- 2 days", DayAnswers[i] == *ditr);
                    
68      i++;
                    
69    }
                    
89      check("week iterator", WeekAnswers[i] == *ditr);
                    
90      i++;
                    
91    }
                    
110      check("week iterator", WeekAnswers[i] == *ditr);
                    
111      i++;
                    
112    }
                    
131      check("week iterator -- 2 weeks", WeekAnswers[i] == *ditr);
                    
132      i++;
                    
133    }
                    
160        check("month iterator: " + to_iso_string(*ditr), MonthAnswers[i] == *ditr);
                    
161        i++;
                    
162      }
                    
                
elf_ops.h https://github.com/edgarigl/tlmu.git | C Header | 297 lines
                    
149        }
                    
150        i++;
                    
151    }
                    
                
BitTools.cs https://github.com/slau/ManagedMediaHelpers.git | C# | 335 lines
                    
240                {
                    
241                    pati++;
                    
242                }
                    
251
                    
252                di++;
                    
253
                    
                
path_driver.c https://github.com/schwern/alien-svn.git | C | 298 lines
                    
175      last_path = path;
                    
176      i++;
                    
177    }
                    
                
acinclude.m4 git://github.com/systemc/scv-1.0p2-sysc2.2.git | m4 | 289 lines
                    
229    if(strcmp(str, (*testP)[i].name) != 0) ++failed;
                    
230    i++;
                    
231  }
                    
                
label.h git://github.com/torvalds/linux.git | C Header | 466 lines
                    
167	if ((I).j >= (L2)->size) {					\
                    
168		(I).i++;						\
                    
169		(I).j = 0;						\
                    
                
graphicalconsole_autocomplete.h git://github.com/ExpiredPopsicle/Lily-Engine-Utils.git | C Header | 403 lines
                    
214            completionList.push_back(i->first);
                    
215            i++;
                    
216        }
                    
                
main.c https://github.com/SpaceFalcon/chandumper.git | C | 328 lines
                    
135            
                    
136            i++;
                    
137            if(i == numItems) break;
                    
                
AudioSink.hx git://github.com/francois2metz/WavPlayer.git | Haxe | 233 lines
                    
187                };
                    
188                i++;
                    
189            }
                    
221                buffer.writeFloat(c2[i2++]);
                    
222                i++;
                    
223            }
                    
                
jazzsonic.c git://github.com/CyanogenMod/cm-kernel.git | C | 288 lines
                    
122	       && known_revisions[i] != silicon_revision)
                    
123		i++;
                    
124
                    
                
OptionTreeRadioButton.cpp https://github.com/AnthonyNystrom/GenXSource.git | C++ | 422 lines
                    
175		// -- Increase i
                    
176		i++;
                    
177	}
                    
417		// -- Increase i
                    
418		i++;
                    
419	}
                    
                
PorterStemmer.java git://github.com/apache/lucene-solr.git | Java | 548 lines
                    
145        break;
                    
146      i++;
                    
147    }
                    
147    }
                    
148    i++;
                    
149    while(true) {
                    
154          break;
                    
155        i++;
                    
156      }
                    
156      }
                    
157      i++;
                    
158      n++;
                    
163          break;
                    
164        i++;
                    
165      }
                    
                
URI.php https://github.com/marcoliverteschke/redesign.marcoliverteschke.de.git | PHP | 591 lines
                    
161			{
                    
162				$i++;
                    
163			}
                    
405		
                    
406			$i++;
                    
407		}
                    
                
KernelOffNadir.java https://github.com/bcdev/beam-meris-icol.git | Java | 217 lines
                    
76                }
                    
77                i++;
                    
78            }
                    
160                }
                    
161                i++;
                    
162            }
                    
                
SimpleCharStream.java git://github.com/appcelerator/titanium_mobile.git | Java | 458 lines
                    
435        columnDiff = nextColDiff;
                    
436        i++;
                    
437     } 
                    
                
main.cpp https://github.com/0xd34df00d/Qross.git | C++ | 315 lines
                    
244        } else if (arguments[i] == QLatin1String("-r") || arguments[i] == QLatin1String("--require")) {
                    
245            i++;
                    
246            if (i < arguments.length()) {
                    
248            }
                    
249            i++;
                    
250        } else if (arguments[i] == QLatin1String("-c") || arguments[i] == QLatin1String("--classes")) {
                    
251            showClassNamesOnly = true;
                    
252            i++;
                    
253        } else if (arguments[i] == QLatin1String("-p") || arguments[i] == QLatin1String("--parents")) {
                    
254            showParents = true;
                    
255            i++;
                    
256        } else if (arguments[i] == QLatin1String("-i") || arguments[i] == QLatin1String("--insensitive")) {
                    
257            caseInsensitive = true;
                    
258            i++;
                    
259        } else if (arguments[i] == QLatin1String("-m") || arguments[i] == QLatin1String("--match")) {
                    
                
TestRegionSplitCalculator.java git://github.com/apache/hbase.git | Java | 359 lines
                    
95      assertEquals((int) depths[i], sz);
                    
96      i++;
                    
97    }
                    
                
ScriptTool.java https://github.com/musial-bright/WikiShare.git | Java | 293 lines
                    
95
                    
96                i++;
                    
97            }
                    
                
basic.js https://github.com/chromium/chromium.git | JavaScript | 289 lines
                    
265      chrome.test.assertEq(error, 'error_message');
                    
266      i++;
                    
267    });
                    
271        chrome.test.assertEq(id, '');
                    
272        i++;
                    
273      } else {
                    
                
unpack.c https://github.com/illumos/illumos-gate.git | C | 634 lines
                    
200			if (c & 0200)
                    
201				i++;
                    
202			c <<= 1;
                    
                
ebs.pm git://github.com/lstein/LibVM-EC2-Perl.git | Perl | 705 lines
                    
276    foreach (@volume) {
                    
277	push @attach,$_->attach($instance,'/dev/sdf'.$i++;
                    
278    }
                    
                
Linter.php git://github.com/robotis/PHPLinter.git | PHP | 550 lines
                    
222					if(empty($this->scope) && $node->empty) {
                    
223						$i++;
                    
224						break 2;
                    
229					if(empty($this->scope) && $node->type !== T_FILE) {
                    
230						$i++;
                    
231						break 2;
                    
                
EmbeddedPhpSniff.php git://github.com/jonswar/perl-code-tidyall.git | PHP | 402 lines
                    
122                    do {
                    
123                        $i++;
                    
124                    } while ($tokens[$i]['line'] !== ($tokens[$stackPtr]['line'] + 1));
                    
                
HeatMap.pm git://github.com/ranguard/svg-tt-graph.git | Perl | 726 lines
                    
308        push @new_data, \%row;
                    
309        $i++;
                    
310    }
                    
                
website.lib.php git://github.com/Dolibarr/dolibarr.git | PHP | 1205 lines
                    
41			if ($i == 0) { 	// The first part is never php code
                    
42				$i++;
                    
43				$newstr .= $part;
                    
81			if ($i == 0) { 	// The first part is never php code
                    
82				$i++;
                    
83				continue;
                    
                
FunctionDeclarationSniff.php git://github.com/jonswar/perl-code-tidyall.git | PHP | 481 lines
                    
295        // Move $i back to the line the function is or to 0.
                    
296        $i++;
                    
297
                    
                
ez_mysqli.php git://github.com/jv2222/ezSQL.git | PHP | 551 lines
                    
244                    $this->lastResult[$i] = $resultObject;
                    
245                    $i++;
                    
246                }
                    
366                    $this->colInfo[$i] = \mysqli_fetch_field($this->result);
                    
367                    $i++;
                    
368                }
                    
                
ezQuery.php git://github.com/jv2222/ezSQL.git | PHP | 992 lines
                    
456
                    
457                $i++;
                    
458            }
                    
                
ListableRole.pm git://github.com/rvosa/bio-phylo.git | Perl | 609 lines
                    
83            return $i if $ent->get_id == $id;
                    
84            $i++;
                    
85        }
                    
                
ContentLibrary.pm git://github.com/geuma/pDLNA.git | Perl | 1774 lines
                    
76#			);
                    
77#			$i++;
                    
78#		}
                    
                
printsheet.php git://github.com/Dolibarr/dolibarr.git | PHP | 443 lines
                    
219
                    
220		$i++;
                    
221		$mesg = '';
                    
                
type.php git://github.com/Dolibarr/dolibarr.git | PHP | 608 lines
                    
305			print "</tr>";
                    
306			$i++;
                    
307		}
                    
                
Common.php git://github.com/phpmyadmin/phpmyadmin.git | PHP | 843 lines
                    
148                $con['SCN'][$i] = rawurlencode($value['foreign_field']);
                    
149                $i++;
                    
150            }
                    
168                    $con['SCN'][$i] = rawurlencode($one_key['ref_index_list'][$index]);
                    
169                    $i++;
                    
170                }
                    
193
                    
194            $ti++;
                    
195        }
                    
                
vpp.pm git://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker.git | Perl | 1030 lines
                    
308	    while (isDIGIT($d)) {	# just keep reading
                    
309		$i++;
                    
310		while (isDIGIT($d)) {
                    
                
 

Source

Language