Home
last modified time | relevance | path

Searched refs:strip_attributes (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php50 …public $strip_attributes = ['bgsound', 'expr', 'id', 'style', 'onclick', 'onerror', 'onfinish', 'o… variable in SimplePie\\Sanitize
268 …public function strip_attributes($attribs = ['bgsound', 'expr', 'id', 'style', 'onclick', 'onerror… function in SimplePie\\Sanitize
272 $this->strip_attributes = $attribs;
274 $this->strip_attributes = explode(',', $attribs);
277 $this->strip_attributes = [];
478 if ($this->strip_attributes) {
479 foreach ($this->strip_attributes as $attrib) {
H A DSimplePie.php620 …public $strip_attributes = ['bgsound', 'class', 'expr', 'id', 'style', 'onclick', 'onerror', 'onfi… variable in SimplePie\\SimplePie
1449 $this->strip_attributes([]);
1514 public function strip_attributes($attribs = '') function in SimplePie\\SimplePie
1517 $attribs = $this->strip_attributes;
1519 $this->sanitize->strip_attributes($attribs);