PageRenderTime 382ms queryTime 76ms sortTime 55ms getByIdsTime 118ms findMatchingLines 22ms

100+ results results for 'i++; repo:zpao/v8monkey' (382 ms)

Not the results you expected?
modsupport.c https://code.google.com/p/ironclad/ | C | 652 lines
                    
252	Py_UNICODE *v = u;
                    
253	while (*v != 0) { i++; v++; }
                    
254	return i;
                    
                
RubyArrayTests.cs https://hg.codeplex.com/quartz | C# | 360 lines
                    
129                Assert(item.Equals(values[i]));
                    
130                i++;
                    
131            }
                    
                
memmgr.cpp git://pkgs.fedoraproject.org/polyml | C++ | 450 lines
                    
194                lSpaces[i] = lSpaces[i+1];
                    
195                i++;
                    
196            }
                    
                
tArrayIteratorSTL.cc http://casacore.googlecode.com/svn/trunk/ | C++ | 504 lines
                    
60    iters++;
                    
61    i++;
                    
62  }
                    
                
lwgeom_rtree.c git://pkgs.fedoraproject.org/postgis | C | 532 lines
                    
60			nodes[i] = createInteriorNode(nodes[i*2], nodes[i*2+1]);
                    
61			i++;
                    
62		}
                    
228		        freeTree(cache->ringIndices[i]);
                    
229                        i++;
                    
230                }
                    
447				currentCache->ringIndices[i] = createTree(mpoly->geoms[p]->rings[r]);
                    
448				i++;
                    
449			}
                    
                
check_names.c https://bitbucket.org/vrrm/brl-cad-copy-for-fast-history-browsing-in-git.git | C | 693 lines
                    
115		}
                    
116		i++;
                    
117		if( 'A'+i == '[' )
                    
151			j = 0;
                    
152			i++;
                    
153		}
                    
                
boxpack2d.c https://bitbucket.org/DeanGiberson/blender.git | C | 439 lines
                    
184		vert->trb = box;
                    
185		vert->index = i; i++;
                    
186		box->v[BL] = vert; vert++;
                    
192		vert->blb = box;
                    
193		vert->index = i; i++;
                    
194		box->v[TR] = vert; vert++;
                    
200		vert->brb = box;
                    
201		vert->index = i; i++;
                    
202		box->v[TL] = vert; vert++;
                    
208		vert->tlb = box; 
                    
209		vert->index = i; i++;
                    
210		box->v[BR] = vert; vert++;
                    
                
sqWin32Security.c http://openqwaq.googlecode.com/svn/trunk/ | C | 345 lines
                    
70    }
                    
71    i++;
                    
72  }
                    
87    }
                    
88    i++;
                    
89  }
                    
                
x11_image.c https://code.google.com/p/jmupdf/ | C | 704 lines
                    
189					DoRed | DoGreen | DoBlue;
                    
190					i++;
                    
191				}
                    
                
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);
                    
                
domain.c https://bitbucket.org/thelearninglabs/uclinux-distro-tll-public.git | C | 611 lines
                    
76                *(d++) = *((*name) ++);
                    
77                i++;
                    
78            } else if (isdigit(**name)) {
                    
91                *(d++) = (char) n;
                    
92                i++;
                    
93
                    
102            *(d++) = *((*name) ++);
                    
103            i++;
                    
104        }
                    
                
Stemmer.java git://pkgs.fedoraproject.org/java-1.7.0-openjdk | Java | 434 lines
                    
139      {  if (i > j) return n;
                    
140         if (! cons(i)) break; i++;
                    
141      }
                    
141      }
                    
142      i++;
                    
143      while(true)
                    
146               if (cons(i)) break;
                    
147               i++;
                    
148         }
                    
148         }
                    
149         i++;
                    
150         n++;
                    
153            if (! cons(i)) break;
                    
154            i++;
                    
155         }
                    
                
ringmod.cpp https://bitbucket.org/bucket_brigade/neil/ | C++ | 421 lines
                    
51  while (numsamples--) {
                    
52    *o++ += *i++;
                    
53  }
                    
                
Program.cs https://mimoza.svn.codeplex.com/svn | C# | 379 lines
                    
71                            root[i] = (byte)Convert.ToInt16(c.ToString(), 16);
                    
72                            i++;
                    
73
                    
                
windialo.c git://pkgs.fedoraproject.org/xaos | C | 472 lines
                    
44	    return (ch + i + 1);
                    
45	i++;
                    
46    }
                    
                
Frame.pm git://pkgs.fedoraproject.org/perl-SVG-Graph | Perl | 688 lines
                    
379		 $ystack[$i] += $datum->y;
                    
380		 $i++;
                    
381	   }
                    
                
qcommandline.cpp https://code.google.com/p/phantomjs/ | C++ | 536 lines
                    
297    else if (forward)
                    
298      i++;
                    
299  }
                    
                
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                                }
                    
                
slptool.c https://openslp.svn.sourceforge.net/svnroot/openslp | C | 501 lines
                    
295        {
                    
296            i++;
                    
297            if(i < argc)
                    
308        {
                    
309            i++;
                    
310            if(i < argc)
                    
323            /* service type */
                    
324            i++;
                    
325            if(i < argc)
                    
334            /* (optional) filter */
                    
335            i++;
                    
336            if(i < argc)
                    
347            /* url or service type */
                    
348            i++;
                    
349            if(i < argc)
                    
                
WCFTenantMembershipProvider.cs https://SaaSCrab.svn.codeplex.com/svn | C# | 358 lines
                    
156                {
                    
157                    i++;
                    
158                }
                    
                
string.cpp http://itexmacs.googlecode.com/svn/trunk/ | C++ | 406 lines
                    
205  if (n==0) return 0;
                    
206  if (s[0]=='-') i++;
                    
207  while (i<n) {
                    
211    val += (int) (s[i]-'0');
                    
212    i++;
                    
213  }
                    
284  if (n==0) return false;
                    
285  if (s[i]=='+') i++;
                    
286  if (s[i]=='-') i++;
                    
296  if (n==0) return false;
                    
297  if (s[i]=='+') i++;
                    
298  if (s[i]=='-') i++;
                    
303  if (s[i]=='.') {
                    
304    i++;
                    
305    if (i==n) return false;
                    
                
GetEODData.pl http://quantkit.googlecode.com/svn/ | Perl | 267 lines
                    
93				}
                    
94				$i++; 
                    
95			}
                    
129				}
                    
