/plugin/shorturl/ |
H A D | helper.php | 63 $redirects = confToHash($this->savedir.'/shorturl.conf'); 64 if (in_array($pageID, $redirects)) { 65 $shortID = array_search($pageID, $redirects); 109 $redirects = confToHash($this->savedir.'/shorturl.conf'); 113 if ( $redirects["$shorturl"] && $redirects["$shorturl"] != $pageID ) { 117 $redirects["$shorturl"] = $pageID; 119 foreach ( $redirects as $short => $long ) { 139 $redirects = confToHash($this->savedir.'/shorturl.conf'); 141 $redirects = array(); 144 if (in_array($pageID, $redirects)) { [all …]
|
H A D | action.php | 39 $redirects = confToHash($this->getsavedir().'/shorturl.conf'); 40 if($redirects[$ID]){ 41 if(preg_match('/^https?:\/\//',$redirects[$ID])){ 42 send_redirect($redirects[$ID]); 47 send_redirect(wl($redirects[$ID] ,'',true));
|
H A D | plugin.info.txt | 6 desc Creates short urls and redirects pages based on a central redirection list. Based on Andreas…
|
/plugin/redirect/ |
H A D | helper.php | 64 $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/evesso/phpoauthlib/src/OAuth/Common/Http/Client/ |
H A D | AbstractClient.php | 36 * @param int $redirects Maximum redirects for client 40 public function setMaxRedirects($redirects) argument 42 $this->maxRedirects = $redirects;
|
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/ |
H A D | AbstractClient.php | 16 * @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/html2pdf/html2pdf/html2ps/ |
H A D | fetcher.url.class.php | 24 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; };
|
H A D | ChangeLog | 662 * Fixed: redirects counter was not reset after file was fetched 1681 HTTP redirects
|
/plugin/404manager/lang/en/ |
H A D | intro.txt | 3 Here you can set up redirects. You can redirect to internal pages as external
|
/plugin/pageredirect/ |
H A D | ChangeLog.md | 13 - 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/html2pdf/html2pdf/html2ps/templates/ |
H A D | error._redirects.tpl | 1 <h1>Too many redirects</h1>
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | redirects.asciidoc | 1 ["appendix",role="exclude",id="redirects"]
|
H A D | index.asciidoc | 25 include::redirects.asciidoc[]
|
/plugin/userhomepage/ |
H A D | plugin.info.txt | 6 desc Automatically create user's private namespace and/or public page and redirects users to pr…
|
/plugin/davcal/vendor/sabre/http/lib/ |
H A D | Client.php | 92 $redirects = 0; 110 if (in_array($code, [301, 302, 307, 308]) && $redirects < $this->maxRedirects) { 124 $redirects++;
|
/plugin/redirect/lang/en/ |
H A D | intro.txt | 3 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 D | intro.txt | 3 Hier kun je redirects (doorstuur-acties) instellen voor je wiki. Je kunt gebruikers laten doorsture…
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_ShoppingService.php | 252 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/webdav/vendor/sabre/http/lib/ |
H A D | Client.php | 112 if (in_array($code, [301, 302, 307, 308]) && $redirects < $this->maxRedirects) { 126 $redirects++;
|
/plugin/webdavclient/ |
H A D | helper.php | 559 $redirects = 0; 584 if($redirects < $max_redir) 587 $redirects++; 592 $redirects = 0; 605 $redirects = 0;
|
/plugin/404manager/ |
H A D | README.md | 68 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/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | CHANGELOG.md | 23 * 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 D | UPGRADING.md | 469 // Standard redirects with a default of a max of 5 redirects 472 // Strict redirects with a custom number of redirects
|
/plugin/photogallery/phpThumb/ |
H A D | phpThumb.config.php.default | 223 …_redirect'] = true; // if true (default), follow "302 Found" redirects to new URL; if f…
|
/plugin/flowplayer/player/ |
H A D | README.txt | 169 - Support for RTMP redirects (tested with Wowza loadbalancing)
|