Home
last modified time | relevance | path

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

/dokuwiki/inc/parser/
H A Dmetadata.php531 * @param string $wikiUri the fragment parsed from the original link
533 public function interwikilink($match, $name, $wikiName, $wikiUri) argument
543 [$wikiUri] = explode('#', $wikiUri, 2);
544 $name = $this->_getLinkTitle($name, $wikiUri);
H A Drenderer.php625 * @param string $wikiUri the fragment parsed from the original link
627 public function interwikilink($link, $title, $wikiName, $wikiUri) argument
H A Dxhtml.php1029 * @param string $wikiUri the fragment parsed from the original link
1033 public function interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false) argument
1042 $link['name'] = $this->_getLinkTitle($name, $wikiUri, $isImage);
1047 $url = $this->_resolveInterWiki($wikiName, $wikiUri, $exists);