Home
last modified time | relevance | path

Searched refs:remove_div (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php70 public $remove_div = true; variable in SimplePie\\Sanitize
117 public function remove_div($enable = true) function in SimplePie\\Sanitize
119 $this->remove_div = (bool) $enable;
448 if ($this->remove_div) {
H A DSimplePie.php1346 $this->remove_div(false);
1366 public function remove_div($enable = true) function in SimplePie\\SimplePie
1368 $this->sanitize->remove_div($enable);