Home
last modified time | relevance | path

Searched defs:regex (Results 76 – 100 of 164) sorted by relevance

1234567

/plugin/syntaxhighlighter3/sxh3/src/js/
DshBrushDiff.js9 { regex: /^\+\+\+ .*$/gm, css: 'color2' }, // new file property
10 { regex: /^\-\-\- .*$/gm, css: 'color2' }, // old file property
11 { regex: /^\s.*$/gm, css: 'color1' }, // unchanged property
12 { regex: /^@@.*@@.*$/gm, css: 'variable' }, // location property
13 { regex: /^\+.*$/gm, css: 'string' }, // additions property
14 { regex: /^\-.*$/gm, css: 'color3' } // deletions property
DshBrushTypeScript.js22 { regex: r.multiLineDoubleQuotedString, css: 'string' }, // double quoted strings property
23 { regex: r.multiLineSingleQuotedString, css: 'string' }, // single quoted strings property
24 { regex: r.singleLineCComments, css: 'comments' }, // one line comments property
25 { regex: r.multiLineCComments, css: 'comments' }, // multiline comments property
26 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keywords property
DshBrushVb.js24 { regex: /'.*$/gm, css: 'comments' }, // one line comments property
25 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings property
26 …{ regex: /^\s*#.*$/gm, css: 'preprocessor' }, // preprocessor tags like #region and #endr… property
27 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // vb keyword property
DshBrushXml.js42 …{ regex: XRegExp('(\\&lt;|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\\&gt;|>)', 'gm'), css: 'color2' … property
43 { regex: SyntaxHighlighter.regexLib.xmlComments, css: 'comments' }, // <!-- ... --> property
44 …{ regex: XRegExp('(&lt;|<)[\\s\\/\\?!]*(\\w+)(?<attributes>.*?)[\\s\\/\\?]*(&gt;|>)', 'sg'), func:… property
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshBrushJScript.js34 { regex: r.multiLineDoubleQuotedString, css: 'string' }, // double quoted strings property
35 { regex: r.multiLineSingleQuotedString, css: 'string' }, // single quoted strings property
36 { regex: r.singleLineCComments, css: 'comments' }, // one line comments property
37 { regex: r.multiLineCComments, css: 'comments' }, // multiline comments property
38 …{ regex: /\s*#.*/gm, css: 'preprocessor' }, // preprocessor tags like #region and #endreg… property
39 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keywords property
DshBrushDiff.js25 { regex: /^\+\+\+ .*$/gm, css: 'color2' }, // new file property
26 { regex: /^\-\-\- .*$/gm, css: 'color2' }, // old file property
27 { regex: /^\s.*$/gm, css: 'color1' }, // unchanged property
28 { regex: /^@@.*@@.*$/gm, css: 'variable' }, // location property
29 { regex: /^\+.*$/gm, css: 'string' }, // additions property
30 { regex: /^\-.*$/gm, css: 'color3' } // deletions property
DshBrushTypeScript.js38 { regex: r.multiLineDoubleQuotedString, css: 'string' }, // double quoted strings property
39 { regex: r.multiLineSingleQuotedString, css: 'string' }, // single quoted strings property
40 { regex: r.singleLineCComments, css: 'comments' }, // one line comments property
41 { regex: r.multiLineCComments, css: 'comments' }, // multiline comments property
42 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keywords property
DshBrushVb.js40 { regex: /'.*$/gm, css: 'comments' }, // one line comments property
41 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings property
42 …{ regex: /^\s*#.*$/gm, css: 'preprocessor' }, // preprocessor tags like #region and #endr… property
43 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // vb keyword property
DshBrushXml.js58 …{ regex: XRegExp('(\\&lt;|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\\&gt;|>)', 'gm'), css: 'color2' … property
59 { regex: SyntaxHighlighter.regexLib.xmlComments, css: 'comments' }, // <!-- ... --> property
60 …{ regex: XRegExp('(&lt;|<)[\\s\\/\\?!]*(\\w+)(?<attributes>.*?)[\\s\\/\\?]*(&gt;|>)', 'sg'), func:… property
DshCore.js115 function augment(regex, captureNames, isNative) { argument
133 function getNativeFlags(regex) { argument
152 function copy(regex, addFlags, removeFlags) { argument
402 on: function (regex, handler, options) { argument
516 self.exec = function (str, regex, pos, sticky) { argument
525 regex.lastIndex = match ? r2.lastIndex : 0; field
550 self.forEach = function (str, regex, callback, context) { argument
573 self.globalize = function (regex) { argument
801 self.test = function (str, regex, pos, sticky) { argument
975 fixed.match = function (regex) { argument
[all …]
/plugin/aceeditor/
Dbuild.js1 …,s,o,a,f,l,c,h,p=t&&t.split("/"),d=u.map,v=d&&d["*"]||{};if(e&&e.charAt(0)===".")if(t){p=p.slice(0…
/plugin/syntaxhighlighter/Uncompressed/
DshBrushVb.js19 { regex: new RegExp('\'.*$', 'gm'), css: 'comment' }, // one line comments property
20 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // strings property
21 …{ regex: new RegExp('^\\s*#.*', 'gm'), css: 'preprocessor' }, // preprocessor tags like #reg… property
22 { regex: new RegExp(this.GetKeywords(keywords), 'gm'), css: 'keyword' } // c# keyword property
/plugin/syntaxhighlighter/Scripts/
DshBrushVb.js9 …til '+'Variant When While With WithEvents WriteOnly Xor';this.regexList=[{regex:new RegExp('\'.*$'… property
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
DRegexMatcher.php27 public $regex; variable in Google\\Service\\TrafficDirectorService\\RegexMatcher
46 public function setRegex($regex)
DStringMatcher.php37 public $regex; variable in Google\\Service\\TrafficDirectorService\\StringMatcher
90 public function setRegex($regex)
/plugin/doi/Resolver/
H A DIsbnIsbnDeResolver.php60 protected function extract($regex, $html, $group = 1)
76 protected function extractAll($regex, $html, $group = 1)
/plugin/subjectindex/plugins/
DEntryTag.php17 public $regex = '(?<=\s|^)\#[^\s]+'; variable in SI_EntryTag
DEntryDefault.php34 public $regex = '\{\{entry>.+?\}\}'; variable in SI_EntryDefault
DEntryVerse.php15 …public $regex = '(?:[123]\h?)?(?:[A-Z][a-zA-Z]+|Song of Solomon)\.?\h?1?[0-9]?[0-9]:\d{1,3}(?:[,-]… variable in SI_EntryVerse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
DParameterValidation.php30 public function setRegex(RegexValidation $regex)
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
DRegularExpression.php72 $regex,
/plugin/virtualkeyboard/vk/extensions/dom/
Dselectbox.js709 ,regex /* :RegExp */ argument
742 ,regex /* :RegExp */ argument
773 ,regex /* :RegExp */ argument
813 ,regex /* :RegExp */ argument
/plugin/findologicxmlexport/vendor/hoa/file/
DFinder.php229 public function name($regex)
246 public function notIn($regex)
/plugin/subjectindex/inc/
Dmatcher.php69 public $regex = ''; variable in SI_Entry
/plugin/structautolink/
Drenderer.php19 protected $regex; variable in renderer_plugin_structautolink

1234567