Home
last modified time | relevance | path

Searched refs:internallink (Results 1 – 5 of 5) sorted by path

/dokuwiki/inc/
H A Dhtml.php54 return $xhtml_renderer->internallink($id, $name, $search, true, 'navigation');
/dokuwiki/inc/parser/
H A Dhandler.php826 public function internallink($match, $state, $pos)
882 'internallink',
784 public function internallink($match, $state, $pos) { global() function in Doku_Handler
H A Dmetadata.php441 $this->internallink($link, $link);
466 public function internallink($id, $name = null)
461 public function internallink($id, $name = null) global() function in Doku_Renderer_metadata
H A Drenderer.php593 public function internallink($link, $title = null)
531 public function internallink($link, $title = null) { global() function in Doku_Renderer
H A Dxhtml.php833 return $this->internallink($link, $link, null, true);
835 $this->internallink($link, $link);
879 public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content')
818 public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') { global() function in Doku_Renderer_xhtml