Lines Matching defs:PR_PLAIN
177 var PR_PLAIN = 'pln';
629 * constant like PR_PLAIN. index_n-1 <= index_n, and style_n-1 applies to
635 * Style is a style constant like PR_PLAIN, or can be a string of the
716 var decorations = [basePos, PR_PLAIN];
745 style = PR_PLAIN;
908 shortcutStylePatterns.push([PR_PLAIN, /^\s+/, null, ' \r\n\t\xA0']);
911 [PR_PLAIN, /^.*\S.*#/i, null]
923 [PR_PLAIN, /^[a-z_$][a-z_$@0-9\-]*/i, null],
940 [PR_PLAIN, /^\\[\s\S]?/, null],
1263 [PR_PLAIN, /^[^<?]+/],
1281 [PR_PLAIN, /^[\s]+/, null, ' \t\r\n'],
1565 'PR_PLAIN': PR_PLAIN,
1581 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
1598 [PR['PR_PLAIN'], /^[a-z_]\w*/i],