/plugin/code3/src/ |
H A D | tz.js | 97 var PR_PLAIN = 'pln'; variable 472 style = PR_PLAIN; 571 if (PR_PLAIN != chunk.style) { 751 if (PR_PLAIN == chunk.style) { 846 endTokenType = PR_PLAIN; 968 style = PR_PLAIN; 1185 } else if (PR_PLAIN == tok.style) { 1235 if (PR_PLAIN == tokens[i].style) { 1241 if (PR_PLAIN == tokens[i].style) { 1369 if (PR_PLAIN === tok.style) { [all …]
|
/plugin/code3/ |
H A D | script.js | 11 …PR_PLAIN='pln';var PR_REGEX='reg';var PR_CONSTANT='const';var PR_TAG='tag';var PR_DECLARATION='dec… variable
|
/plugin/codeprettify/code-prettify/src/ |
H A D | lang-pascal.js | 37 [PR.PR_PLAIN, /^\s+/, null, ' \r\n\t\xA0'] 44 [PR.PR_PLAIN, /^[a-z][a-z0-9]*/i, null],
|
H A D | lang-llvm.js | 40 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'], 48 [PR['PR_PLAIN'], /^[%@!](?:[-a-zA-Z$._][-a-zA-Z$._0-9]*|\d+)/],
|
H A D | lang-tcl.js | 45 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'], 58 [PR['PR_PLAIN'],
|
H A D | lang-apollo.js | 36 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'], 48 [PR['PR_PLAIN'],
|
H A D | lang-lisp.js | 77 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'], 90 [PR['PR_PLAIN'],
|
H A D | lang-mumps.js | 117 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'], 134 [PR['PR_PLAIN'], /^[a-z][a-zA-Z0-9]*/i],
|
H A D | lang-dart.js | 34 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'] 77 [PR['PR_PLAIN'], /^[a-z_$][a-z0-9_]*/i],
|
H A D | lang-matlab.js | 37 PR_PLAIN: plain text 84 [PR.PR_PLAIN, /^[ \t\r\n\v\f\xA0]+/, null, " \t\r\n\u000b\u000c\u00a0"],
|
H A D | lang-ex.js | 28 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'], 73 [PR['PR_PLAIN'], /^[$a-z]\w*[\!\?]?/],
|
H A D | lang-vhdl.js | 32 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'] 47 [PR['PR_PLAIN'], /^(?:[a-z]\w*|\\[^\\]*\\)/i],
|
H A D | node_prettify.js | 76 * 'PR_PLAIN': string, 207 var PR_PLAIN = 'pln'; variable 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, / [all...] |
H A D | prettify.js | 124 * 'PR_PLAIN': string, 255 var PR_PLAIN = 'pln'; variable 715 * constant like PR_PLAIN. index_n-1 <= index_n, and style_n-1 applies to 721 * Style is a style constant like PR_PLAIN, or can be a string of the 799 var decorations = [basePos, PR_PLAIN]; 828 style = PR_PLAIN; 998 shortcutStylePatterns.push([PR_PLAIN, /^\s+/, null, ' \r\n\t\xA0']); 1045 [PR_PLAIN, /^[a-z_$][a-z_$@0-9]*/i, null], 1061 [PR_PLAIN, /^\\[\s\S]?/, null], 1365 [PR_PLAIN, / [all...] |
H A D | run_prettify.js | 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, / [all...] |