Home
last modified time | relevance | path

Searched refs:emaillink (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/lib/plugins/info/
H A Dsyntax.php153 $renderer->emaillink($info['email'], $info['author']);
/dokuwiki/inc/parser/
H A Drenderer.php659 public function emaillink($address, $name = null) function in Doku_Renderer
H A Dmetadata.php581 public function emaillink($address, $name = null) function in Doku_Renderer_metadata
H A Dhandler.php1003 $this->addCall('emaillink', [$email, null], $pos);
H A Dxhtml.php1131 public function emaillink($address, $name = null, $returnonly = false) function in Doku_Renderer_xhtml