Home
last modified time | relevance | path

Searched refs:PR_prefixMatch (Results 1 – 2 of 2) sorted by relevance

/plugin/code3/src/
H A Dtz.js297 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 Dscript.js11PR_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