Home
last modified time | relevance | path

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

/template/dwsimple/dwsimple/
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/
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/a_new_day/js/
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/battlehorse/js/
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/
DSVG.php27 * @param array $attrs Icon attributes
31 public static function icon($icon, $class = null, $size = 24, $attrs = array()) argument
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/
Dtpl_functions.php111 ->attrs([
121 $searchForm->addButton('', $lang['btn_search'])->attrs([
/template/strap/action/
H A Dlogin.php270 foreach ($userField->attrs() as $keyAttr => $valueAttr) {
295 foreach ($pwdField->attrs() as $keyAttr => $valueAttr) {
323 foreach ($rememberField->attrs() as $keyAttr => $valueAttr) {
/template/strap/ComboStrap/
H A DIdentityFormsHelper.php55 foreach ($inputElement->attrs() as $keyAttr => $valueAttr) {
/template/bulma/
Dtpl_functions.php214 ->attrs([
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js3742 this.attrs=oldTag?copyObject(oldTag.attrs):{};
3748 var attrs=args.length?args[0]:null;
3749 var hasAttrs=typeof(attrs)=="object"&&!isTag(attrs);
3753 }if(hasAttrs){this.parseAttrs(attrs)
3766 }else{if(name=="class"&&this.attrs.hasOwnProperty(name)){this.attrs[name]+=" "+val
3767 }else{this.attrs[name]=val
3825 for(var name in this.attrs){if(name!="class"){var val=this.attrs[name];
3833 }}if(this.attrs.hasOwnProperty("class")||this.classes){topBlock.push(', " class=\\""');
3834 if(this.attrs.hasOwnProperty("class")){addParts(this.attrs["class"],",",topBlock,info,true)
3944 this.attrs=oldTag?oldTag.attrs:{};
[all …]
/template/breeze/bower_components/gumby/js/libs/
Dmodernizr-2.6.2.min.js4 …orceJS&&"css"==i.url.split(".").pop().split("?").shift()?"c":c,i.noexec,i.attrs,i.timeout),(d(e)||…
Djquery-2.0.2.min.map1 …,"cache","cacheLength","shift","markFunction","assert","div","addHandle","attrs","handler","curren…
Djquery-1.10.1.min.map1 …eLength","shift","markFunction","assert","div","removeChild","addHandle","attrs","handler","curren…
/template/codowik/js/
Dlayout.js435 , attrs = "Color,Style,Width".split(",")
445 a = attrs[k];