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;
788 $this->feed_url = $this->registry->call(Misc::class, 'fix_protocol', [$url, 1]);789 $this->permanent_url = $this->feed_url;802 $this->feed_url = $file->url;803 $this->permanent_url = $this->feed_url;1570 } elseif ($this->feed_url === null && $this->raw_data === null) {1580 if ($this->feed_url !== null) {1581 $parsed_feed_url = $this->registry->call(Misc::class, 'parse_url', [$this->feed_url]);1585 $cache = $this->get_cache($this->feed_url);1600 $this->error = "A feed could not be found at `$this->feed_url`. Empty body.";1655 …$this->error = "A feed could not be found at `$this->feed_url`. This does not appear to be a valid…[all …]
278 * Added the `feed_url` to a returned error message. [#348](https://github.com/simplepie/simplepie/p…