Searched refs:PR_PLAIN (Results 1 - 1 of 1) sorted by relevance

/dalvik/docs/
H A Dprettify.js160 var PR_PLAIN = 'pln'; variable
434 * plain text (style {@link #PR_PLAIN}), converting tags which are
517 * constant like PR_PLAIN. index_n-1 <= index_n, and style_n-1 applies to
523 * Style is a style constant like PR_PLAIN.
564 var decorations = [opt_basePos, PR_PLAIN];
596 style = PR_PLAIN;
611 [PR_PLAIN, /^[^<]+/, null],
660 [PR_PLAIN, /^\s+/, null, ' \t\r\n']
718 [PR_PLAIN, /^(?:[^\'\"\`\/\#]+)/, null, ' \r\n']);
758 [PR_PLAIN, /
[all...]

Completed in 264 milliseconds