100+ results for 'i++; source:GoogleCode'

Not the results you expected?

string.cpp (http://itexmacs.googlecode.com/svn/trunk/) C++ · 406 lines

204 int i=0, n=N(s), val=0;

205 if (n==0) return 0;

206 if (s[0]=='-') i++;

207 while (i<n) {

208 if (s[i]<'0') break;

210 val *= 10;

211 val += (int) (s[i]-'0');

212 i++;

213 }

214 if (s[0]=='-') val=-val;

283 int i=0, n=N(s);

284 if (n==0) return false;

285 if (s[i]=='+') i++;

286 if (s[i]=='-') i++;

295 int i=0, n=N(s);

296 if (n==0) return false;

297 if (s[i]=='+') i++;

298 if (s[i]=='-') i++;

grdiff.c (http://archfs.googlecode.com/svn/trunk/) C · 351 lines

215 if (gstrsub(entry->d_name, "mirror_metadata.") == 0){

216 gstrcpy(&revs[i], entry->d_name);

217 i++;

218 };

219 };

VCensor.cs (http://pako.googlecode.com/svn/trunk/) C# · 230 lines

114 while (sqlite_datareader.Read())

115 {

116 i++;

117 @out.exe("gggggg");

118 if (num == i)

191 while (sqlite_datareader.Read())

192 {

193 i++;

194 data += "\n" + pattern.Replace("{1}", i.ToString()).Replace("{2}", sqlite_datareader.GetString(1)).Replace("{3}", sqlite_datareader.GetString(2));

195

GeneralAlgorithm.cs (http://thoikhoabieu.googlecode.com/svn/) C# · 320 lines

59 _localsearchs.Add(ls);

60 ls.MaCn = variable.Cl.MaCn;

61 i++;

62 }

63

IRNR.java (https://code.google.com/p/voteutil/) Java · 334 lines

28 for ( int i = 0; i < argv.length; i++ ) {

29 if ( argv[i].equals( "track" ) ) {

30 i++;

31 voterToTrack = Integer.parseInt( argv[i] );

32 } else if ( argv[i].equals( "show" ) ) {

299 actives[i] = (boolean[])debugHistory.elementAt( i * 2 );

300 tallies[i] = (double[]) debugHistory.elementAt( i * 2 + 1 );

301 i++;

302 }

303 StringBuffer toret = new StringBuffer( 2048 );

PanelGridRenderer.java (http://primefaces.googlecode.com/svn/primefaces/trunk/) Java · 318 lines

132 writer.endElement("td");

133

134 i++;

135 colMod = i % columns;

136

150 String rowStyleClass = i % 2 == 0 ? PanelGrid.TABLE_ROW_CLASS + " " + PanelGrid.EVEN_ROW_CLASS : PanelGrid.TABLE_ROW_CLASS + " " + PanelGrid.ODD_ROW_CLASS;

151 encodeRow(context, (Row) child, "gridcell", rowStyleClass, PanelGrid.CELL_CLASS);

152 i++;

153 }

154 else {

235 writer.endElement("div");

236

237 i++;

238 colMod = i % columns;

239

data_cache.cpp (http://itexmacs.googlecode.com/svn/trunk/) C++ · 252 lines

181 while (i<n) {

182 int start= i;

183 while (i<n && cached[i] != '\n') i++;

184 string key= cached (start, i);

185 i++; start= i;

186 while (i<n && (cached[i] != '\n' ||

187 !test (cached, i+1, "%-%-tm-cache-%-%"))) i++;

188 string im= cached (start, i);

189 i++;

190 while (i<n && cached[i] != '\n') i++;

191 i++;

proto.t (http://perl5005.googlecode.com/svn/trunk/) Perl · 459 lines

31 if((defined($p) && defined($c) && $p ne $c)

32 || (defined($p) != defined($c)));

33 printf "ok %d\n",$i++;

34 }

35

50

51 print "not " unless 0 == no_proto();

52 printf "ok %d\n",$i++;

53

54 print "not " unless 1 == no_proto(5);

55 printf "ok %d\n",$i++;

56

57 print "not " unless 4 == &no_proto;

ggg.cpp (http://barcodegui.googlecode.com/svn/trunk/) C++ · 312 lines

139 {

140 result+=3*code[i*2+1]+code[i*2];

141 i++;

142 }

143 value=div(result,10);

KLubCmpl_Blocker.cpp (http://mmo-resourse.googlecode.com/svn/) C++ · 519 lines

21 if (pLine[i] == ' '|| pLine[i] == '\t')

22 {

23 i++;

24 continue;

25 }

255 // return TRUE;

256 UnitsList.RemoveHead();

257 i++;

258 nLabelNum ++;

259 // Print();

DataObject.java (http://jumpwisely.googlecode.com/svn/) Java · 288 lines

257 continue;

258 }

259 i++;

260 }

261 return newObj;

ARGB.as (http://templelibrary.googlecode.com/svn/trunk/) ActionScript · 213 lines

191 {

192 hex = hex.substr(i);

193 i++;

194 }

195

Traffic.pm (http://guanoo.googlecode.com/svn/trunk/) Perl · 270 lines

167 while (my $event = $visit_data->{"e$i"})

168 {

169 $i++; # next event

170

171 my ($channel_id, $type_id, $durn, $name, $refer_id, $class) = split / /, $event;

ArrayExtensions.as (http://breaktrycatchrepo.googlecode.com/svn/trunk/) ActionScript · 313 lines

241 shuffled[i] = shuffled[rnd = i + Math.random( ) * (len - i)];

242 shuffled[rnd] = item;

243 i++;

244 }

245 return shuffled;

FormEnumViewer.cs (http://cellengine.googlecode.com/svn/trunk/) C# · 414 lines

119 }

120

121 i++;

122 }

123 catch (Exception err)

Stats.cs (http://xe8tmw7c.googlecode.com/svn/) C# · 316 lines

262

263 if (multi)

264 Kore.Datas.profil.PartyMulti++;

265 if (gagne)

266 Kore.Datas.profil.PartyWin++;

ListeAchatMarcheControleur.php (http://zeybux.googlecode.com/svn/trunk/) PHP · 269 lines

194 array_push($contenuTableau,$lLigne);

195 }

196 $lI++;

197 }

198 }

TopicAssocDep.java (http://ontopia.googlecode.com/svn/trunk/) Java · 399 lines

156 else

157 rolenames[i] = "null";

158 i++;

159 }

160 //Sorts the rolenames in lexiographical order.

splitReps.c (http://dgpu-ep-htsr-a.googlecode.com/svn/trunk/) C · 441 lines

426

427 if ( EdSmallerThanTwin ( i ) )

428 { i++; }

429 }

430

l_memory.c (http://bzzwolfmp.googlecode.com/svn/trunk/) C · 447 lines

302 } //end else

303 #endif //MEMDEBUG

304 i++;

305 } //end for

306 } //end of the function PrintMemoryLabels

ConsultationResultsTag.java (https://code.google.com/p/fsnet/) Java · 273 lines

131 }

132 }

133 i++;

134 }

135 if (consultation.getType() == Consultation.TypeConsultation.YES_NO_OTHER){

217 //// System.out.println("plop: "+number);

218 //// }

219 //// i++;

220 //// }

221 //// }

AbstractArgMultiple.java (http://symja.googlecode.com/svn/trunk/) Java · 262 lines

64 temp = ast.get(i);

65 }

66 i++;

67 }

68

75 }

76

77 i++;

78 }

79 }

LexLisp.cxx (http://anotherclojurebox.googlecode.com/svn/trunk/) C++ · 549 lines

209 } else if (state == SCE_LISP_MULTI_COMMENT) {

210 if (ch == '|' && chNext == '#') {

211 i++;

212 chNext = styler.SafeGetCharAt(i + 1);

213 styler.ColourTo(i, state);

217 if (ch == '\\') {

218 if (chNext == '\"' || chNext == '\'' || chNext == '\\') {

219 i++;

220 chNext = styler.SafeGetCharAt(i + 1);

221 }

389 if (ch == '\\') {

390 if (chNext == '\"' || chNext == '\'' || chNext == '\\') {

391 i++;

392 chNext = styler.SafeGetCharAt(i + 1);

393 }

UCCategory.ascx (http://lefter.googlecode.com/svn/trunk/) ASP.NET · 509 lines

359 }

360 str += ">" + data[i].CategoryName + "</options>";

361 i++;

362 }

363 $(slt).append(str);

392 data[i].S = true;

393 }

394 i++;

395 }

396 if (i == len) {

SVMNetworkPersistor.cs (http://encog-cs.googlecode.com/svn/trunk/) C# · 433 lines

316 model.SV[i][j].value_Renamed = Double.Parse(st[idx++]);

317 }

318 i++;

319 }

320 else if (xmlin.IsIt(SVMNetworkPersistor.TAG_DATA, false))

WtCookie.c (http://mod-wtcl.googlecode.com/svn/trunk/) C · 926 lines

279 break;

280 } else {

281 i++;

282 }

283 } else if (!strcmp(argStr, "-domain")) {

289 } else {

290 WtCookieSetDomain(cookie, objv[i + 1], interp);

291 i++;

292 }

293 } else if (!strcmp(argStr, "-path")) {

299 } else {

300 WtCookieSetPath(cookie, objv[i + 1], interp);

301 i++;

302 }

303 } else if (!strcmp(argStr, "-secure")) {

orden.php (http://mierdaselfservice-sisvox.googlecode.com/svn/trunk/) PHP · 207 lines

43 <b><?php echo $lista_productos[$i][1]." - ".$lista_productos[$i][2]; ?></b>

44 <br>

45 <?php echo $lista_productos[$i][4]." BsF."; $i++;?>

46 </td>

47 </tr>

64 </tr>

65 <?php

66 $i++;

67 }

68 ?>

126 while ($i < sizeof($lista_estados)){

127 echo '<option value="'.$lista_estados[$i][0].'">'.$lista_estados[$i][1].'</option>';

128 $i++;

129 }

130 ?>

LSOOptimizer.cs (http://lsotool.googlecode.com/svn/trunk/) C# · 388 lines

156 while (SameInstruction(haystack[di], needle[si]))

157 {

158 si++;

159 di++;

MainView.java (http://gflot.googlecode.com/svn/trunk/) Java · 422 lines

340 indexRawSource = i;

341 }

342 i++;

343 }

344 sourceList.setSelectedIndex( indexRawSource );

growTree.c (https://code.google.com/p/poy/) C · 1008 lines

901 j++;

902 }

903 i++;

904 }

905

binencode.c (https://code.google.com/p/poy/) C · 620 lines

232 p1 = g->genes[( i + 1 ) % num_genes];

233 found = ( ( p0 == G0 && p1 == G1 ) || ( p0 == -G1 && p1 == -G0 ) );

234 i++;

235 }

236

Validate.inc (https://code.google.com/p/ztitools/) PHP · 862 lines

282 ShowHTMLCR " text2 = text2.substr(0, i) + midtoend(text2, i + 2);"

283 ShowHTMLCR " else"

284 ShowHTMLCR " i++;"

285 ShowHTMLCR " return text2;"

286 ShowHTMLCR "}"

ChunkProviderHell.java (http://phantom-labs-mc.googlecode.com/svn/trunk/) Java · 552 lines

405

406 par1ArrayOfDouble[i] = d6;

407 i++;

408 }

409 }

BlockChest.java (http://phantom-labs-mc.googlecode.com/svn/trunk/) Java · 634 lines

399 if (par1World.getBlockId(par2 - 1, par3, par4) == blockID)

400 {

401 i++;

402 }

403

404 if (par1World.getBlockId(par2 + 1, par3, par4) == blockID)

405 {

406 i++;

407 }

408

409 if (par1World.getBlockId(par2, par3, par4 - 1) == blockID)

410 {

411 i++;

412 }

413

JavaCharStream.java (http://antonyminijava.googlecode.com/svn/trunk/) Java · 617 lines

592 bufcolumn[j] = newCol + columnDiff;

593 columnDiff = nextColDiff;

594 i++;

595 }

596

MemSearch.cs (http://geckowii.googlecode.com/svn/trunk/) C# · 1996 lines

330 // }

331 // gView.Rows[i].Cells[2].Value = value;

332 // i++;

333 // }

334 //}

448 }

449 gView.Rows[i].Cells[2].Value = value;

450 i++;

451 }

452 }

ri_geometry.cpp (https://code.google.com/p/kaze-renderer/) C++ · 1469 lines

371 while (ORDERS[i].name) {

372 if(strcmp(ORDERS[i].name, type)==0)return ORDERS[i].num;

373 i++;

374 }

375 return 0;

EDIT.C (http://thai-writer.googlecode.com/svn/trunk/TW/) C · 781 lines

11 {

12 fontcode[i] = ONELINECODE;

13 i++;

14 }

15

17 {

18 fontcode[i] = SUPERCODE;

19 i++;

20 }

21

23 {

24 fontcode[i] = SUBCODE;

25 i++;

26 }

27

TclElastomericBearingCommand.cpp (https://code.google.com/p/opensees-websocket/) C++ · 459 lines

181 return TCL_ERROR;

182 } else {

183 argi++;

184 x(j) = value;

185 }

192 return TCL_ERROR;

193 } else {

194 argi++;

195 y(j) = value;

196 }

381 return TCL_ERROR;

382 } else {

383 argi++;

384 y(j) = value;

385 }

VectorPath.hx (http://aggx.googlecode.com/svn/trunk/) Haxe · 553 lines

338 _vertices.modifyVertex(pathId, x.value, y.value);

339 }

340 i++;

341 }

342 }

