Home
last modified time | relevance | path

Searched refs:serverurl (Results 1 – 2 of 2) sorted by relevance

/plugin/odtsupport/
H A Dsyntax.php19 private $serverurl = 'serverurl'; variable in syntax_plugin_odtsupport
60 … $this->Lexer->addSpecialPattern('{{'.$this->serverurl.'>.*?:.+?}}', $mode, 'plugin_odtsupport');
101 case $this->serverurl:
102 $params = substr($match, strlen($this->serverurl)+3, -2); //strip markup
149 if ($command == $this->serverurl) {
165 if ($command == $this->serverurl) {
H A Ddokuwiki_plugin_page.wiki50 An addition introduced with version v0.85 is the possibility to use 'serverurl'. This function allo…
106 ==== serverurl ====
108 <code>{{serverurl>string:string2}}</code>
110 Inserts a link to an URL defined in the configuration key 'serverurl' (see configuration). The prov…
114 //Example:// (given that the //serverurl// configuration setting is set to 'file:\\\\\SERVER\docume…
116 <code>{{serverurl>\subfolder:My <PAGEHASH4> subfolder}}</code> will result in a link to the followi…
121 * **serverurl** - URL to a server location. See serverurl syntax description.
137 * v0.85 Added serverurl functionality