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.php206 * @see get_title()
769 public function get_title() function in SimplePie\\Enclosure
H A DSource.php104 public function get_title() function in SimplePie\\Source
H A DItem.php242 $this->get_permalink().$this->get_title().$this->get_content()
254 public function get_title() function in SimplePie\\Item
H A DSimplePie.php2327 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());