| /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 = true; 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 = true; variable [all …]
|
| H A D | task_form.php | 18 $redirect = true; variable 24 if (isset($redirect) && $redirect == true) {
|
| /plugin/pageredirect/ |
| D | action.php | 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, '&'); 93 $this->redirect($page); 162 $redirect = $INPUT->get->str('redirect'); 165 if($redirect <= 0 || $redirect > 5) { 200 private function redirect($url) { function in action_plugin_pageredirect
|
| 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/ |
| 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/ |
| D | action.php | 207 $redirect = $this->_RedirectMatch($ID, $map); 208 if ($redirect !== false) { 209 $dest = $redirect['destination']; 210 $status = $redirect['status']; 269 $redirect = $this->_RedirectMatch($checkID, $map); 270 if ($redirect !== false) { 271 $dest = $redirect['destination']; 272 $status = $redirect['status'];
|
| /plugin/calendar/ |
| D | admin.php | 2854 $this->redirect('Configuration saved successfully!', 'success'); 2856 $this->redirect('Error: Could not save configuration file', 'error'); 2866 $this->redirect('Cache cleared successfully!', 'success', 'update'); 2868 $this->redirect('Cache directory not found', 'error', 'update'); 4249 …$this->redirect("Deleted $count occurrences of recurring event: " . $eventTitle, 'success', 'manag… 4482 … $this->redirect("Updated $count occurrences of recurring event$changeStr", 'success', 'manage'); 4594 $this->redirect('No events selected', 'error', 'manage'); 4669 … $this->redirect("Moved $moved event(s) to namespace: " . $displayTarget, 'success', 'manage'); 4688 $this->redirect('Event file not found', 'error', 'manage'); 4693 $this->redirect('Could not read event file', 'error', 'manage'); [all …]
|
| /plugin/redirect2/lang/en/ |
| D | intro.txt | 3 …* You can specify the redirect will be //permanent// (HTTP status 301) or //temporary// (302). Th… 10 301 pagename ns:page#headline # redirect permanently to the anchor in other page 11 :example.pdf :ns: # redirect of media file
|
| /plugin/whennotfound/ |
| D | README.md | 5 …existent page is a namespace (folder) and an index page exists within, redirect to that index pag… 6 * "translation": Check if an available translation of the requested page exists and if so, redirect… 8 * "search": Will redirect to the search page (if dokuwiki's search action is not disabled).
|
| /plugin/redirect/ |
| D | plugin.info.txt | 1 base redirect 7 url http://www.dokuwiki.org/plugin:redirect
|
| 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/fixredirectlinks/ |
| D | README.md | 3 … plugin is an extension to the [DokuWiki redirect plugin](https://github.com/splitbrain/dokuwiki-p…
|
| /plugin/git/action/ |
| 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/redirectssl/lang/en/ |
| D | settings.php | 4 …redirect. If not set, the plugin will attempt to determine the server name from the server environ…
|
| /plugin/wysiwyg/ |
| D | action.php | 98 $this->redirect($page); 103 function redirect($loc) function in action_plugin_wysiwyg
|
| /plugin/acronym/ |
| 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/loginredirect/ |
| D | README.md | 4 DokuWiki plugin to redirect login requests to another application
|
| /plugin/404manager/lang/en/ |
| D | intro.txt | 3 Here you can set up redirects. You can redirect to internal pages as external
|
| /plugin/goto/ |
| D | README.md | 3 Easily have a page redirect to another page in the wiki
|
| D | plugin.info.txt | 6 desc Easily redirect to other pages in your wiki.
|
| /plugin/mredirect/ |
| D | plugin.info.txt | 6 desc Redirection plugin - any page containing nothing but a standard link will auto-redirect inst…
|
| /plugin/shorturl/ |
| 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:
|