Home
last modified time | relevance | path

Searched refs:get_type (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DRestriction.php34 * @see get_type()
91 public function get_type() function in SimplePie\\Restriction
H A DCategory.php50 * @see get_type()
120 public function get_type() function in SimplePie\\Category
H A DCaption.php23 * @see get_type()
152 public function get_type() function in SimplePie\\Caption
H A DEnclosure.php171 * @see get_type()
781 public function get_type() function in SimplePie\\Enclosure
1052 * @see get_type()
1065 $type = $this->get_type();
H A DLocator.php129 if ($sniffer->get_type() !== 'text/html') {
171 $sniffed = $sniffer->get_type();
H A DSimplePie.php1799 if (!($this->get_type() & ~self::TYPE_NONE)) {
2098 $sniffed = $sniffer->get_type();
2206 public function get_type() function in SimplePie\\SimplePie
2351 $type = $this->get_type();
2391 $type = $this->get_type();
2437 $type = $this->get_type();
3114 …} elseif ($this->get_type() & self::TYPE_RSS_SYNDICATION && $this->get_image_tags(self::NAMESPACE_…
3135 …} elseif ($this->get_type() & self::TYPE_RSS_SYNDICATION && $this->get_image_tags(self::NAMESPACE_…
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php58 public function get_type() function in SimplePie\\Content\\Type\\Sniffer
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md275 * Introduced `SimplePie_Category->get_type()` for retrieving category type. [#492](https://github.c…