Home
last modified time | relevance | path

Searched refs:isUrl (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/testRunner/unittests/
Dpaths.ts59 assert.isFalse(ts.isUrl("a"));
60 assert.isFalse(ts.isUrl("/"));
61 assert.isFalse(ts.isUrl("c:"));
62 assert.isFalse(ts.isUrl("c:d"));
63 assert.isFalse(ts.isUrl("c:/"));
64 assert.isFalse(ts.isUrl("c:\\"));
65 assert.isFalse(ts.isUrl("//server"));
66 assert.isFalse(ts.isUrl("//server/share"));
67 assert.isFalse(ts.isUrl("\\\\server"));
68 assert.isFalse(ts.isUrl("\\\\server\\share"));
[all …]
/third_party/node/deps/npm/node_modules/request/lib/
Dredirect.js4 var isUrl = /^https?:/ variable
103 if (!isUrl.test(redirectTo)) {
/third_party/typescript/src/compiler/
Dpath.ts25 export function isUrl(path: string) { function
/third_party/typescript/src/services/
DstringCompletions.ts318 …iteralValue) || !compilerOptions.baseUrl && (isRootedDiskPath(literalValue) || isUrl(literalValue))
/third_party/typescript/lib/
DtypingsInstaller.js5551 function isUrl(path) { function
5554 ts.isUrl = isUrl;
DtypescriptServices.js5756 function isUrl(path) { function
5759 ts.isUrl = isUrl;
120097 …Value) || !compilerOptions.baseUrl && (ts.isRootedDiskPath(literalValue) || ts.isUrl(literalValue))
Dtsserverlibrary.js5756 function isUrl(path) { function
5759 ts.isUrl = isUrl;
120097 …Value) || !compilerOptions.baseUrl && (ts.isRootedDiskPath(literalValue) || ts.isUrl(literalValue))
Dtsserver.js5562 function isUrl(path) { function
5565 ts.isUrl = isUrl;
119528 …Value) || !compilerOptions.baseUrl && (ts.isRootedDiskPath(literalValue) || ts.isUrl(literalValue))
Dtypescript.js5756 function isUrl(path) { function
5759 ts.isUrl = isUrl;
120097 …Value) || !compilerOptions.baseUrl && (ts.isRootedDiskPath(literalValue) || ts.isUrl(literalValue))