Home
last modified time | relevance | path

Searched refs:feed_url (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/
H A DFeedParser.php28 public function feed_url($url)
26 public function feed_url($url){ global() function in FeedParser
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php452 public $feed_url; variable in SimplePie\\SimplePie
790 $this->feed_url = $this->registry->call(Misc::class, 'fix_protocol', [$url, 1]);
791 $this->permanent_url = $this->feed_url;
804 $this->feed_url = $file->url;
805 $this->permanent_url = $this->feed_url;
1572 } elseif ($this->feed_url === null && $this->raw_data === null) {
1582 if ($this->feed_url !== null) {
1583 $parsed_feed_url = $this->registry->call(Misc::class, 'parse_url', [$this->feed_url]);
1587 $cache = $this->get_cache($this->feed_url);
1602 $this->error = "A feed could not be found at `$this->feed_url`
3211 get_cache($feed_url = '') global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md263 * Added the `feed_url` to a returned error message. [#348](https://github.com/simplepie/simplepie/pull/348)