Home
last modified time | relevance | path

Searched refs:redirects (Results 1 – 25 of 82) 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/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/curl/
Dbackport-001-CVE-2022-27774.patch4 Subject: [PATCH] transfer: redirects to other protocols or ports clear auth
28 + /* Clear auth if this redirects to a different port number or protocol,
49 + infof(data, "Clear auth, redirects to port from %u to %u",
64 + infof(data, "Clear auth, redirects scheme from %s to %s",
Dbackport-pre-CVE-2022-27782.patch4 Subject: [PATCH] gnutls: don't leak the SRP credentials in redirects
Dbackport-002-CVE-2022-27774.patch4 Subject: [PATCH] openssl: don't leak the SRP credentials in redirects either
/third_party/node/lib/internal/modules/cjs/
Dhelpers.js57 function makeRequireFunction(mod, redirects) { argument
61 if (redirects) {
64 const { resolve, reaction } = redirects;
Dloader.js1041 let redirects;
1044 redirects = policy.manifest.getDependencyMapper(moduleURL);
1075 const require = makeRequireFunction(this, 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/toybox/toys/pending/
Dwget.c84 long redirects;
283 for (;status != 200; TT.redirects--) { in wget_main()
284 if (TT.redirects < 0) error_exit("Too many redirects"); in wget_main()
/third_party/rust/crates/tracing/
Dnetlify.toml16 [[redirects]]
/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/python/Misc/NEWS.d/next/Security/
D2022-11-04-09-29-36.gh-issue-98433.l76c5G.rst5 such as :mod:`urllib` http ``3xx`` redirects potentially allow for an attacker
/third_party/libwebsockets/READMEs/
DREADME.jit-trust.md249 ## Considerations around http redirects
251 HTTP redirects are transactions that tell the client to go somewhere else to
255 JIT Trust supports redirects to hosts with the same or different trust
259 Lws rejects by default protocol downgrades (https -> http) on redirects, the
307 |caixa.gov.br|✕|✕|TLS trust works fine. Continuously redirects to self... sends set-cookie that we…
367 |macys.com|✕|✓|TLS trust works fine. Continuously redirects to self... `www.` same, curl acts same…
/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/icu/icu4c/as_is/os400/
DconvertConfigure.sed26 # trouble w/ redirects.
/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/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/node/deps/npm/node_modules/request/
DREADME.md16 …e the simplest way possible to make http calls. It supports HTTPS and follows redirects by default.
469 redirects) will be sent via a connection to the proxy server.
780redirects (default: `true`). This property can also be implemented as function which gets `respons…
781 - `followAllRedirects` - follow non-GET HTTP 3xx responses as redirects (default: `false`)
783 - `maxRedirects` - the maximum number of redirects to follow (default: `10`)
832 - `time` - if `true`, the request-response cycle (including all redirects) is timed at millisecond …
836 …amps in millisecond resolution relative to `timingStart`. If there were redirects, the properties …
842 …- `timingPhases` Contains the durations of each request phase. If there were redirects, the proper…
/third_party/flutter/skia/site/dev/tools/
Dcodesearch.md7 [cs.skia.org](http://cs.skia.org) redirects to
/third_party/skia/site/docs/dev/tools/
Dcodesearch.md12 [cs.skia.org](http://cs.skia.org) redirects to
/third_party/typescript/src/compiler/
DmoduleNameResolver.ts523 let redirects = redirectsMap.get(path);
524 if (!redirects) {
526redirects = !options || optionsHaveModuleResolutionChanges(options, redirectedReference.commandLin…
527 redirectsMap.set(path, redirects);
529 return redirects;
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c1610 wsi->redirects, address); in lws_client_reset()
1612 if (wsi->redirects == 4) { in lws_client_reset()
1616 wsi->redirects++; in lws_client_reset()

1234