Lines Matching refs:PR_STRING
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,