/plugin/syntaxhighlighter3/sxh3/src/js/ |
H A D | shBrushScala.js | 17 … { 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 D | shBrushJavaFX.js | 24 { 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 D | shBrushAS3.js | 22 { 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 D | shBrushPhp.js | 52 … { 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 D | shBrushCSharp.js | 28 …{ 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 D | shBrushGroovy.js | 29 …{ 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 D | shBrushHaxe.js | 14 { 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 D | shBrushCpp.js | 63 … { 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 D | shBrushRuby.js | 19 …{ 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 D | shBrushColdFusion.js | 68 { 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 D | shBrushJava.js | 17 { 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 D | shBrushCss.js | 51 { 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 D | shBrushScala.js | 33 … { 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 D | shBrushJavaFX.js | 40 { 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 D | shBrushAS3.js | 38 { 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 D | shBrushPhp.js | 68 … { 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 D | shBrushGroovy.js | 45 …{ 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 D | shBrushCSharp.js | 44 …{ 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 D | shBrushHaxe.js | 30 { 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 D | shBrushCpp.js | 79 … { 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 D | shBrushRuby.js | 35 …{ 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 D | shBrushColdFusion.js | 84 { 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 D | shBrushJava.js | 33 { 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 D | syntaxhighlighter.js | 3852 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 D | shBrushR.js | 11 { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, 12 { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, 13 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' },
|