Searched refs:feed_url (Results 1 – 4 of 4) sorted by relevance
30 public function feed_url($url) function in dokuwiki\\Feed\\FeedParser
19 $data['feed_url'] = (string)$this->syndicationURL;
425 public $feed_url; variable in SimplePie\\SimplePie774 $this->feed_url = $this->registry->call(Misc::class, 'fix_protocol', [$url, 1]);775 $this->permanent_url = $this->feed_url;791 $this->feed_url = $file->get_final_requested_uri();792 $this->permanent_url = $this->feed_url;1715 } elseif ($this->feed_url === null && $this->raw_data === null) {1725 if ($this->feed_url !== null) {1726 $parsed_feed_url = $this->registry->call(Misc::class, 'parse_url', [$this->feed_url]);1730 $cache = $this->get_cache($this->feed_url);1745 $this->error = "A feed could not be found at `$this->feed_url`. Empty body.";[all …]
330 * Added the `feed_url` to a returned error message. [#348](https://github.com/simplepie/simplepie/p…