Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php393 foreach ($this->rename_attributes as $attrib) {
394 $this->rename_attr($attrib, $xpath);
399 foreach ($this->strip_attributes as $attrib) {
400 $this->strip_attr($attrib, $xpath);
604 protected function strip_attr($attrib, $xpath) argument
606 $elements = $xpath->query('//*[@' . $attrib . ']');
609 $element->removeAttribute($attrib);
613 protected function rename_attr($attrib, $xpath) argument
615 $elements = $xpath->query('//*[@' . $attrib . ']');
618 $element->setAttribute('data-sanitized-' . $attrib,
[all...]