Home
last modified time | relevance | path

Searched refs:attrs (Results 1 – 12 of 12) sorted by relevance

/template/dwsimple/dwsimple/
H A Dsimple.php136 function startElement($parser, $name, $attrs) { argument
141 $this->boxid =(isset($attrs["ID"])) ? $attrs["ID"] : $this->boxindex++;
142 $this->boxtop =(isset($attrs["TOP"])) ? $attrs["TOP"] : 0;
143 $this->boxright =(isset($attrs["RIGHT"])) ? $attrs["RIGHT"] : 0;
144 $this->boxbottom=(isset($attrs["BOTTOM"])) ? $attrs["BOTTOM"] : 0;
145 $this->boxleft =(isset($attrs["LEFT"])) ? $attrs["LEFT"] : 0;
149 $this->lineid =(isset($attrs["ID"])) ? $attrs["ID"] : $this->lineindex++;
150 $this->linealign=(isset($attrs["ALIGN"])) ? $attrs["ALIGN"] : "top";
153 $this->linealign=(isset($attrs["ALIGN"])) ? $attrs["ALIGN"] : "top";
/template/bootstrap3/tpl/
H A Dfunctions.php51 function iconify($icon, $attrs = []) argument
55 if (isset($attrs['class'])) {
56 $class .= ' ' . $attrs['class'];
57 unset($attrs['class']);
60 $attrs['data-icon'] = $icon;
64 foreach ($attrs as $key => $value) {
/template/battlehorse/js/
H A Dbuilder.js54 var attrs = this._attributes(arguments[1]);
55 if(attrs.length) {
58 attrs + "></" + elementName + ">";
88 var attrs = [];
90 attrs.push((attribute in this.ATTR_MAP ? this.ATTR_MAP[attribute] : attribute) +
92 return attrs.join(" ");
/template/a_new_day/js/
H A Dbuilder.js54 var attrs = this._attributes(arguments[1]);
55 if(attrs.length) {
58 attrs + "></" + elementName + ">";
88 var attrs = [];
90 attrs.push((attribute in this.ATTR_MAP ? this.ATTR_MAP[attribute] : attribute) +
92 return attrs.join(" ");
/template/bootstrap3/
H A DSVG.php27 * @param array $attrs Icon attributes
31 public static function icon($icon, $class = null, $size = 24, $attrs = array()) argument
67 $attrs
74 // Remove possibly empty-ish attributes (self::$defaultAttributes or $attrs may contain null values)
87 private static function attributes($attrs = array()) argument
93 $attrs,
94 array_keys($attrs)
H A DEventHandlers.php88 ->attrs(['data-dw-icon' => 'mdi:account', 'data-dw-icon-target' => 'legend']);
100 ->attrs(['data-dw-icon' => 'mdi:lock-reset', 'data-dw-icon-target' => 'legend']);
113 ->attrs(['data-dw-icon' => 'mdi:account-plus', 'data-dw-icon-target' => 'legend']);
164 ->attrs(['data-dw-icon' => 'mdi:account-card-details-outline', 'data-dw-icon-target' => 'legend']);
176 ->attrs(['data-dw-icon' => 'mdi:account-remove', 'data-dw-icon-target' => 'legend']);
/template/mystyle/
H A Dtpl_functions.php111 ->attrs([
121 $searchForm->addButton('', $lang['btn_search'])->attrs([
/template/bulma/
H A Dtpl_functions.php201 ->attrs([
/template/breeze/bower_components/gumby/js/libs/
H A Dmodernizr-2.6.2.min.js4 …orceJS&&"css"==i.url.split(".").pop().split("?").shift()?"c":c,i.noexec,i.attrs,i.timeout),(d(e)||…
H A Djquery-2.0.2.min.map1 …,"cache","cacheLength","shift","markFunction","assert","div","addHandle","attrs","handler","curren…
H A Djquery-1.10.1.min.map1 …eLength","shift","markFunction","assert","div","removeChild","addHandle","attrs","handler","curren…
/template/codowik/js/
H A Dlayout.js435 , attrs = "Color,Style,Width".split(",") variable
445 a = attrs[k];