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.php260 * @param array|null $element_attribute Element/attribute key/value pairs, null for default
262 public function set_url_replacements($element_attribute = null) argument
264 if ($element_attribute === null) {
265 $element_attribute = [
286 $this->replace_url_attributes = (array) $element_attribute;
H A DSimplePie.php1452 * @param array|null $element_attribute Element/attribute key/value pairs, null for default
1454 public function set_url_replacements($element_attribute = null) argument
1456 $this->sanitize->set_url_replacements($element_attribute);