Home
last modified time | relevance | path

Searched refs:_resolveInterWiki (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/parser/
H A Drenderer.php620 * You may want to use $this->_resolveInterWiki() here
915 public function _resolveInterWiki(&$shortcut, $reference, &$exists = null)
804 public function _resolveInterWiki(&$shortcut, $reference, &$exists = null) { global() function in Doku_Renderer
H A Dxhtml.php1023 * You may want to use $this->_resolveInterWiki() here
1046 $url = $this->_resolveInterWiki($wikiName, $wikiUri, $exists);
1282 $src = $this->_resolveInterWiki($shortcut, $reference, $exists);
/dokuwiki/inc/Remote/
H A DApiCore.php547 $url = $Renderer->_resolveInterWiki($in[1][2], $in[1][3]);
/dokuwiki/inc/
H A Dcommon.php1736 $data['link']['url'] = $xhtml_renderer->_resolveInterWiki($shortcut, $username, $exists);