/plugin/codeprettify/code-prettify/src/ |
H A D | lang-dart.js | 66 [PR['PR_STRING'], /^r?[\']{3}[\s|\S]*?[^\\][\']{3}/], 67 [PR['PR_STRING'], /^r?[\"]{3}[\s|\S]*?[^\\][\"]{3}/], 70 [PR['PR_STRING'], /^r?\'(\'|(?:[^\n\r\f])*?[^\\]\')/], 71 [PR['PR_STRING'], /^r?\"(\"|(?:[^\n\r\f])*?[^\\]\")/],
|
H A D | lang-ex.js | 63 [PR['PR_STRING'], 66 [PR['PR_STRING'],
|
H A D | lang-r.js | 40 [PR['PR_STRING'], /^\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)/, null, '"'], 41 [PR['PR_STRING'], /^\'(?:[^\'\\]|\\[\s\S])*(?:\'|$)/, null, "'"] 57 [PR['PR_STRING'], /^`.+`/]
|
H A D | lang-lasso.js | 35 [PR['PR_STRING'], /^\'[^\'\\]*(?:\\[\s\S][^\'\\]*)*(?:\'|$)/, null, "'"], 37 [PR['PR_STRING'], /^\"[^\"\\]*(?:\\[\s\S][^\"\\]*)*(?:\"|$)/, null, '"'], 39 [PR['PR_STRING'], /^\`[^\`]*(?:\`|$)/, null, '`'],
|
H A D | lang-hs.js | 56 [PR['PR_STRING'], /^\"(?:[^\"\\\n\x0C\r]|\\[\s\S])*(?:\"|$)/, 58 [PR['PR_STRING'], /^\'(?:[^\'\\\n\x0C\r]|\\[^&])\'?/,
|
H A D | lang-basic.js | 35 [PR.PR_STRING, /^(?:"(?:[^\\"\r\n]|\\.)*(?:"|$))/, null, '"'],
|
H A D | lang-ml.js | 40 [PR['PR_STRING'], /^(?:\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)|\'(?:[^\'\\]|\\[\s\S])(?:\'|$))/, null, '"\'']
|
H A D | lang-yaml.js | 35 [PR['PR_STRING'], /^"(?:[^\\"]|\\.)*(?:"|$)/, null, '"'], 36 [PR['PR_STRING'], /^'(?:[^']|'')*(?:'|$)/, null, "'"],
|
H A D | node_prettify.js | 79 * 'PR_STRING': string, 177 var PR_STRING = 'str'; variable 857 [PR_STRING, /^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/, 862 [PR_STRING, /^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/, 867 [PR_STRING, 874 [PR_STRING, /^@\"(?:[^\"]|\"\")*(?:\"|$)/, null]); 890 [PR_STRING, 1410 createSimpleLexer([], [[PR_STRING, /^[\s\S]+/]]), ['regex']); 1671 'PR_STRING': PR_STRING, [all...] |
H A D | prettify.js | 127 * 'PR_STRING': string, 225 var PR_STRING = 'str'; variable 905 [PR_STRING, /^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/, 910 [PR_STRING, /^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/, 915 [PR_STRING, 922 [PR_STRING, /^@\"(?:[^\"]|\"\")*(?:\"|$)/, null]); 938 [PR_STRING, 1458 createSimpleLexer([], [[PR_STRING, /^[\s\S]+/]]), ['regex']); 1719 'PR_STRING': PR_STRING, [all...] |
H A D | lang-scala.js | 34 [PR['PR_STRING'], 45 [PR['PR_STRING'], /^'(?:[^\r\n\\']|\\(?:'|[^\r\n']+))'/],
|
H A D | lang-matlab.js | 38 PR_STRING: string literals 124 //[PR.PR_STRING, /(?:(?<=(?:\(|\[|\{|\s|=|;|,|:))|^)'(?:[^']|'')*'(?=(?:\)|\]|\}|\s|=|;|,|:|~|<|>|&|-|\+|\*|\.|\^|\|))/, null], // string vs. transpose (check before/after context using negative/positive lookbehind/lookahead) 125 [PR.PR_STRING, /^'(?:[^']|'')*'/, null], // "'"
|
H A D | lang-pascal.js | 35 [PR.PR_STRING, /^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$))/, null, '\''],
|
H A D | run_prettify.js | 356 * 'PR_STRING': string, 454 var PR_STRING = 'str'; 1134 [PR_STRING, /^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/, 1139 [PR_STRING, /^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/, 1144 [PR_STRING, 1151 [PR_STRING, /^@\"(?:[^\"]|\"\")*(?:\"|$)/, null]); 1167 [PR_STRING, 1687 createSimpleLexer([], [[PR_STRING, /^[\s\S]+/]]), ['regex']); 1948 'PR_STRING': PR_STRING, [all...] |
/plugin/code3/src/ |
H A D | tz.js | 85 var PR_STRING = 'str'; variable 773 tokenEnds.push(new PR_TokenEnd(k + next, '/'==ch?PR_REGEX:PR_STRING)); 840 endTokenType = PR_STRING;
|
/plugin/code3/ |
H A D | script.js | 11 …PR_STRING='str';var PR_KEYWORD='kwd';var PR_COMMENT='com';var PR_TYPE='typ';var PR_LITERAL='lit';v… variable
|