Home
last modified time | relevance | path

Searched refs:set_feed_url (Results 1 – 3 of 3) sorted by path

/dokuwiki/inc/
H A DFeedParser.php30 $this->set_feed_url($url);
/dokuwiki/inc/parser/
H A Dxhtml.php1338 $feed->set_feed_url($url);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php449 * @see SimplePie::set_feed_url()
612 * @see SimplePie::set_feed_url()
625 * @see SimplePie::set_feed_url()
707 trigger_error('Passing parameters to the constructor is no longer supported. Please use set_feed_url(), set_cache_location(), and set_cache_duration() directly.', \E_USER_DEPRECATED);
718 $this->set_feed_url($args[0]);
782 public function set_feed_url($url) function in SimplePie\\SimplePie
823 * @see set_feed_url()
1563 $this->multifeed_objects[$i]->set_feed_url($url);
1749 $this->set_feed_url($this->data['feed_url']);
2087 * may or may not be different from the URL passed to {@see set_feed_url()},
[all...]