Lines Matching refs:i

181 	for(var i = 0; i < links.length; i++)
182 if(links[i].rel.toLowerCase() == 'stylesheet')
183 destDoc.write('<link type="text/css" rel="stylesheet" href="' + links[i].href + '"></link>');
284 for(var i = 0; i < lines.length; i++)
288 span.innerHTML = lines[i];
293 if(i + 1 < lines.length)
317 for(var i = 0; i < this.matches.length; i++)
319 var c = this.matches[i];
333 for(var i = 0; i < this.regexList.length; i++)
334 this.GetMatches(this.regexList[i].regex, this.regexList[i].css);
352 for(var i = 0; i < count; i++)
380 for(var i = 0; i < lines.length; i++)
381 result += ProcessLine(lines[i], tabSize) + '\n';
401 var i = 1;
403 while(i <= 150)
405 if(i % showEvery == 0)
407 div.innerHTML += i;
408 i += (i + '').length;
413 i++;
422 for(var i = 0, lineIndex = this.firstLine; i < lines.length - 1; i++, lineIndex++)
428 li.className = (i % 2 == 0) ? 'alt' : '';
429 span.innerHTML = lines[i] + '&nbsp;';
458 for(var i = 0; i < lines.length && min > 0; i++)
460 if(Trim(lines[i]).length == 0)
463 var matches = regex.exec(lines[i]);
471 for(var i = 0; i < lines.length; i++)
472 lines[i] = lines[i].substr(min);
534 for(var i = 0; i < this.matches.length; i++)
535 if(this.IsInside(this.matches[i]))
536 this.matches[i] = null;
540 for(var i = 0; i < this.matches.length; i++)
542 var match = this.matches[i];
577 for(var i = 0; i < a.length; i++)
579 if(a[i] == null)
582 if(typeof(a[i]) == 'string' && a[i] != '')
583 return a[i] + '';
585 if(typeof(a[i]) == 'object' && a[i].value != '')
586 return a[i].value + '';
594 for(var i = 0; i < list.length; i++)
595 if(list[i] == value)
606 for(var i = 0; i < list.length; i++)
607 if((matches = regex.exec(list[i])) != null)
617 for(var i = 0; i < tags.length; i++)
618 if(tags[i].getAttribute('name') == name)
619 list.push(tags[i]);
642 for(var i = 0; i < aliases.length; i++)
643 registered[aliases[i]] = brush;
646 for(var i = 0; i < elements.length; i++)
648 var element = elements[i];