Searched refs:wikiName (Results 1 – 3 of 3) sorted by relevance
| /dokuwiki/inc/parser/ |
| H A D | renderer.php | 624 * @param string $wikiName indentifier (shortcut) for the remote wiki 627 public function interwikilink($link, $title, $wikiName, $wikiUri) argument
|
| H A D | metadata.php | 530 * @param string $wikiName indentifier (shortcut) for the remote wiki 533 public function interwikilink($match, $name, $wikiName, $wikiUri) argument
|
| H A D | xhtml.php | 1028 * @param string $wikiName indentifier (shortcut) for the remote wiki 1033 public function interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false) argument 1047 $url = $this->_resolveInterWiki($wikiName, $wikiUri, $exists); 1050 $class = preg_replace('/[^_\-a-z0-9]+/i', '_', $wikiName);
|