130				$i++;	 
                    
131			}
                    
164				} 
                    
165				$i++;
                    
166			}
                    
199				} 
                    
200				$i++;
                    
201			}
                    
231				}
                    
232				$i++; 
                    
233	   		}
                    
                
ipa_kdb_common.c git://pkgs.fedoraproject.org/freeipa | C | 534 lines
                    
68
                    
69        i++;
                    
70    }
                    
                
grdiff.c http://archfs.googlecode.com/svn/trunk/ | C | 351 lines
                    
216            gstrcpy(&revs[i], entry->d_name);
                    
217            i++;
                    
218        };
                    
                
modern_xptheme.cpp http://miranda-dev.googlecode.com/svn/trunk/ | C++ | 270 lines
                    
181		   else 
                    
182			   i++;
                    
183		}
                    
                
VCensor.cs http://pako.googlecode.com/svn/trunk/ | C# | 230 lines
                    
115                    {
                    
116                        i++;
                    
117                        @out.exe("gggggg");
                    
192                {
                    
193                    i++;
                    
194                    data += "\n" + pattern.Replace("{1}", i.ToString()).Replace("{2}", sqlite_datareader.GetString(1)).Replace("{3}", sqlite_datareader.GetString(2));
                    
                
RealtimeServer.hx http://caffeine-hx.googlecode.com/svn/trunk/ | Haxe | 291 lines
                    
101			else
                    
102				i++;
                    
103		try {
                    
135			} else
                    
136				i++;
                    
137		}
                    
                
osip_header.c git://pkgs.fedoraproject.org/libosip2 | C | 310 lines
                    
198		}
                    
199		i++;
                    
200	}
                    
                
farms_control.php http://scalr.googlecode.com/svn/ | PHP | 222 lines
                    
96			                    $role = $db->GetOne("SELECT id FROM ami_roles WHERE name=? AND iscompleted='1' AND clientid='{$farminfo['clientid']}'", array($name));                    
                    
97			                    $i++;
                    
98			                }
                    
                
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 {
                    
                
win_main.c git://pkgs.fedoraproject.org/sys_basher | C | 404 lines
                    
66	  select |= SWAP_ONLY;
                    
67	  i++;
                    
68	}
                    
71	  select |= BAND_ONLY | DISK_ONLY;
                    
72	  i++;
                    
73	}
                    
78	  select |= DISK_ONLY;
                    
79	  i++;
                    
80	}
                    
85	  select |= FP_ONLY;
                    
86	  i++;
                    
87	}
                    
92	  select |= INT_ONLY;
                    
93	  i++;
                    
94	}
                    
                
main.c https://bitbucket.org/floren/inferno/ | C | 469 lines
                    
79	for(i = 0; i < 100*1024*1024; i++)
                    
80		i++;
                    
81}
                    
                
JsDecoder.js https://hg.codeplex.com/dtweet | JavaScript | 1 lines
                    
