Home
last modified time | relevance | path

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

/dokuwiki/inc/parser/
H A Dmetadata.php528 * @param string $wikiName indentifier (shortcut) for the remote wiki
531 public function interwikilink($match, $name, $wikiName, $wikiUri)
526 interwikilink($match, $name, $wikiName, $wikiUri) global() argument
H A Drenderer.php624 * @param string $wikiName indentifier (shortcut) for the remote wiki
627 public function interwikilink($link, $title, $wikiName, $wikiUri)
562 interwikilink($link, $title, $wikiName, $wikiUri) global() argument
H A Dxhtml.php1027 * @param string $wikiName indentifier (shortcut) for the remote wiki
1032 public function interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false)
1046 $url = $this->_resolveInterWiki($wikiName, $wikiUri, $exists);
1049 $class = preg_replace('/[^_\-a-z0-9]+/i', '_', $wikiName);
969 interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false) global() argument