| /plugin/syntaxhighlighter3/sxh3/src/js/ |
| D | shBrushDiff.js | 9 { 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
|
| D | shBrushTypeScript.js | 22 { 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
|
| D | shBrushVb.js | 24 { 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
|
| D | shBrushXml.js | 42 …{ regex: XRegExp('(\\<|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\\>|>)', 'gm'), css: 'color2' … property 43 { regex: SyntaxHighlighter.regexLib.xmlComments, css: 'comments' }, // <!-- ... --> property 44 …{ regex: XRegExp('(<|<)[\\s\\/\\?!]*(\\w+)(?<attributes>.*?)[\\s\\/\\?]*(>|>)', 'sg'), func:… property
|
| /plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
| D | shBrushJScript.js | 34 { 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
|
| D | shBrushDiff.js | 25 { 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
|
| D | shBrushTypeScript.js | 38 { 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
|
| D | shBrushVb.js | 40 { 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
|
| D | shBrushXml.js | 58 …{ regex: XRegExp('(\\<|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\\>|>)', 'gm'), css: 'color2' … property 59 { regex: SyntaxHighlighter.regexLib.xmlComments, css: 'comments' }, // <!-- ... --> property 60 …{ regex: XRegExp('(<|<)[\\s\\/\\?!]*(\\w+)(?<attributes>.*?)[\\s\\/\\?]*(>|>)', 'sg'), func:… property
|
| D | shCore.js | 115 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/ |
| D | build.js | 1 …,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/ |
| D | shBrushVb.js | 19 { 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/ |
| D | shBrushVb.js | 9 …til '+'Variant When While With WithEvents WriteOnly Xor';this.regexList=[{regex:new RegExp('\'.*$'… property
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/ |
| D | RegexMatcher.php | 27 public $regex; variable in Google\\Service\\TrafficDirectorService\\RegexMatcher 46 public function setRegex($regex)
|
| D | StringMatcher.php | 37 public $regex; variable in Google\\Service\\TrafficDirectorService\\StringMatcher 90 public function setRegex($regex)
|
| /plugin/doi/Resolver/ |
| H A D | IsbnIsbnDeResolver.php | 60 protected function extract($regex, $html, $group = 1) 76 protected function extractAll($regex, $html, $group = 1)
|
| /plugin/subjectindex/plugins/ |
| D | EntryTag.php | 17 public $regex = '(?<=\s|^)\#[^\s]+'; variable in SI_EntryTag
|
| D | EntryDefault.php | 34 public $regex = '\{\{entry>.+?\}\}'; variable in SI_EntryDefault
|
| D | EntryVerse.php | 15 …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/ |
| D | ParameterValidation.php | 30 public function setRegex(RegexValidation $regex)
|
| /plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/ |
| D | RegularExpression.php | 72 $regex,
|
| /plugin/virtualkeyboard/vk/extensions/dom/ |
| D | selectbox.js | 709 ,regex /* :RegExp */ argument 742 ,regex /* :RegExp */ argument 773 ,regex /* :RegExp */ argument 813 ,regex /* :RegExp */ argument
|
| /plugin/findologicxmlexport/vendor/hoa/file/ |
| D | Finder.php | 229 public function name($regex) 246 public function notIn($regex)
|
| /plugin/subjectindex/inc/ |
| D | matcher.php | 69 public $regex = ''; variable in SI_Entry
|
| /plugin/structautolink/ |
| D | renderer.php | 19 protected $regex; variable in renderer_plugin_structautolink
|