1function JsDecoder(){this.s="",this.len=0,this.i=0,this.lvl=0,this.code=[""],this.row=0,this.switches=[],this.lastWord="",this.nextChar="",this.prevChar="",this.isAssign=!1,this.decode=function(){this.s=this.s.replace(/[\r\n\f]+/g,"\n"),this.len=this.s.length;while(this.i<this.len){var n=this.s.charAt(this.i);this.charInit(),this.switch_c(n),this.i++}return this.code.join("\n")},this.switch_c=function(n){switch(n){case"\n":this.linefeed();break;case" ":case"\t":this.space();break;case"{":this.blockBracketOn();break;case"}":this.blockBracketOff();break;case":":this.colon();break;case";":this.semicolon();break;case"(":this.bracketOn();break;case")":this.bracketOff();break;case"[":this.squareBracketOn();break;case"]":this.squareBracketOff();break;case'"':case"'":this.quotation(n);break;case"/":"/"==this.nextChar?this.lineComment():"*"==this.nextChar?this.comment():this.slash();break;case",":this.comma();break;case".":this.dot();break;case"~":case"^":this.symbol1(n);break;case"-":case"+":case"*":case"%":case"<":case"=":case">":case"?":case":":case"&":case"|":case"/":this.symbol2(n);break;case"!":"="==this.nextChar?this.symbol2(n):this.symbol1(n);break;default:/\w/.test(n)?this.alphanumeric(n):this.unknown(n)}n=this.s.charAt(this.i),/\w/.test(n)||(this.lastWord="")},this.blockBracketOn=function(){var t,r,i;this.isAssign=!1,t=this.nextNonWhite(this.i);if("}"==t){r=this.prevChar==")"?" ":"",this.write(r+"{"),this.lvl++;return}/^\s*switch\s/.test(this.getCurrentLine())&&this.switches.push(this.lvl);var u=this.getCurrentLine(),f=this.row,n=/(,)\s*(\w+\s*:\s*function\s*\([^\)]*\)\s*)$/;n.test(u)&&(this.replaceLine(this.code[f].replace(n,"$1")),this.writeLine(),i=n.exec(u),this.write(i[2]));if(/^\s*return\s*/.test(this.code[this.row])){/^\s*return\s+\w+/.test(this.code[this.row])?this.writeLine():this.prevChar!=" "&&this.write(" "),this.write("{"),this.writeLine(),this.lvl++;return}/function\s*/.test(this.code[this.row])||this.isBlockBig()?this.writeLine():this.prevChar!=" "&&this.prevChar!="\n"&&this.prevChar!="("&&this.write(" "),this.write("{"),this.lvl++,"{"!=t&&this.writeLine()},this.isBlockBig=function(){var t=this.i+1,i=0,r=0,u=0,n;while(t<this.len-1){t++,n=this.s.charAt(t);if(/\s/.test(n))continue;if("}"==n&&r==u)break;"{"==n&&r++,"}"==n&&u++,i++;if(i>80)return!0}return i>80},this.blockBracketOff=function(){var n=this.nextNonWhite(this.i),r=this.prevNonWhite(this.i),i=this.getCurrentLine(),f;r!="{"&&(i.length&&n!=";"&&n!="}"&&n!=")"&&n!=","?this.writeLine():i.length&&r!=";"&&n=="}"&&this.isAssign?this.semicolon():i.length&&this.isAssign&&r!=";"?this.semicolon():i.length&&r!=";"&&(/^\s*(else)?\s*return[\s(]+/i.test(i)?this.semicolon():this.writeLine())),this.write("}"),","==n&&(this.write(","),this.goNextNonWhite()),f=this.nextManyNW(3),f=="(),"?(this.write("(),"),this.goNextManyNW("(),"),this.writeLine()):f=="();"?(this.write("();"),this.goNextManyNW("();"),this.writeLine()):f=="():"?(this.write("()"),this.goNextManyNW("()"),this.write(" : "),this.goNextNonWhite()):"{"==r?","==n&&this.getCurrentLine().length<80?this.write(" "):(this.nextWord()||"}"==n)&&this.writeLine():")"!=n&&"]"!=n&&(","==n&&/^[\s\w,]+\)/.test(this.s.substr(this.i,20))?this.write(" "):this.writeLine()),this.lvl--;if(this.switches.length&&this.switches[this.switches.length-1]==this.lvl){var t=this.row-1,h=str_repeat(" ",this.lvl*4),s=str_repeat(" ",(this.lvl+1)*4),c=new RegExp("^"+h+"(switch\\s|{)"),l=new RegExp("^"+s+"(case|default)[\\s:]"),a=new RegExp("^"+s+"[^\\s]");while(t>0){t--;if(c.test(this.code[t]))break;if(l.test(this.code[t]))continue;this.replaceLine("    "+this.code[t],t)}this.switches.pop()}if(this.sub)return;var o=/^(\s*else\s*if)\s*\(/,e=/^(\s*else)\s+[^{]+/,u=this.s.substr(this.i+1,100);o.test(u)?(this.i+=o.exec(u)[1].length,this.write("else if"),this.lastWord="if",this.fixSub("else if")):e.test(u)&&(this.i+=e.exec(u)[1].length,this.write("else"),this.lastWord="else",this.fixSub("else"))},this.bracketOn=function(){this.isKeyword()&&this.prevChar!=" "&&this.prevChar!="\n"?this.write(" ("):this.write("(")},this.bracketOff=function(){var r,n,i,t;this.write(")");if(this.sub)return;r=new RegExp("^\\s*(if|for|while|do)\\s*\\([^{}]+\\)$","i"),n=this.getCurrentLine();if(r.test(n)){i=this.nextNonWhite(this.i);if("{"!=i&&";"!=i&&")"!=i){var e=0,u=0,o=!1,s=!1,f=!1;for(t=0;t<n.length;t++){n.charAt(t)=="("&&(o=!0,e++);if(n.charAt(t)==")"){u++;if(o&&e==u)if(t==n.length-1)f=!0;else break}}f&&this.fixSub(r.exec(n)[1])}}},this.sub=!1,this.orig_i=null,this.orig_lvl=null,this.orig_code=null,this.orig_row=null,this.orig_switches=null,this.restoreOrig=function(n){this.sub=!1,n||(this.i=this.orig_i),this.lvl=this.orig_lvl,this.code=this.orig_code,this.row=this.orig_row,this.switches=this.orig_switches,this.prevCharInit(),this.lastWord="",this.charInit(),this.isAssign=!1},this.combineSub=function(){for(i=0;i<this.code.length;i++){var n=this.orig_code[this.orig_row];0==i&&n.length?(n.substr(n.length-1,1)!=" "&&(this.orig_code[this.orig_row]+=" "),this.orig_code[this.orig_row]+=this.code[i].trim()):this.orig_code[this.orig_row+i]=this.code[i]}},this.fixSub=function(n){var i,h,e,s;if(this.sub)return;if("{"==this.nextNonWhite(this.i))return;i=this.nextWord(),this.orig_i=this.i,this.orig_lvl=this.lvl,this.orig_code=this.code,this.orig_row=this.row,this.orig_switches=this.switches,this.sub=!0,this.code=[""],this.prevChar="",this.row=0,this.switches=[],this.isAssign=!1,this.i++;var u=0,r=0,f=0;"else if"==n&&(h=!1);var t=!1,o=!1,c=!1;while(!t&&this.i<this.len){e=this.s.charAt(this.i),this.charInit();switch(e){case"{":u++;break;case"}":u--;if(0==u&&0==r&&0==f&&this.lvl-1==this.orig_lvl){s=this.nextWord();if("switch"==i){t=!0;break}if("try"==i&&"catch"==o){t=!0;break}if("while"==i&&"do"==o){t=!0;break}"if"==i;if("if"==n&&"else"==s&&"if"!=i){t=!0;break}o=s}break;case"(":r++;break;case")":r--;if("else if"==n&&0==r&&!h){if(this.nextNonWhite(this.i)=="{"){this.write(e),this.combineSub(),this.restoreOrig(!0);return}this.write(e),this.combineSub(),this.restoreOrig(!0),this.fixSub("if");return}break;case"[":f++;break;case"]":f--;break;case";":0==u&&0==r&&0==f&&this.lvl==this.orig_lvl&&"if"!=i&&(t=!0)}if(-1==u&&r==0&&f==0&&this.prevNonWhite(this.i)!="}")this.write(";"),this.i--,t=!0;else if(u<0||r<0||f<0){t=!1;break}else this.switch_c(e);this.i++}this.i--,t&&(this.s=this.s.substr(0,this.orig_i+1)+"{"+this.code.join("\n")+"}"+this.s.substr(this.i+1),this.len=this.s.length),this.restoreOrig(!1)},this.squareBracketOn=function(){this.checkKeyword(),this.write("[")},this.squareBracketOff=function(){this.write("]")},this.isKeyword=function(){return this.lastWord.length&&this.keywords.indexOf(this.lastWord)!=-1},this.linefeed=function(){},this.space=function(){if(!this.prevChar.length)return;if(" "==this.prevChar||"\n"==this.prevChar)return;"}"==this.prevChar&&"]"==this.nextChar,this.write(" ");return},this.checkKeyword=function(){this.isKeyword()&&this.prevChar!=" "&&this.prevChar!="\n"&&this.write(" ")},this.nextWord=function(){var i=this.i,t="",n;while(i<this.len-1){i++,n=this.s.charAt(i);if(t.length)if(/\s/.test(n))break;else if(/\w/.test(n))t+=n;else break;else if(/\s/.test(n))continue;else if(/\w/.test(n))t+=n;else break}return t.length?t:!1},this.nextManyNW=function(n){var r="",i=this.i,t;while(i<this.len-1){i++,t=this.s.charAt(i);if(!/^\s+$/.test(t)){r+=t;if(r.length==n)return r}}return!1},this.goNextManyNW=function(n){var r="",t=this.i,i;while(t<this.len-1){t++,i=this.s.charAt(t);if(!/^\s+$/.test(i)){r+=i;if(r==n)return this.i=t,this.charInit(),!0;if(r.length>=n.length)return!1}}return!1},this.nextNonWhite=function(n){while(n<this.len-1){n++;var t=this.s.charAt(n);if(!/^\s+$/.test(t))return t}return!1},this.prevNonWhite=function(n){while(n>0){n--;var t=this.s.charAt(n);if(!/^\s+$/.test(t))return t}return!1},this.goNextNonWhite=function(){var n=this.i,t;while(n<this.len-1){n++,t=this.s.charAt(n);if(!/^\s+$/.test(t))return this.i=n,this.charInit(),!0}return!1},this.colon=function(){var n=this.getCurrentLine();/^\s*case\s/.test(n)||/^\s*default$/.test(n)?(this.write(":"),this.writeLine()):this.symbol2(":")},this.isStart=function(){return this.getCurrentLine().length===0},this.backLine=function(){if(!this.isStart)throw"backLine() may be called only at the start of the line";this.code.length=this.code.length-1,this.row--},this.semicolon=function(){this.isAssign=!1,this.isStart()&&this.backLine(),this.write(";"),/^\s*for\s/.test(this.getCurrentLine())?this.write(" "):this.writeLine()},this.quotation=function(n){var i,t;this.checkKeyword(),i=!1,this.write(n);while(this.i<this.len-1){this.i++,t=this.s.charAt(this.i),"\\"==t&&(i=i?!1:!0),this.write(t);if(t==n)if(!i)break;"\\"!=t&&(i=!1)}},this.lineComment=function(){this.write("//"),this.i++;while(this.i<this.len-1){this.i++;var n=this.s.charAt(this.i);if("\n"==n){this.writeLine();break}this.write(n)}},this.comment=function(){this.write("/*"),this.i++;var n="",t="";while(this.i<this.len-1){this.i++,t=n,n=this.s.charAt(this.i)," "==n||"\t"==n||"\n"==n?" "==n?this.getCurrentLine().length>100?this.writeLine():this.write(" ",!0):"\t"==n?this.write("    ",!0):"\n"==n&&this.writeLine():this.write(n,!0);if("/"==n&&"*"==t)break}this.writeLine()},this.slash=function(){for(var n=this.i-1,u=this.s.charAt(n),e,o,f,s,i,r,t,n=this.i-1;n>=0;n--){e=this.s.charAt(n);if(" "==e||"\t"==e)continue;u=this.s.charAt(n);break}o=/^\w+$/.test(u)||"]"==u||")"==u,f="*"==this.prevChar;if(o||f)o?"="==this.nextChar?(s=this.prevChar==" "?"":" ",this.write(s+"/")):this.write(" / "):f&&this.write("/ ");else if(")"==this.prevChar)this.write(" / ");else{i="",i+="="==this.prevChar||":"==this.prevChar?" /":"/",r=!1;while(this.i<this.len-1){this.i++,t=this.s.charAt(this.i),"\\"==t&&(r=r?!1:!0),i+=t;if("/"==t)if(!r)break;"\\"!=t&&(r=!1)}this.write(i)}},this.comma=function(){this.write(", ");var n=this.getCurrentLine();n.replace(" ","").length>100&&this.writeLine()},this.dot=function(){this.write(".")},this.symbol1=function(n){"="==this.prevChar&&"!"==n?this.write(" "+n):this.write(n)},this.symbol2=function(n){if("+"==n||"-"==n)if(n==this.nextChar||n==this.prevChar){this.write(n);return}var i=this.prevChar==" "?"":" ",t=" ";"("==this.prevChar&&(i="",t="");if("-"==n&&(">"==this.prevChar||">"==this.prevChar)){this.write(" "+n);return}this.symbols2.indexOf(this.prevChar)!=-1?this.symbols2.indexOf(this.nextChar)!=-1?this.write(n+(this.nextChar=="!"?" ":"")):this.write(n+t):this.symbols2.indexOf(this.nextChar)!=-1?this.write(i+n):this.write(i+n+t),"="==n&&/^[\w\]]$/.test(this.prevNonWhite(this.i))&&/^[\w\'\"\[]$/.test(this.nextNonWhite(this.i))&&(this.isAssign=!0)},this.alphanumeric=function(n){this.lastWord?this.lastWord+=n:this.lastWord=n,")"==this.prevChar&&(n=" "+n),this.write(n)},this.unknown=function(n){this.write(n)},this.charInit=function(){this.nextChar=this.len-1===this.i?"":this.s.charAt(this.i+1)},this.write=function(n,t){var r,i;if(t)/\s/.test(n)||this.code[this.row].length<this.lvl*4&&(this.code[this.row]+=str_repeat(" ",this.lvl*4-this.code[this.row].length)),this.code[this.row]+=n;else if(0===this.code[this.row].length){for(r="}"==n?this.lvl-1:this.lvl,i=0;i<r;i++)this.code[this.row]+="    ";this.code[this.row]+=n}else this.code[this.row]+=n;this.prevCharInit()},this.writeLine=function(){this.code.push(""),this.row++,this.prevChar="\n"},this.replaceLine=function(n,t){"undefined"==typeof t&&(t=!1);if(t!==!1)if(!/^\d+$/.test(t)||t<0||t>this.row)throw"replaceLine() failed: invalid row="+t;t!==!1?this.code[t]=n:this.code[this.row]=n,(t===!1||t==this.row)&&this.prevCharInit()},this.prevCharInit=function(){this.prevChar=this.code[this.row].charAt(this.code[this.row].length-1)},this.writeTab=function(){this.write("    "),this.prevChar=" "},this.getCurrentLine=function(){return this.code[this.row]},this.symbols1="~!^",this.symbols2="-+*%<=>?:&|/!",this.keywords=["abstract","boolean","break","byte","case","catch","char","class","const","continue","default","delete","do","double","else","extends","false","final","finally","float","for","function","goto","if","implements","import","in","instanceof","int","interface","long","native","new","null","package","private","protected","public","return","short","static","super","switch","synchronized","this","throw","throws","transient","true","try","typeof","var","void","while","with"]}function str_repeat(n,t){ret="";for(var i=0;i<t;i++)ret+=n;return ret}function debug(n,t){var i,r;if(!debug_w){var f=600,e=600,o=screen.width/2-f/2,u=screen.height/2-e/2;debug_w=window.open("","","scrollbars=yes,resizable=yes,width="+f+",height="+e+",screenX="+o+",screenY="+u+",left="+o+",top="+u),debug_w.document.open(),debug_w.document.write("<html><head><style>body{margin: 1em;padding: 0;font-family: courier new; font-size: 12px;}h1,h2{margin: 0.2em 0;}</style></head><body><h1>Debug</h1></body></html>"),debug_w.document.close()}i="","undefined"!=typeof t&&t.length&&(i="<h2>"+t+"</h2>\n");if("object"==typeof n)for(r=0;r<n.length;r++)i+="["+r+"] => "+n[r]+"\n";else if("string"==typeof n)i+=n;else{try{i+=n.toString()}catch(s){}i+=" ("+typeof n+")"}debug_w.document.body.innerHTML+="<pre>"+i+"</pre>"}typeof Array.prototype.indexOf=="undefined"&&(Array.prototype.indexOf=function(n){for(var t=0;t<this.length;t++)if(typeof this[t]==typeof n&&this[t]==n)return t;return-1}),String.prototype.trim||(String.prototype.trim=function(){return this.replace(/^\s*|\s*$/g,"")});var debug_w
                    
                
SoSubscriptionManager.m http://sope-appserver.googlecode.com/svn/trunk/ | Objective C | 280 lines
                    
65  static int i = 1000;
                    
66  i++;
                    
67  return [NSString stringWithFormat:@"%i", i];
                    
                
YnQuadTree.cs https://git01.codeplex.com/yna | C# | 268 lines
                    
261                    else
                    
262                        i++;
                    
263                }
                    
                
PorterStemmer.java https://bitbucket.org/szitnik/iobie.git | Java | 428 lines
                    
133        {  if (i > j) return n;
                    
134            if (! cons(i)) break; i++;
                    
135        }
                    
135        }
                    
136        i++;
                    
137        while(true)
                    
140            if (cons(i)) break;
                    
141            i++;
                    
142        }
                    
