Home
last modified time | relevance | path

Searched refs:redirection (Results 1 – 25 of 4675) sorted by relevance

12345678910>>...187

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dredirection.c149 rdpRedirection* redirection = rdp->redirection; in rdp_redirection_apply_settings() local
291 rdpRedirection* redirection = rdp->redirection; in rdp_recv_server_redirection_pdu() local
303 flags, redirection->flags, length, redirection->sessionID); in rdp_recv_server_redirection_pdu()
411 Stream_Read(s, redirection->Password, redirection->PasswordLength); in rdp_recv_server_redirection_pdu()
444 redirection->TsvUrl = (BYTE*)malloc(redirection->TsvUrlLength); in rdp_recv_server_redirection_pdu()
449 Stream_Read(s, redirection->TsvUrl, redirection->TsvUrlLength); in rdp_recv_server_redirection_pdu()
451 winpr_HexDump(TAG, WLOG_DEBUG, redirection->TsvUrl, redirection->TsvUrlLength); in rdp_recv_server_redirection_pdu()
520 if (redirection) in redirection_new()
524 return redirection; in redirection_new()
529 if (redirection) in redirection_free()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/fetch/api/cors/
H A Dcors-redirect-preflight.any.js.ini2 [Redirect 301: cors to same origin (preflight after redirection success case)]
5 [Redirect 301: cors to another cors (preflight after redirection success case)]
8 [Redirect 302: cors to same origin (preflight after redirection success case)]
11 [Redirect 302: cors to another cors (preflight after redirection success case)]
14 [Redirect 303: cors to same origin (preflight after redirection success case)]
17 [Redirect 303: cors to another cors (preflight after redirection success case)]
20 [Redirect 307: cors to same origin (preflight after redirection success case)]
23 [Redirect 307: cors to another cors (preflight after redirection success case)]
26 [Redirect 308: cors to same origin (preflight after redirection success case)]
29 [Redirect 308: cors to another cors (preflight after redirection success case)]
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/web-server-lib/web-server/http/
H A Dredirect.rkt7 ; redirection-status = (redirection-status nat bytes)
8 (struct redirection-status (code message))
16 (redirection-status 301 #"Moved Permanently"))
21 ; : str [redirection-status] -> response
26 (response (redirection-status-code perm/temp)
27 (redirection-status-message perm/temp)
37 [redirection-status? (any/c . -> . boolean?)]
38 [permanently redirection-status?]
39 [temporarily redirection-status?]
40 [temporarily/same-method redirection-status?]
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/fetch/api/redirect/
H A Dredirect-origin.html.ini2 [Same origin to same origin redirection 301]
5 [Other origin to same origin redirection 301]
8 [Same origin to same origin redirection 302]
11 [Other origin to same origin redirection 302]
14 [Same origin to same origin redirection 303]
17 [Other origin to same origin redirection 303]
20 [Same origin to same origin redirection 307]
23 [Other origin to same origin redirection 307]
26 [Same origin to same origin redirection 308]
29 [Other origin to same origin redirection 308]
H A Dredirect-origin-worker.html.ini2 [Same origin to same origin redirection 301]
5 [Other origin to same origin redirection 301]
8 [Same origin to same origin redirection 302]
11 [Other origin to same origin redirection 302]
14 [Same origin to same origin redirection 303]
17 [Other origin to same origin redirection 303]
20 [Same origin to same origin redirection 307]
23 [Other origin to same origin redirection 307]
26 [Same origin to same origin redirection 308]
29 [Other origin to same origin redirection 308]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/src/lib/shell/
H A Djob.rs12 pub redirection: RedirectFrom, field
43 self.redirection, in expand()
56 redirection: RedirectFrom, in new()
59 Job { args, redirection, builtin } in new()
65 self.args == other.args && self.redirection == other.redirection in eq()
97 pub redirection: RedirectFrom, field
206 redirection: RedirectFrom, in tee()
214 redirection, in tee()
225 redirection, in cat()
236 redirection: RedirectFrom, in builtin()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/meta/fetch/api/redirect/
H A Dredirect-origin.html.ini3 [Same origin to same origin redirection 301]
6 [Other origin to same origin redirection 301]
9 [Same origin to same origin redirection 302]
12 [Other origin to same origin redirection 302]
15 [Same origin to same origin redirection 303]
18 [Other origin to same origin redirection 303]
21 [Same origin to same origin redirection 307]
24 [Other origin to same origin redirection 307]
27 [Same origin to same origin redirection 308]
30 [Other origin to same origin redirection 308]
H A Dredirect-origin-worker.html.ini3 [Same origin to same origin redirection 301]
6 [Other origin to same origin redirection 301]
9 [Same origin to same origin redirection 302]
12 [Other origin to same origin redirection 302]
15 [Same origin to same origin redirection 303]
18 [Other origin to same origin redirection 303]
21 [Same origin to same origin redirection 307]
24 [Other origin to same origin redirection 307]
27 [Same origin to same origin redirection 308]
30 [Other origin to same origin redirection 308]
/dports/shells/yash/yash-2.51/tests/
H A Dredir-y.tst221 test_oE 'pipe redirection'
242 test_oE 'using pipe redirection in subshell'
261 test_oE -e 0 'input process redirection' -e
269 test_oE -e 0 'output process redirection' -e
370 syntax error: the redirection target is missing
376 syntax error: the redirection target is missing
382 syntax error: the redirection target is missing
389 syntax error: the redirection target is missing
395 syntax error: the redirection target is missing
490 syntax error: unclosed process redirection
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/meta/fetch/api/cors/
H A Dcors-redirect-preflight-worker.html.ini3 [Redirect 301: cors to same origin (preflight after redirection success case)]
6 [Redirect 301: cors to another cors (preflight after redirection success case)]
9 [Redirect 302: cors to same origin (preflight after redirection success case)]
12 [Redirect 302: cors to another cors (preflight after redirection success case)]
15 [Redirect 303: cors to same origin (preflight after redirection success case)]
18 [Redirect 303: cors to another cors (preflight after redirection success case)]
21 [Redirect 307: cors to same origin (preflight after redirection success case)]
24 [Redirect 307: cors to another cors (preflight after redirection success case)]
27 [Redirect 308: cors to same origin (preflight after redirection success case)]
30 [Redirect 308: cors to another cors (preflight after redirection success case)]
H A Dcors-redirect-preflight.html.ini3 [Redirect 301: cors to same origin (preflight after redirection success case)]
6 [Redirect 301: cors to another cors (preflight after redirection success case)]
9 [Redirect 302: cors to same origin (preflight after redirection success case)]
12 [Redirect 302: cors to another cors (preflight after redirection success case)]
15 [Redirect 303: cors to same origin (preflight after redirection success case)]
18 [Redirect 303: cors to another cors (preflight after redirection success case)]
21 [Redirect 307: cors to same origin (preflight after redirection success case)]
24 [Redirect 307: cors to another cors (preflight after redirection success case)]
27 [Redirect 308: cors to same origin (preflight after redirection success case)]
30 [Redirect 308: cors to another cors (preflight after redirection success case)]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/referrer-policy/gen/worker-module.http-rp/no-referrer/
H A Dfetch.http.html.ini2 …[Referrer Policy: Expects omitted for fetch to cross-https origin and keep-origin redirection from…
5 …[Referrer Policy: Expects omitted for fetch to cross-http origin and no-redirect redirection from …
8 …[Referrer Policy: Expects omitted for fetch to same-http origin and swap-origin redirection from h…
11 …[Referrer Policy: Expects omitted for fetch to same-https origin and keep-origin redirection from …
14 …[Referrer Policy: Expects omitted for fetch to same-http origin and no-redirect redirection from h…
17 …[Referrer Policy: Expects omitted for fetch to cross-https origin and swap-origin redirection from…
20 …[Referrer Policy: Expects omitted for fetch to cross-http origin and swap-origin redirection from …
23 …[Referrer Policy: Expects omitted for fetch to same-http origin and keep-origin redirection from h…
26 …[Referrer Policy: Expects omitted for fetch to cross-http origin and keep-origin redirection from …
29 …[Referrer Policy: Expects omitted for fetch to same-https origin and swap-origin redirection from …
[all …]
H A Dxhr.http.html.ini2 …[Referrer Policy: Expects omitted for xhr to cross-http origin and keep-origin redirection from ht…
5 …[Referrer Policy: Expects omitted for xhr to same-http origin and swap-origin redirection from htt…
8 …[Referrer Policy: Expects omitted for xhr to same-https origin and keep-origin redirection from ht…
11 …[Referrer Policy: Expects omitted for xhr to same-https origin and swap-origin redirection from ht…
14 …[Referrer Policy: Expects omitted for xhr to cross-https origin and no-redirect redirection from h…
17 …[Referrer Policy: Expects omitted for xhr to same-http origin and no-redirect redirection from htt…
20 …[Referrer Policy: Expects omitted for xhr to cross-http origin and no-redirect redirection from ht…
23 …[Referrer Policy: Expects omitted for xhr to cross-https origin and keep-origin redirection from h…
26 …[Referrer Policy: Expects omitted for xhr to same-http origin and keep-origin redirection from htt…
32 …[Referrer Policy: Expects omitted for xhr to cross-http origin and swap-origin redirection from ht…
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/
H A Dxhr.http.html.ini2 …[Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from htt…
5 …[Referrer Policy: Expects origin for xhr to same-https origin and no-redirect redirection from htt…
8 …[Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from htt…
11 …[Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from ht…
14 …[Referrer Policy: Expects origin for xhr to same-http origin and keep-origin redirection from http…
17 …[Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from htt…
20 …[Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from htt…
23 …[Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from htt…
26 …[Referrer Policy: Expects origin for xhr to same-http origin and no-redirect redirection from http…
29 …[Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from ht…
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/referrer-policy/gen/worker-module.http-rp/strict-origin/
H A Dfetch.http.html.ini2 …[Referrer Policy: Expects origin for fetch to same-http origin and swap-origin redirection from ht…
5 …[Referrer Policy: Expects origin for fetch to same-http origin and keep-origin redirection from ht…
8 …[Referrer Policy: Expects origin for fetch to same-https origin and swap-origin redirection from h…
11 …[Referrer Policy: Expects origin for fetch to same-https origin and no-redirect redirection from h…
14 …[Referrer Policy: Expects origin for fetch to same-http origin and no-redirect redirection from ht…
17 …[Referrer Policy: Expects origin for fetch to same-https origin and keep-origin redirection from h…
20 …[Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from h…
23 …[Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from h…
26 …[Referrer Policy: Expects origin for fetch to cross-http origin and keep-origin redirection from h…
29 …[Referrer Policy: Expects origin for fetch to cross-https origin and no-redirect redirection from …
[all …]
H A Dxhr.http.html.ini2 …[Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from htt…
5 …[Referrer Policy: Expects origin for xhr to same-https origin and no-redirect redirection from htt…
8 …[Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from htt…
11 …[Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from ht…
14 …[Referrer Policy: Expects origin for xhr to same-http origin and keep-origin redirection from http…
17 …[Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from htt…
20 …[Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from htt…
23 …[Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from htt…
26 …[Referrer Policy: Expects origin for xhr to same-http origin and no-redirect redirection from http…
29 …[Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from ht…
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer/
H A Dxhr.http.html.ini2 …[Referrer Policy: Expects omitted for xhr to cross-http origin and keep-origin redirection from ht…
5 …[Referrer Policy: Expects omitted for xhr to same-http origin and swap-origin redirection from htt…
8 …[Referrer Policy: Expects omitted for xhr to same-https origin and keep-origin redirection from ht…
11 …[Referrer Policy: Expects omitted for xhr to same-https origin and swap-origin redirection from ht…
14 …[Referrer Policy: Expects omitted for xhr to cross-https origin and no-redirect redirection from h…
17 …[Referrer Policy: Expects omitted for xhr to same-http origin and no-redirect redirection from htt…
20 …[Referrer Policy: Expects omitted for xhr to cross-http origin and no-redirect redirection from ht…
23 …[Referrer Policy: Expects omitted for xhr to cross-https origin and keep-origin redirection from h…
26 …[Referrer Policy: Expects omitted for xhr to same-http origin and keep-origin redirection from htt…
32 …[Referrer Policy: Expects omitted for xhr to cross-http origin and swap-origin redirection from ht…
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin/
H A Dxhr.http.html.ini2 …[Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from htt…
5 …[Referrer Policy: Expects origin for xhr to same-https origin and no-redirect redirection from htt…
8 …[Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from htt…
11 …[Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from ht…
14 …[Referrer Policy: Expects origin for xhr to same-http origin and keep-origin redirection from http…
17 …[Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from htt…
20 …[Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from htt…
23 …[Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from htt…
26 …[Referrer Policy: Expects origin for xhr to same-http origin and no-redirect redirection from http…
29 …[Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from ht…
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/referrer-policy/gen/worker-module.http-rp/origin/
H A Dfetch.http.html.ini2 …[Referrer Policy: Expects origin for fetch to same-http origin and swap-origin redirection from ht…
5 …[Referrer Policy: Expects origin for fetch to same-http origin and keep-origin redirection from ht…
8 …[Referrer Policy: Expects origin for fetch to same-https origin and swap-origin redirection from h…
11 …[Referrer Policy: Expects origin for fetch to same-https origin and no-redirect redirection from h…
14 …[Referrer Policy: Expects origin for fetch to same-http origin and no-redirect redirection from ht…
17 …[Referrer Policy: Expects origin for fetch to same-https origin and keep-origin redirection from h…
20 …[Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from h…
23 …[Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from h…
26 …[Referrer Policy: Expects origin for fetch to cross-http origin and keep-origin redirection from h…
29 …[Referrer Policy: Expects origin for fetch to cross-https origin and no-redirect redirection from …
[all …]
H A Dxhr.http.html.ini2 …[Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from htt…
5 …[Referrer Policy: Expects origin for xhr to same-https origin and no-redirect redirection from htt…
8 …[Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from htt…
11 …[Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from ht…
14 …[Referrer Policy: Expects origin for xhr to same-http origin and keep-origin redirection from http…
17 …[Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from htt…
20 …[Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from htt…
23 …[Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from htt…
26 …[Referrer Policy: Expects origin for xhr to same-http origin and no-redirect redirection from http…
29 …[Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from ht…
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin/
H A Dxhr.http.html.ini2 …[Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from htt…
5 …[Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from htt…
8 …[Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from htt…
11 …[Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from ht…
14 …[Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from ht…
17 …[Referrer Policy: Expects origin for xhr to cross-https origin and swap-origin redirection from ht…
20 …[Referrer Policy: Expects origin for xhr to same-http origin and keep-origin redirection from http…
23 …[Referrer Policy: Expects origin for xhr to same-http origin and no-redirect redirection from http…
26 …[Referrer Policy: Expects origin for xhr to same-http origin and swap-origin redirection from http…
29 …[Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from htt…
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/
H A Dxhr.http.html.ini2 …[Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from htt…
5 …[Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from htt…
8 …[Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from htt…
11 …[Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from ht…
14 …[Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from ht…
17 …[Referrer Policy: Expects origin for xhr to cross-https origin and swap-origin redirection from ht…
20 …[Referrer Policy: Expects origin for xhr to same-http origin and keep-origin redirection from http…
23 …[Referrer Policy: Expects origin for xhr to same-http origin and no-redirect redirection from http…
26 …[Referrer Policy: Expects origin for xhr to same-http origin and swap-origin redirection from http…
29 …[Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from htt…
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/referrer-policy/gen/worker-module.http-rp/strict-origin/
H A Dxhr.http.html.ini2 …[Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from htt…
5 …[Referrer Policy: Expects origin for xhr to same-https origin and no-redirect redirection from htt…
8 …[Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from htt…
11 …[Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from ht…
14 …[Referrer Policy: Expects origin for xhr to same-http origin and keep-origin redirection from http…
17 …[Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from htt…
20 …[Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from htt…
23 …[Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from htt…
26 …[Referrer Policy: Expects origin for xhr to same-http origin and no-redirect redirection from http…
29 …[Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from ht…
[all …]
H A Dfetch.http.html.ini2 …[Referrer Policy: Expects origin for fetch to same-http origin and swap-origin redirection from ht…
5 …[Referrer Policy: Expects origin for fetch to same-http origin and keep-origin redirection from ht…
8 …[Referrer Policy: Expects origin for fetch to same-https origin and swap-origin redirection from h…
11 …[Referrer Policy: Expects origin for fetch to same-https origin and no-redirect redirection from h…
14 …[Referrer Policy: Expects origin for fetch to same-http origin and no-redirect redirection from ht…
17 …[Referrer Policy: Expects origin for fetch to same-https origin and keep-origin redirection from h…
20 …[Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from h…
23 …[Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from h…
26 …[Referrer Policy: Expects origin for fetch to cross-http origin and keep-origin redirection from h…
29 …[Referrer Policy: Expects origin for fetch to cross-https origin and no-redirect redirection from …
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/referrer-policy/gen/worker-module.http-rp/no-referrer/
H A Dfetch.http.html.ini2 …[Referrer Policy: Expects omitted for fetch to cross-https origin and keep-origin redirection from…
5 …[Referrer Policy: Expects omitted for fetch to cross-http origin and no-redirect redirection from …
8 …[Referrer Policy: Expects omitted for fetch to same-http origin and swap-origin redirection from h…
11 …[Referrer Policy: Expects omitted for fetch to same-https origin and keep-origin redirection from …
14 …[Referrer Policy: Expects omitted for fetch to same-http origin and no-redirect redirection from h…
17 …[Referrer Policy: Expects omitted for fetch to cross-https origin and swap-origin redirection from…
20 …[Referrer Policy: Expects omitted for fetch to cross-http origin and swap-origin redirection from …
23 …[Referrer Policy: Expects omitted for fetch to same-http origin and keep-origin redirection from h…
26 …[Referrer Policy: Expects omitted for fetch to cross-http origin and keep-origin redirection from …
29 …[Referrer Policy: Expects omitted for fetch to same-https origin and swap-origin redirection from …
[all …]

12345678910>>...187