/third_party/typescript/tests/cases/fourslash/ |
D | javaScriptModules12.ts | 36 ], excludes: "y" 45 excludes: "x" 53 excludes: ["x", "y"] 61 excludes: ["x", "y"] 69 excludes: ["x", "y"]
|
D | completionListInstanceProtectedMembers2.ts | 38 excludes: ["privateMethod", "privateProperty"], 44 …excludes: ["privateMethod", "privateProperty", "protectedProperty", "publicProperty", "protectedOv… 50 …excludes: ["privateMethod", "privateProperty", "protectedMethod", "protectedProperty", "protectedO… 56 excludes: ["privateMethod", "privateProperty"],
|
D | completionListWithoutVariableinitializer.ts | 15 excludes: ["a"], 21 excludes: ["b"], 27 excludes: ["c"], 50 excludes: ["fn"],
|
D | completionListInObjectLiteral5.ts | 23 verify.completions({ marker: ["1"], excludes: ['obj'], includes: ['o'] }); 24 verify.completions({ marker: ["2"], excludes: ['obj1'], includes: ['o', 'obj'] }); 26 verify.completions({ marker: ["4"], includes: ['o'], excludes: ['obj'], isNewIdentifierLocation: tr…
|
D | completionWithNamespaceInsideFunction.ts | 25 …{ marker: ["1", "2", "3"], includes: { name: "f", text: "function f(): void" }, excludes: ["n", "I… 40 excludes: "I2", 45 excludes: ["n2", "I2"],
|
D | completionsAssertKeyword.ts | 36 excludes: ["assert"], 44 excludes: ["assert"], 48 excludes: ["assert"],
|
D | completionListWithAmbientDeclaration.ts | 12 { marker: "1", excludes: "http" }, 13 { marker: "2", excludes: ["http", "https"] },
|
D | completionListAfterFunction.ts | 16 { marker: "1", excludes: "a" }, 18 { marker: "3", excludes: "c" },
|
D | completionListAfterFunction2.ts | 9 { marker: "1", excludes: "a" }, 10 { marker: "2", excludes: "b" },
|
D | completionListInScope.ts | 90 excludes: [ 105 excludes: [
|
D | completionImportMetaWithGlobalDeclaration.ts | 30 excludes: ["meta"] 35 excludes: ["meta"]
|
D | completionImportModuleSpecifierEndingUnsupportedExtension.ts | 8 verify.completions({ marker: "", excludes:"index.css", preferences: {importModuleSpecifierEnding: "… 9 verify.completions({ marker: "", excludes:"index", preferences: {importModuleSpecifierEnding: "inde…
|
D | completionListInNamedClassExpressionWithShadowing.ts | 19 { marker: "0", excludes: "myClass", isNewIdentifierLocation: true }, 22 { marker: ["3", "5"], excludes: "myClass", isNewIdentifierLocation: true },
|
D | completionsEnum.ts | 17 excludes: ["0"], 28 excludes: [`"str"`, `"str2"`],
|
D | getJavaScriptCompletions13.ts | 24 excludes: "FooProp" 32 excludes: ["file1Identifier", "FooProp"]
|
D | completionsIsPossiblyTypeArgumentPosition.ts | 24 verify.completions({ marker, includes: "x", excludes: "T" }); 27 verify.completions({ marker, includes: "T", excludes: "x" });
|
D | completionListWithModulesOutsideModuleScope.ts | 239 excludes: [...commonExcludes, "shwint", "sfvar", "sffn"], 248 excludes: commonExcludes,
|
D | constQuickInfoAndCompletionList.ts | 18 { marker: "2", includes: completeA, excludes: "b", isNewIdentifierLocation: true }, 19 { marker: "3", includes: completeA, excludes: "b" },
|
D | javaScriptPrototype1.ts | 37 verify.completions({ includes: "toFixed", excludes: "substring" }); 43 verify.completions({ includes: "substring", excludes: "toFixed" });
|
D | jsdocTypedefTagTypeExpressionCompletion.ts | 40 …excludes: ["Namespace", "SomeType", "x", "x1", "y", "method1", "property1", "method3", "method4", … 58 … excludes: ["I", "Namespace", "SomeType", "method1", "property1", "method3", "method4", "foo"],
|
D | completionListWithModulesInsideModuleScope.ts | 278 excludes: [ 358 excludes: ["m1Mod", "m1eMod"], 441 excludes: [
|
/third_party/node/tools/ |
D | mkssldef.py | 9 excludes = [] variable 21 elif option.startswith('-X'): excludes += option[2:].split(',') 24 excludes = [re.compile(exclude) for exclude in excludes] variable 30 if any(p.match(name) for p in excludes): continue
|
/third_party/node/deps/openssl/openssl/util/ |
D | copy.pl | 21 my @excludes = (); 31 push @excludes, $1; 38 push @filelist, $f unless grep { $f =~ /$_/ } @excludes;
|
/third_party/openssl/util/ |
D | copy.pl | 21 my @excludes = (); 31 push @excludes, $1; 38 push @filelist, $f unless grep { $f =~ /$_/ } @excludes;
|
/third_party/node/test/parallel/ |
D | test-benchmark-cli.js | 13 function testFilterPattern(filters, excludes, filename, expectedResult) { argument 15 process.argv = process.argv.concat(...excludes.map((p) => ['--exclude', p]));
|