142        }
                    
143            i++;
                    
144            n++;
                    
147                if (! cons(i)) break;
                    
148                i++;
                    
149            }
                    
                
CircleLayout.as git://github.com/johnyanarella/flare.git | ActionScript | 270 lines
                    
172						                     startAngle - (i/N)*angleWidth);
                    
173					i++;
                    
174				};
                    
                
Con2Agent.java git://pkgs.fedoraproject.org/pki-core | Java | 330 lines
                    
86
                    
87            i++;
                    
88        }
                    
                
mail-index-fsck.c git://pkgs.fedoraproject.org/dovecot | C | 482 lines
                    
370		rec = next_rec;
                    
371		i++;
                    
372	}
                    
                
install.php http://facturascripts.googlecode.com/svn/trunk/ | PHP | 484 lines
                    
36            $columnas[$i]['defecto'] = $col->defecto;
                    
37            $i++;
                    
38         }
                    
52            $restricciones[$i]['consulta'] = $col->consulta;
                    
53            $i++;
                    
54         }
                    
                
bgp_community.c git://git.savannah.nongnu.org/quagga.git | C | 650 lines
                    
94	}
                    
95      i++;
                    
96    }
                    
107      community_del_val (com1, com2->val + i);
                    
108      i++;
                    
109    }
                    
