Home
last modified time | relevance | path

Searched refs:redirect (Results 76 – 100 of 110) sorted by path

12345

/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);
/plugin/git/action/
H A Dpush.php37 $this->redirect();
42 function redirect() function in action_plugin_git_push
/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/highlightjs/highlight/
H A Dhighlight.pack.js1 …roxystatus:1,proxytimeout:1,proxyvia:1,readmename:1,receivebuffersize:1,redirect:1,redirectmatch:1… property in hljs.LANGUAGES.apache.dM.k.keyword
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1694 * fetcher.class.php: fixed bug 1235600 - 301 HTTP redirect causes
/plugin/include/syntax/
H A Dwrap.php36 list($page, $redirect, $secid) = $data;
37 if ($redirect) {
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/loginredirect/
H A DREADME.md4 DokuWiki plugin to redirect login requests to another application
/plugin/mediasyntax/
H A DREADME13 (c) 2006 by Allen Ormond <aormond atgmaildotcom> (was goto plugin, now redirect component)
52 2010-08-21: 1 hour: redirect made faster
58 2010-04-17: 2 hours: adapting goto plugin by Allen Ormond to become the redirect component
/plugin/mredirect/
H A Dplugin.info.txt6 desc Redirection plugin - any page containing nothing but a standard link will auto-redirect inst…
/plugin/pageredirect/
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]
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...]
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js24248 redirect: 'follow'
H A Dpdf.js.map1redirect","fetch","createFetchOptions","validateResponseStatus"],"mappings":";;;;;;;;;;;;;;;;;;;;;…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt543 goto = URL to redirect to after rendering image to file
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default103 …rue, cached image data will always be passed to browser; if false, HTTP redirect will be used inst…
/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
H A Dplugin.info.txt1 base redirect
7 url http://www.dokuwiki.org/plugin:redirect
/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/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'];
/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

12345