Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php42 public $remove_div = true; variable in SimplePie\\Sanitize
120 public function remove_div(bool $enable = true) function in SimplePie\\Sanitize
122 $this->remove_div = (bool) $enable;
538 if ($this->remove_div) {
H A DSimplePie.php1446 $this->remove_div(false);
1470 public function remove_div(bool $enable = true) function in SimplePie\\SimplePie
1472 $this->sanitize->remove_div($enable);