Lines Matching refs:PR_STRING
127 * 'PR_STRING': string,
225 var PR_STRING = 'str';
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,