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.php69 public $remove_div = true; variable in SimplePie\\Sanitize
116 public function remove_div($enable = true) function in SimplePie\\Sanitize
118 $this->remove_div = (bool) $enable;
447 if ($this->remove_div) {
H A DSimplePie.php1344 $this->remove_div(false);
1364 public function remove_div($enable = true) function in SimplePie\\SimplePie
1366 $this->sanitize->remove_div($enable);