373 _vertices.getVertex(start + (i + 1) % np, x2, y2);

374 area += x1.value * y2.value - y1.value * x2.value;

375 i++;

376 }

377 return (area < 0.0) ? PathFlags.CW : PathFlags.CCW;

402 {

403 _vertices.modifyCommand(i, _vertices.getCommand(i + 1));

404 i++;

405 }

406

FakeNode.java (http://ideah.googlecode.com/svn/trunk/) Java · 455 lines

47 try {

48 name = children.get(i).toModuleName();

49 i++;

50 } catch (NoMatchException ex) {

51 // ignore

61 break;

62 }

63 i++;

64 }

65 List<Import> imports = new ArrayList<Import>();

72 break;

73 }

74 i++;

75 }

76 List<Declaration> declarations = new ArrayList<Declaration>();

cv.js (https://code.google.com/p/fsnet/) JavaScript · 554 lines

113 $(".addExpTable").css("display", "inline");

114

115 i++;

116 }

117

GreatestCommonDivisorAbstract.java (http://symja.googlecode.com/svn/trunk/) Java · 1037 lines

970 P = P.multiply(d);

971 }

972 i++;

973 }

974 //System.out.println("Fi = " + Fi);

HNauty.pm (https://code.google.com/p/bionetgen/) Perl · 1011 lines

363 $fixed = 0;

364 }

