Home
last modified time | relevance | path

Searched refs:rewrite (Results 1 – 25 of 51) sorted by relevance

123

/plugin/combo/ComboStrap/Web/
H A DUrlRewrite.php30 * https://www.dokuwiki.org/rewrite#further_details_for_the_technically_savvy
42 * Apply all rewrite URL logic (from relative to absolute
43 * passing by web server url rewrite)
48 public static function rewrite(Url $url)
78 * Doc: https://www.dokuwiki.org/rewrite
89 // no path, no rewrite
93 $rewrite = Site::getUrlRewrite();
96 if ($rewrite !== self::WEB_SERVER_REWRITE) {
102 LogUtility::internalError("The media query should be present for a fetch. No Url rewrite could be done.");
109 if ($rewrite !
50 public static function rewrite(Url $url) global() function in ComboStrap\\Web\\UrlRewrite
[all...]
H A DUrl.php86 * @var bool - does the URL rewrite occurs
785 UrlRewrite::rewrite($this);
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak90 }else die('Could not create farm rewrite file');
91 }else die('Could not load farm rewrite template');
106 }else die('Could not create barn rewrite file');
107 }else die('Could not load barn rewrite template');
159 }else die('Could not update rewrite file');
160 }else die('Could not load rewrite file');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DQueryString.php211 public function setRewrite(string $rewrite = ''): self argument
213 return $this->setParam('rewrite', $rewrite);
/plugin/yearbox/
H A DCHANGELOG.md38 * CHG: internal rewrite for future flexibility
42 * FIX: bug with wikis where URL rewrite is on (? vs & at end of url)
/plugin/advanced/lang/en/config/
H A Dhtaccess.txt15 * [[doku>rewrite]]
/plugin/move/helper/
H A Drewrite.php210 public function rewrite($id, $text) { function in helper_plugin_move_rewrite
272 $text = $this->rewrite($id, $text);
/plugin/googlemaps3/
H A Dstyle.css10 …* Complete rewrite of Christopher Smith's Google Maps Plugin from 2008 with additional functionali…
/plugin/advanced/lang/fr/config/
H A Dhtaccess.txt15 * [[doku>rewrite]]
/plugin/plantuml/
H A Dplugin.history.txt24 * Complete rewrite.
H A DREADME.markdown66 * [Willi Schönborn](https://github.com/whiskeysierra): rewrite of the syntax plugin with many addit…
/plugin/authsmartcard/
H A DREADME.md14 This is a rewrite of an old plugin by Margus Pärt (mxrguspxrt). Much of the plugin structure and A…
/plugin/combo/ComboStrap/
H A DFetcherPage.php51 $rewrite = Site::getUrlRewrite();
52 if ($rewrite === UrlRewrite::WEB_SERVER_REWRITE) {
/plugin/highlightjs/highlight/
H A Dreadme.rus.txt349 sqbracket переменная в rewrite'ах "%{..}"
350 cbracket опции в rewrite'ах "[..]"
/plugin/templateconfhelper/
H A DREADME31 a nginx rewrite rule to fix path used in templates
32rewrite ^/lib/tpl/((.*)/)?images/(.*) /lib/exe/fetch.php?mode=styleimg&media=$3&template=$2 l…
/plugin/refnotes/
H A Dreference.php171 public function rewrite($attributes, $data) { function in refnotes_action_reference
H A Dnote.php328 $reference->rewrite($this->attributes, $this->data);
/plugin/move/_test/
H A Dnamespace_move.test.php217 $rewrite = plugin_load('helper', 'move_rewrite');
219 $actual_move_media = $rewrite->getMoveMeta('foo:testns:start');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/
H A DObjects.php412 …public function rewrite($sourceBucket, $sourceObject, $destinationBucket, $destinationObject, Stor… function in Google\\Service\\Storage\\Resource\\Objects
/plugin/foldablelist/
H A DREADME.md73 Go ahead --> fork, rewrite, enhance and extend..
/plugin/latexport/
H A DREADME.md120 file that allows redirection (see https://www.dokuwiki.org/rewrite):
146 ## $conf['userewrite'] = 1 - not needed for rewrite mode 2
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md75 Version 2 is a complete rewrite from scratch of FPDI which comes with:
/plugin/codeprettify/code-prettify/
H A DCHANGES.md114 rewrite the HTML and then inject it, so anyone doing that with untrusted HTML
/plugin/securelogin/
H A DREADME.md165 * fix problem with URL-rewrite DokuWiki method
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md222 …ssets from static files as just described, you can use the CacheBustingWorker to rewrite the target

123