Home | History | Annotate | Download | only in doc

Lines Matching refs:script

8 // <script type=text/javascript src=prettify.js></script>

390 // Try to find a closing tag for any open <style> or <script> tags
393 // <script>document.writeln('<!--');</script>
425 if ('/' == ch) { // only consider close tags if we're in script/style
527 if (PR_prefixMatch(tokenChars, tokenCharsI, 'script')) {
528 endScriptTag = '/script';
877 // when we see a <script> tag, store '/' here so that we know to end the
910 // in PR_splitMarkup that defers splitting tags inside script and
912 if (PR_startsWith(tagContent, 'script') ||
1146 * It will recurse into any <style>, <script>, and on* attributes using
1157 // embedded source section, i.e. is an open <script> tag. If it is,