Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 25 of 105) sorted by last modified time

12345

/template/sprintdoc/css/
H A Darea_nav-page-attributes.less4 .page-attributes {
/template/sprintdoc/
H A Dtpl.php70 * @param string[] $args HTML attributes for the item
91 $attributes = buildAttributes($args, true);
93 $out = "<a $attributes>";
H A Dstyle.ini70 css/area_nav-page-attributes.less = all
H A DTemplate.php215 * @param array $attributes
221 public static function getResizedImgTag($tag, $attributes, $w, $h, $crop = true) { argument
226 foreach($attributes as $attribute => $data) {
245 $attributes[$attr] = $media;
248 return '<' . $tag . ' ' . buildAttributes($attributes) . ' />' . "\n";
/template/sprintdoc/css/plugins/
H A Dqc.less
H A Dstarred.less
H A Dquicksubscribe.less
H A Ddo_tasks.less
/template/ad-hominem/css/
H A Dprint.less262 /* text attributes */
/template/mikio/inc/
H A Dsimple_html_dom.php568 list($tag, $id, $class, $attributes, $cmb) = $selector;
664 // Check attributes
666 && $attributes !== ''
667 && is_array($attributes)
668 && !empty($attributes)) {
669 foreach($attributes as $a) {
678 // Handle indexing attributes (i.e. "[2]")
685 * doesn't work on numeric attributes anyway.
870 * [4] - attributes
872 * Optionally matches the attributes lis
[all...]
/template/mikio/assets/
H A Dmikio.js257 if (mutation.type === 'attributes' && mutation.attributeName == 'style' && mutation.target && mutation.target.style.height) {
265 mediaChangedObserver.observe(target, { attributes: true, childList: true, subtree: true });
320 mediaPopupObserver.observe(target, { attributes: false, childList: true });
327 if (mutation.type === 'attributes' && mutation.attributeName == 'href') {
348 mediaChangedObserver.observe(element, { attributes: true, childList: true, subtree: true });
/template/launch/css/
H A Dbootstrap.min.css6 …lt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-
/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG338 * fixed edge case in the method cache for Twig attributes
/template/twigstarter/vendor/twig/twig/src/Node/
H A DNode.php26 protected $attributes; variable in Twig\\Node\\Node
35 * @param array $attributes An array of attributes (should not be nodes)
47 $this->attributes = $attributes;
54 $attributes = [];
55 foreach ($this->attributes as $name => $value) {
59 $repr = [static::class.'('.implode(', ', $attributes)];
102 return \array_key_exists($name, $this->attributes);
110 if (!\array_key_exists($name, $this->attributes)) {
114 return $this->attributes[$name];
123 $this->attributes[$name] = $value;
[all …]
/template/strap/bootstrap/5.0.1/
H A Dbootstrap.min.js6 …cludes(i)){s.parentNode.removeChild(s);continue}const r=[].concat(...s.attributes),a=[].concat(e["…
H A Dbootstrap.min.js.map1attributes","dataset","pureKey","charAt","getDataAttribute","offset","rect","getBoundingClientRect…
H A Dpopper.min.js5attributes:{},styles:{}},c=[],p=!1,u={state:f,setOptions:function(r){var i="function"==typeof r?r(… property in AnonymousFunctiona7f373a40100.K.AnonymousFunctiona7f373a40e00.f
/template/strap/bootstrap/4.4.1/
H A Dpopper.min.js4attributes:{},flipped:!1,offsets:{}};e.offsets.reference=L(this.state,this.popper,this.reference,t… property in AnonymousFunction428095670100.e
H A Dbootstrap.min.js6 …)))return e.parentNode.removeChild(e),"continue";var i=[].slice.call(e.attributes),o=[].concat(r["…
H A Djquery-3.4.1.min.js2attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTag…
/template/strap/bootstrap/4.5.0/
H A Dbootstrap.min.js6 …)))return i.parentNode.removeChild(i),"continue";var a=[].slice.call(i.attributes),l=[].concat(e["…
H A Djquery-3.5.1.min.js2attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTag…
H A Dpopper.min.js4attributes:{},flipped:!1,offsets:{}};e.offsets.reference=L(this.state,this.popper,this.reference,t… property in AnonymousFunction321309a70100.e
/template/strap/bootstrap/
H A DupdateBootStrapCustom.yml11 attributes:
/template/strap/class/
H A DDomUtility.php45 foreach ($domElement->attributes as $attr) {

12345