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.php71 * @see get_type()
126 public function get_type() function in SimplePie\\Restriction
H A DCategory.php90 * @see get_type()
160 public function get_type() function in SimplePie\\Category
H A DCaption.php63 * @see get_type()
187 public function get_type() function in SimplePie\\Caption
H A DEnclosure.php211 * @see get_type()
783 public function get_type() function in SimplePie\\Enclosure
1045 * @see get_type()
1058 if ($this->get_type() !== null) {
H A DLocator.php110 if ($sniffer->get_type() !== 'text/html') {
147 $sniffed = $sniffer->get_type();
H A DSimplePie.php1654 if (!($this->get_type() & ~self::TYPE_NONE)) {
1906 $sniffed = $sniffer->get_type();
2013 public function get_type() function in SimplePie\\SimplePie
2158 $type = $this->get_type();
2198 $type = $this->get_type();
2244 $type = $this->get_type();
2908 …} elseif ($this->get_type() & self::TYPE_RSS_SYNDICATION && $this->get_image_tags(self::NAMESPACE_…
2929 …} elseif ($this->get_type() & self::TYPE_RSS_SYNDICATION && $this->get_image_tags(self::NAMESPACE_…
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php85 public function get_type() function in SimplePie\\Content\\Type\\Sniffer
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md223 * Introduced `SimplePie_Category->get_type()` for retrieving category type. [#492](https://github.c…