Home
last modified time | relevance | path

Searched refs:regexLib (Results 1 – 25 of 56) sorted by relevance

123

/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushScala.js17 … { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
18 …{ regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
19 …{ regex: SyntaxHighlighter.regexLib.multiLineSingleQuotedString, css: 'string' }, // multi-line st…
20 …{ regex: SyntaxHighlighter.regexLib.multiLineDoubleQuotedString, css: 'string' }, // double-quo…
21 { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
H A DshBrushJavaFX.js24 { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' },
25 { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' },
26 { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' },
27 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' },
32 this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
H A DshBrushAS3.js22 { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
23 … { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
24 …{ regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
25 …{ regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
33 this.forHtmlScript(SyntaxHighlighter.regexLib.scriptScriptTags);
H A DshBrushPhp.js52 … { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
53 …{ regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
54 …{ regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strin…
55 …{ regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strin…
62 this.forHtmlScript(SyntaxHighlighter.regexLib.phpScriptTags);
H A DshBrushCSharp.js28 …{ regex: SyntaxHighlighter.regexLib.singleLineCComments, func : fixComments }, // one line commen…
29 …{ regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
31 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
32 { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
39 this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
H A DshBrushGroovy.js29 …{ regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line commen…
30 …{ regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comme…
31 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
32 { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
41 this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
H A DshBrushHaxe.js14 { regex:SyntaxHighlighter.regexLib.singleLineCComments , css:'comments' },
16 { regex:SyntaxHighlighter.regexLib.multiLineCComments , css:'comments' },
18 { regex:SyntaxHighlighter.regexLib.doubleQuotedString , css:'string' },
20 { regex:SyntaxHighlighter.regexLib.singleQuotedString , css:'string' },
52 this.forHtmlScript ( SyntaxHighlighter.regexLib.scriptScriptTags );
H A DshBrushCpp.js63 … { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
64 …{ regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
65 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
66 { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
H A DshBrushRuby.js19 …{ regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line commen…
20 …{ regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
21 …{ regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
29 this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
H A DshBrushColdFusion.js68 { regex: SyntaxHighlighter.regexLib.xmlComments, css: 'comments' }, // single quoted strings
69 …{ regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted stri…
70 …{ regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted stri…
H A DshBrushJava.js17 { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
20 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
21 { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
H A DshBrushCss.js51 { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
52 … { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
53 … { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushScala.js33 … { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
34 …{ regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
35 …{ regex: SyntaxHighlighter.regexLib.multiLineSingleQuotedString, css: 'string' }, // multi-line st…
36 …{ regex: SyntaxHighlighter.regexLib.multiLineDoubleQuotedString, css: 'string' }, // double-quo…
37 { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
H A DshBrushJavaFX.js40 { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' },
41 { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' },
42 { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' },
43 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' },
48 this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
H A DshBrushAS3.js38 { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
39 … { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
40 …{ regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
41 …{ regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
49 this.forHtmlScript(SyntaxHighlighter.regexLib.scriptScriptTags);
H A DshBrushPhp.js68 … { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
69 …{ regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
70 …{ regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strin…
71 …{ regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strin…
78 this.forHtmlScript(SyntaxHighlighter.regexLib.phpScriptTags);
H A DshBrushGroovy.js45 …{ regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line commen…
46 …{ regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comme…
47 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
48 { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
57 this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
H A DshBrushCSharp.js44 …{ regex: SyntaxHighlighter.regexLib.singleLineCComments, func : fixComments }, // one line commen…
45 …{ regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
47 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
48 { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
55 this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
H A DshBrushHaxe.js30 { regex:SyntaxHighlighter.regexLib.singleLineCComments , css:'comments' },
32 { regex:SyntaxHighlighter.regexLib.multiLineCComments , css:'comments' },
34 { regex:SyntaxHighlighter.regexLib.doubleQuotedString , css:'string' },
36 { regex:SyntaxHighlighter.regexLib.singleQuotedString , css:'string' },
68 this.forHtmlScript ( SyntaxHighlighter.regexLib.scriptScriptTags );
H A DshBrushCpp.js79 … { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
80 …{ regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
81 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
82 { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
H A DshBrushRuby.js35 …{ regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line commen…
36 …{ regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
37 …{ regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
45 this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
H A DshBrushColdFusion.js84 { regex: SyntaxHighlighter.regexLib.xmlComments, css: 'comments' }, // single quoted strings
85 …{ regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted stri…
86 …{ regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted stri…
H A DshBrushJava.js33 { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
36 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
37 { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js3852 regex: regexLib.multiLineCComments,
3855 regex: regexLib.doubleQuotedString,
3858 regex: regexLib.singleQuotedString,
3921 regex: regexLib.doubleQuotedString,
3965 regex: regexLib.xmlComments,
4915 var r = regexLib;
5335 regex: regexLib.xmlComments,
5599 regex: regexLib.singleLineCComments,
5602 regex: regexLib.multiLineCComments,
5605 regex: regexLib.doubleQuotedString,
[all …]
/plugin/animation/scripts/
H A DshBrushR.js11 { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' },
12 { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' },
13 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' },

123