Home
last modified time | relevance | path

Searched refs:redirects (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/user/
Dfollow-redirects.log3 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/
DProgram.cpp31 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/
Dmax-redirs.d3 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.
Dlocation-trusted.d9 the site redirects you to a site to which you'll send your authentication info
Dlocation.d3 Help: Follow redirects
Dcookie.d12 multiple requests are done due to authentication, followed redirects or
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DProgram.inc182 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/
Dredirect.js14 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/
Dhelpers.js57 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/
DProgram.h100 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/
DProgram.inc253 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/
Dtest156329 Make sure redirects to CURLPROTO_GOPHER are forbidden by default
Dtest151854 redirects 0
Dtest151954 redirects 0
Dtest59972 HTTP GET with progress callback and redirects changing content sizes
/third_party/node/deps/npm/node_modules/asap/
DCHANGES.md14 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/
DconvertConfigure.sed26 # trouble w/ redirects.
/third_party/curl/docs/
DFEATURES.md50 - follow redirects
51 - maximum amount of redirects to follow
/third_party/node/deps/npm/node_modules/got/
Dreadme.md15 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/
Dresolve.js827 const redirects = policy.manifest.getDependencyMapper(parentURL);
828 if (redirects) {
829 const { resolve, reaction } = redirects;
/third_party/skia/site/docs/dev/tools/
Dcodesearch.md12 [cs.skia.org](http://cs.skia.org) redirects to
/third_party/flutter/skia/site/dev/tools/
Dcodesearch.md7 [cs.skia.org](http://cs.skia.org) redirects to
/third_party/node/tools/inspector_protocol/lib/
DDispatcherBase_cpp.template226 void UberDispatcher::setupRedirects(const std::unordered_map<String, String>& redirects)
228 for (const auto& pair : redirects)
/third_party/uboot/u-boot-2020.01/common/
Dcli_hush.c235 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/
DmoduleNameResolver.ts509 let redirects = redirectsMap.get(path);
510 if (!redirects) {
512redirects = !options || optionsHaveModuleResolutionChanges(options, redirectedReference.commandLin…
513 redirectsMap.set(path, redirects);
515 return redirects;

1234