/plugin/combo/ComboStrap/Web/ |
H A D | UrlRewrite.php | 30 * 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 D | Url.php | 86 * @var bool - does the URL rewrite occurs 785 UrlRewrite::rewrite($this);
|
/plugin/farm/install/ |
H A D | farmstructurecreator.php.bak | 90 }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 D | QueryString.php | 211 public function setRewrite(string $rewrite = ''): self argument 213 return $this->setParam('rewrite', $rewrite);
|
/plugin/yearbox/ |
H A D | CHANGELOG.md | 38 * 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 D | htaccess.txt | 15 * [[doku>rewrite]]
|
/plugin/move/helper/ |
H A D | rewrite.php | 210 public function rewrite($id, $text) { function in helper_plugin_move_rewrite 272 $text = $this->rewrite($id, $text);
|
/plugin/googlemaps3/ |
H A D | style.css | 10 …* Complete rewrite of Christopher Smith's Google Maps Plugin from 2008 with additional functionali…
|
/plugin/advanced/lang/fr/config/ |
H A D | htaccess.txt | 15 * [[doku>rewrite]]
|
/plugin/plantuml/ |
H A D | plugin.history.txt | 24 * Complete rewrite.
|
H A D | README.markdown | 66 * [Willi Schönborn](https://github.com/whiskeysierra): rewrite of the syntax plugin with many addit…
|
/plugin/authsmartcard/ |
H A D | README.md | 14 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 D | FetcherPage.php | 51 $rewrite = Site::getUrlRewrite(); 52 if ($rewrite === UrlRewrite::WEB_SERVER_REWRITE) {
|
/plugin/highlightjs/highlight/ |
H A D | readme.rus.txt | 349 sqbracket переменная в rewrite'ах "%{..}" 350 cbracket опции в rewrite'ах "[..]"
|
/plugin/templateconfhelper/ |
H A D | README | 31 a nginx rewrite rule to fix path used in templates 32 …rewrite ^/lib/tpl/((.*)/)?images/(.*) /lib/exe/fetch.php?mode=styleimg&media=$3&template=$2 l…
|
/plugin/refnotes/ |
H A D | reference.php | 171 public function rewrite($attributes, $data) { function in refnotes_action_reference
|
H A D | note.php | 328 $reference->rewrite($this->attributes, $this->data);
|
/plugin/move/_test/ |
H A D | namespace_move.test.php | 216 /** @var helper_plugin_move_rewrite $rewrite */ 217 $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 D | Objects.php | 412 …public function rewrite($sourceBucket, $sourceObject, $destinationBucket, $destinationObject, Stor… function in Google\\Service\\Storage\\Resource\\Objects
|
/plugin/foldablelist/ |
H A D | README.md | 128 Go ahead --> fork, rewrite, enhance and extend..
|
/plugin/latexport/ |
H A D | README.md | 120 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 D | README.md | 75 Version 2 is a complete rewrite from scratch of FPDI which comes with:
|
/plugin/codeprettify/code-prettify/ |
H A D | CHANGES.md | 114 rewrite the HTML and then inject it, so anyone doing that with untrusted HTML
|
/plugin/securelogin/ |
H A D | README.md | 165 * fix problem with URL-rewrite DokuWiki method
|
/plugin/jplayer/vendor/kriswallsmith/assetic/ |
H A D | README.md | 222 …ssets from static files as just described, you can use the CacheBustingWorker to rewrite the target
|