432	j++;
                    
433      i++;
                    
434    }
                    
                
file_pdf.c git://pkgs.fedoraproject.org/testdisk | C | 339 lines
                    
135  {
                    
136    i++;	/* Skip '(' */
                    
137    if(i+8<bsize && memcmp(&buffer[i], "\\376\\377", 8)==0)
                    
                
MouseDevice.cpp git://git.savannah.gnu.org/gnash.git | C++ | 411 lines
                    
94                          mice[i].filespec);
                    
95                i++;
                    
96                continue;
                    
119        
                    
120        i++;
                    
121    }         // while()
                    
                
IRNR.java https://code.google.com/p/voteutil/ | Java | 334 lines
                    
29			if ( argv[i].equals( "track" ) ) {
                    
30				i++;
                    
31				voterToTrack = Integer.parseInt( argv[i] );
                    
300			tallies[i] = (double[]) debugHistory.elementAt( i * 2 + 1 );
                    
301			i++;
                    
302		}
                    
                
linux_evdev.c http://b207.googlecode.com/svn/trunk/ | C | 344 lines
                    
317            } /* if */
                    
318            i++;
                    
319        } /* while */
                    
                
PatchByteCode.java git://pkgs.fedoraproject.org/netbeans-platform | Java | 182 lines
                    
