Home
last modified time | relevance | path

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

/plugin/code3/src/
H A Dtz.js145 function PR_Token(token, style) { class
151 PR_Token.prototype.toString = function () {
476 lastChunk = new PR_Token(chunkText, style);
497 var chunk = new PR_Token('', null);
892 outlist.push(new PR_Token(t, PR_PLAIN));
971 outlist.push(new PR_Token(t, style));
1139 tok = new PR_Token('', null);
1184 sourceChunks.push(new PR_Token(s, PR_PLAIN));
1215 tokensOut.push(new PR_Token('</span>', null));
1317 tokensOut.push(new PR_Token('</span>', null));
[all …]
/plugin/code3/
H A Dscript.js11PR_Token(i,I){if(undefined===I){throw new Error('BAD');}this.token=i;this.style=I}PR_Token.prototy… class