Searched refs:shortcut (Results 1 – 3 of 3) sorted by last modified time
/dokuwiki/inc/parser/ |
H A D | renderer.php | 797 * @param string $shortcut identifier for the interwiki link 802 public function _resolveInterWiki(&$shortcut, $reference, &$exists = null) { argument 804 if(isset($this->interwiki[$shortcut])) { 805 $url = $this->interwiki[$shortcut]; 807 $shortcut = 'default'; 808 $url = $this->interwiki[$shortcut]; 811 $shortcut = '';
|
H A D | xhtml.php | 1194 list($shortcut, $reference) = sexplode('>', $src, 2, ''); 1196 $src = $this->_resolveInterWiki($shortcut, $reference, $exists);
|
/dokuwiki/inc/ |
H A D | common.php | 1704 $shortcut = 'user'; 1706 … $data['link']['url'] = $xhtml_renderer->_resolveInterWiki($shortcut, $username, $exists);
|