365 $i++;

366 }

367 return $fixed;

510 $status = lex_ordered( @$le_primier[$i], @$le_deuxieme[$i] );

511 if ( @$status[0] eq 'eq' ) {

512 $i++;

513 }

514 }

sources.js (http://simile-widgets.googlecode.com/svn/) JavaScript · 289 lines

249 values[i] = value;

250 }

251 i++;

252 }

253

Iteration.java (http://sourcebox.googlecode.com/svn/trunk/) Java · 1038 lines

865 result.append(part);

866 result.append(del);

867 i++;

868 }

869 return i > 0 ? result.substring(0, result.length() - del.length())

878 result.append(part);

879 result.append(del);

880 i++;

881 }

882 return i > 0 ? result.substring(0, result.length() - del.length())

decoder_modulation.c (http://project-static.googlecode.com/svn/trunk/) C · 1086 lines

50 {

51 iCurrentBit=0;

52 i++;

53 }

54 else iCurrentBit=1;

59 {

60 iCurrentBit=1;

61 i++;

62 }

63 else

80 return uCodeFromPeriods.i64bits;

81 }

82 i++;

83 return STATE_RESULT2;

84 }

Expression.java.html (https://code.google.com/p/doubleko/) HTML · 154 lines

54 <font color="#ffff00"><b>&nbsp;43&nbsp;</b></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<br>

55 <font color="#ffff00"><b>&nbsp;44&nbsp;</b></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;flag =&nbsp;<font color="#ff40ff"><b>true</b></font>;&nbsp;&nbsp;<br>

56 <font color="#ffff00"><b>&nbsp;45&nbsp;</b></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;i++;&nbsp;&nbsp;<br>

57 <font color="#ffff00"><b>&nbsp;46&nbsp;</b></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;<font color="#ffffff"><b>else</b></font>&nbsp;{&nbsp;&nbsp;<br>

58 <font color="#ffff00"><b>&nbsp;47&nbsp;</b></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;flag =&nbsp;<font color="#ff40ff"><b>false</b></font>;&nbsp;&nbsp;<br>

61 <font color="#ffff00"><b>&nbsp;50&nbsp;</b></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;op.push(ch);&nbsp;&nbsp;<br>

62 <font color="#ffff00"><b>&nbsp;51&nbsp;</b></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.println(<font color="#ff40ff"><b>&quot;push:&quot;</b></font>+op.peek());<br>

63 <font color="#ffff00"><b>&nbsp;52&nbsp;</b></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;i++;&nbsp;&nbsp;<br>

64 <font color="#ffff00"><b>&nbsp;53&nbsp;</b></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#ffffff"><b>break</b></font>;&nbsp;&nbsp;<br>

65 <font color="#ffff00"><b>&nbsp;54&nbsp;</b></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#ffff00"><b>case</b></font>&nbsp;<font color="#ff40ff"><b>'='</b></font>:&nbsp;&nbsp;<br>

66 <font color="#ffff00"><b>&nbsp;55&nbsp;</b></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.println(<font color="#ff40ff"><b>&quot;pop:&quot;</b></font>+op.peek());<br>

67 <font color="#ffff00"><b>&nbsp;56&nbsp;</b></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;op.pop();&nbsp;&nbsp;<br>

68 <font color="#ffff00"><b>&nbsp;57&nbsp;</b></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;i++;&nbsp;&nbsp;<br>

69 <font color="#ffff00"><b>&nbsp;58&nbsp;</b></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#ffffff"><b>break</b></font>;&nbsp;&nbsp;<br>

70 <font color="#ffff00"><b>&nbsp;59&nbsp;</b></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#ffff00"><b>case</b></font>&nbsp;<font color="#ff40ff"><b>'&gt;'</b></font>:&nbsp;&nbsp;<br>

SCOList.java (http://jdbcperf.googlecode.com/svn/trunk/) Java · 633 lines

590 for (int i = 0; i < size;) {

591 if (c.contains(data[i])) {

592 i++;

593 } else {

594 removeImp(i);

XmlParsing.java (http://fbdtoverilog.googlecode.com/svn/trunk/) Java · 522 lines

254 for (int j = 0; j < nCol-1; j++)

255 {

256 i++;

257 }

258 }

XMLite.cpp (http://wiredplane-wintools.googlecode.com/svn/trunk/) C++ · 2239 lines

213 if( tolower(*pch) != tolower(des[i]) )

214 break;

215 i++;

216 }

217 pch ++;

chanInterference.pl (http://uu-cope.googlecode.com/svn/trunk/) Perl · 314 lines

61 print Destination 'v -t ', @fields[1], ' -e sim_annotation ', @fields[1],' ', $i,' NODE 2 MOVES ',"\n";

62 $last_time = @fields[1]+0.00005;

63 $i++;

64 if ($num_mov == 0)

65 {

74 print Destination 'v -t ', $last_time,' -e sim_annotation ', $last_time,' ',$i,' Node 2 is in range of Node 1, close enough to',"\n";

75 $last_time = $last_time + 0.00005;

76 $i++;

77 print Destination 'v -t ',$last_time,' -e sim_annotation ',$last_time,' ',$i,' interfere with Node 0 but not the same distance as Node 0 from Node 1',"\n";

78 }

79 $i++;

80

81 $num_mov ++;

rts-cts-data-ack.pl (http://uu-cope.googlecode.com/svn/trunk/) Perl · 511 lines

87 {

88 print Destination 'v -t ', @fields[1], ' -e sim_annotation ', @fields[1], ' ', $i, ' NODE MOVES : Sender nodes can hear both RTS and CTS ', "\n";

89 $i++;

90 }

91 elsif ($num_mov == 2)

92 {

93 print Destination 'v -t ', @fields[1], ' -e sim_annotation ', @fields[1], ' ', $i, ' NODE MOVES : Sender nodes can hear CTS but not RTS', "\n";

94 $i++;

95 }

96 $line = <Source>;

111 $come = 1;

112 print Destination 'v -t ', @fields[1], ' -e sim_annotation ', @fields[1], ' ', $i, ' CASE 1 : NO CONTENTION. ', "\n";

113 $i++;

114 @fields[1] = @fields[1] + 0.00005;

115 print Destination 'v -t ', @fields[1], ' -e sim_annotation ', @fields[1], ' ', $i, ' Only one node sends data, it does a simple RTS-CTS_DATA-ACK exchange ', "\n";

base.item.content.class.php (http://php-ppcms.googlecode.com/svn/trunk/) PHP · 849 lines

604 }

605 $query_str .= " " . $this->prefix . $field . " like '%" . $filter['keyword'] . "%' ";

606 $i++;

607 }

608 $query_str .= " ) ";

base.item.type.class.php (http://php-ppcms.googlecode.com/svn/trunk/) PHP · 523 lines

127 }

128 $query_order_str .= " " . $v . " " . $as;

129 $i++;

130 }

131 } else {

415 }

416 $query_str .= " " . $this->prefix . $field . " like '%" . $filter['keyword'] . "%' ";

417 $i++;

418 }

419 $query_str .= " ) ";

479 }

480 $query .= (($p == '') ? '' : $p . ".") . $this->prefix . "type = '" . $v . "' ";

481 $i++;

482 }

483 }

