Home
last modified time | relevance | path

Searched refs:hasMagic (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/minimatch/
Dminimatch.js283 var hasMagic = !!options.nocase
307 hasMagic = true
311 hasMagic = true
406 hasMagic = true
472 hasMagic = hasMagic || sp[1]
479 hasMagic = true
511 hasMagic = hasMagic || sp[1]
544 hasMagic = true
600 if (re !== '' && hasMagic) {
610 return [re, hasMagic]
[all …]
/third_party/node/deps/npm/node_modules/rimraf/
Drimraf.js70 if (options.disableGlob || !glob.hasMagic(p))
281 if (options.disableGlob || !glob.hasMagic(p)) {
/third_party/node/deps/npm/node_modules/glob/
Dchangelog.md37 - Add `glob.hasMagic` function
Dglob.js97 glob.hasMagic = function (pattern, options_) { function
DREADME.md102 ## glob.hasMagic(pattern, [options])
/third_party/node/tools/
Dlint-md.mjs23848 var hasMagic = !!options.nocase;
23872 hasMagic = true;
23876 hasMagic = true;
23971 hasMagic = true;
24037 hasMagic = hasMagic || sp[1];
24044 hasMagic = true;
24076 hasMagic = hasMagic || sp[1];
24109 hasMagic = true;
24165 if (re !== '' && hasMagic) {
24175 return [re, hasMagic]
[all …]