Home
last modified time | relevance | path

Searched refs:redirect (Results 151 – 175 of 24701) sorted by relevance

12345678910>>...989

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/urllib3/util/
H A Dretry.py167 redirect=None, argument
184 if redirect is False or total is False:
185 redirect = 0
188 self.redirect = redirect
205 redirect=self.redirect,
228 redirect = bool(redirect) and None
229 new_retries = cls(retries, redirect=redirect)
387 redirect = self.redirect
409 if redirect is not None:
410 redirect -= 1
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/urllib3/urllib3/util/
H A Dretry.py167 redirect=None, argument
184 if redirect is False or total is False:
185 redirect = 0
188 self.redirect = redirect
205 redirect=self.redirect,
228 redirect = bool(redirect) and None
229 new_retries = cls(retries, redirect=redirect)
387 redirect = self.redirect
409 if redirect is not None:
410 redirect -= 1
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/urllib3/urllib3/util/
H A Dretry.py167 redirect=None, argument
184 if redirect is False or total is False:
185 redirect = 0
188 self.redirect = redirect
205 redirect=self.redirect,
228 redirect = bool(redirect) and None
229 new_retries = cls(retries, redirect=redirect)
387 redirect = self.redirect
409 if redirect is not None:
410 redirect -= 1
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/urllib3/src/urllib3/util/
H A Dretry.py167 redirect=None, argument
184 if redirect is False or total is False:
185 redirect = 0
188 self.redirect = redirect
205 redirect=self.redirect,
228 redirect = bool(redirect) and None
229 new_retries = cls(retries, redirect=redirect)
387 redirect = self.redirect
409 if redirect is not None:
410 redirect -= 1
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_vendor/urllib3/util/
H A Dretry.py167 redirect=None, argument
184 if redirect is False or total is False:
185 redirect = 0
188 self.redirect = redirect
205 redirect=self.redirect,
228 redirect = bool(redirect) and None
229 new_retries = cls(retries, redirect=redirect)
387 redirect = self.redirect
409 if redirect is not None:
410 redirect -= 1
[all …]
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Drekvizitai.vz.lt10 Disallow: /redirect/
11 Disallow: /en/redirect/
12 Disallow: /de/redirect/
13 Disallow: /ru/redirect/
14 Disallow: /fr/redirect/
15 Disallow: /es/redirect/
16 Disallow: /pl/redirect/
17 Disallow: /cn/redirect/
/dports/www/joomla3/joomla3-3.9.24/components/com_users/controllers/
H A Dprofile.php187 $redirect = $app->getUserState('com_users.edit.profile.redirect');
190 if (!JUri::isInternal($redirect))
192 $redirect = null;
195 if (!$redirect)
200 $this->setRedirect(JRoute::_($redirect, false));
215 $redirect = $app->getUserState('com_users.edit.profile.redirect');
218 if (!JUri::isInternal($redirect))
220 $redirect = null;
223 if (!$redirect)
225 $redirect = 'index.php?option=com_users&view=profile&user_id=' . $return;
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/service-workers/service-worker/
H A Dnavigation-redirect.https.html.ini1 [navigation-redirect.https.html]
2 [SW-fallbacked redirect to same-origin same-scope with different hash fragments.]
11 [SW-fallbacked redirect to same-origin same-scope.]
17 [SW-fallbacked redirect to same-origin same-scope with a hash fragment.]
24 [SW-fallbacked redirect to other-origin and back to same-origin.]
30 [navigation-redirect.https.html?client]
35 [Redirect to same-origin out-scope with opaque redirect response.]
44 [SW-generated redirect to same-origin out-scope.]
47 [SW-fallbacked redirect to same-origin out-scope.]
50 [SW-fetched redirect to same-origin out-scope.]
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/pkg/app/redirect/
H A Dgetters.go1 package redirect package
45 redirect := fmt.Sprintf(
52 return a.validateRedirect(redirect,
61 redirect := a.validateRedirect(
65 if redirect == "" {
66 redirect = req.URL.RequestURI()
69 if a.hasProxyPrefix(redirect) {
72 return redirect
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/contrib/redirects/locale/nl/LC_MESSAGES/
H A Ddjango.po39 msgstr "Er bestaat al een redirect met dit pad."
45 msgid "redirect from"
61 msgid "redirect to a page"
64 msgid "redirect to any URL"
67 msgid "redirect"
70 msgid "Add redirect"
71 msgstr "Voeg redirect toe"
80 msgid "Delete redirect %(title)s"
81 msgstr "Verwijder redirect %(title)s"
102 msgid "Delete redirect"
[all …]
/dports/www/p5-Gantry/Gantry-3.64/lib/Gantry/Plugins/
H A DCRUD.pm81 sub redirect { subroutine
83 return $self->{redirect}
143 my $redirect = $self->_find_redirect(
201 my $redirect;
222 $redirect = $self->_find_redirect(
263 my $redirect = $self->_find_redirect(
325 my $redirect;
346 $redirect = $self->_find_redirect(
371 my $redirect = $self->_find_redirect(
387 my $redirect = $self->_find_redirect(
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/service-workers/service-worker/
H A Dnavigation-redirect.https.html.ini1 [navigation-redirect.https.html]
2 [SW-fallbacked redirect to same-origin same-scope with different hash fragments.]
11 [SW-fallbacked redirect to same-origin same-scope.]
17 [SW-fallbacked redirect to same-origin same-scope with a hash fragment.]
23 [SW-fallbacked redirect to other-origin and back to same-origin.]
31 [navigation-redirect.https.html?client]
36 [Redirect to same-origin out-scope with opaque redirect response.]
45 [SW-generated redirect to same-origin out-scope.]
48 [SW-fallbacked redirect to same-origin out-scope.]
51 [SW-fetched redirect to same-origin out-scope.]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/service-workers/service-worker/
H A Dnavigation-redirect.https.html.ini1 [navigation-redirect.https.html]
2 [SW-fallbacked redirect to same-origin same-scope with different hash fragments.]
11 [SW-fallbacked redirect to same-origin same-scope.]
17 [SW-fallbacked redirect to same-origin same-scope with a hash fragment.]
23 [SW-fallbacked redirect to other-origin and back to same-origin.]
31 [navigation-redirect.https.html?client]
36 [Redirect to same-origin out-scope with opaque redirect response.]
45 [SW-generated redirect to same-origin out-scope.]
48 [SW-fallbacked redirect to same-origin out-scope.]
51 [SW-fetched redirect to same-origin out-scope.]
[all …]
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_denychans.cpp41 std::string redirect; member
47 , redirect(Redirect) in BadChannel()
102 const std::string redirect = tag->getString("redirect"); in ReadConfig() local
103 if (!redirect.empty()) in ReadConfig()
106 if (!ServerInstance->IsChannel(redirect)) in ReadConfig()
123 if (badchan.redirect.empty()) in ReadConfig()
130 if (InspIRCd::Match(badchan.redirect, *j)) in ReadConfig()
142 if (InspIRCd::Match(badchan.redirect, j->name)) in ReadConfig()
180 if (badchan.redirect.empty() || user->IsModeSet(antiredirectmode) in OnUserPreJoin()
190 cname.c_str(), badchan.redirect.c_str(), badchan.reason.c_str())); in OnUserPreJoin()
[all …]
/dports/www/gallery2/gallery2/modules/core/
H A DPluginCallback.inc185 if ($redirect) {
187 $result['redirect'] = $redirect;
219 if ($redirect) {
221 $result['redirect'] = $redirect;
259 if ($redirect) {
261 $result['redirect'] = $redirect;
278 $redirect = false;
281 if ($redirect) {
283 $results['redirect'] = $redirect;
300 $redirect = false;
[all …]
/dports/www/moodle310/moodle/mod/lti/
H A Dregister.php35 $redirect = new moodle_url('/mod/lti/toolproxies.php', array('tab' => $tab)); variable
36 $redirect = $redirect->out(); variable
52 $redirect = new moodle_url('/mod/lti/toolproxies.php'); variable
54 redirect($redirect, get_string('duplicateregurl', 'lti'));
60 redirect($redirect, get_string('noprofileservice', 'lti'));
/dports/www/moodle311/moodle/mod/lti/
H A Dregister.php35 $redirect = new moodle_url('/mod/lti/toolproxies.php', array('tab' => $tab)); variable
36 $redirect = $redirect->out(); variable
52 $redirect = new moodle_url('/mod/lti/toolproxies.php'); variable
54 redirect($redirect, get_string('duplicateregurl', 'lti'));
60 redirect($redirect, get_string('noprofileservice', 'lti'));
/dports/www/moodle39/moodle/mod/lti/
H A Dregister.php35 $redirect = new moodle_url('/mod/lti/toolproxies.php', array('tab' => $tab)); variable
36 $redirect = $redirect->out(); variable
52 $redirect = new moodle_url('/mod/lti/toolproxies.php'); variable
54 redirect($redirect, get_string('duplicateregurl', 'lti'));
60 redirect($redirect, get_string('noprofileservice', 'lti'));
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/
H A Dusers.php93 $redirect = 'users.php'; variable
110 wp_redirect( $redirect );
170 wp_redirect( $redirect );
210 $redirect = add_query_arg( variable
215 $redirect
217 wp_redirect( $redirect );
226 wp_redirect( $redirect );
255 $redirect
257 wp_redirect( $redirect );
427 $redirect = add_query_arg( array( 'update' => $update ), $redirect ); variable
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/
H A Dusers.php93 $redirect = 'users.php'; variable
110 wp_redirect( $redirect );
170 wp_redirect( $redirect );
210 $redirect = add_query_arg( variable
215 $redirect
217 wp_redirect( $redirect );
226 wp_redirect( $redirect );
255 $redirect
257 wp_redirect( $redirect );
427 $redirect = add_query_arg( array( 'update' => $update ), $redirect ); variable
[all …]
/dports/www/limesurvey/limesurvey/application/controllers/admin/
H A Dthemeoptions.php44 $this->getController()->redirect(App()->createUrl("/admin"));
59 … $this->getController()->redirect(array('admin/themeoptions/sa/update/id/'.$model->id));
68 $this->getController()->redirect(array("admin/themeoptions"));
146 $this->getController()->redirect(array('admin/survey/sa/view/surveyid/'.$sid));
186 $this->getController()->redirect(array('/admin'));
249 $this->getController()->redirect(App()->createUrl("/admin"));
270 $this->getController()->redirect(App()->createUrl("/admin"));
297 $this->getController()->redirect(array("admin/themeoptions"));
300 $this->getController()->redirect(array("admin/themeoptions"));
318 $this->getController()->redirect(array("admin/themeoptions"));
[all …]
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/contrib/redirects/tests/
H A Dtest_import_command.py83 redirect = Redirect.objects.first()
84 self.assertEqual(redirect.old_path, "/alpha")
86 self.assertEqual(redirect.is_permanent, True)
99 redirect = Redirect.objects.first()
100 self.assertEqual(redirect.old_path, "/alpha")
128 redirect = Redirect.objects.first()
129 self.assertEqual(redirect.old_path, "/alpha")
131 self.assertEqual(redirect.site, site)
148 redirect = Redirect.objects.first()
201 redirect = Redirect.objects.first()
[all …]
/dports/deskutils/moregroupware/moregroupware/modules/contact/inc/
H A Dindex_basic.php65 redirect(ROOTURL. "modules/contact/index.php?obj=person&".SID);
81 redirect(ROOTURL. "modules/contact/index.php?obj=person&".SID);
86 redirect(ROOTURL. "modules/contact/index.php?obj=person&".SID);
91 redirect(ROOTURL. "modules/contact/index.php?obj=person&".SID);
96 redirect(ROOTURL. "modules/contact/index.php?obj=person&".SID);
174 redirect(ROOTURL. "modules/contact/index.php?obj=group&".SID);
180 redirect(ROOTURL. "modules/contact/index.php?obj=group&".SID);
206 redirect(ROOTURL. "modules/contact/index.php?obj=group&".SID);
230 redirect(ROOTURL. "modules/contact/index.php?obj=crm&".SID);
236 redirect(ROOTURL. "modules/contact/index.php?obj=crm&".SID);
[all …]
/dports/www/horde-ansel/ansel-3.0.10/faces/search/
H A Dimage_save.php20 Horde::url('faces/search/image.php')->redirect();
30 Horde::url('faces/search/image.php')->redirect();
40 Horde::url('faces/search/image.php')->redirect();
49 Horde::url('faces/search/image.php')->redirect();
61 Horde::url('faces/search/image.php')->redirect();
68 Horde::url('faces/search/image.php')->redirect();
76 Horde::url('faces/search/image.php')->redirect();
83 Horde::url('faces/search/image.php')->redirect();
88 Horde::url('faces/search/image.php')->redirect();
/dports/www/joomla3/joomla3-3.9.24/components/com_config/controller/
H A Dcanceladmin.php42 protected $redirect; variable in ConfigControllerCanceladmin
57 $this->app->redirect('index.php');
68 if (!empty($this->redirect))
71 if (!JUri::isInternal($this->redirect))
73 $this->redirect = JUri::base();
76 $this->app->redirect($this->redirect);

12345678910>>...989