| /plugin/syntaxhighlighter4/dist/ |
| D | syntaxhighlighter.js | 128 regexLib: __webpack_require__(3).commonRegExp, property 3753 var regexLib = __webpack_require__(3).commonRegExp; 3839 var regexLib = __webpack_require__(3).commonRegExp; 3849 regex: regexLib.singleLineCComments, 3852 regex: regexLib.multiLineCComments, 3855 regex: regexLib.doubleQuotedString, 3858 regex: regexLib.singleQuotedString, 3877 this.forHtmlScript(regexLib.scriptScriptTags); 3891 var regexLib = __webpack_require__(3).commonRegExp; 3918 regex: regexLib.singleLinePerlComments, [all …]
|
| /plugin/syntaxhighlighter3/sxh3/src/js/ |
| 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);
|
| 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
|
| 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);
|
| 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);
|
| 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);
|
| 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);
|
| 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 );
|
| 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);
|
| 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
|
| 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…
|
| 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
|
| D | shBrushPerl.js | 57 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, 58 { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, 70 this.forHtmlScript(SyntaxHighlighter.regexLib.phpScriptTags);
|
| /plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
| 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
|
| 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);
|
| 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);
|
| 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);
|
| 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);
|
| 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);
|
| 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 );
|
| 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
|
| 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);
|
| 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…
|
| 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/animation/scripts/ |
| D | shBrushR.js | 11 { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, 12 { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, 13 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' },
|