Home | History | Annotate | Download | only in docs

Lines Matching full:push

320         out.push('<', name);
324 out.push(' ');
327 out.push('>');
332 out.push('<\/', name, '>');
336 out.push(node.name.toLowerCase(), '="', attribToHtml(node.value), '"');
339 out.push(textToHtml(node.nodeValue));
395 out.push(plainText.substring(pos, i));
403 out.push(SPACES.substring(0, nSpaces));
415 out.push(plainText.substring(pos));
456 sourceBuf.push(match.substring(9, match.length - 3));
461 sourceBuf.push('\n');
482 extractedTags.push(
486 extractedTags.push(sourceBufLen, match);
489 extractedTags.push(sourceBufLen, match);
494 sourceBuf.push(literalText);
601 decorations.push(opt_basePos + pos, style);
702 shortcutStylePatterns.push(
707 shortcutStylePatterns.push(
712 shortcutStylePatterns.push(
717 fallthroughStylePatterns.push(
720 shortcutStylePatterns.push([PR_COMMENT, /^#[^\r\n]*/, null, '#']);
723 fallthroughStylePatterns.push([PR_COMMENT, /^\/\/[^\r\n]*/, null]);
724 fallthroughStylePatterns.push(
741 fallthroughStylePatterns.push(
894 attribSourceDecorations.push(attribSourceEnd, PR_ATTRIB_VALUE);
979 html.push('</span>');
984 html.push('<span class="', openDecoration, '">');
1001 html.push(htmlChunk.replace(newlineRe, '<br />'));
1027 html.push('</span>');
1030 html.push(extractedTags[tagPos + 1]);
1042 html.push('</span>');
1162 elements.push(codeSegments[i][j]);
1205 // push the prettified html back into the tag.