Home
last modified time | relevance | path

Searched refs:redirect (Results 101 – 125 of 20221) sorted by relevance

12345678910>>...809

/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-mvc/src/Controller/Plugin/
H A DPostRedirectGet.php40 * @param null|string $redirect
44 public function __invoke($redirect = null, $redirectToUrl = false) argument
53 return $this->redirect($redirect, $redirectToUrl);
89 * @param string $redirect
94 protected function redirect($redirect, $redirectToUrl) argument
101 if (null === $redirect) {
104 $redirect = $routeMatch->getMatchedRouteName();
125 $response = $redirector->toRoute($redirect, $params, $options, $reuseMatchedParams);
130 $response = $redirector->toUrl($redirect);
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-mvc/src/Controller/Plugin/
H A DPostRedirectGet.php40 * @param null|string $redirect
44 public function __invoke($redirect = null, $redirectToUrl = false) argument
53 return $this->redirect($redirect, $redirectToUrl);
89 * @param string $redirect
94 protected function redirect($redirect, $redirectToUrl) argument
101 if (null === $redirect) {
104 $redirect = $routeMatch->getMatchedRouteName();
125 $response = $redirector->toRoute($redirect, $params, $options, $reuseMatchedParams);
130 $response = $redirector->toUrl($redirect);
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-mvc/src/Controller/Plugin/
H A DPostRedirectGet.php40 * @param null|string $redirect
44 public function __invoke($redirect = null, $redirectToUrl = false) argument
53 return $this->redirect($redirect, $redirectToUrl);
89 * @param string $redirect
94 protected function redirect($redirect, $redirectToUrl) function in Zend\\Mvc\\Controller\\Plugin\\PostRedirectGet
101 if (null === $redirect) {
104 $redirect = $routeMatch->getMatchedRouteName();
125 $response = $redirector->toRoute($redirect, $params, $options, $reuseMatchedParams);
130 $response = $redirector->toUrl($redirect);
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-mvc/src/Controller/Plugin/
H A DPostRedirectGet.php40 * @param null|string $redirect
44 public function __invoke($redirect = null, $redirectToUrl = false) argument
53 return $this->redirect($redirect, $redirectToUrl);
89 * @param string $redirect
94 protected function redirect($redirect, $redirectToUrl) argument
101 if (null === $redirect) {
104 $redirect = $routeMatch->getMatchedRouteName();
125 $response = $redirector->toRoute($redirect, $params, $options, $reuseMatchedParams);
130 $response = $redirector->toUrl($redirect);
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-mvc/src/Controller/Plugin/
H A DPostRedirectGet.php40 * @param null|string $redirect
44 public function __invoke($redirect = null, $redirectToUrl = false) argument
53 return $this->redirect($redirect, $redirectToUrl);
89 * @param string $redirect
94 protected function redirect($redirect, $redirectToUrl) argument
101 if (null === $redirect) {
104 $redirect = $routeMatch->getMatchedRouteName();
125 $response = $redirector->toRoute($redirect, $params, $options, $reuseMatchedParams);
130 $response = $redirector->toUrl($redirect);
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Mvc/Controller/Plugin/
H A DPostRedirectGet.php40 * @param null|string $redirect
44 public function __invoke($redirect = null, $redirectToUrl = false) argument
53 return $this->redirect($redirect, $redirectToUrl);
89 * @param string $redirect
94 protected function redirect($redirect, $redirectToUrl) argument
101 if (null === $redirect) {
104 $redirect = $routeMatch->getMatchedRouteName();
125 $response = $redirector->toRoute($redirect, $params, $options, $reuseMatchedParams);
130 $response = $redirector->toUrl($redirect);
/dports/www/limesurvey/limesurvey/application/controllers/admin/
H A Dhomepagesettings.php37 $this->getController()->redirect(App()->createUrl("/admin"));
52 $this->getController()->redirect($this->createUrl("/admin/homepagesettings"));
65 $this->getController()->redirect(array('admin/homepagesettings'));
67 … $this->getController()->redirect(array('admin/homepagesettings/sa/update/id/'.$model->id));
89 …$this->getController()->redirect(Yii::app()->getController()->createUrl("/admin/homepagesettings")…
93 …$this->getController()->redirect(Yii::app()->getController()->createUrl("/admin/homepagesettings")…
107 … $this->getController()->redirect(array('admin/homepagesettings', 'id'=>$model->id));
130 $this->getController()->redirect($this->createUrl("/admin/homepagesettings"));
143 $this->getController()->redirect(array('admin/homepagesettings'));
154 $this->getController()->redirect(App()->createUrl("/admin"));
[all …]
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Client/UI/
H A DHome.pm25 my $redirect = $self->_client->session()->param('redirect') || '';
27 if ($redirect =~ /welcome/) {
29 $redirect = "";
32 if ($redirect) {
33 $self->logger()->debug('Found redirect - redirecting user to ' . $redirect);
34 $self->redirect($redirect);
40 $self->redirect($landmark->{welcome});
74 $self->redirect('workflow!task');
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Client/UI/
H A DHome.pm25 my $redirect = $self->_client->session()->param('redirect') || '';
27 if ($redirect =~ /welcome/) {
29 $redirect = "";
32 if ($redirect) {
33 $self->logger()->debug('Found redirect - redirecting user to ' . $redirect);
34 $self->redirect($redirect);
40 $self->redirect($landmark->{welcome});
74 $self->redirect('workflow!task');
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/project/backups/
H A Dforms.py56 redirect = reverse('horizon:project:snapshots:index')
58 redirect=redirect)
78 redirect = reverse('horizon:project:volumes:index')
80 redirect=redirect)
101 redirect = reverse('horizon:project:volumes:index')
104 redirect=redirect)
122 redirect = reverse(self.redirect_url)
123 exceptions.handle(request, msg, redirect=redirect)
124 raise exceptions.Http302(redirect)
152 redirect = reverse(self.redirect_url)
[all …]
/dports/textproc/py-cloud_sptheme/cloud_sptheme-1.10.1.post20200504175005/cloud_sptheme/ext/static/
H A Dauto_redirect.html_t13 redirect, even if the JS fails.
16 <div class="admonition warning without-title c-redirect-warning">
17 <p class="c-redirect-warning__header">
21 <p class="c-redirect-warning__auto" style="display: none">
26 <p class="c-redirect-warning__footer">
35 var $overlay = $('<div class="c-redirect-overlay" />'),
36 $warning = $(".c-redirect-warning"),
37 $link = $(".c-redirect-warning__link"),
38 $auto = $(".c-redirect-warning__auto"),
39 $count = $(".c-redirect-warning__count"),
[all …]
/dports/net-im/py-python-telegram-bot/python-telegram-bot-13.1/telegram/vendor/ptb_urllib3/urllib3/util/
H A Dretry.py153 if redirect is False or total is False:
154 redirect = 0
157 self.redirect = redirect
169 connect=self.connect, read=self.read, redirect=self.redirect,
181 def from_int(cls, retries, redirect=True, default=None): argument
189 redirect = bool(redirect) and None
190 new_retries = cls(retries, redirect=redirect)
332 redirect = self.redirect
353 if redirect is not None:
354 redirect -= 1
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/urllib3/util/
H A Dretry.py153 if redirect is False or total is False:
154 redirect = 0
157 self.redirect = redirect
169 connect=self.connect, read=self.read, redirect=self.redirect,
181 def from_int(cls, retries, redirect=True, default=None): argument
189 redirect = bool(redirect) and None
190 new_retries = cls(retries, redirect=redirect)
332 redirect = self.redirect
353 if redirect is not None:
354 redirect -= 1
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/requests/packages/urllib3/util/
H A Dretry.py153 if redirect is False or total is False:
154 redirect = 0
157 self.redirect = redirect
169 connect=self.connect, read=self.read, redirect=self.redirect,
181 def from_int(cls, retries, redirect=True, default=None): argument
189 redirect = bool(redirect) and None
190 new_retries = cls(retries, redirect=redirect)
332 redirect = self.redirect
353 if redirect is not None:
354 redirect -= 1
[all …]
/dports/sysutils/webmin/webmin-1.981/raid/
H A Dsave_raid.cgi35 &redirect("");
58 &redirect("");
64 &redirect("");
72 &redirect("");
80 &redirect("");
106 &redirect("");
114 &redirect("");
122 &redirect("");
130 &redirect("");
138 &redirect("");
[all …]
/dports/www/fabio/fabio-1.5.14/docs/content/feature/
H A Dhttp-redirects.md6 To redirect an HTTP request to another URL you can use the `redirect=<code>` option. The `code` is …
7 HTTP status code used for the redirect response and must be between 300-399 for the route to be val…
9 # redirect /path to https://www.google.com/
10 route add svc /path https://www.google.com/ opts "redirect=301"
12 To use the redirect with the `urlprefix-` tags you need to specify the target URL in after the code…
15 urlprefix-/path redirect=301,https://www.google.com/
17 If you want to include the original request URI in the redirect target append the `$path` pseudo-va…
20 urlprefix-/path redirect=303,https://www.foo.com$path
22 To redirect from HTTP to HTTPS you must include the `host:port` of the HTTP endpoint:
24 route add svc example.com:80/ https://example.com/ opts "redirect=301"
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/service-workers/service-worker/
H A Dnavigation-headers.https.html.ini36 …[POST Navigation, same-origin with same-site redirect and no service worker sets correct origin an…
54 …[POST Navigation, same-origin with cross-site redirect, same-origin redirect, and no service worke…
57 …[POST Navigation, same-origin with cross-site redirect, same-origin redirect, and passthrough serv…
60 …[POST Navigation, same-origin with cross-site redirect, same-origin redirect, and fallback service…
83 …[GET Navigation, same-origin with cross-site redirect, same-origin redirect, and passthrough servi…
88 …[GET Navigation, same-origin with cross-site redirect, same-origin redirect, and navpreload servic…
97 …[GET Navigation, same-origin with cross-site redirect and no service worker sets correct sec-fetch…
101 …[GET Navigation, same-origin with cross-site redirect, same-origin redirect, and change-request se…
105 …[GET Navigation, same-origin with cross-site redirect, same-origin redirect, and no service worker…
129 …[GET Navigation, same-origin with cross-site redirect, same-origin redirect, and fallback service …
[all …]
/dports/www/p5-Dancer/Dancer-1.3513/t/03_route_handler/
H A D06_redirect.t7 # basic redirect
10 get '/bounce' => sub { redirect '/' };
11 get '/redirect' => sub { header 'X-Foo' => 'foo'; redirect '/'; };
12 get '/redirect_querystring' => sub { redirect '/login?failed=1' };
24 response_headers_include [ GET => '/redirect' ] => $expected_headers;
34 # redirect absolute
37 get '/absolute' => sub { redirect "/absolute"; };
38 get '/relative' => sub { redirect "somewhere/else"; };
53 # redirect no content
61 redirect '/';
[all …]
/dports/www/moodle311/moodle/user/profile/
H A Dindex.php33 $redirect = $CFG->wwwroot.'/user/profile/index.php'; variable
49 redirect($redirect);
58 redirect($redirect);
65 redirect($redirect, get_string('deleted'));
75 redirect($redirect, get_string('deleted'));
85 …$formcontinue = new single_button(new moodle_url($redirect, $optionsyes), get_string('yes'), 'post…
86 $formcancel = new single_button(new moodle_url($redirect), get_string('no'), 'get');
104 redirect($redirect);
/dports/net/haproxy/haproxy-2.4.10/reg-tests/stick-table/
H A Dconverteers_ref_cnt_never_dec.vtc42 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),table_…
43 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),table_…
44 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),in_tab…
47 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),table_…
48 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),table_…
49 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),table_…
50 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),table_…
51 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),table_…
52 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),table_…
62 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),table_…
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/resource-timing/
H A Dsizes-redirect.any.js.ini1 [sizes-redirect.any.serviceworker.html]
2 [PerformanceResourceTiming sizes Fetch with redirect test]
6 [sizes-redirect.any.sharedworker.html]
7 [PerformanceResourceTiming sizes Fetch with redirect test]
11 [sizes-redirect.any.html]
12 [PerformanceResourceTiming sizes Fetch with redirect test]
16 [sizes-redirect.any.worker.html]
17 [PerformanceResourceTiming sizes Fetch with redirect test]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/resource-timing/
H A Dsizes-redirect.any.js.ini1 [sizes-redirect.any.serviceworker.html]
2 [PerformanceResourceTiming sizes Fetch with redirect test]
6 [sizes-redirect.any.sharedworker.html]
7 [PerformanceResourceTiming sizes Fetch with redirect test]
11 [sizes-redirect.any.html]
12 [PerformanceResourceTiming sizes Fetch with redirect test]
16 [sizes-redirect.any.worker.html]
17 [PerformanceResourceTiming sizes Fetch with redirect test]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/resource-timing/
H A Dsizes-redirect.any.js.ini1 [sizes-redirect.any.serviceworker.html]
2 [PerformanceResourceTiming sizes Fetch with redirect test]
6 [sizes-redirect.any.sharedworker.html]
7 [PerformanceResourceTiming sizes Fetch with redirect test]
11 [sizes-redirect.any.html]
12 [PerformanceResourceTiming sizes Fetch with redirect test]
16 [sizes-redirect.any.worker.html]
17 [PerformanceResourceTiming sizes Fetch with redirect test]
/dports/www/nginx-full/lua-nginx-module-0.10.19/t/
H A D022-redirect.t25 ngx.redirect("http://agentzh.org/foo");
76 ngx.redirect("http://agentzh.org/foo", 404);
95 ngx.redirect()
119 ngx.redirect("/echo")
135 ngx.redirect("http://agentzh.org/foo?bar=3");
148 === TEST 8: location.capture + ngx.redirect
160 ngx.redirect("/echo")
211 ngx.redirect("http://agentzh.org/foo?a=b&c=d", 307);
370 ngx.redirect("\nfoo:http://agentzh.org/foo");
389 ngx.redirect("\rfoo:http://agentzh.org/foo");
[all …]
/dports/net/haproxy20/haproxy-2.0.26/reg-tests/stick-table/
H A Dconverteers_ref_cnt_never_dec.vtc41 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),table_…
42 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),table_…
43 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),in_tab…
46 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),table_…
47 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),table_…
48 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),table_…
49 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),table_…
50 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),table_…
51 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),table_…
59 …http-request redirect location https://${s1_addr}:${s1_port}/ if { req.hdr(X-Forwarded-For),table_…
[all …]

12345678910>>...809