Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php70 public $permanent_url; variable in SimplePie\\File
80 $this->permanent_url = $url;
139 $this->permanent_url = ($previousStatusCode == 301) ? $location : $url;
204 $this->permanent_url = ($previousStatusCode == 301) ? $location : $url;
H A DSimplePie.php459 public $permanent_url = null; variable in SimplePie\\SimplePie
791 $this->permanent_url = $this->feed_url;
805 $this->permanent_url = $this->feed_url;
1654 if ($parser->parse($utf8_data, 'UTF-8', $this->permanent_url)) {
1905 $this->permanent_url = $file->permanent_url;
2101 if ($this->permanent_url !== null) {
2107 $this->permanent_url,
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md153 * Fix permanent_url for HTTP 301 [#660](https://github.com/simplepie/simplepie/pull/660)