Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
DSanitize.php425 $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/
DSort.php53 $collator->setAttribute(\Collator::NUMERIC_COLLATION, \Collator::ON);
/dokuwiki/lib/scripts/
Dfileuploader.js801 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);
Deditor.js106 textarea.setAttribute('wrap', wrapAttrValue);
/dokuwiki/lib/scripts/jquery/
Djquery.min.js2setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"…
/dokuwiki/_test/core/
DphpQuery-onefile.php3733 @$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/
DX509.php3556 public function setAttribute($id, $value, $disposition = self::ATTR_ALL) function in phpseclib3\\File\\X509