Home
last modified time | relevance | path

Searched refs:redirect (Results 1 – 25 of 126) sorted by relevance

123456

/plugin/bez/ctl/
H A Dtask.php27 $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 Dthread.php50 $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 Dtask_form.php18 $redirect = true; variable
24 if (isset($redirect) && $redirect == true) {
/plugin/pageredirect/
Daction.php57 $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
DChangeLog.md31 - 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/
Dstyle.css1 .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/
Daction.php207 $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/
Dadmin.php2854 $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/
Dintro.txt3 …* 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/
DREADME.md5 …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/
Dplugin.info.txt1 base redirect
7 url http://www.dokuwiki.org/plugin:redirect
DREADME1 redirect Plugin for DokuWiki
4 http://www.dokuwiki.org/plugin:redirect
7 lib/plugins/redirect/ - if the folder is called different it
/plugin/fixredirectlinks/
DREADME.md3 … plugin is an extension to the [DokuWiki redirect plugin](https://github.com/splitbrain/dokuwiki-p…
/plugin/git/action/
Dpush.php37 $this->redirect();
42 function redirect() function in action_plugin_git_push
/plugin/include/syntax/
H A Dwrap.php36 list($page, $redirect, $secid) = $data;
37 if ($redirect) {
/plugin/redirectssl/lang/en/
Dsettings.php4redirect. If not set, the plugin will attempt to determine the server name from the server environ…
/plugin/wysiwyg/
Daction.php98 $this->redirect($page);
103 function redirect($loc) function in action_plugin_wysiwyg
/plugin/acronym/
DREADME13 (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/
DREADME.md4 DokuWiki plugin to redirect login requests to another application
/plugin/404manager/lang/en/
Dintro.txt3 Here you can set up redirects. You can redirect to internal pages as external
/plugin/goto/
DREADME.md3 Easily have a page redirect to another page in the wiki
Dplugin.info.txt6 desc Easily redirect to other pages in your wiki.
/plugin/mredirect/
Dplugin.info.txt6 desc Redirection plugin - any page containing nothing but a standard link will auto-redirect inst…
/plugin/shorturl/
Dplugin.info.txt6 …ls and redirects pages based on a central redirection list. Based on Andreas Gohrs redirect plugin.
/plugin/combo/lang/en/admin/
H A Dpagerules_intro.txt6 They are rules that are used to redirect a [[doku>pagename|DokuWiki ID]] based on a pattern to:

123456