Searched refs:raw_data (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | SimplePie.php | 445 public $raw_data; variable in SimplePie\\SimplePie 814 $this->raw_data = $data; 1715 } elseif ($this->feed_url === null && $this->raw_data === null) { 1744 if (empty($this->raw_data)) { 1767 …($encodings, $this->registry->call(Misc::class, 'xml_encoding', [$this->raw_data, &$this->registry… 1782 …($encodings, $this->registry->call(Misc::class, 'xml_encoding', [$this->raw_data, &$this->registry… 1792 …if ($utf8_data = $this->registry->call(Misc::class, 'change_encoding', [$this->raw_data, $encoding… 1943 $this->raw_data = false; 1953 $this->raw_data = false; 2089 $this->raw_data = $file->get_body_content(); [all …]
|