Searched refs:setAttribute (Results 1 – 7 of 7) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/src/ |
D | Sanitize.php | 425 $img->setAttribute('src', $this->image_handler . $image_url); 432 … $img->setAttribute('src', $this->image_handler . $image_url); 510 $element->setAttribute($attribute, $value); 617 $element->setAttribute('data-sanitized-' . $attrib, $element->getAttribute($attrib)); 627 $element->setAttribute($attrib, $value);
|
/dokuwiki/inc/Utf8/ |
D | Sort.php | 53 $collator->setAttribute(\Collator::NUMERIC_COLLATION, \Collator::ON);
|
/dokuwiki/lib/scripts/ |
D | fileuploader.js | 801 input.setAttribute("multiple", "multiple"); 804 input.setAttribute("type", "file"); 805 input.setAttribute("name", this._options.name); 847 input.setAttribute('tabIndex', "-1"); 966 fileInput.setAttribute('name', 'qqfile'); 992 iframe.setAttribute('src', 'javascript:false;'); 1086 iframe.setAttribute('id', id); 1106 form.setAttribute('action', queryString); 1107 form.setAttribute('target', iframe.name);
|
D | editor.js | 106 textarea.setAttribute('wrap', wrapAttrValue);
|
/dokuwiki/lib/scripts/jquery/ |
D | jquery.min.js | 2 …setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"…
|
/dokuwiki/_test/core/ |
D | phpQuery-onefile.php | 3733 @$node->setAttribute($a, $value); 3776 $node->setAttribute($attr, $value); 3894 $node->setAttribute( 3912 $node->setAttribute('class', $newValue); 3940 $node->setAttribute('class', implode(' ', $classes));
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
D | X509.php | 3556 public function setAttribute($id, $value, $disposition = self::ATTR_ALL) function in phpseclib3\\File\\X509
|