Searched refs:PR_TAG (Results 1 – 5 of 5) sorted by relevance
/plugin/code3/src/ |
H A D | tz.js | 105 var PR_TAG = 'tag'; variable 654 tokenStyle = PR_TAG; 1005 var stateStyle = PR_TAG; 1010 if (PR_TAG == tok.style) { 1023 nextStyle = PR_TAG; 1043 nextStyle = PR_TAG; 1047 nextStyle = PR_TAG; 1075 nextStyle = PR_TAG; 1082 nextStyle = PR_TAG; 1104 stateStyle = PR_TAG; [all …]
|
/plugin/code3/ |
H A D | script.js | 11 …PR_TAG='tag';var PR_DECLARATION='dec';var PR_SOURCE='src';var PR_ATTRIB_NAME='atn';var PR_ATTRIB_V… variable
|
/plugin/codeprettify/code-prettify/src/ |
H A D | node_prettify.js | 80 * 'PR_TAG': string, 213 var PR_TAG = 'tag'; variable 685 * group 1 must not be empty, so it would be instead styled as PR_TAG by 1339 [PR_TAG, /^^<\/?[a-z](?:[\w.:-]*\w)?|\/?>$/i], 1672 'PR_TAG': PR_TAG,
|
H A D | prettify.js | 128 * 'PR_TAG': string, 261 var PR_TAG = 'tag'; variable 733 * group 1 must not be empty, so it would be instead styled as PR_TAG by 1387 [PR_TAG, /^^<\/?[a-z](?:[\w.:-]*\w)?|\/?>$/i], 1720 'PR_TAG': PR_TAG,
|
H A D | run_prettify.js | 357 * 'PR_TAG': string, 490 var PR_TAG = 'tag'; 962 * group 1 must not be empty, so it would be instead styled as PR_TAG by 1616 [PR_TAG, /^^<\/?[a-z](?:[\w.:-]*\w)?|\/?>$/i], 1949 'PR_TAG': PR_TAG,
|