Searched refs:NAMESPACE_ITUNES (Results 1 – 5 of 5) sorted by relevance
| /dokuwiki/vendor/simplepie/simplepie/library/ |
| H A D | SimplePie.php | 402 define('SIMPLEPIE_NAMESPACE_ITUNES', NamespacedSimplePie::NAMESPACE_ITUNES);
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Source.php | 240 …foreach ((array) $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'author') as $auth… 418 … } elseif ($return = $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'summary')) { 420 … } elseif ($return = $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'subtitle')) { 500 if ($return = $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'image')) {
|
| H A D | Parser.php | 383 if (strtolower($namespace) === \SimplePie\SimplePie::NAMESPACE_ITUNES) { 384 $namespace = \SimplePie\SimplePie::NAMESPACE_ITUNES;
|
| H A D | SimplePie.php | 340 public const NAMESPACE_ITUNES = 'http://www.itunes.com/dtds/podcast-1.0.dtd'; define in SimplePie\\SimplePie 2684 foreach ((array) $this->get_channel_tags(self::NAMESPACE_ITUNES, 'author') as $author) { 2908 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_ITUNES, 'summary')) { 2910 } elseif ($return = $this->get_channel_tags(self::NAMESPACE_ITUNES, 'subtitle')) { 3058 if ($return = $this->get_channel_tags(self::NAMESPACE_ITUNES, 'image')) {
|
| H A D | Item.php | 297 … } elseif (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'summary')) && 300 … } elseif (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'subtitle')) && 588 …foreach ((array) $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'author') as $author… 1034 …foreach ((array) $parent->get_channel_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'category') as …
|