Searched refs:matchOne (Results 1 – 7 of 7) sorted by relevance
| /plugin/asciidocjs/node_modules/jake/node_modules/minimatch/ |
| D | minimatch.js | 768 var hit = this.matchOne(file, pattern, partial) 786 Minimatch.prototype.matchOne = function (file, pattern, partial) { method in Minimatch 860 if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) {
|
| D | README.md | 78 * `matchOne(fileArray, patternArray, partial)` Take a `/`-split
|
| /plugin/asciidocjs/node_modules/minimatch/ |
| D | minimatch.js | 257 matchOne (file, pattern, partial) { method in Minimatch 331 if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) { 926 const hit = this.matchOne(file, pattern, partial)
|
| D | README.md | 92 * `matchOne(fileArray, patternArray, partial)` Take a `/`-split
|
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | prototype.js | 387 var matchOne = new RegExp(Prototype.ScriptFragment, 'im'); 389 return (scriptTag.match(matchOne) || ['', ''])[1];
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | prototype.js | 488 var matchOne = new RegExp(Prototype.ScriptFragment, 'im'); 490 return (scriptTag.match(matchOne) || ['', ''])[1];
|
| /plugin/issuetracker/ |
| D | prototype.js | 605 matchOne = new RegExp(Prototype.ScriptFragment, 'im'); 607 return (scriptTag.match(matchOne) || ['', ''])[1];
|