Home
last modified time | relevance | path

Searched refs:nocase (Results 1 – 25 of 42) sorted by relevance

12

/third_party/node/deps/npm/node_modules/glob/dist/esm/
Dglob.js29 nocase; field in Glob
117 throw new Error('nocase option contradicts provided scurry option');
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
Dglob.js.map1nocase` should only be explicitly set when it is\n * known that the filesystem's case sensitivit…
Dignore.js20 constructor(ignored, { nobrace, nocase, noext, noglobstar, platform = defaultPlatform, }) { property
28 nocase, property
Dglob.d.ts133 nocase?: boolean; property
282 nocase: boolean;
Dignore.d.ts16 … constructor(ignored: string[], { nobrace, nocase, noext, noglobstar, platform, }: GlobWalkerOpts);
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/
Dglob.js32 nocase; field in Glob
120 throw new Error('nocase option contradicts provided scurry option');
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
Dglob.js.map1nocase` should only be explicitly set when it is\n * known that the filesystem's case sensitivit…
Dglob.d.ts133 nocase?: boolean; property
282 nocase: boolean;
Dignore.js23 constructor(ignored, { nobrace, nocase, noext, noglobstar, platform = defaultPlatform, }) { property
31 nocase, property
Dignore.d.ts16 … constructor(ignored: string[], { nobrace, nocase, noext, noglobstar, platform, }: GlobWalkerOpts);
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
285 this.#matchName = nocase ? normalizeNocase(name) : normalize(name);
287 this.nocase = nocase;
382 const name = this.nocase
650 return !this.nocase
826 const name = this.nocase
1167 constructor(name, type = UNKNOWN, root, roots, nocase, children, opts) { argument
1168 super(name, type, root, roots, nocase, children, opts);
1174 … return new PathWin32(name, type, this.root, this.roots, this.nocase, this.childrenCache(), opts);
[all …]
/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
313 this.#matchName = nocase ? normalizeNocase(name) : normalize(name);
315 this.nocase = nocase;
410 const name = this.nocase
678 return !this.nocase
854 const name = this.nocase
1196 constructor(name, type = UNKNOWN, root, roots, nocase, children, opts) { argument
1197 super(name, type, root, roots, nocase, children, opts);
1203 … return new PathWin32(name, type, this.root, this.roots, this.nocase, this.childrenCache(), opts);
[all …]
/third_party/ltp/testcases/kdump/lib/
Dssh.tcl13 -nocase "(yes/no)?" { send "yes\r"; exp_continue }
14 -nocase "Password:" { send "$pwd\r" }
/third_party/node/deps/minimatch/src/dist/mjs/
Dindex.d.ts15 nocase?: boolean; property
66 nocase: boolean; property in Minimatch
Dindex.js192 nocase; field in Minimatch
800 fastTest = (options.nocase
809 fastTest = (options.nocase
846 const flags = new Set(options.nocase ? ['i'] : []);
Dast.js326 (this.#options.nocase &&
332 const flags = (this.#options.nocase ? 'i' : '') + (uflag ? 'u' : '');
/third_party/node/deps/minimatch/src/dist/cjs/
Dindex.d.ts15 nocase?: boolean; property
66 nocase: boolean; property in Minimatch
Dindex.js204 nocase; field in Minimatch
812 fastTest = (options.nocase
821 fastTest = (options.nocase
858 const flags = new Set(options.nocase ? ['i'] : []);
Dast.js329 (this.#options.nocase &&
335 const flags = (this.#options.nocase ? 'i' : '') + (uflag ? 'u' : '');
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/
Dindex.js192 nocase; field in Minimatch
800 fastTest = (options.nocase
809 fastTest = (options.nocase
846 const flags = new Set(options.nocase ? ['i'] : []);
Dast.js326 (this.#options.nocase &&
332 const flags = (this.#options.nocase ? 'i' : '') + (uflag ? 'u' : '');
/third_party/node/deps/minimatch/src/
DREADME.md77 compared case sensitively, unless `nocase:true` is set.
233 ### nocase subsection
239 When used with `{nocase: true}`, create regular expressions that
241 Has no effect when used without `{nocase: true}`
317 `nocase:true` mode, do not convert the root portions of the
322 `nocase:true` is set.
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/
Dindex.js204 nocase; field in Minimatch
812 fastTest = (options.nocase
821 fastTest = (options.nocase
858 const flags = new Set(options.nocase ? ['i'] : []);
Dast.js329 (this.#options.nocase &&
335 const flags = (this.#options.nocase ? 'i' : '') + (uflag ? 'u' : '');

12