Lines Matching refs:PR_PLAIN
353 * 'PR_PLAIN': string,
484 var PR_PLAIN = 'pln';
944 * constant like PR_PLAIN. index_n-1 <= index_n, and style_n-1 applies to
950 * Style is a style constant like PR_PLAIN, or can be a string of the
1028 var decorations = [basePos, PR_PLAIN];
1057 style = PR_PLAIN;
1227 shortcutStylePatterns.push([PR_PLAIN, /^\s+/, null, ' \r\n\t\xA0']);
1274 [PR_PLAIN, /^[a-z_$][a-z_$@0-9]*/i, null],
1290 [PR_PLAIN, /^\\[\s\S]?/, null],
1594 [PR_PLAIN, /^[^<?]+/],
1612 [PR_PLAIN, /^[\s]+/, null, ' \t\r\n'],
1945 'PR_PLAIN': PR_PLAIN,