Home
last modified time | relevance | path

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

12

/plugin/shorturl/
H A Dhelper.php63 $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 Daction.php39 $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 Dplugin.info.txt6 desc Creates short urls and redirects pages based on a central redirection list. Based on Andreas…
/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/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/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/html2pdf/html2pdf/html2ps/
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; };
H A DChangeLog662 * Fixed: redirects counter was not reset after file was fetched
1681 HTTP redirects
/plugin/404manager/lang/en/
H A Dintro.txt3 Here you can set up redirects. You can redirect to internal pages as external
/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/html2pdf/html2pdf/html2ps/templates/
H A Derror._redirects.tpl1 <h1>Too many redirects</h1>
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dredirects.asciidoc1 ["appendix",role="exclude",id="redirects"]
H A Dindex.asciidoc25 include::redirects.asciidoc[]
/plugin/userhomepage/
H A Dplugin.info.txt6 desc Automatically create user's private namespace and/or public page and redirects users to pr…
/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/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…
/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/webdav/vendor/sabre/http/lib/
H A DClient.php112 if (in_array($code, [301, 302, 307, 308]) && $redirects < $this->maxRedirects) {
126 $redirects++;
/plugin/webdavclient/
H A Dhelper.php559 $redirects = 0;
584 if($redirects < $max_redir)
587 $redirects++;
592 $redirects = 0;
605 $redirects = 0;
/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/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/photogallery/phpThumb/
H A DphpThumb.config.php.default223 …_redirect'] = true; // if true (default), follow "302 Found" redirects to new URL; if f…
/plugin/flowplayer/player/
H A DREADME.txt169 - Support for RTMP redirects (tested with Wowza loadbalancing)

12