Home
last modified time | relevance | path

Searched refs:matchBase (Results 1 – 23 of 23) sorted by relevance

/third_party/node/deps/npm/node_modules/glob/dist/esm/
Dglob.js26 matchBase; field in Glob
87 this.matchBase = !!opts.matchBase;
143 matchBase: this.matchBase, property
Dglob.d.ts111 matchBase?: boolean; property
279 matchBase: boolean;
Dglob.js.map1matchBase?: boolean\n\n /**\n * Limit the directory traversal to a given depth below the cwd.\n…
Dwalker.d.ts22 matchBase?: boolean; property
Dbin.mjs.map1 …values.follow,\n ignore: values.ignore,\n mark: values.mark,\n matchBase: values['match-b…
Dwalker.js.map1 …boolean\n ignore?: string | string[] | IgnoreLike\n mark?: boolean\n matchBase?: boolean\n // …
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/
Dglob.js29 matchBase; field in Glob
90 this.matchBase = !!opts.matchBase;
146 matchBase: this.matchBase, property
Dglob.d.ts111 matchBase?: boolean; property
279 matchBase: boolean;
Dglob.js.map1matchBase?: boolean\n\n /**\n * Limit the directory traversal to a given depth below the cwd.\n…
Dwalker.d.ts22 matchBase?: boolean; property
Dwalker.js.map1 …boolean\n ignore?: string | string[] | IgnoreLike\n mark?: boolean\n matchBase?: boolean\n // …
/third_party/node/deps/npm/node_modules/libnpmdiff/lib/
Duntar.js20 { matchBase: pattern.startsWith('*') } property
/third_party/node/deps/minimatch/src/dist/mjs/
Dindex.d.ts18 matchBase?: boolean; property
Dindex.js964 if (options.matchBase && pattern.length === 1) {
Dindex.js.map1matchBase?: boolean\n flipNegate?: boolean\n preserveMultipleSlashes?: boolean\n optimizationLe…
/third_party/node/deps/minimatch/src/dist/cjs/
Dindex.d.ts18 matchBase?: boolean; property
Dindex.js976 if (options.matchBase && pattern.length === 1) {
Dindex.js.map1matchBase?: boolean\n flipNegate?: boolean\n preserveMultipleSlashes?: boolean\n optimizationLe…
/third_party/node/deps/minimatch/src/
DREADME.md151 var isJS = minimatch(file, '*.js', { matchBase: true })
160 var javascripts = fileList.filter(minimatch.filter('*.js', { matchBase: true }))
198 var javascripts = minimatch.match(fileList, '*.js', { matchBase: true })
263 ### matchBase subsection
/third_party/node/deps/npm/node_modules/ignore-walk/lib/
Dindex.js105 matchBase: true, property
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/
Dindex.js964 if (options.matchBase && pattern.length === 1) {
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/
Dindex.js976 if (options.matchBase && pattern.length === 1) {
/third_party/node/deps/npm/node_modules/glob/
DREADME.md504 - `matchBase` Perform a basename-only match if the pattern does
661 If you set `matchBase:true` in the options, and the pattern has