Home
last modified time | relevance | path

Searched refs:strip_comments (Results 1 – 3 of 3) sorted by path

/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php1711 public static function strip_comments($data) function in SimplePie\\Misc
H A DSanitize.php77 public $strip_comments = false; variable in SimplePie\\Sanitize
241 public function strip_comments($strip = false) function in SimplePie\\Sanitize
243 $this->strip_comments = (bool) $strip;
375 if ($this->strip_comments) {
H A DSimplePie.php1347 $this->strip_comments(false);
1438 public function strip_comments($strip = false) function in SimplePie\\SimplePie
1440 $this->sanitize->strip_comments($strip);