Home
last modified time | relevance | path

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

/external/testng/doc/
Dprettify.js115 function PR_Token(token, style) { class
121 PR_Token.prototype.toString = function () {
252 chunks.push(new PR_Token(s.substring(start, pos), PR_PLAIN));
254 chunks.push(new PR_Token(s.substring(pos, i + 1), null));
263 chunks.push(new PR_Token(s.substring(start, s.length), PR_PLAIN));
301 new PR_Token(s.substring(pos, start), chunk.style));
303 chunksOut.push(new PR_Token(s.substring(start, i + 1), null));
312 new PR_Token(s.substring(pos, s.length), chunk.style) :
333 var chunk = new PR_Token('', null);
344 new PR_Token(chunk.token.substring(posChunk, chunk.token.length),
[all …]