Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php76 public $strip_comments = false; variable in SimplePie\\Sanitize
240 public function strip_comments($strip = false) function in SimplePie\\Sanitize
242 $this->strip_comments = (bool) $strip;
374 if ($this->strip_comments) {
H A DMisc.php1710 public static function strip_comments($data) function in SimplePie\\Misc
H A DSimplePie.php1345 $this->strip_comments(false);
1436 public function strip_comments($strip = false) function in SimplePie\\SimplePie
1438 $this->sanitize->strip_comments($strip);