Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php473 public $raw_data; variable in SimplePie\\SimplePie
827 $this->raw_data = $data;
1572 } elseif ($this->feed_url === null && $this->raw_data === null) {
1590 // Fetch the data via \SimplePie\File into $this->raw_data
1601 if (empty($this->raw_data)) {
1624 $encodings = array_merge($encodings, $this->registry->call(Misc::class, 'xml_encoding', [$this->raw_data, &$this->registry]));
1639 $encodings = array_merge($encodings, $this->registry->call(Misc::class, 'xml_encoding', [$this->raw_data, &$this->registry]));
1649 if ($utf8_data = $this->registry->call(Misc::class, 'change_encoding', [$this->raw_data, $encoding, 'UTF-8'])) {
1782 // Set raw_data to false here too, to signify that the cache
1784 $this->raw_data
[all...]