base.item.description.class.php (http://php-ppcms.googlecode.com/svn/trunk/) PHP · 402 lines

300 $query .= " ," . $k . " = '" . $v . "' ";

301 }

302 $i++;

303 }

304 }

319 $query .= ", " . $k . " = '" . $v . "' ";

320 }

321 $i++;

322 }

323 }

base.item.join.class.php (http://php-ppcms.googlecode.com/svn/trunk/) PHP · 509 lines

117 }

118 $query_order_str .= " " . $v . " " . $as;

119 $i++;

120 }

121 } else {

457 }

458 $query_str .= " " . $this->prefix . $field . " like '%" . $filter['keyword'] . "%' ";

459 $i++;

460 }

461 $query_str .= " ) ";

base.item.user.class.php (http://php-ppcms.googlecode.com/svn/trunk/) PHP · 501 lines

123 }

124 $query_order_str .= " a." . $v . " " . $as;

125 $i++;

126 }

127 } else {

450 }

451 $query_str .= " a." . $this->prefix . $field . " like '%" . $filter['keyword'] . "%' ";

452 $i++;

453 }

454 $query_str .= " ) ";

base.item.bind.class.php (http://php-ppcms.googlecode.com/svn/trunk/) PHP · 566 lines

121 }

122 $query_order_str .= " " . $v . " " . $as;

