Lines Matching refs:push

170 	      result.push(item);
1227 tokens.push({
1582 matches.push(match[item.backref] || '');
1584 matches.push(match[0]);
1858 output.push(nativ.replace.call(XRegExp(pattern.source).source, parts, rewrite));
1860 output.push(XRegExp.escape(pattern));
2151 output.push(str.slice(lastLastIndex, match.index));
2153 Array.prototype.push.apply(output, match.slice(1));
2162 output.push('');
2165 output.push(str.slice(lastLastIndex));
2307 this.captureNames.push(match[1]);
2320 this.captureNames.push(null);
2510 if (matches[i]) result.push(matches[i]);
2574 if (typeof linesToHighlight.push !== 'function') linesToHighlight = [linesToHighlight];
2637 results.push(line);
2681 lineNumbers.push(i + firstLine);
2694 if (this.linesToHighlight[lineNumber]) classes.push('highlighted');
2696 if (lineNumber == 0) classes.push('break');
2831 if (opts.collapse === true) classes.push('collapsed');
2835 if (!gutter) classes.push('nogutter');
2838 classes.push(opts.className);
2841 classes.push(opts.brush);
3137 …s[i].type == 'text/syntaxhighlighter' || tags[i].type == 'syntaxhighlighter') result.push(tags[i]);
3271 if (scripts[i].type.match(/^(text\/)?syntaxhighlighter$/)) elements.push(scripts[i]);
3305 code.push(lines[i].innerText || lines[i].textContent);
3432 xmlBrush.regexList.push({ regex: scriptBrush.htmlScript.code, func: process });
3622 queue.push(new Item(fun, args));
3899 …if (match.here_doc != null) result.push(new Match(match.here_doc, match.index + match[0].indexOf(m…
3901 … if (match.full_tag != null) result.push(new Match(match.full_tag, match.index, 'preprocessor'));
3903 …if (match.end_tag != null) result.push(new Match(match.end_tag, match.index + match[0].lastIndexOf…
4399 this.regexList.push({
4403 this.regexList.push({
5093 …result.push(new Match(str.substring(matchStart, pos + 2), matchStart + match.index, regexInfo.css)…
5115 …result.push(new Match(str.substring(matchStart, pos + 2), matchStart + match.index, regexInfo.css)…
5135 …result.push(new Match(str.substring(matchStart, str.length), matchStart + match.index, regexInfo.c…
5320 result.push(new Match(attributes.name, match.index + attributes.index, 'color1'));
5321 …result.push(new Match(attributes.value, match.index + attributes.index + attributes[0].indexOf(att…
5326 …if (tag != null) result.push(new Match(tag.name, match.index + tag[0].indexOf(tag.name), 'keyword'…
5718 loaded ? setTimeout(fn, 0) : fns.push(fn);