Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php72 public $encode_instead_of_strip = false; variable in SimplePie\\Sanitize
196 public function encode_instead_of_strip($encode = false) function in SimplePie\\Sanitize
198 $this->encode_instead_of_strip = (bool) $encode;
520 if ($this->encode_instead_of_strip) {
538 if ($this->encode_instead_of_strip) {
H A DSimplePie.php1376 $this->sanitize->encode_instead_of_strip($encode);
1380 public function encode_instead_of_strip($enable = true) function in SimplePie\\SimplePie
1382 $this->sanitize->encode_instead_of_strip($enable);