101                pos += 8;
                    
102                i++; // next entry is ignored
                    
103                break;
                    
                
ExpressionParserBase.cs https://hg.codeplex.com/napp | C# | 346 lines
                    
180					// get the next quoted string
                    
181					i++;
                    
182
                    
                
array.c git://pkgs.fedoraproject.org/grass | C | 374 lines
                    
169		varray->c[i] = value;
                    
170		ni++;
                    
171	    }
                    
192		varray->c[i] = value;
                    
193		ni++;
                    
194	    }
                    
321		    varray->c[i] = value;
                    
322		    ni++;
                    
323		    break;
                    
329	       varray->c[i] = value;
                    
330	       ni++;
                    
331	       }
                    
354		    varray->c[i] = value;
                    
355		    ni++;
                    
356		    break;
                    
                
main.c git://pkgs.fedoraproject.org/gfs2-utils | C | 466 lines
                    
180	if (flags & GFSC_MF_LOCAL_RECOVERY_BUSY) {
                    
181		i++;
                    
182		strcat(str, "recover");
                    
225	if (flags & GFSC_NF_KERNEL_MOUNT_DONE) {
                    
226		i++;
                    
227		strcat(str, "done");
                    
                
symbol_list.c http://opensource.apple.com/release/ios-511/ | C | 177 lines
                    
115		    (*list)[i].seen = FALSE;
                    
116		    i++;
                    
117		    len = strlen(line);
                    
                
handle-repo-static.c git://pkgs.fedoraproject.org/spicebird | C | 339 lines
                    
152        {
                    
153          i++;
                    
154        }
                    
                
Filter.java git://pkgs.fedoraproject.org/cortado | Java | 397 lines
                    
202      }
                    
203      i++;
                    
204
                    
230        }
                    
231	i++;
                    
232      }
                    
248      }
                    
249      i++;
                    
250  
                    
280        }
                    
281        i++;
                    
282  
                    
332        }
                    
333        i++;
                    
334      }
                    
                
ftxcmap.c git://pkgs.fedoraproject.org/texlive | C | 349 lines
                    
91      }
                    
92      i++;
                    
93    } while ( i != 0 );  /* because i is UShort! */
                    
192      }
                    
193      i++;
                    
194    } while ( i != 0 );  /* because i is UShort! */
                    
                
strio.c http://cfstox.googlecode.com/svn/trunk/ | C | 582 lines
                    
577      target++;
                    
578      i++;
                    
579    }
                    
                
ArrayXXXCollection.vm git://github.com/JodaOrg/joda-primitives.git | Velocity Template Language | 428 lines
                    
291        while (i < endInclusive) {
                    
292            data[size++] = i++;
                    
293        }
                    
                
GeneralAlgorithm.cs http://thoikhoabieu.googlecode.com/svn/ | C# | 320 lines
                    
60                    ls.MaCn = variable.Cl.MaCn;
                    
61                    i++;
                    
62                }
                    
                
Directory.cs https://hg01.codeplex.com/discutils | C# | 292 lines
                    
227                candidate = baseName.Substring(0, Math.Min(8 - suffix.Length, baseName.Length)) + suffix + (ext.Length > 0 ? "." + ext : string.Empty);
                    
228                i++;
                    
229            }
                    
                
UrlPatternParser.java http://prettyfaces.googlecode.com/svn/trunk/ | Java | 225 lines
                    
122                matcher.appendReplacement(result, parameters[i].toString());
                    
123                i++;
                    
124            }
                    
198
                    
199            i++;
                    
200        }
                    
                
UnicodeSemantics.cs http://sixpack-library.googlecode.com/svn/trunk/ | C# | 184 lines
                    
105			// get the first "i" so that the lower bound is too much
                    
106			while (i<validRangesLower.Length && validRangesLower[i]<value) i++;
                    
107
                    
                
CoordinateArrays.java https://github.com/jdeolive/geotools-old.git | Java | 458 lines
                    
78				return compare;
                    
79			i++;
                    
80		}
                    
                
pr_lex.c git://github.com/lbsmith/ProQCC.git | C | 705 lines
                    
371	pr_token[i] = c;
                    
372	i++;
                    
373	pr_file_p++;
                    
                
tsin-parse.cpp https://bitbucket.org/solomonhuang/gcin.git | C++ | 339 lines
                    
317
                    
318      ofsi++;
                    
319    }
                    
                
DialogQuickChooseInstrument.cpp git://pkgs.fedoraproject.org/milkytracker | C++ | 370 lines
                    
113	x2_2+=bWidth-3;
                    
114	i++;
                    
115	button = new PPButton(MESSAGEBOX_BUTTON_KEYS_BASE+i, screen, this, PPPoint(x2_2, y2_2), PPSize(bWidth+1, 13));
                    
                
makecsd.c git://pkgs.fedoraproject.org/csound | C | 329 lines
                    
170    while (--j) {
                    
171      i++;
                    
172      if (!strcmp(argv[i], "-w")) {             /* line width */
                    
176        }
                    
177        i++;
                    
178        maxlinepos = (int) atoi(argv[i]);
                    
186        }
                    
187        i++;
                    
188        outflname = argv[i];
                    
198        }
                    
199        i++;
                    
200        tabstop_size = (int) atoi(argv[i]);
                    
208        }
                    
209        i++;
                    
210        optname = argv[i];
                    
                
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++;
                    
                
localfile-config.c https://bitbucket.org/cmoraes/ossec.old | C | 456 lines
                    
