Home
last modified time | relevance | path

Searched refs:externallink (Results 1 – 5 of 5) sorted by last modified time

/dokuwiki/inc/parser/
H A Dxhtml.php967 public function externallink($url, $name = null, $returnonly = false)
1375 $this->externallink($item->get_permalink(), $title);
1404 $this->externallink($url);
905 public function externallink($url, $name = null, $returnonly = false) { global() function in Doku_Renderer_xhtml
H A Dmetadata.php507 public function externallink($url, $name = null)
502 public function externallink($url, $name = null) global() function in Doku_Renderer_metadata
H A Drenderer.php603 public function externallink($link, $title = null)
540 public function externallink($link, $title = null) { global() function in Doku_Renderer
H A Dhandler.php861 'externallink',
975 public function externallink($match, $state, $pos)
990 $this->addCall('externallink', [$url, $title], $pos);
929 public function externallink($match, $state, $pos) { global() function in Doku_Handler
/dokuwiki/lib/plugins/info/
H A Dsyntax.php147 $renderer->externallink($info['url'], $info['name']);