/third_party/typescript/tests/baselines/reference/user/ |
D | follow-redirects.log | 3 node_modules/follow-redirects/index.js(38,17): error TS2345: Argument of type 'this' is not assigna… 5 node_modules/follow-redirects/index.js(50,10): error TS2339: Property 'on' does not exist on type '… 6 node_modules/follow-redirects/index.js(96,10): error TS2339: Property 'emit' does not exist on type… 7 node_modules/follow-redirects/index.js(97,10): error TS2339: Property 'abort' does not exist on typ… 8 node_modules/follow-redirects/index.js(144,10): error TS2339: Property 'once' does not exist on typ… 9 node_modules/follow-redirects/index.js(147,12): error TS2339: Property 'socket' does not exist on t… 10 node_modules/follow-redirects/index.js(157,8): error TS2339: Property 'once' does not exist on type… 11 node_modules/follow-redirects/index.js(158,8): error TS2339: Property 'once' does not exist on type… 12 node_modules/follow-redirects/index.js(228,10): error TS2339: Property 'emit' does not exist on typ… 13 node_modules/follow-redirects/index.js(267,16): error TS2339: Property 'emit' does not exist on typ… [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Program.cpp | 31 const StringRef **redirects, unsigned secondsToWait, in ExecuteAndWait() argument 35 if (Execute(PI, Program, args, envp, redirects, memoryLimit, ErrMsg)) { in ExecuteAndWait() 50 const char **envp, const StringRef **redirects, in ExecuteNoWait() argument 56 if (!Execute(PI, Program, args, envp, redirects, memoryLimit, ErrMsg)) in ExecuteNoWait()
|
/third_party/curl/docs/cmdline-opts/ |
D | max-redirs.d | 3 Help: Maximum number of redirects allowed 8 prevent curl from following too many redirects, by default, the limit is 9 set to 50 redirects. Set this option to -1 to make it unlimited.
|
D | location-trusted.d | 9 the site redirects you to a site to which you'll send your authentication info
|
D | location.d | 3 Help: Follow redirects
|
D | cookie.d | 12 multiple requests are done due to authentication, followed redirects or
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Program.inc | 182 const char **envp, const StringRef **redirects, 203 if (redirects) { 206 if (redirects[I]) { 207 RedirectsStorage[I] = *redirects[I]; 219 if (redirects[1] == nullptr || redirects[2] == nullptr || 220 *redirects[1] != *redirects[2]) { 270 if (redirects) { 272 if (RedirectIO(redirects[0], 0, ErrMsg)) { return false; } 274 if (RedirectIO(redirects[1], 1, ErrMsg)) { return false; } 275 if (redirects[1] && redirects[2] && [all …]
|
/third_party/node/deps/npm/node_modules/request/lib/ |
D | redirect.js | 14 this.redirects = [] property in Redirect 35 self.redirects = self.redirects || [] 115 self.redirects.push({ statusCode: response.statusCode, redirectUri: redirectTo })
|
/third_party/node/lib/internal/modules/cjs/ |
D | helpers.js | 57 function makeRequireFunction(mod, redirects) { argument 61 if (redirects) { 64 const { resolve, reaction } = redirects;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Program.h | 100 const StringRef **redirects = nullptr, ///< An optional array of pointers 130 const StringRef **redirects = nullptr, unsigned memoryLimit = 0,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Program.inc | 253 const char **envp, const StringRef **redirects, 303 if (redirects) { 306 si.hStdInput = RedirectIO(redirects[0], 0, ErrMsg); 311 si.hStdOutput = RedirectIO(redirects[1], 1, ErrMsg); 317 if (redirects[1] && redirects[2] && *(redirects[1]) == *(redirects[2])) { 330 si.hStdError = RedirectIO(redirects[2], 2, ErrMsg);
|
/third_party/curl/tests/data/ |
D | test1563 | 29 Make sure redirects to CURLPROTO_GOPHER are forbidden by default
|
D | test1518 | 54 redirects 0
|
D | test1519 | 54 redirects 0
|
D | test599 | 72 HTTP GET with progress callback and redirects changing content sizes
|
/third_party/node/deps/npm/node_modules/asap/ |
D | CHANGES.md | 14 Version 2.0.1 fixes a bug in the way redirects were expressed that affected the 28 redirects and ASAP has been divided into two modules.
|
/third_party/icu/icu4c/as_is/os400/ |
D | convertConfigure.sed | 26 # trouble w/ redirects.
|
/third_party/curl/docs/ |
D | FEATURES.md | 50 - follow redirects 51 - maximum amount of redirects to follow
|
/third_party/node/deps/npm/node_modules/got/ |
D | readme.md | 15 It supports following redirects, promises, streams, retries, automagically handling gzip/deflate an… 59 … property, a `url` property with the request URL or the final URL after redirects, and a `requestU… 201 When server redirects you more than 10 times.
|
/third_party/node/lib/internal/modules/esm/ |
D | resolve.js | 827 const redirects = policy.manifest.getDependencyMapper(parentURL); 828 if (redirects) { 829 const { resolve, reaction } = redirects;
|
/third_party/skia/site/docs/dev/tools/ |
D | codesearch.md | 12 [cs.skia.org](http://cs.skia.org) redirects to
|
/third_party/flutter/skia/site/dev/tools/ |
D | codesearch.md | 7 [cs.skia.org](http://cs.skia.org) redirects to
|
/third_party/node/tools/inspector_protocol/lib/ |
D | DispatcherBase_cpp.template | 226 void UberDispatcher::setupRedirects(const std::unordered_map<String, String>& redirects) 228 for (const auto& pair : redirects)
|
/third_party/uboot/u-boot-2020.01/common/ |
D | cli_hush.c | 235 struct redir_struct *redirects; /* I/O redirections */ member 1214 for (redir=prog->redirects; redir; redir=redir->next) { 1982 for (r=child->redirects; r; r=rnext) { 1996 child->redirects=NULL; 2303 struct redir_struct *redir = child->redirects; 2317 child->redirects=redir; 2557 && prog->redirects == NULL) { 2573 prog->redirects = NULL;
|
/third_party/typescript/src/compiler/ |
D | moduleNameResolver.ts | 509 let redirects = redirectsMap.get(path); 510 if (!redirects) { 512 …redirects = !options || optionsHaveModuleResolutionChanges(options, redirectedReference.commandLin… 513 redirectsMap.set(path, redirects); 515 return redirects;
|