Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php259 * @param array|null $element_attribute Element/attribute key/value pairs, null for default
261 public function set_url_replacements($element_attribute = null) argument
263 if ($element_attribute === null) {
264 $element_attribute = [
285 $this->replace_url_attributes = (array) $element_attribute;
H A DSimplePie.php1450 * @param array|null $element_attribute Element/attribute key/value pairs, null for default
1452 public function set_url_replacements($element_attribute = null) argument
1454 $this->sanitize->set_url_replacements($element_attribute);