Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php2158 public function get_feed_tags($namespace, $tag) function in SimplePie\\SimplePie
2190 * See {@see SimplePie::get_feed_tags()} for a description of the return value
2202 if ($return = $this->get_feed_tags($namespace, $tag)) {
2207 if ($channel = $this->get_feed_tags(self::NAMESPACE_RSS_10, 'channel')) {
2214 if ($channel = $this->get_feed_tags(self::NAMESPACE_RSS_090, 'channel')) {
2221 if ($channel = $this->get_feed_tags(self::NAMESPACE_RSS_20, 'channel')) {
2236 * See {@see SimplePie::get_feed_tags()} for a description of the return value
2248 if ($image = $this->get_feed_tags(self::NAMESPACE_RSS_10, 'image')) {
2255 if ($image = $this->get_feed_tags(self::NAMESPACE_RSS_090, 'image')) {
3004 if ($items = $this->get_feed_tags(sel
[all...]