Searched refs:NAMESPACE_ITUNES (Results 1 – 5 of 5) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/library/ |
H A D | SimplePie.php | 439 define('SIMPLEPIE_NAMESPACE_ITUNES', NamespacedSimplePie::NAMESPACE_ITUNES);
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Source.php | 231 …foreach ((array) $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'author') as $auth… 384 … } elseif ($return = $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'summary')) { 386 … } elseif ($return = $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'subtitle')) { 451 if ($return = $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'image')) {
|
H A D | Parser.php | 357 if (strtolower($namespace) === \SimplePie\SimplePie::NAMESPACE_ITUNES) { 358 $namespace = \SimplePie\SimplePie::NAMESPACE_ITUNES;
|
H A D | SimplePie.php | 371 public const NAMESPACE_ITUNES = 'http://www.itunes.com/dtds/podcast-1.0.dtd'; define in SimplePie\\SimplePie 2483 foreach ((array) $this->get_channel_tags(self::NAMESPACE_ITUNES, 'author') as $author) { 2702 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_ITUNES, 'summary')) { 2704 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_ITUNES, 'subtitle')) { 2852 if ($return = $this->get_channel_tags(self::NAMESPACE_ITUNES, 'image')) {
|
H A D | Item.php | 312 … } elseif (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'summary')) && 315 … } elseif (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'subtitle')) && 599 …foreach ((array) $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'author') as $author… 1043 …foreach ((array) $parent->get_channel_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'category') as …
|