Home
last modified time | relevance | path

Searched refs:SyntaxHighlighter (Results 1 – 25 of 104) sorted by relevance

12345

/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushCSharp.js4SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
24 return [new SyntaxHighlighter.Match(match[0], match.index, css)];
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);
42 Brush.prototype = new SyntaxHighlighter.Highlighter();
45 SyntaxHighlighter.brushes.CSharp = Brush;
H A DshBrushScala.js4SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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
28 Brush.prototype = new SyntaxHighlighter.Highlighter();
31 SyntaxHighlighter.brushes.Scala = Brush;
H A DshBrushJavaFX.js4SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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);
35 Brush.prototype = new SyntaxHighlighter.Highlighter();
38 SyntaxHighlighter.brushes.JavaFX = Brush;
H A DshBrushAS3.js4SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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);
36 Brush.prototype = new SyntaxHighlighter.Highlighter();
39 SyntaxHighlighter.brushes.AS3 = Brush;
H A DshBrushPhp.js4SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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);
65 Brush.prototype = new SyntaxHighlighter.Highlighter();
68 SyntaxHighlighter.brushes.Php = Brush;
H A DshBrushGroovy.js4SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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);
44 Brush.prototype = new SyntaxHighlighter.Highlighter();
47 SyntaxHighlighter.brushes.Groovy = Brush;
H A DshBrushCpp.js4SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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
74 Brush.prototype = new SyntaxHighlighter.Highlighter();
77 SyntaxHighlighter.brushes.Cpp = Brush;
H A DshBrushRuby.js4SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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);
32 Brush.prototype = new SyntaxHighlighter.Highlighter();
35 SyntaxHighlighter.brushes.Ruby = Brush;
H A DshBrushHaxe.js4SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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 );
57 Brush.prototype = new SyntaxHighlighter.Highlighter ();
60 SyntaxHighlighter.brushes.Haxe = Brush;
H A DshBrushColdFusion.js4SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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…
77 Brush.prototype = new SyntaxHighlighter.Highlighter();
80 SyntaxHighlighter.brushes.ColdFusion = Brush;
H A DshBrushJava.js4SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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
34 Brush.prototype = new SyntaxHighlighter.Highlighter();
37 SyntaxHighlighter.brushes.Java = Brush;
H A DshBrushBash.js4SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
10 var constructor = SyntaxHighlighter.Match,
43 …{ regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line comme…
44 …{ regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strin…
45 …{ regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strin…
52 Brush.prototype = new SyntaxHighlighter.Highlighter();
55 SyntaxHighlighter.brushes.Bash = Brush;
H A DshBrushVb.js4SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
25 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
30 this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
33 Brush.prototype = new SyntaxHighlighter.Highlighter();
36 SyntaxHighlighter.brushes.Vb = Brush;
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushCSharp.js20SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
40 return [new SyntaxHighlighter.Match(match[0], match.index, css)];
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);
58 Brush.prototype = new SyntaxHighlighter.Highlighter();
61 SyntaxHighlighter.brushes.CSharp = Brush;
H A DshBrushScala.js20SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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
44 Brush.prototype = new SyntaxHighlighter.Highlighter();
47 SyntaxHighlighter.brushes.Scala = Brush;
H A DshBrushJavaFX.js20SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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);
51 Brush.prototype = new SyntaxHighlighter.Highlighter();
54 SyntaxHighlighter.brushes.JavaFX = Brush;
H A DshBrushAS3.js20SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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);
52 Brush.prototype = new SyntaxHighlighter.Highlighter();
55 SyntaxHighlighter.brushes.AS3 = Brush;
H A DshBrushPhp.js20SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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);
81 Brush.prototype = new SyntaxHighlighter.Highlighter();
84 SyntaxHighlighter.brushes.Php = Brush;
H A DshBrushGroovy.js20SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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);
60 Brush.prototype = new SyntaxHighlighter.Highlighter();
63 SyntaxHighlighter.brushes.Groovy = Brush;
H A DshBrushCpp.js20SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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
90 Brush.prototype = new SyntaxHighlighter.Highlighter();
93 SyntaxHighlighter.brushes.Cpp = Brush;
H A DshBrushRuby.js20SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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);
48 Brush.prototype = new SyntaxHighlighter.Highlighter();
51 SyntaxHighlighter.brushes.Ruby = Brush;
H A DshBrushHaxe.js20SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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 );
73 Brush.prototype = new SyntaxHighlighter.Highlighter ();
76 SyntaxHighlighter.brushes.Haxe = Brush;
H A DshBrushColdFusion.js20SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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…
93 Brush.prototype = new SyntaxHighlighter.Highlighter();
96 SyntaxHighlighter.brushes.ColdFusion = Brush;
H A DshBrushJava.js20SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
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
50 Brush.prototype = new SyntaxHighlighter.Highlighter();
53 SyntaxHighlighter.brushes.Java = Brush;
H A DshBrushBash.js20SyntaxHighlighter = SyntaxHighlighter || (typeof require !== 'undefined'? require('shCore').Syntax…
26 var constructor = SyntaxHighlighter.Match,
59 …{ regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line comme…
60 …{ regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strin…
61 …{ regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strin…
68 Brush.prototype = new SyntaxHighlighter.Highlighter();
71 SyntaxHighlighter.brushes.Bash = Brush;

12345