Home
last modified time | relevance | path

Searched refs:wikiName (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/parser/
H A Drenderer.php624 * @param string $wikiName indentifier (shortcut) for the remote wiki
627 public function interwikilink($link, $title, $wikiName, $wikiUri) argument
H A Dmetadata.php530 * @param string $wikiName indentifier (shortcut) for the remote wiki
533 public function interwikilink($match, $name, $wikiName, $wikiUri) argument
H A Dxhtml.php1028 * @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);