123 $i++;

124 }

125 } else {

514 }

515 $query_str .= " a." . $this->prefix . $field . " like '%" . $filter['keyword'] . "%' ";

516 $i++;

517 }

518 $query_str .= " ) ";

CombineEngine.java (http://fbdtoverilog.googlecode.com/svn/trunk/) Java · 361 lines

35 || condition.charAt(i) == '\r'

36 || condition.charAt(i) == '\t') {

37 i++;

38 continue;

39 }

46 if (openCount == 0 && condition.charAt(i) == ')')

47 break;

48 i++;

49 if (i >= condition.length())

50 break;

53 && (condition.charAt(i) != '|' && condition

54 .charAt(i) != '&'))

55 i++;

56 }

57

QuickCached.java (http://quickcached.googlecode.com/svn/trunk/) Java · 143 lines

26 while (i < args.length) {

27 arg = args[i];

28 i++;

29

30 if(arg.startsWith("-")==false) continue;

85 while (i < args.length) {

86 arg = args[i];

87 i++;

88 if(i < args.length) value = args[i];

89

HuffmanTable.cs (http://s5230wallpapercreator.googlecode.com/svn/trunk/) C# · 488 lines ✨ Summary

This is a C# class that encodes and decodes JPEG images using the Huffman coding technique. It takes in a byte array representing the image data and returns a new byte array with the encoded image data. The class also has methods for initializing the Huffman coding tables and encoding/decoding individual blocks of pixels.

108 }

109 code <<= 1;

110 si++;

111 }

112 }

158 while (code > maxcode[i])

159 {

160 i++;

161 code <<= 1;

162 code |= (short)JPEGStream.ReadBits(1);

362 }

363 code <<= 1;

364 si++;

365 }