169                    os_strdup(node[i]->content, logf[pl].file);
                    
170                    i++;
                    
171                    continue;
                    
182                    }
                    
183                    i++;
                    
184                    continue;
                    
368
                    
369        i++;
                    
370    }
                    
                
OctaveXMLWriter.cc https://github.com/sbigaret/Euclide.git | C++ | 541 lines
                    
219
                    
220				i++;
                    
221				j++;
                    
463			}
                    
464			i++;
                    
465			j++;
                    
                
overloaded-operator.cpp https://bitbucket.org/dwilliamson/clreflect/ | C++ | 418 lines
                    
120void incdec_test(PostInc pi, PostDec pd) {
                    
121  const PostInc& pi1 = pi++;
                    
122  const PostDec& pd1 = pd--;
                    
                
Access.cs https://NBgeili.svn.codeplex.com/svn | C# | 222 lines
                    
76                    }
                    
77                    i++;
                    
78                }
                    
124                    }
                    
125                    i++;
                    
126                }
                    
                
FeedRdfXmlParser.cs https://infoservice.svn.codeplex.com/svn | C# | 124 lines
                    
85                        rFeed.Items.Add(feedItem);
                    
86                        i++;
                    
87                    }
                    
                
prototype5c.html https://review.tizen.org/git/ | HTML | 396 lines
                    
169                        s = "";
                    
170                        i++;
                    
171                        return r;
                    
                
sqlite.c https://review.tizen.org/git/ | C | 354 lines
                    
99			while (SQLITE_BUSY == ret && i<CTS_COMMIT_TRY_MAX) {
                    
100				i++;
                    
101				sleep(1);
                    
                
tre-match-parallel.c git://pkgs.fedoraproject.org/tre | C | 502 lines
                    
286		      DPRINT(("assertion failed\n"));
                    
287		      trans_i++;
                    
288		      continue;
                    
300			  reach_next_i->tags[*tag_i] = pos;
                    
301			tag_i++;
                    
302		      }
                    
312		  reach_pos[trans_i->state_id].tags = &reach_next_i->tags;
                    
313		  reach_next_i++;
                    
314		}
                    
314		}
                    
315	      trans_i++;
                    
316	    }
                    
392		  reach_i->tags = tmp_iptr;
                    
393		  reach_next_i++;
                    
394		}
                    
                
dri_glx.c git://pkgs.fedoraproject.org/nx | C | 462 lines
                    
125      if (*start == ':') {
                    
126         i++;
                    
127         start++;
                    
                
test_xpath.c git://pkgs.fedoraproject.org/wso2-wsf-cpp | C | 514 lines
                    
306        {
                    
307            i++;
                    
308        }
                    
                
card.c git://github.com/torvalds/linux.git | C | 458 lines
                    
44					break;
                    
45				i++;
                    
46			}
                    
                
TSV2DataTable.cs http://tab2sql.googlecode.com/svn/trunk/ | C# | 308 lines
                    
80                    currentRow = i;
                    
81                    i++;
                    
82                }
                    
                
EmpiricalDistributionTest.java git://pkgs.fedoraproject.org/apache-commons-math | Java | 280 lines
                    
67            dataArray[i] = data.doubleValue();
                    
68            i++;
                    
69        }
                    
                
CommandsEditorModel.cpp git://pkgs.fedoraproject.org/monkeystudio | C++ | 350 lines
                    
231                mMenusOrder[ menu ] = i;
                    
232                i++;
                    
233            }
                    
                
ThreadManager.java https://bitbucket.org/Hanyuu/wipe.git | Java | 421 lines
                    
212                    destroyThread(running.get(i), "Stopped.");
                    
213                    i++;
                    
214                }
                    
                
MessageCorpusTests.java git://github.com/dimagi/rapidandroid.git | Java | 310 lines
                    
127					tokenizedLine[toki] = st.nextToken();
                    
128					toki++;
                    
129				}
                    
                
WSDLSetComponentHelper.java git://pkgs.fedoraproject.org/eclipse-wtp-webservices | Java | 253 lines
                    
232        while(map.containsKey(tempPrefix + i)) {
                    
233          i++;
                    
234        }
                    
                
PushNotification.cs git://github.com/arashnorouzi/Moon-APNS.git | C# | 409 lines
                    
147            }
                    
148            i++;
                    
149        }
                    
                
accounting.c git://pkgs.fedoraproject.org/hostapd | C | 511 lines
                    
415	if (hapd->acct_session_id_lo == 0) {
                    
416		hapd->acct_session_id_hi++;
                    
417	}
                    
                
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	}
                    
                
eet-data-file_descriptor.c git://pkgs.fedoraproject.org/eet | C | 507 lines
                    
314        snprintf(tmp + len, 12, ".%u", i);
                    
315        i++;
                    
316     }
                    
                
data_cache.cpp http://itexmacs.googlecode.com/svn/trunk/ | C++ | 252 lines
                    
182	  int start= i;
                    
183	  while (i<n && cached[i] != '\n') i++;
                    
184	  string key= cached (start, i);
                    
184	  string key= cached (start, i);
                    
185	  i++; start= i;
                    
186	  while (i<n && (cached[i] != '\n' ||
                    
186	  while (i<n && (cached[i] != '\n' ||
                    
187			 !test (cached, i+1, "%-%-tm-cache-%-%"))) i++;
                    
188	  string im= cached (start, i);
                    
188	  string im= cached (start, i);
                    
189	  i++;
                    
190	  while (i<n && cached[i] != '\n') i++;
                    
190	  while (i<n && cached[i] != '\n') i++;
                    
191	  i++;
                    
192	  //cout << "key= " << key << "\n----------------------\n";
                    
                
MockBuilder.cs https://NMock3.svn.codeplex.com/svn | C# | 233 lines
                    
211            {
                    
212                i++;
                    
213            }
                    
                
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)
                    
                
proto.t http://perl5005.googlecode.com/svn/trunk/ | Perl | 459 lines
                    
32	   || (defined($p) != defined($c)));
                    
