Home
last modified time | relevance | path

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

/dokuwiki/inc/parser/
H A Drenderer.php624 * @param string $wikiName indentifier (shortcut) for the remote wiki
910 * @param string $shortcut identifier for the interwiki link
915 public function _resolveInterWiki(&$shortcut, $reference, &$exists = null)
918 if (isset($this->interwiki[$shortcut])) {
919 $url = $this->interwiki[$shortcut];
921 $shortcut = 'default';
922 $url = $this->interwiki[$shortcut];
925 $shortcut = '';
804 _resolveInterWiki(& $shortcut, $reference, & $exists = null) global() argument
H A Dxhtml.php1027 * @param string $wikiName indentifier (shortcut) for the remote wiki
1280 [$shortcut, $reference] = sexplode('>', $src, 2, '');
1282 $src = $this->_resolveInterWiki($shortcut, $reference, $exists);
/dokuwiki/inc/
H A Dcommon.php1734 $shortcut = 'user';
1736 $data['link']['url'] = $xhtml_renderer->_resolveInterWiki($shortcut, $username, $exists);