/third_party/node/deps/npm/node_modules/glob/dist/esm/ |
D | glob.js | 29 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
|
D | glob.js.map | 1 …nocase` should only be explicitly set when it is\n * known that the filesystem's case sensitivit…
|
D | ignore.js | 20 constructor(ignored, { nobrace, nocase, noext, noglobstar, platform = defaultPlatform, }) { property 28 nocase, property
|
D | glob.d.ts | 133 nocase?: boolean; property 282 nocase: boolean;
|
D | ignore.d.ts | 16 … constructor(ignored: string[], { nobrace, nocase, noext, noglobstar, platform, }: GlobWalkerOpts);
|
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/ |
D | glob.js | 32 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
|
D | glob.js.map | 1 …nocase` should only be explicitly set when it is\n * known that the filesystem's case sensitivit…
|
D | glob.d.ts | 133 nocase?: boolean; property 282 nocase: boolean;
|
D | ignore.js | 23 constructor(ignored, { nobrace, nocase, noext, noglobstar, platform = defaultPlatform, }) { property 31 nocase, property
|
D | ignore.d.ts | 16 … constructor(ignored: string[], { nobrace, nocase, noext, noglobstar, platform, }: GlobWalkerOpts);
|
D | walker.d.ts | 25 nocase?: boolean; property
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/ |
D | index.js | 181 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/ |
D | index.js | 209 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/ |
D | ssh.tcl | 13 -nocase "(yes/no)?" { send "yes\r"; exp_continue } 14 -nocase "Password:" { send "$pwd\r" }
|
/third_party/node/deps/minimatch/src/dist/mjs/ |
D | index.d.ts | 15 nocase?: boolean; property 66 nocase: boolean; property in Minimatch
|
D | index.js | 192 nocase; field in Minimatch 800 fastTest = (options.nocase 809 fastTest = (options.nocase 846 const flags = new Set(options.nocase ? ['i'] : []);
|
D | ast.js | 326 (this.#options.nocase && 332 const flags = (this.#options.nocase ? 'i' : '') + (uflag ? 'u' : '');
|
/third_party/node/deps/minimatch/src/dist/cjs/ |
D | index.d.ts | 15 nocase?: boolean; property 66 nocase: boolean; property in Minimatch
|
D | index.js | 204 nocase; field in Minimatch 812 fastTest = (options.nocase 821 fastTest = (options.nocase 858 const flags = new Set(options.nocase ? ['i'] : []);
|
D | ast.js | 329 (this.#options.nocase && 335 const flags = (this.#options.nocase ? 'i' : '') + (uflag ? 'u' : '');
|
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/ |
D | index.js | 192 nocase; field in Minimatch 800 fastTest = (options.nocase 809 fastTest = (options.nocase 846 const flags = new Set(options.nocase ? ['i'] : []);
|
D | ast.js | 326 (this.#options.nocase && 332 const flags = (this.#options.nocase ? 'i' : '') + (uflag ? 'u' : '');
|
/third_party/node/deps/minimatch/src/ |
D | README.md | 77 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/ |
D | index.js | 204 nocase; field in Minimatch 812 fastTest = (options.nocase 821 fastTest = (options.nocase 858 const flags = new Set(options.nocase ? ['i'] : []);
|
D | ast.js | 329 (this.#options.nocase && 335 const flags = (this.#options.nocase ? 'i' : '') + (uflag ? 'u' : '');
|