Home
last modified time | relevance | path

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

/dokuwiki/inc/Feed/
H A DFeedParser.php30 public function feed_url($url) function in dokuwiki\\Feed\\FeedParser
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DJSONCreator.php19 $data['feed_url'] = (string)$this->syndicationURL;
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php788 $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 …]
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md278 * Added the `feed_url` to a returned error message. [#348](https://github.com/simplepie/simplepie/p…