Searched refs:wikiUri (Results 1 – 3 of 3) sorted by relevance
| /dokuwiki/inc/parser/ |
| H A D | metadata.php | 531 * @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 D | renderer.php | 625 * @param string $wikiUri the fragment parsed from the original link 627 public function interwikilink($link, $title, $wikiName, $wikiUri) argument
|
| H A D | xhtml.php | 1029 * @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);
|