Searched refs:permanent_url (Results 1 – 3 of 3) sorted by relevance
69 public $permanent_url; variable in SimplePie\\File79 $this->permanent_url = $url;138 $this->permanent_url = ($previousStatusCode == 301) ? $location : $url;203 … $this->permanent_url = ($previousStatusCode == 301) ? $location : $url;
789 $this->permanent_url = $this->feed_url;803 $this->permanent_url = $this->feed_url;1652 if ($parser->parse($utf8_data, 'UTF-8', $this->permanent_url)) {1903 $this->permanent_url = $file->permanent_url;2099 if ($this->permanent_url !== null) {2105 $this->permanent_url,
168 * Fix permanent_url for HTTP 301 [#660](https://github.com/simplepie/simplepie/pull/660)