Home
last modified time | relevance | path

Searched refs:attr (Results 701 – 722 of 722) sorted by last modified time

1...<<212223242526272829

/plugin/s5reloaded/ui/thesis/
H A Dpretty.css517 li:after {content: " [" attr(class) "]"; color: #F88;}
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone…
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js32 },attr:function(name,value,type){var options=name;
36 }}return this.each(function(i){for(name in options){jQuery.attr(type?this.style:this,name,jQuery.pr…
39 }return this.attr(key,value,"curCSS");
225 }if(name=="opacity"&&jQuery.browser.msie){ret=jQuery.attr(style,"opacity");
281 },attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8){return undefined;
290 }if(msie&&notxml&&name=="style"){return jQuery.attr(elem.style,"cssText",value);
292 }var attr=msie&&notxml&&special?elem.getAttribute(name,2):elem.getAttribute(name);
293 return attr===null?undefined:attr;
360 jQuery.each({removeAttr:function(name){jQuery.attr(this,name,"");
401 },selected:function(a){return a.selected||jQuery.attr(a,"selected");
/plugin/animation/scripts/
H A Djquery.scianimator.min.js8attr("src",h.src);return i},container:function(){a("container");var h=e(this);var g=h.data("sciani…
/plugin/jsonrpc/
H A DIJR_Message.php62 function tag_open($parser, $tag, $attr) { argument
/plugin/processing/
H A Dscript.js3513 var attr;
3517 attr = this.findAttribute( name, arguments[1] );
3518 if (attr) {
3519 attr.setValue(arguments[2]);
3521 attr = new XMLAttribute(arguments[0], name, arguments[1], arguments[2], "CDATA");
3522 this.attributes.addElement(attr);
3525 attr = this.findAttribute(arguments[0]);
3526 if (attr) {
3527 attr.setValue(arguments[1]);
3529 attr = new XMLAttribute(arguments[0], arguments[0], null, arguments[1], "CDATA");
[all …]
/plugin/jquery/
H A Djquery-1.4.2.min.js22 …b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else…
42attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(functio…
43 …)return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&…
44 …)return this.each(function(e){var j=c(this);j.toggleClass(a.call(this,e,j.attr("class"),b),b)});re…
47 …ss:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){i…
H A Djquery-1.4.2.js118 jQuery.fn.attr.call( selector, context, true );
1216 attr: function( name, value ) {
1217 return access( this, name, value, true, jQuery.attr );
1222 jQuery.attr( this, name, "" );
1233 self.addClass( value.call(this, i, self.attr("class")) );
1267 self.removeClass( value.call(this, i, self.attr("class")) );
1301 self.toggleClass( value.call(this, i, self.attr("class"), stateVal), stateVal );
1449 attr: function( elem, name, value, pass ) {
1529 var attr = !jQuery.support.hrefNormalized && notxml && special ?
1535 return attr === null ? undefined : attr;
H A Dscript.js12attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0…
19attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop==…
/plugin/conflictmerger/
H A Daction.php186 $attr = array('tabindex'=>'1');
188 if (!$wr) $attr['readonly'] = 'readonly';
191 $wikitext = form_makeWikiText(cleanText($_POST['wikitext']), $attr);
/plugin/highlightjs/highlight/styles/
H A Dfar.css8 content: 'highlight: ' attr(class);
H A Ddark.css8 content: 'highlight: ' attr(class);
H A Dschool_book.css8 content: 'highlight: ' attr(class);
H A Dbrown_paper.css8 content: 'highlight: ' attr(class);
H A Ddefault.css8 content: 'highlight: ' attr(class);
H A Dzenburn.css9 content: 'highlight: ' attr(class);
/plugin/indexmenu2/cms/transitions/
H A Dblend.js12attr=(I.style.opacity==null)?((I.style.MozOpacity==null)?((I.style.KhtmlOpacity==null)?'KhtmlOpaci…
/plugin/offline/ui/dokuwiki/
H A Dprint.css1 …er{content:" [" attr(href) "]";font-size:90%;}a.interwiki:after{content:" [" attr(href) "]";font-s…
/plugin/code3/src/
H A Dtz.js364 var attr = node.attributes[i];
365 if (!attr.specified) { continue; }
367 PR_normalizedHtml(attr, out);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js521 var setAttributes = function(e, attr) { argument
534 for (var i = 0; i < attr.length; i++) {
535 var k = attr[i][0], v = attr[i][1];
H A DJsHttpRequest.js708 var setAttributes = function(e, attr) { argument
721 for (var i = 0; i < attr.length; i++) {
722 var k = attr[i][0], v = attr[i][1];
/plugin/googlesearch/
H A Dnusoap.php1532 foreach($attrs['attrs'] as $attr => $aParts){

1...<<212223242526272829