33    printf "ok %d\n",$i++;
                    
34}
                    
51print "not " unless 0 == no_proto();
                    
52printf "ok %d\n",$i++;
                    
53
                    
54print "not " unless 1 == no_proto(5);
                    
55printf "ok %d\n",$i++;
                    
56
                    
57print "not " unless 4 == &no_proto;
                    
58printf "ok %d\n",$i++;
                    
59
                    
60print "not " unless 1 == no_proto +6;
                    
61printf "ok %d\n",$i++;
                    
62
                    
                
Binding.as https://github.com/artman/Flow.git | ActionScript | 520 lines
                    
273			{
                    
274				i++;
                    
275			}
                    
                
PanelGridRenderer.java http://primefaces.googlecode.com/svn/primefaces/trunk/ | Java | 318 lines
                    
133
                    
134            i++;
                    
135            colMod = i % columns;
                    
151                    encodeRow(context, (Row) child, "gridcell", rowStyleClass, PanelGrid.CELL_CLASS);
                    
152                    i++;
                    
153                } 
                    
236
                    
237            i++;
                    
238            colMod = i % columns;
                    
                
myudf.c http://hy-fluent.googlecode.com/svn/trunk/ | C | 319 lines
                    
150        g_sgrid[i] = c0;
                    
151        i++;
                    
152    }
                    
                
ggg.cpp http://barcodegui.googlecode.com/svn/trunk/ | C++ | 312 lines
                    
140		result+=3*code[i*2+1]+code[i*2];
                    
141		i++;
                    
142	}
                    
                
rubywriter.cpp git://pkgs.fedoraproject.org/kdesdk | C++ | 436 lines
                    
104        }
                    
105        i++;
                    
106    }
                    
                
AuditLiveTable.cs http://htmlconvertsql.googlecode.com/svn/trunk/ | C# | 287 lines
                    
239            {
                    
240                i++;
                    
241                ProgressBarDelegate.DoSendPMessage(i);
                    
                
wrapfunc.c git://pkgs.fedoraproject.org/CableSwig | C | 512 lines
                    
464    Printf(nname,"%s%d",name,i);
                    
465    i++;
                    
466  }
                    
                
String.class.php http://thinkphp.googlecode.com/svn/trunk/ | PHP | 252 lines
                    
72				while($bits > 1){
                    
73					$i++;
                    
74					$b=ord($str[$i]);
                    
                
i2c-sh7760.c git://github.com/CyanogenMod/cm-kernel.git | C | 577 lines
                    
352		msgs++;
                    
353		i++;
                    
354	}
                    
                
givvectdenseops.inl git://pkgs.fedoraproject.org/givaro | C++ Header | 442 lines
                    
428        GivBadFormat("VectorDom<T,Dense>::read: syntax error no ','"));
                    
429    i++;
                    
430    fin >> std::ws >> Tmp;
                    
                
cmd.c http://bzzwolfmp.googlecode.com/svn/trunk/ | C | 714 lines
                    
218		{
                    
219			i++;
                    
220			cmd_text.cursize -= i;
                    
695		Com_Printf( "%s\n", cmd->name );
                    
696		i++;
                    
697	}
                    
                
framebuffer.cpp git://github.com/CyanogenMod/android_hardware_msm7k.git | C++ | 416 lines
                    
161        fd = open(name, O_RDWR, 0);
                    
162        i++;
                    
163    }
                    
                
modules.c git://pkgs.fedoraproject.org/directfb | C | 459 lines
                    
80
                    
81          i++;
                    
82     }
                    
                
PlancakeEmailParser.php git://github.com/plancake/official-library-php-email-parser.git | PHP | 338 lines
                    
113            }
                    
114            $i++;
                    
115        }
                    
                
httpp.c git://pkgs.fedoraproject.org/libshout | C | 556 lines
                    
85
                    
86    i++;
                    
87    while (i < len && data[i] == '\n') i++;
                    
113                    while (i < slen && line[l][i] == ' ')
                    
114                        i++;
                    
115
                    
279        }
                    
280        i++;
                    
281    }
                    
                
darray.c git://git.savannah.gnu.org/a2ps.git | C | 669 lines
                    
421	  for (;;) {
                    
422	    do i++; while (arr->cmp (arr->content [i], a) < 0);
                    
423	    do j--; while (arr->cmp (arr->content [j], a) > 0);
                    
500	  for (;;) {
                    
501	    do i++; while (cmp (arr->content [i], a, arg) < 0);
                    
502	    do j--; while (cmp (arr->content [j], a, arg) > 0);
                    
                
TestPruningReader.java git://pkgs.fedoraproject.org/lucene | Java | 360 lines
                    
60        assertEquals(t + ", i=" + i, ids[i], doc);
                    
61        i++;
                    
62      }
                    
164      int i = 0;
                    
165      while (td.next()) i++;
                    
166      assertEquals(t.toString(), count, i);
                    
                
memcached.c git://pkgs.fedoraproject.org/collectd | C | 534 lines
                    
206		}
                    
207		i++;
                    
208
                    
                
dst.pl git://git.savannah.gnu.org/gcal.git | Perl | 347 lines
                    
309	$se = 0;
                    
310	$mi++;
                    
311    }
                    
                
phase2.php http://skkucogpsylab.googlecode.com/svn/trunk/ | PHP | 325 lines
                    
252				$advice2[$i]=$key;
                    
253				$i++;
                    
254				}
                    
                
fileman.c http://shell-simulator.googlecode.com/svn/trunk/ | C | 427 lines
                    
112  while (line[i] && whitespace (line[i]))
                    
113    i++;
                    
114  word = line + i;
                    
116  while (line[i] && !whitespace (line[i]))
                    
117    i++;
                    
118
                    
131  while (whitespace (line[i]))
                    
132    i++;
                    
133
                    
                
 

Source

Language