366

CSSSelector.java (http://mt4j.googlecode.com/svn/trunk/) Java · 756 lines ✨ Summary

This Java code is a CSS selector parser for a graphical user interface (GUI) framework, likely used to style components in a web application. It checks if an object’s name or ID matches a given CSS selector, and returns true if it does, indicating that the component can be styled with that selector.

285 int i = 0;

286 for (String s: superclasses) {

287 i++;

288 if (primary.equalsIgnoreCase(s.replace(" ", ""))) {

289 return 150 - i;

Logical.cs (http://deveeldb.googlecode.com/svn/trunk/) C# · 802 lines ✨ Summary

The provided C# code calculates the bitwise XOR of two integers, a and b, using a recursive approach with memoization to optimize performance. It returns the result as a new integer object. The code handles edge cases such as zero inputs and negative numbers, and it uses bitwise operations to minimize calculations.

73 resDigits[i] = val.digits[i] + val.sign;

74 // Copying the remaining unchanged digit

75 for (i++; i < val.numberLength; i++) {

76 resDigits[i] = val.digits[i];

77 }

147 if (i == iNeg) {

148 resDigits[i] = -negative.digits[i] & positive.digits[i];

149 i++;

150 }

151 int limit = System.Math.Min(negative.numberLength, positive.numberLength);

190 }

191 if (digit == 0) {

192 for (i++; i < shorter.numberLength && (digit = ~(longer.digits[i] | shorter.digits[i])) == 0; i++)

193 ; // digit = ~longer.digits[i] & ~shorter.digits[i]

194 if (digit == 0) {

a_env.cpp (https://code.google.com/p/csvfix/) C++ · 498 lines ✨ Summary

This C++ code defines classes and functions for working with command-line environment variables, such as parsing flags, storing values, and retrieving them. It provides a way to access environment variables in a program, including checking if they exist and getting their values. The code is part of a larger project, likely a build system or compiler, and is used to manage command-line options and file paths.

433 while( env[i] ) {

434 mDict.AddNVP( env[i] );

435 i++;

436 }

437 }

CoreFeaturesTest.cs (https://code.google.com/p/dataobjectsdotnet/) C# · 0 lines ✨ Summary

This C# code tests the performance of various data structures (arrays, dictionaries) under different conditions (filling, reading, enumerating). It measures the time taken for each operation and displays the results in a readable format, allowing developers to compare the efficiency of their chosen data structure. The output provides insight into how different operations affect the performance of each data structure.

461 new Measurement("Box int ", MeasurementOptions.Log, size)) {

462 for (int i = 0; i < size; ) {

463 t = i++;

464 t = i++;

465 t = i++;

466 t = i++;

467 t = i++;

468 t = i++;

469 t = i++;

470 t = i++;

471 t = i++;

472 t = i++;

filequeue.php (http://creative-portal.googlecode.com/svn/trunk/) PHP · 693 lines ✨ Summary

This PHP code generates a web page for managing a file queue, allowing administrators to view and edit files uploaded to the system. It displays a list of files with their upload time, category, and title, along with options to edit each file’s details. The page also includes links to add new files and refresh the content.

This PHP code generates a web page for managing a file queue, allowing administrators to view and edit files uploaded to the system. It displays a list of files with their upload time, category, and title, along with options to edit each file’s details. The page also includes links to add new files and refresh the content.

235 {

236 $newfile2 = preg_replace( '/(.*)(\.[a-zA-Z]+)$/', '\1_' . $i . '\2', $newfile );

237 $i++;

238 }

239

278 {

279 $newfile2 = preg_replace( '/(.*)(\.[a-zA-Z]+)$/', '\1_' . $i . '\2', $newfile );

280 $i++;

281 }

282

Sigslot.h (http://sumatrapdf.googlecode.com/svn/trunk/) C Header · 1861 lines

511 m_connections.RemoveAtFast(i);

512 else

513 i++;

514 }

515 }

584 m_connections.RemoveAtFast(i);

585 else

586 i++;

587 }

588 }

GeometryConverterToGeoAPI.cs (http://nettopologysuite.googlecode.com/svn/trunk/) C# · 583 lines

419 //if (shape.HasM()) c.M = shape.M[i];

420 if (shape.HasZ()) c.Z = shape.Z[i];

421 i++;

422 }

423 }

448 //if (shape.HasM()) c.M = M[i];

449 if (shape.HasZ()) c.Z = shape.Z[i];

450 i++;

451 }

452 lines.Add(factory.CreateLineString(coords.ToArray()));

485 //if (shape.HasM()) c.M = M[i];

486 if (shape.HasZ()) c.Z = shape.Z[i];

487 i++;

488 coords.Add(c);

489 }

MarcheValid.js (http://zeybux.googlecode.com/svn/trunk/) JavaScript · 134 lines

60 if(!lVrProduit.valid){lVR.valid = false;}

61 lVR.produits[pData.produits[i].idNom] = lVrProduit;

62 i++;

63 }

64

68 if(!lVrProduit.valid){lVR.valid = false;}

69 lVR.produitsAbonnement[pData.produitsAbonnement[i].idNom] = lVrProduit;

70 i++;

71 }

72 } else {

ProduitMarcheValid.php (http://zeybux.googlecode.com/svn/trunk/) PHP · 546 lines

263 }*/

264 $lVr->addLots($lVrLot);

265 $i++;

266 }

