Home
last modified time | relevance | path

Searched refs:redirect (Results 1 – 25 of 110) sorted by last modified time

12345

/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt543 goto = URL to redirect to after rendering image to file
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default103 …rue, cached image data will always be passed to browser; if false, HTTP redirect will be used inst…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/bez/ctl/
H A Dthread.php50 $redirect = true; variable
55 $redirect = true; variable
61 $redirect = true; variable
70 $redirect = true; variable
79 $redirect = true; variable
86 $redirect = true; variable
97 $redirect = true; variable
116 $redirect = true; variable
130 $redirect = true; variable
136 $redirect variable
[all...]
H A Dtask.php27 $redirect = true; variable
32 $redirect = true; variable
39 $redirect = true; variable
47 $redirect = true; variable
56 $redirect = true; variable
62 $redirect = true; variable
73 $redirect = true; variable
81 $redirect = true; variable
93 $redirect = true; variable
96 $redirect variable
[all...]
H A Dtask_form.php18 $redirect = true; variable
24 if (isset($redirect) && $redirect == true) {
/plugin/combo/lang/en/admin/
H A Dpagerules_intro.txt6 They are rules that are used to redirect a [[doku>pagename|DokuWiki ID]] based on a pattern to:
/plugin/blogtng/action/
H A Dcomments.php130 $event->data = 'redirect';
/plugin/pageredirect/
H A DChangeLog.md31 - do not add parameters to url if the redirect is external. [133a129], [#25]
69 - add `<br/>` tag to the redirect note to avoid being covered by page TOC. [#4]
72 - honour `conf['useheading']` for redirect note. [#6], [#8]
88 - allow `#redirect` syntax to be lowercase, but it must be start on line. [1362442]
96 - preserve `#section` anchors on redirect. [c31b525]
97 - make redirects 301 redirect permanently to be SEO friendly, [9796335]
H A Daction.php51 // return if external redirect is not allowed
57 $redirect = $INPUT->get->str('redirect', '0');
61 if($redirect == 'no' || $redirect > 4) {
64 $redirect = (int)$redirect+1;
83 $page = wl($page, array('redirect' => $redirect), true, '&');
89 // add anchor if not external redirect
200 private function redirect($url) { global() function in action_plugin_pageredirect
[all...]
/plugin/userhomepage/
H A Daction.php108 function redirect(&$event, $param) { function in action_plugin_userhomepage
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php44 $stack->push(Middleware::redirect(), 'allow_redirects');
H A DMiddleware.php146 public static function redirect() function in GuzzleHttp\\Middleware
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md61 from a redirect). Data that is read from the remote stream will be buffered in
/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/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/include/syntax/
H A Dwrap.php36 list($page, $redirect, $secid) = $data;
37 if ($redirect) {
/plugin/diagramsnet/lib/resources/
H A Ddia_fa.txt299 filetypeHtml=.html causes file to save as HTML with redirect to cloud URL
H A Ddia_ja.txt299 filetypeHtml=.html causes file to save as HTML with redirect to cloud URL
H A Ddia_kn.txt299 filetypeHtml=.html causes file to save as HTML with redirect to cloud URL
H A Ddia_si.txt299 filetypeHtml=.html causes file to save as HTML with redirect to cloud URL
H A Ddia_sl.txt299 filetypeHtml=.html causes file to save as HTML with redirect to cloud URL
H A Ddia_ta.txt299 filetypeHtml=.html causes file to save as HTML with redirect to cloud URL
H A Ddia_vi.txt299 filetypeHtml=.html causes file to save as HTML with redirect to cloud URL
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js4869 var redirect = window.location.protocol + '//' + window.location.hostname + url;
4881 file.setData(this.createFileData(dataNode, graph, file, redirect));

12345