Searched defs:strip_htmltags (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Sanitize.php | 72 public $strip_htmltags = ['base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style']; variable in SimplePie\\Sanitize 184 public function strip_htmltags($tags = ['base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style']) function in SimplePie\\Sanitize
|
H A D | SimplePie.php | 662 public $strip_htmltags = ['base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style']; variable in SimplePie\\SimplePie 1371 public function strip_htmltags($tags = '', $encode = null) function in SimplePie\\SimplePie
|