Home
last modified time | relevance | path

Searched refs:RegexLib (Results 1 – 24 of 24) sorted by relevance

/plugin/syntaxhighlighter/Scripts/
H A DshBrushCSharp.js9RegexLib.SingleLineCComments,css:'comment'},{regex:dp.sh.RegexLib.MultiLineCComments,css:'comment'…
H A DshBrushJScript.js9RegexLib.SingleLineCComments,css:'comment'},{regex:dp.sh.RegexLib.MultiLineCComments,css:'comment'…
H A DshBrushJava.js9RegexLib.SingleLineCComments,css:'comment'},{regex:dp.sh.RegexLib.MultiLineCComments,css:'comment'…
H A DshBrushPhp.js9RegexLib.SingleLineCComments,css:'comment'},{regex:dp.sh.RegexLib.MultiLineCComments,css:'comment'…
H A DshBrushCpp.js9RegexLib.SingleLineCComments,css:'comment'},{regex:dp.sh.RegexLib.MultiLineCComments,css:'comment'…
H A DshBrushRuby.js10 …=[{regex:dp.sh.RegexLib.SingleLinePerlComments,css:'comment'},{regex:dp.sh.RegexLib.DoubleQuotedSt…
H A DshBrushCss.js9 …st=[{regex:dp.sh.RegexLib.MultiLineCComments,css:'comment'},{regex:dp.sh.RegexLib.DoubleQuotedStri…
H A DshBrushDelphi.js9 …s\\S]*?}','gm'),css:'comment'},{regex:dp.sh.RegexLib.SingleLineCComments,css:'comment'},{regex:dp.…
H A DshBrushSql.js9 …('--(.*)$','gm'),css:'comment'},{regex:dp.sh.RegexLib.DoubleQuotedString,css:'string'},{regex:dp.s…
H A DshBrushVb.js9 ….regexList=[{regex:new RegExp('\'.*$','gm'),css:'comment'},{regex:dp.sh.RegexLib.DoubleQuotedStrin…
H A DshBrushPython.js10 this.regexList=[{regex:dp.sh.RegexLib.SingleLinePerlComments,css:'comment'},{regex:new RegExp("^\\s…
H A DshCore.js8 var dp={sh:{Toolbar:{},Utils:{},RegexLib:{},Brushes:{},Strings:{AboutDialog:'<html><head><title>Abo… property in dp.sh
34 dp.sh.RegexLib={MultiLineCComments:new RegExp('/\\*[\\s\\S]*?\\*/','gm'),SingleLineCComments:new Re… class in dp.sh
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushCSharp.js19 { regex: dp.sh.RegexLib.SingleLineCComments, css: 'comment' }, // one line comments
20 { regex: dp.sh.RegexLib.MultiLineCComments, css: 'comment' }, // multiline comments
21 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // strings
22 { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // strings
H A DshBrushJScript.js10 { regex: dp.sh.RegexLib.SingleLineCComments, css: 'comment' }, // one line comments
11 { regex: dp.sh.RegexLib.MultiLineCComments, css: 'comment' }, // multiline comments
12 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // double quoted strings
13 { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // single quoted strings
H A DshBrushPhp.js47 { regex: dp.sh.RegexLib.SingleLineCComments, css: 'comment' }, // one line comments
48 { regex: dp.sh.RegexLib.MultiLineCComments, css: 'comment' }, // multiline comments
49 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // double quoted strings
50 { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // single quoted strings
H A DshBrushJava.js12 { regex: dp.sh.RegexLib.SingleLineCComments, css: 'comment' }, // one line comments
13 { regex: dp.sh.RegexLib.MultiLineCComments, css: 'comment' }, // multiline comments
14 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // strings
15 { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // strings
H A DshBrushCpp.js59 { regex: dp.sh.RegexLib.SingleLineCComments, css: 'comment' }, // one line comments
60 { regex: dp.sh.RegexLib.MultiLineCComments, css: 'comment' }, // multiline comments
61 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // strings
62 { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // strings
H A DshBrushRuby.js13 { regex: dp.sh.RegexLib.SingleLinePerlComments, css: 'comment' }, // one line comments
14 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // double quoted strings
15 { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // single quoted strings
H A DshBrushCss.js36 { regex: dp.sh.RegexLib.MultiLineCComments, css: 'comment' }, // multiline comments
37 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // double quoted strings
38 { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // single quoted strings
H A DshBrushDelphi.js19 { regex: dp.sh.RegexLib.SingleLineCComments, css: 'comment' }, // one line
20 { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // strings
H A DshBrushSql.js29 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // double quoted strings
30 { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // single quoted strings
H A DshBrushVb.js20 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // strings
H A DshBrushPython.js11 { regex: dp.sh.RegexLib.SingleLinePerlComments, css: 'comment' },
H A DshCore.js27 RegexLib: {}, property in dp.sh
194 dp.sh.RegexLib = { class in dp.sh