Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php205 * @see get_title()
768 public function get_title() function in SimplePie\\Enclosure
H A DSource.php103 public function get_title() function in SimplePie\\Source
H A DItem.php241 $this->get_permalink().$this->get_title().$this->get_content()
253 public function get_title() function in SimplePie\\Item
H A DSimplePie.php2325 public function get_title() function in SimplePie\\SimplePie
/dokuwiki/inc/parser/
H A Dxhtml.php1371 $title = html_entity_decode($item->get_title(), ENT_QUOTES, 'UTF-8');
1377 $this->doc .= ' ' . hsc($item->get_title());