Searched refs:PR_prefixMatch (Results 1 – 2 of 2) sorted by relevance
| /plugin/code3/src/ |
| D | tz.js | 297 function PR_prefixMatch(chars, len, prefix) { class 697 if (PR_prefixMatch(tokenChars, tokenCharsI, endScriptTag)) { 701 if (PR_prefixMatch(tokenChars, tokenCharsI, 'script')) { 703 } else if (PR_prefixMatch(tokenChars, tokenCharsI, 'style')) { 705 } else if (PR_prefixMatch(tokenChars, tokenCharsI, 'xmp')) {
|
| /plugin/code3/ |
| D | script.js | 11 …PR_prefixMatch(i,I,l){if(I<l.length){return false}for(var o=0,O=l.length;o<O;++o){if(l.charAt(o)!=… class in PSyHi.anonymousFunction66de7cda0a00.PR_TokenEnd.PR_Token.PR_isSpaceChar
|