267 }

534 }*/

535 $lVr->addLots($lVrLot);

536 $i++;

537 }

538 }

DetailReservationMarcheValid.php (http://zeybux.googlecode.com/svn/trunk/) PHP · 454 lines

185 $lContinu = false;

186 }

187 $i++;

188 }

189 $lQteMax -= $lQuantiteReservation; // Qté réservation est négative -- = +

405 $lContinu = false;

406 }

407 $i++;

408 }

409 */

423 $lContinu = false;

424 }

425 $i++;

426 }

427 $lQteMax -= $lQuantiteReservation; // Qté réservation est négative -- = +

ListeProduitValid.php (http://zeybux.googlecode.com/svn/trunk/) PHP · 583 lines

262 }

263 $lVr->addLots($lVrLot);

264 $i++;

265 }

266 }

514 }

515 $lVr->addLots($lVrLot);

516 $i++;

517 }

518 }

x86func.cpp (http://asmjit.googlecode.com/svn/trunk/) C++ · 646 lines

388 arg._stackOffset = kFuncStackInvalid;

389

390 i++;

391 }

392

396 arg.reset();

397

398 i++;

399 }

400

testcp.cs (http://or-tools.googlecode.com/svn/trunk/) C# · 461 lines

425 // all_ends.Add(tasks[i].EndExpr().Var());

426 // //solver.Add(solver.MakeGreaterOrEqual(tasks[i].StartExpr(), 1)); // { 1 }

427 // i++;

428 // }

429

MFView.cs (http://my-films.googlecode.com/svn/) C# · 606 lines

253 {

254 LogMyFilms.Debug("LoadFromString() - Parsed Value [" + i + "] = '" + s + "'");

255 i++;

256 }

257 ID = int.Parse(split[0]);

573 {

574 LogMyFilms.Debug("LoadFromString() - Parsed Value [" + i + "] = '" + s + "'");

575 i++;

576 }

577 strSelect = split[0];

Pivot.php (http://openbiz-cubi.googlecode.com/svn/trunk/) PHP · 531 lines

162 case 1:

163 foreach ($tmp as $p0 => $p0Values) {

164 @$i++;

165 $_out = $_lineTotal = array();

166 $_out[self::_ID] = ++$cont;

270 $_out[$pivotOn] = null;

271 }

272 $i++;

273 }

274 foreach ($p0Total as $split => $values) {

362 $_out[$pivotOn] = null;

363 }

364 $i++;

365 }

366 foreach ($p0Total as $split => $values) {

qiterator.h (https://code.google.com/p/phantomjs/) C Header · 192 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(); } \

longlong.cpp (http://dynamica.googlecode.com/svn/trunk/) C++ · 1364 lines

380

381 if ((m_lo < previous) || (m_lo < ll.m_lo))

382 m_hi++;

383

384 #ifdef wxLONGLONG_TEST_MODE

399

400 if ((m_lo < previous) || (m_lo < ll.m_lo))

401 m_hi++;

402

403 #ifdef wxLONGLONG_TEST_MODE

419

420 if ((m_lo < previous) || (m_lo < (unsigned long)l))

421 m_hi++;

422

423 #ifdef wxLONGLONG_TEST_MODE

ocr-classify-zones.cc (https://code.google.com/p/ocropus/) C++ · 696 lines

14 while(i < MAX_LEN) {

15 histogram_comp(j) = histogram(i);

16 i++;

17 if(i > COMP_START){

18 m = min(MAX_LEN, m+k);

19 while(i < m){

20 histogram_comp(j)+= histogram(i);

21 i++;

22 }

23 k = COMP_LEN_INC_A * k + COMP_LEN_INC_B;

47 while(i < MAX_LEN) {

48 histogram_2D_comp(n,j) = histogram_2D(n,i);

49 i++;

50 if(i > COMP_START) {

51 m = min(MAX_LEN, m+k);

ps_product.inc (http://phpshop.googlecode.com/svn/trunk/) PHP · 784 lines

196 $i = 0;

197 while($db->next_record()) {

198 $i++;

199 $q2 = "INSERT INTO product_attribute ";

200 $q2 .= "(product_id,attribute_name,attribute_value) ";

280 $i = 0;

281 while($db->next_record()) {

282 $i++;

283 $q2 = "UPDATE product_attribute SET ";

284 $q2 .= "attribute_value='" . $d["attribute_$i"] . "' ";

506 while($db->next_record()) {

507 $list[$i] = $db->f("product_id");

508 $i++;

509 }

510 return $list;

ebpls.global.db.funcs.php (http://ebpls.googlecode.com/svn/trunk/) PHP · 488 lines ✨ Summary

This PHP code is part of a larger system for managing business transactions and tax fees. It provides functions for creating and updating records in various tables, such as ebpls_business_nature, ebpls_tax_fee_table, and ebpls_transaction_payables. The code handles data validation, error handling, and database interactions to ensure accurate and consistent data storage.

150

151 $rs = mysql_query( $sql, $dbLink);

152 $i++;

153

154 } else {

462 }

463

464 $i++;

465

466 } else {

dotest.cpp (http://stuffpack.googlecode.com/svn/) C++ · 383 lines

54 CU_ASSERT_EQUAL(t_fifo.pop(), i++);

55 // CU_ASSERT_EQUAL(t_fifo.pop(), m_fo_nodata);

56 // i++;

57 }

58

GroebnerBasePseudoRecSeq.java (http://symja.googlecode.com/svn/trunk/) Java · 254 lines

246 //a = red.normalform( F, a );

247 G.add(a); // adds as last

248 i++;

249 }

250 return G;

LexCrontab.cxx (http://commitmonitor.googlecode.com/svn/trunk/) C++ · 227 lines

57 if (styler.IsLeadByte(ch)) {

58 chNext = styler.SafeGetCharAt(i + 2);

59 i++;

60 continue;

61 }

Matrix.java (http://jvmnotebook.googlecode.com/svn/trunk/) Java · 1612 lines

107 while(true){

108 FieldElement tmp = theEntries[i][0];

109 i++;

110 }

111 }catch(ArrayIndexOutOfBoundsException a){

116 while(true){

117 FieldElement tmp = theEntries[0][i];

118 i++;

119 }

120 }catch(ArrayIndexOutOfBoundsException a){

clsDataTable.cs (http://inferno4proteomics.googlecode.com/svn/trunk/) C# · 742 lines

86 {

87 excelSheets[i] = row["TABLE_NAME"].ToString();

88 i++;

89 }

90 string sheetCmd = "SELECT * FROM [" + excelSheets[0] +"]"; //read the first table

196 {

197 excelSheets[i] = row["TABLE_NAME"].ToString();

198 i++;

199 }

200 string sheetCmd = "SELECT * FROM [" + excelSheets[0] + "]"; //read the first table

296 mstrSheet = row["TABLE_NAME"].ToString();

297 marrExcelSheets.Add(mstrSheet);

298 i++;

299 }

300 frmSelectExcelSheet mfrmSheets = new frmSelectExcelSheet();

ShapeUtil.java (http://rugl.googlecode.com/svn/trunk/) Java · 1137 lines

342 tris[ ti++ ] = 0;

343 tris[ ti++ ] = vi;

344 vi++;

345 tris[ ti++ ] = vi;

346 }

xnoise-markup-node.vala (https://code.google.com/p/xnoise/) Vala · 500 lines

251 int i = 0;

252 while(i < pos - 1) {

253 i++;

254 prev = prev.next;

255 }

309 while(i != idx) {

310 nd = nd.next;

311 i++;

312 }

313 }

344 while(i != idx) {

345 nd = nd.next;

346 i++;

347 }

348 }

chinese.class.php (http://ownerpress.googlecode.com/svn/trunk/) PHP · 255 lines

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

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

224 $i++;

225 }

226 }

DlgAddNode.cpp (http://mmo-resourse.googlecode.com/svn/) C++ · 315 lines

102 m_listMonster.AddString(strTemp.c_str());

103 }

104 i++;

105 }

106 ifStream.close();

LexYAML.cpp (http://qtluapad.googlecode.com/svn/trunk/) C++ · 315 lines ✨ Summary

This C++ code defines a lexer module for parsing YAML (YAML Ain’t Markup Language) syntax. It includes functions for tokenizing input, coloring output, and folding comments to improve readability. The ColouriseYAMLDoc function colors the output based on the parsed tokens, while FoldYAMLDoc folds comments together to reduce clutter. The lexer module is registered with a name “yaml” for use in a larger text processing system.

88 // Skip initial spaces

89 while ((i < lengthLine) && lineBuffer[i] == ' ') { // YAML always uses space, never TABS or anything else

90 i++;

91 }

92 if (lineBuffer[i] == '\t') { // if we skipped all spaces, and we are NOT inside a text block, this is wrong

106 styler.ColourTo(startLine + i, SCE_YAML_OPERATOR);

107 // Non-folding scalar

108 i++;

109 while ((i < lengthLine) && isspacechar(lineBuffer[i]))

110 i++;

114 lineBuffer[endValue + 1] = '\0';

115 if (lineBuffer[i] == '|' || lineBuffer[i] == '>') {

116 i++;

117 if (lineBuffer[i] == '+' || lineBuffer[i] == '-')

118 i++;

GTMUIKit+UnitTesting.m (git://github.com/route-me/route-me.git) Objective C · 122 lines ✨ Summary

This Objective-C code provides a category for UIView and UIImage to make unit testing of graphics/UI easier. It allows saving a view’s representation as an image file, comparing views with previously stored representations, and encoding the state of objects in a manner suitable for comparison against master state files.

98 [inCoder encodeObject:subview

99 forKey:[NSString stringWithFormat:@"ViewSubView %d", i]];

100 i++;

101 }

102 }