Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php56 public $strip_comments = false; variable in SimplePie\\Sanitize
293 public function strip_comments(bool $strip = false) function in SimplePie\\Sanitize
295 $this->strip_comments = $strip;
452 if ($this->strip_comments) {
H A DMisc.php1725 public static function strip_comments(string $data) function in SimplePie\\Misc
H A DSimplePie.php1447 $this->strip_comments(false);
1565 public function strip_comments(bool $strip = false) function in SimplePie\\SimplePie
1567 $this->sanitize->strip_comments($strip);
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md55 - `SimplePie\Misc::strip_comments()` is deprecated