/plugin/bez/ctl/ |
H A D | task.php | 27 $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 D | thread.php | 50 $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 D | task_form.php | 18 $redirect = true; variable 24 if (isset($redirect) && $redirect == true) {
|
/plugin/pageredirect/ |
H A D | action.php | 51 // 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...] |
H A D | ChangeLog.md | 31 - 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]
|
/plugin/404manager/ |
H A D | style.css | 1 .redirect-manager .managerreference { 14 .redirect-manager.table-responsive { 29 .redirect-manager.table { 35 .redirect-manager.table { 50 .redirect-manager.alert-warning { 63 .redirect-manager.alert-success { 75 .redirect-manager.alert {
|
/plugin/redirect2/ |
H A D | action.php | 65 * Get redirect destination URL 67 * @param int $status redirect status, 301 or 302 68 * @param string $dest redirect destination, absolute id or external url 85 // Note: this does not completely eliminate redirect loop. 94 // output message, to be shown at destination page (after redirect) 116 error_log('redirect to page['.$page.'] must stop due to prevent loop '."\n". 142 if (is_null($INPUT->str('redirect', NULL))) { 159 * Redirection of pages based on redirect.conf file 169 if ($INPUT->str('redirect',NULL) == 'no') return; 171 // read redirect ma [all...] |
H A D | plugin.info.txt | 6 desc Redirect pages and media access by asking the client to refetch resources at the new location with redirect status 301 or 302.
|
/plugin/redirect2/lang/en/ |
H A D | intro.txt | 3 * You can specify the redirect will be //permanent// (HTTP status 301) or //temporary// (302). The status value can be omitted assuming 302. 10 301 pagename ns:page#headline # redirect permanently to the anchor in other page 11 :example.pdf :ns: # redirect of media file
|
/plugin/redirect/ |
H A D | plugin.info.txt | 1 base redirect 7 url http://www.dokuwiki.org/plugin:redirect
|
H A D | README | 1 redirect Plugin for DokuWiki 4 http://www.dokuwiki.org/plugin:redirect 7 lib/plugins/redirect/ - if the folder is called different it
|
/plugin/git/action/ |
H A D | push.php | 37 $this->redirect(); 42 function redirect() function in action_plugin_git_push
|
/plugin/include/syntax/ |
H A D | wrap.php | 36 list($page, $redirect, $secid) = $data; 37 if ($redirect) {
|
/plugin/wysiwyg/ |
H A D | action.php | 98 $this->redirect($page); 103 function redirect($loc) function in action_plugin_wysiwyg
|
/plugin/acronym/ |
H A D | README | 13 (c) 2006 by Allen Ormond <aormond atgmaildotcom> (was goto plugin, now redirect component) 32 2010-08-21: 1 hour: redirect made faster 38 2010-04-17: 2 hours: adapting goto plugin by Allen Ormond to become the redirect component
|
/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/loginredirect/ |
H A D | README.md | 4 DokuWiki plugin to redirect login requests to another application
|
/plugin/goto/ |
H A D | README.md | 3 Easily have a page redirect to another page in the wiki
|
H A D | plugin.info.txt | 6 desc Easily redirect to other pages in your wiki.
|
/plugin/mredirect/ |
H A D | plugin.info.txt | 6 desc Redirection plugin - any page containing nothing but a standard link will auto-redirect inst…
|
/plugin/shorturl/ |
H A D | plugin.info.txt | 6 …ls and redirects pages based on a central redirection list. Based on Andreas Gohrs redirect plugin.
|
/plugin/combo/lang/en/admin/ |
H A D | pagerules_intro.txt | 6 They are rules that are used to redirect a [[doku>pagename|DokuWiki ID]] based on a pattern to:
|
/plugin/freechat/phpfreechat/src/commands/ |
H A D | redirect.class.php | 30 $xml_reponse->redirect($param);
|
/plugin/freechat/phpfreechat/src/ |
H A D | pfcresponse.class.php | 54 function redirect($url) function in pfcResponse
|
/plugin/freechat/phpfreechat/src/proxies/ |
H A D | lock.class.php | 47 $xml_reponse->redirect($c->lockurl);
|