Searched refs:attr (Results 1 – 5 of 5) sorted by relevance
/web-master/manage/js/ |
H A D | animatedcollapse.js | 46 var attr=new RegExp(name+"=([^,]+)", "i") //get name/value config pair (ie: width=400px,) variable in animatedcollapse 47 …return (attr.test(this.attrs) && parseInt(RegExp.$1)!=0)? RegExp.$1 : null //return value portion … 56 …var targetgroup=this.divgroups[$divref.attr('groupname')] //find out which group DIV belongs to (i… 57 …if ($divref.attr('groupname') && targetgroup.count>1 && (action=="show" || action=="toggle" && $di… 74 if ($divref.attr('fade')) 76 …$divref.animate(animateSetting, $divref.attr('speed')? parseInt($divref.attr('speed')) : 500, func… 78 …$togglerimage.attr('src', ($divref.css('display')=="none")? $togglerimage.data('srcs').closed : $t… 128 …this.$divref.attr(ac.generatemap(['groupname', this.getAttr('group')], ['fade', this.getAttr('fade… 158 …ac.divholders[this._divids].$togglerimage.attr('src', (ac.divholders[this._divids].$divref.css('di…
|
H A D | jquery.min.js | 12 …attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0… 19 …attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop==…
|
/web-master/vendor/michelf/php-markdown-extra/ |
H A D | markdown.php | 413 $attr = ' 433 '.$attr.' # attributes 494 '.$attr.' # attributes 2264 if (empty($attr)) return ""; 2265 return " id=\"$attr\""; 2370 else $attr[$n] = ''; 2704 $attr = " rev=\"footnote\""; 2708 $attr .= " class=\"$class\""; 2727 $attr = str_replace("%%", ++$num, $attr); 2759 $attr = " rel=\"footnote\""; [all …]
|
H A D | PHP Markdown Extra Readme.text | 643 <span attr='`ticks`'>bar</span> 644 <span attr='``double ticks``'>bar</span>
|
/web-master/scripts/ |
H A D | pregen_news | 154 // {{{ Return all attrs for current element as an array(attr-name => attr-value)
|
Completed in 35 milliseconds