Home
last modified time | relevance | path

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

12345

/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 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 variable
[all...]
H A Dtask_form.php18 $redirect = true; variable
24 if (isset($redirect) && $redirect == true) {
/plugin/pageredirect/
H A Daction.php51 // 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 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/
H A 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/
H A Daction.php202 $redirect = $this->_RedirectMatch($ID, $map);
203 if ($redirect !== false) {
204 $dest = $redirect['destination'];
205 $status = $redirect['status'];
264 $redirect = $this->_RedirectMatch($checkID, $map);
265 if ($redirect !== false) {
266 $dest = $redirect['destination'];
267 $status = $redirect['status'];
H A Dplugin.info.txt6 …cess by asking the client to refetch resources at the new location with redirect status 301 or 302.
/plugin/redirect2/lang/en/
H A 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/redirect/
H A Dplugin.info.txt1 base redirect
7 url http://www.dokuwiki.org/plugin:redirect
H A DREADME1 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 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/wysiwyg/
H A Daction.php98 $this->redirect($page);
103 function redirect($loc) function in action_plugin_wysiwyg
/plugin/acronym/
H A 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/404manager/lang/en/
H A Dintro.txt3 Here you can set up redirects. You can redirect to internal pages as external
/plugin/loginredirect/
H A DREADME.md4 DokuWiki plugin to redirect login requests to another application
/plugin/goto/
H A DREADME.md3 Easily have a page redirect to another page in the wiki
H A Dplugin.info.txt6 desc Easily redirect to other pages in your wiki.
/plugin/mredirect/
H A Dplugin.info.txt6 desc Redirection plugin - any page containing nothing but a standard link will auto-redirect inst…
/plugin/shorturl/
H A 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:
/plugin/freechat/phpfreechat/src/commands/
H A Dredirect.class.php30 $xml_reponse->redirect($param);
/plugin/freechat/phpfreechat/src/
H A Dpfcresponse.class.php54 function redirect($url) function in pfcResponse
/plugin/freechat/phpfreechat/src/proxies/
H A Dlock.class.php47 $xml_reponse->redirect($c->lockurl);

12345