Home
last modified time | relevance | path

Searched refs:get_type (Results 1 – 8 of 8) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DCaption.php64 * @see get_type()
188 public function get_type() function in SimplePie\\Caption
H A DCategory.php91 * @see get_type()
161 public function get_type() function in SimplePie\\Category
H A DRestriction.php72 * @see get_type()
127 public function get_type() function in SimplePie\\Restriction
H A DSimplePie.php1656 if (!($this->get_type() & ~self::TYPE_NONE)) {
1908 $sniffed = $sniffer->get_type();
2015 public function get_type() function in SimplePie\\SimplePie
2160 $type = $this->get_type();
2200 $type = $this->get_type();
2246 $type = $this->get_type();
2910 } elseif ($this->get_type() & self::TYPE_RSS_SYNDICATION && $this->get_image_tags(self::NAMESPACE_RSS_20, 'url')) {
2931 } elseif ($this->get_type() & self::TYPE_RSS_SYNDICATION && $this->get_image_tags(self::NAMESPACE_RSS_20, 'url')) {
H A DEnclosure.php212 * @see get_type()
784 public function get_type() function in SimplePie\\Enclosure
1046 * @see get_type()
1059 if ($this->get_type() !== null) {
H A DLocator.php111 if ($sniffer->get_type() !== 'text/html') {
148 $sniffed = $sniffer->get_type();
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php86 public function get_type() function in SimplePie\\Content\\Type\\Sniffer
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md208 * Introduced `SimplePie_Category->get_type()` for retrieving category type. [#492](https://github.com/simplepie/simplepie/pull/492)