Home
last modified time | relevance | path

Searched refs:Utils (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/third_party/typescript/src/testRunner/unittests/tsbuild/
DjavascriptProjectEmit.ts7 "/src/common/nominal.js": Utils.dedent`
14 "/src/common/tsconfig.json": Utils.dedent`
22 "/src/sub-project/index.js": Utils.dedent`
29 "/src/sub-project/tsconfig.json": Utils.dedent`
40 "/src/sub-project-2/index.js": Utils.dedent`
54 "/src/sub-project-2/tsconfig.json": Utils.dedent`
65 "/src/tsconfig.json": Utils.dedent`
76 "/src/tsconfig.base.json": Utils.dedent`
96 "/src/common/nominal.js": Utils.dedent`
102 "/src/common/tsconfig.json": Utils.dedent`
[all …]
DmoduleSpecifiers.ts8 "/src/solution/common/nominal.ts": Utils.dedent`
13 "/src/solution/common/tsconfig.json": Utils.dedent`
21 "/src/solution/sub-project/index.ts": Utils.dedent`
26 "/src/solution/sub-project/tsconfig.json": Utils.dedent`
37 "/src/solution/sub-project-2/index.ts": Utils.dedent`
48 "/src/solution/sub-project-2/tsconfig.json": Utils.dedent`
59 "/src/solution/tsconfig.json": Utils.dedent`
70 "/src/tsconfig.base.json": Utils.dedent`
78 "/src/tsconfig.json": Utils.dedent`{
DdeclarationEmit.ts27 "/src/solution/src/subProject/index.ts": Utils.dedent`
36 "/src/solution/src/subProject2/index.ts": Utils.dedent`
49 "/src/solution/src/common/nominal.ts": Utils.dedent`
52 "/src/solution/src/common/types.d.ts": Utils.dedent`
90 "/src/packages/pkg1/src/index.ts": Utils.dedent`
102 "/src/packages/pkg2/src/index.ts": Utils.dedent`
/third_party/typescript/tests/baselines/reference/
DTwoInternalModulesWithTheSameNameAndSameCommonRoot.js10 export module Utils {
21 export module Utils {
34 var o = A.Utils.mirror(o);
37 var p: A.Utils.Plane;
38 var p = new A.Utils.Plane(o, { x: 1, y: 1 });
45 var Utils;
46 (function (Utils) { argument
50 Utils.mirror = mirror;
51 })(Utils = A.Utils || (A.Utils = {}));
57 var Utils;
[all …]
DTwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.js10 export module Utils {
23 export module Utils {
36 var o = A.Utils.mirror(o);
39 var p: A.Utils.Plane;
40 var p = new A.Utils.Plane(o, { x: 1, y: 1 });
47 var Utils;
48 (function (Utils) { argument
52 Utils.mirror = mirror;
53 })(Utils = A.Utils || (A.Utils = {}));
61 var Utils;
[all …]
DTwoInternalModulesWithTheSameNameAndSameCommonRoot.types13 export module Utils {
14 >Utils : typeof Utils
46 export module Utils {
47 >Utils : typeof Utils
77 var o = A.Utils.mirror(o);
79 >A.Utils.mirror(o) : { x: number; y: number; }
80 >A.Utils.mirror : <T extends A.Point>(p: T) => { x: number; y: number; }
81 >A.Utils : typeof A.Utils
83 >Utils : typeof A.Utils
94 var p: A.Utils.Plane;
[all …]
DTwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.types13 export module Utils {
14 >Utils : typeof Utils
50 export module Utils {
51 >Utils : typeof Utils
81 var o = A.Utils.mirror(o);
83 >A.Utils.mirror(o) : { x: number; y: number; }
84 >A.Utils.mirror : <T extends A.Point>(p: T) => { x: number; y: number; }
85 >A.Utils : typeof A.Utils
87 >Utils : typeof A.Utils
98 var p: A.Utils.Plane;
[all …]
DTwoInternalModulesThatMergeEachWithExportedLocalVarsOfTheSameName.js10 export module Utils {
24 export module Utils {
38 var Utils;
39 (function (Utils) { argument
43 Utils.mirror = mirror;
44 })(Utils = A.Utils || (A.Utils = {}));
55 var Utils;
56 (function (Utils) { argument
64 Utils.Plane = Plane;
65 })(Utils = A.Utils || (A.Utils = {}));
DTwoInternalModulesWithTheSameNameAndDifferentCommonRoot.js11 export module Utils {
25 export module Utils {
38 var Utils;
39 (function (Utils) { argument
43 Utils.mirror = mirror;
44 })(Utils = A.Utils || (A.Utils = {}));
54 var Utils;
55 (function (Utils) { argument
63 Utils.Plane = Plane;
64 })(Utils = A.Utils || (A.Utils = {}));
DclodulesDerivedClasses.js6 module Shape.Utils {
15 module Path.Utils {
47 var Utils;
48 (function (Utils) { argument
50 Utils.convert = convert;
51 })(Utils = Shape.Utils || (Shape.Utils = {}));
61 var Utils;
62 (function (Utils) { argument
66 Utils.convert2 = convert2;
67 })(Utils = Path.Utils || (Path.Utils = {}));
DgenericFunctionsWithOptionalParameters1.symbols2 interface Utils {
3 >Utils : Symbol(Utils, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 0))
6 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 17))
23 var utils: Utils;
25 >Utils : Symbol(Utils, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 0))
28 >utils.fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 17))
30 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 17))
33 >utils.fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 17))
35 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 17))
38 >utils.fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 17))
[all …]
DgenericFunctionsWithOptionalParameters2.symbols2 interface Utils {
3 >Utils : Symbol(Utils, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 0))
6 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 17))
23 var utils: Utils;
25 >Utils : Symbol(Utils, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 0))
28 >utils.fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 17))
30 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 17))
33 >utils.fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 17))
35 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 17))
38 >utils.fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 17))
[all …]
DTwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.symbols15 export module Utils {
16 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 2, 31))
51 export module Utils {
52 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 2, 31))
85 var o = A.Utils.mirror(o);
87 >A.Utils.mirror : Symbol(A.Utils.mirror, Decl(part1.ts, 6, 25))
88 >A.Utils : Symbol(A.Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 2, 31))
90 >Utils : Symbol(A.Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 2, 31))
91 >mirror : Symbol(A.Utils.mirror, Decl(part1.ts, 6, 25))
103 var p: A.Utils.Plane;
[all …]
DTwoInternalModulesWithTheSameNameAndSameCommonRoot.symbols15 export module Utils {
16 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 1, 46))
48 export module Utils {
49 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 1, 46))
82 var o = A.Utils.mirror(o);
84 >A.Utils.mirror : Symbol(A.Utils.mirror, Decl(part1.ts, 6, 25))
85 >A.Utils : Symbol(A.Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 1, 46))
87 >Utils : Symbol(A.Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 1, 46))
88 >mirror : Symbol(A.Utils.mirror, Decl(part1.ts, 6, 25))
100 var p: A.Utils.Plane;
[all …]
DclodulesDerivedClasses.errors.txt2 Types of property 'Utils' are incompatible.
3 …Property 'convert' is missing in type 'typeof Path.Utils' but required in type 'typeof Shape.Utils
11 module Shape.Utils {
18 !!! error TS2417: Types of property 'Utils' are incompatible.
19 … Property 'convert' is missing in type 'typeof Path.Utils' but required in type 'typeof Shape.Uti…
25 module Path.Utils {
DclodulesDerivedClasses.types9 module Shape.Utils {
11 >Utils : typeof Utils
27 module Path.Utils {
29 >Utils : typeof Utils
DnonInstantiatedModule.js37 export module Utils {
43 export class Utils {
76 var Utils = /** @class */ (function () { class
77 function Utils() { class in anonymousFunction544266f60700.Utils
79 return Utils;
81 M3.Utils = Utils;
DgenericFunctionsWithOptionalParameters3.symbols11 interface Utils {
12 >Utils : Symbol(Utils, Decl(genericFunctionsWithOptionalParameters3.ts, 2, 1))
15 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters3.ts, 3, 17))
32 >mapReduce : Symbol(Utils.mapReduce, Decl(genericFunctionsWithOptionalParameters3.ts, 4, 75))
50 var utils: Utils;
52 >Utils : Symbol(Utils, Decl(genericFunctionsWithOptionalParameters3.ts, 2, 1))
60 >utils.mapReduce : Symbol(Utils.mapReduce, Decl(genericFunctionsWithOptionalParameters3.ts, 4, 75))
62 >mapReduce : Symbol(Utils.mapReduce, Decl(genericFunctionsWithOptionalParameters3.ts, 4, 75))
70 >utils.mapReduce : Symbol(Utils.mapReduce, Decl(genericFunctionsWithOptionalParameters3.ts, 4, 75))
72 >mapReduce : Symbol(Utils.mapReduce, Decl(genericFunctionsWithOptionalParameters3.ts, 4, 75))
[all …]
DclodulesDerivedClasses.symbols9 module Shape.Utils {
11 >Utils : Symbol(Utils, Decl(clodulesDerivedClasses.ts, 4, 13))
27 module Path.Utils {
29 >Utils : Symbol(Utils, Decl(clodulesDerivedClasses.ts, 13, 12))
/third_party/typescript/src/testRunner/unittests/tsc/
Dincremental.ts8 "/src/project/tsconfig.json": Utils.dedent`
28 "/src/project/tsconfig.json": Utils.dedent`
63 "/src/project/tsconfig.json": Utils.dedent`
212 "/src/project/src/class.ts": Utils.dedent`
216 "/src/project/src/indirectClass.ts": Utils.dedent`
221 "/src/project/src/directUse.ts": Utils.dedent`
224 "/src/project/src/indirectUse.ts": Utils.dedent`
227 "/src/project/src/noChangeFile.ts": Utils.dedent`
230 "/src/project/src/noChangeFileWithEmitSpecificError.ts": Utils.dedent`
DdeclarationEmit.ts56 return Utils.dedent`
63 return Utils.dedent`
93 return Utils.dedent`
164 content: Utils.dedent`
169 content: Utils.dedent`
195 content: Utils.dedent`
200 content: Utils.dedent`
214 content: Utils.dedent`
219 content: Utils.dedent`
/third_party/typescript/tests/cases/conformance/internalModules/DeclarationMerging/
DTwoInternalModulesWithTheSameNameAndSameCommonRoot.ts8 export module Utils {
19 export module Utils {
32 var o = A.Utils.mirror(o);
35 var p: A.Utils.Plane;
36 var p = new A.Utils.Plane(o, { x: 1, y: 1 });
DTwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.ts8 export module Utils {
21 export module Utils {
34 var o = A.Utils.mirror(o);
37 var p: A.Utils.Plane;
38 var p = new A.Utils.Plane(o, { x: 1, y: 1 });
/third_party/node/deps/npm/node_modules/npm-audit-report/reporters/
Dinstall.js3 const Utils = require('../lib/utils') constant
30 function clr (str, clr) { return Utils.color(str, clr, config.withColor) }
46 const total = Utils.totalVulnCount(data.metadata.vulnerabilities)
47 const sev = Utils.severities(data.metadata.vulnerabilities)
51 return `${value[1]} ${Utils.severityLabel(value[0], config.withColor).toLowerCase()}`
56 const vulnLabel = Utils.severityLabel(sev[0][0], config.withColor).toLowerCase()
/third_party/grpc/src/csharp/Grpc.Tools.Tests/
DCSharpGeneratorTest.cs47 var poss = _generator.GetPossibleOutputs(Utils.MakeItem(proto, "grpcservices", "both")); in NameMangling()
56 var poss = _generator.GetPossibleOutputs(Utils.MakeItem("foo.proto")); in NoGrpcOneOutput()
64 var item = Utils.MakeItem("foo.proto", "grpcservices", grpc); in GrpcNoneOneOutput()
74 var item = Utils.MakeItem("foo.proto", "grpcservices", grpc); in GrpcEnabledTwoOutputs()
82 var item = Utils.MakeItem("foo.proto", "OutputDir", "out"); in OutputDirMetadataRecognized()
91 var item = Utils.MakeItem("sub/foo.proto", "OutputDir", "out"); in OutputDirPatched()

12345678910>>...18