Home
last modified time | relevance | path

Searched refs:_getLinkTitle (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/inc/parser/
H A Dxhtml.php850 $name = $this->_getLinkTitle($name, $hash, $isImage);
908 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype);
971 $name = $this->_getLinkTitle($name, $url, $isImage);
1041 $link['name'] = $this->_getLinkTitle($name, $wikiUri, $isImage);
1100 $link['name'] = $this->_getLinkTitle($name, $url, $isImage);
1141 $name = $this->_getLinkTitle($name, '', $isImage);
1816 public function _getLinkTitle($title, $default, &$isImage, $id = null, $linktype = 'content')
1704 public function _getLinkTitle($title, $default, &$isImage, $id = null, $linktype = 'content') { global() function in Doku_Renderer_xhtml
H A Dmetadata.php496 $name = $this->_getLinkTitle($name, $default, $id);
517 $this->doc .= $this->_getLinkTitle($name, '<' . $url . '>');
542 $name = $this->_getLinkTitle($name, $wikiUri);
706 public function _getLinkTitle($title, $default, $id = null)
689 public function _getLinkTitle($title, $default, $id = null) global() function in Doku_Renderer_metadata