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.php425 public $feed_url; variable in SimplePie\\SimplePie
774 $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 …]
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md330 * Added the `feed_url` to a returned error message. [#348](https://github.com/simplepie/simplepie/p…