Lines Matching refs:PR_PLAIN
76 * 'PR_PLAIN': string,
207 var PR_PLAIN = 'pln';
667 * constant like PR_PLAIN. index_n-1 <= index_n, and style_n-1 applies to
673 * Style is a style constant like PR_PLAIN, or can be a string of the
751 var decorations = [basePos, PR_PLAIN];
780 style = PR_PLAIN;
950 shortcutStylePatterns.push([PR_PLAIN, /^\s+/, null, ' \r\n\t\xA0']);
997 [PR_PLAIN, /^[a-z_$][a-z_$@0-9]*/i, null],
1013 [PR_PLAIN, /^\\[\s\S]?/, null],
1317 [PR_PLAIN, /^[^<?]+/],
1335 [PR_PLAIN, /^[\s]+/, null, ' \t\r\n'],
1668 'PR_PLAIN': PR_PLAIN,