Searched refs:PR_prefixMatch (Results 1 – 2 of 2) sorted by relevance
/plugin/code3/src/ |
H A D | tz.js | 297 function PR_prefixMatch(chars, len, prefix) { function 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/ |
H A 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)!=… function
|