Home
last modified time | relevance | path

Searched defs:nocase (Results 1 – 25 of 32) sorted by relevance

12

/third_party/node/deps/npm/node_modules/glob/dist/mjs/
Dglob.js29 nocase; field in Glob
125 nocase: opts.nocase, property
141 nocase: this.nocase, property
173 nocase: this.nocase, property
185 nocase: this.nocase, property
196 nocase: this.nocase, property
206 nocase: this.nocase, property
Dignore.js20 constructor(ignored, { nobrace, nocase, noext, noglobstar, platform = defaultPlatform, }) { property
28 nocase, property
Dglob.d.ts133 nocase?: boolean; property
Dwalker.d.ts25 nocase?: boolean; property
/third_party/node/deps/npm/node_modules/glob/dist/esm/
Dglob.js29 nocase; field in Glob
129 nocase: opts.nocase, property
145 nocase: this.nocase, property
182 nocase: this.nocase, property
194 nocase: this.nocase, property
205 nocase: this.nocase, property
215 nocase: this.nocase, property
Dignore.js20 constructor(ignored, { nobrace, nocase, noext, noglobstar, platform = defaultPlatform, }) { property
28 nocase, property
Dbin.mjs116 nocase: { property
249 nocase: values.nocase, property
Dglob.d.ts133 nocase?: boolean; property
Dwalker.d.ts25 nocase?: boolean; property
/third_party/node/deps/npm/node_modules/glob/dist/cjs/src/
Dglob.js32 nocase; field in Glob
128 nocase: opts.nocase, property
144 nocase: this.nocase, property
176 nocase: this.nocase, property
188 nocase: this.nocase, property
199 nocase: this.nocase, property
209 nocase: this.nocase, property
Dignore.js23 constructor(ignored, { nobrace, nocase, noext, noglobstar, platform = defaultPlatform, }) { property
31 nocase, property
Dglob.d.ts133 nocase?: boolean; property
Dbin.js105 nocase: { property
234 nocase: values.nocase, property
Dwalker.d.ts25 nocase?: boolean; property
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/
Dglob.js32 nocase; field in Glob
132 nocase: opts.nocase, property
148 nocase: this.nocase, property
185 nocase: this.nocase, property
197 nocase: this.nocase, property
208 nocase: this.nocase, property
218 nocase: this.nocase, property
Dignore.js23 constructor(ignored, { nobrace, nocase, noext, noglobstar, platform = defaultPlatform, }) { property
31 nocase, property
Dglob.d.ts133 nocase?: boolean; property
Dwalker.d.ts25 nocase?: boolean; property
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
Dindex.js181 nocase; field in PathBase
283 constructor(name, type = UNKNOWN, root, roots, nocase, children, opts) { argument
1167 constructor(name, type = UNKNOWN, root, roots, nocase, children, opts) { argument
1233 constructor(name, type = UNKNOWN, root, roots, nocase, children, opts) { argument
1288 nocase; field in PathScurryBase
1297 …constructor(cwd = process.cwd(), pathImpl, sep, { nocase, childrenCacheSize = 16 * 1024, fs = defa… property
1888 super(cwd, win32, '\\', { ...opts, nocase }); field
1930 super(cwd, posix, '/', { ...opts, nocase }); field
1963 super(cwd, { ...opts, nocase }); field
/third_party/node/deps/minimatch/src/dist/cjs/
Dindex.d.ts15 nocase?: boolean; property
66 nocase: boolean; property in Minimatch
/third_party/node/deps/minimatch/src/dist/mjs/
Dindex.d.ts15 nocase?: boolean; property
66 nocase: boolean; property in Minimatch
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
Dindex.js209 nocase; field in PathBase
311 constructor(name, type = UNKNOWN, root, roots, nocase, children, opts) { argument
1196 constructor(name, type = UNKNOWN, root, roots, nocase, children, opts) { argument
1263 constructor(name, type = UNKNOWN, root, roots, nocase, children, opts) { argument
1319 nocase; field in PathScurryBase
1328 …constructor(cwd = process.cwd(), pathImpl, sep, { nocase, childrenCacheSize = 16 * 1024, fs = defa… property
1920 super(cwd, path_1.win32, '\\', { ...opts, nocase }); field
1963 super(cwd, path_1.posix, '/', { ...opts, nocase }); field
1997 super(cwd, { ...opts, nocase }); field
/third_party/node/deps/minimatch/src/
DREADME.md233 ### nocase subsection
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
Dnormalize.js278 const files = await glob('{README,README.*}', { cwd: pkg.path, nocase: true, mark: true }) property
/third_party/node/deps/npm/node_modules/ignore-walk/lib/
Dindex.js108 nocase: true, property

12