Home
last modified time | relevance | path

Searched refs:redirects (Results 1 – 25 of 31) sorted by path

12

/plugin/404manager/
H A DREADME.md68 You will see the admin page for the 404 Manager Plugin. This page allow you to set up redirects to …
116 The 404 Manager redirects to the search engine.
/plugin/404manager/lang/en/
H A Dintro.txt3 Here you can set up redirects. You can redirect to internal pages as external
/plugin/adfs/phpsaml/
H A DREADME.md1639 user is logged and redirects to `index.php`, so we will be in the
/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php252 public $redirects; variable in Google_Products
353 public function setRedirects(/* array(Google_string) */ $redirects) { argument
354 $this->assertIsArray($redirects, 'Google_string', __METHOD__);
355 $this->redirects = $redirects;
358 return $this->redirects;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md23 * IDN support for redirects [#2424](https://github.com/guzzle/guzzle/pull/2424)
191 * Cookies are now extracted properly before redirects.
317 * Added the ability to limit which protocols are allowed for redirects by
382 * Updated the redirect plugin to be non-blocking so that redirects are sent
459 * Relative redirects are now based on the last response, not the first response.
582 * 303 redirects will now correctly switch from POST to GET requests.
1049 * Implementing redirects in PHP rather than cURL
1176 * POST redirects can now be customized using CURLOPT_POSTREDIR
H A DUPGRADING.md469 // Standard redirects with a default of a max of 5 redirects
472 // Strict redirects with a custom number of redirects
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php92 $redirects = 0;
110 if (in_array($code, [301, 302, 307, 308]) && $redirects < $this->maxRedirects) {
124 $redirects++;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9 …n(e){return void 0==e&&(e=!0),this._withCredentials=e,this},n.prototype.redirects=function(e){retu…
/plugin/dokuprism/prism/
H A Dprism.js86 Prism.languages.jolie=Prism.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\[\s\S]|[^"\\])*"/,lookbehind:!0,greedy:!0},"class-name":{pattern:/((?:\b(?:as|courier|embed|in|inputPort|outputPort|service)\b|@)[ \t]*)\w+/,lookbehind:!0},keyword:/\b(?:as|cH|comp|concurrent|constants|courier|cset|csets|default|define|else|embed|embedded|execution|exit|extender|for|foreach|forward|from|global|if|import|in|include|init|inputPort|install|instanceof|interface|is_defined|linkIn|linkOut|main|new|nullProcess|outputPort|over|private|provide|public|scope|sequential|service|single|spawn|synchronized|this|throw|throws|type|undef|until|while|with)\b/,function:/\b[a-z_]\w*(?=[ \t]*[@(])/i,number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?l?/i,operator:/-[-=>]?|\+[+=]?|<[<=]?|[>=*!]=?|&&|\|\||[?\/%^@|]/,punctuation:/[()[\]{},;.:]/,builtin:/\b(?:Byte|any|bool|char|double|enum|float|int|length|long|ranges|regex|string|undefined|void)\b/}),Prism.languages.insertBefore("jolie","keyword",{aggregates:{pattern:/(\bAggregates\s*:\s*)(?:\w+(?:\s+with\s+\w+)?\s*,\s*)*\w+(?:\s+with\s+\w+)?/,lookbehind:!0,inside:{keyword:/\bwith\b/,"class-name":/\w+/,punctuation:/,/}},redirects:{pattern:/(\bRedirects\s*:\s*)(?:\w+\s*=>\s*\w+\s*,\s*)*(?:\w+\s*=>\s*\w+)/,lookbehind:!0,inside:{punctuation:/,/,"class-name":/\w+/,operator:/=>/}},property:{pattern:/\b(?:Aggregates|[Ii]nterfaces|Java|Javascript|Jolie|[Ll]ocation|OneWay|[Pp]rotocol|Redirects|RequestResponse)\b(?=[ \t]*:)/}});
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md189 - Customizable following of 3xx HTTP redirects, validation of SSL certificates, cURL timeout.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex.asciidoc25 include::redirects.asciidoc[]
H A Dredirects.asciidoc1 ["appendix",role="exclude",id="redirects"]
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DAbstractClient.php36 * @param int $redirects Maximum redirects for client
40 public function setMaxRedirects($redirects) argument
42 $this->maxRedirects = $redirects;
/plugin/flowplayer/player/
H A DREADME.txt169 - Support for RTMP redirects (tested with Wowza loadbalancing)
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog662 * Fixed: redirects counter was not reset after file was fetched
1681 HTTP redirects
H A Dfetcher.url.class.php24 var $redirects; variable in FetcherUrl
42 $this->redirects = 0;
64 } elseif ($this->redirects > MAX_REDIRECTS) {
104 $this->redirects = 0;
408 $this->redirects++;
409 if ($this->redirects > MAX_REDIRECTS) { return false; };
413 $this->redirects++;
414 if ($this->redirects > MAX_REDIRECTS) { return false; };
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._redirects.tpl1 <h1>Too many redirects</h1>
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DAbstractClient.php16 * @var int The maximum number of redirects
36 * @param int $redirects Maximum redirects for client
40 public function setMaxRedirects($redirects) argument
42 $this->maxRedirects = $redirects;
/plugin/pageredirect/
H A DChangeLog.md13 - Make external redirects optional, #43
20 - Partial support for backlinks with redirects by @michitux in #26
73 - basic support for external redirects. [#8]
97 - make redirects 301 redirect permanently to be SEO friendly, [9796335]
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt364 ¤ phpThumb now follows HTTP redirects (status=302) to new
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default223 …_redirect'] = true; // if true (default), follow "302 Found" redirects to new URL; if f…
/plugin/redirect/
H A Dhelper.php64 $redirects = confToHash(self::CONFIG_FILE);
65 if(empty($redirects[$id])) return false;
67 if(preg_match('/^https?:\/\//', $redirects[$id])) {
68 $url = $redirects[$id];
73 $link = explode('#', $redirects[$id], 2);
/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/redirect/lang/nl/
H A Dintro.txt3 Hier kun je redirects (doorstuur-acties) instellen voor je wiki. Je kunt gebruikers laten doorsture…

12