Home
last modified time | relevance | path

Searched refs:redirect (Results 26 – 50 of 110) sorted by relevance

12345

/plugin/showinitpage/
H A Dplugin.info.txt6 desc If access to a page is denied (i.e. user not logged in), redirect to a defined page.
H A DREADME.md3 If access to a page is denied (i.e. user not logged in), redirect to a defined page.
/plugin/adfs/phpsaml/lib/Saml/
H A DAuthRequest.php42 $url = OneLogin_Saml2_Utils::redirect($this->auth->getSSOurl(), $parameters, true);
/plugin/redirect/lang/en/
H A Dintro.txt3 Here you can set up redirects for your wiki. You can redirect to external websites or pages in the …
/plugin/404manager/
H A DCHANGES.md15 … HTTP status code in the same way that the plugin [redirect](https://www.dokuwiki.org/plugin:redir…
H A DREADME.md73 * Add/Modify a redirect with the form Add/Modify
74 * Delete a redirect with the picture "delete"
104 In this case, the startpage is the redirect page because it have a highest score (13 against 9)
/plugin/mediasyntax/
H A DREADME13 (c) 2006 by Allen Ormond <aormond atgmaildotcom> (was goto plugin, now redirect component)
52 2010-08-21: 1 hour: redirect made faster
58 2010-04-17: 2 hours: adapting goto plugin by Allen Ormond to become the redirect component
/plugin/blogtng/action/
H A Dcomments.php130 $event->data = 'redirect';
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMiddleware.php146 public static function redirect() function in GuzzleHttp\\Middleware
H A DHandlerStack.php44 $stack->push(Middleware::redirect(), 'allow_redirects');
/plugin/authgoogle/
H A Dauth.php180 $redirect = empty($referer) ? wl('start', '', true) : $referer;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md172 1. Set your application's redirect URI
175 // Your redirect URI can be any registered URI, but in this example
176 // we redirect back to this same page
181 1. In the script handling the redirect URI, exchange the authorization code for an access token:
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js1699 var redirect = mxUtils.bind(this, function()
1736 }), redirect, mxResources.get('cancel'), mxResources.get('discardChanges'));
1740 this.ui.confirm(msg, redirect, mxUtils.bind(this, function()
1749 this.ui.alert(mxResources.get('redirectToNewApp'), redirect);
H A DEditorUi.js1074 var redirect = null;
1083 redirect = editLink;
1682 if (redirect == null)
1715 if (redirect != null)
1717 redirect = redirect.replace(/&/g, '&amp;');
1739 …((redirect != null) ? '<meta http-equiv="refresh" content="0;URL=\'' + redirect + '\'"/>\n' : '') +
1746 'href="' + redirect + '" target="_blank"><img border="0" ' +
1759 if (redirect != null)
1761 redirect = redirect.replace(/&/g, '&amp;');
1778 …((redirect != null) ? '<meta http-equiv="refresh" content="0;URL=\'' + redirect + '\'"/>\n' : '') +
[all …]
/plugin/webdavclient/
H A Dhelper.php1115 * @param int $redirect (Optional) Number of redirects to follow
1119 $redirect = 3) argument
1124 $this->client->max_redirect = $redirect;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm48 <!--- execute aspell in an UTF-8 console and redirect output to a file. UTF-8 encoding is lost if d…
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm50 <!--- execute aspell in an UTF-8 console and redirect output to a file. UTF-8 encoding is lost if d…
/plugin/codemirror/dist/modes/
H A Dhttp.min.js.map1 … } else if (status >= 300 && status < 400) {\n return \"positive redirect\";\n } else if…
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php339 return OneLogin_Saml2_Utils::redirect($url, $parameters, $stay);
H A DUtils.php306 public static function redirect($url, $parameters = array(), $stay = false) function in OneLogin_Saml2_Utils
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md34 `progress`, `redirect`, `resolve`, and `size`,
288 'redirect',
337 * `redirect`, when the stream is redirected to another stream,
/plugin/adfs/phpsaml/
H A DREADME.md52 * **Speed** - SAML is fast. One browser redirect is all it takes to securely
669 …ovided by the toolkit (`endpoints/acs.php`), then the ACS endpoint will redirect the user to the f…
671 We can set a `'returnTo'` url to change the workflow and redirect the user to the other PHP file.
684 * `$strict` - True if we want to stay (returns the url string) False to redirect
1020 * `$stay` - True if we want to stay (returns the url string) False to redirect.
1032 endpoint will redirect the user to the file that launched the SLO request.
1034 We can set an `'returnTo'` url to change the workflow and redirect the user
1462 * `redirect` - Executes a redirection to the provided url (or return the
/plugin/userhomepage/
H A Daction.php108 function redirect(&$event, $param) { function in action_plugin_userhomepage
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md88 * Feature: Track redirect HTTP status codes [#1711](https://github.com/guzzle/guzzle/pull/1711)
382 * Updated the redirect plugin to be non-blocking so that redirects are sent
866 * Bug fix: Fixing bug introduced in 3.4.2 where redirect responses are duplicated on the final redi…
909 … correctly aggregating successful requests and failed requests in CurlMulti when a redirect occurs.
923 …means that the redirect behavior of POST requests with custom bodies will not be the same as POST …
987 * Fixed a bug where redirect responses were not chained correctly using getPreviousResponse()
/plugin/diagramsnet/lib/js/onedrive/
H A DOneDriveOrig.js2redirect(t)}(JSON.parse(e[m])):e[o]?b((i=e,{type:"error",error:new p.default(l.default.badResponse…

12345