Home
last modified time | relevance | path

Searched refs:matchOne (Results 1 – 7 of 7) sorted by relevance

/plugin/asciidocjs/node_modules/jake/node_modules/minimatch/
Dminimatch.js768 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)) {
DREADME.md78 * `matchOne(fileArray, patternArray, partial)` Take a `/`-split
/plugin/asciidocjs/node_modules/minimatch/
Dminimatch.js257 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)
DREADME.md92 * `matchOne(fileArray, patternArray, partial)` Take a `/`-split
/plugin/freechat/phpfreechat/data/public/js/
Dprototype.js387 var matchOne = new RegExp(Prototype.ScriptFragment, 'im');
389 return (scriptTag.match(matchOne) || ['', ''])[1];
/plugin/s5reloaded/ui/effects_support/
Dprototype.js488 var matchOne = new RegExp(Prototype.ScriptFragment, 'im');
490 return (scriptTag.match(matchOne) || ['', ''])[1];
/plugin/issuetracker/
Dprototype.js605 matchOne = new RegExp(Prototype.ScriptFragment, 'im');
607 return (scriptTag.match(matchOne) || ['', ''])[1];