Home
last modified time | relevance | path

Searched refs:clone (Results 351 – 361 of 361) sorted by last modified time

1...<<1112131415

/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js68 Position.clone(element, update, {
109 Position.clone(this.update, this.iefix, {setTop:(!this.update.style.height)});
694 this.options = Object.clone(Ajax.InPlaceEditor.DefaultOptions);
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16 …a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.frag…
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js46 },wrapAll:function(html){if(this[0]){jQuery(html,this[0].ownerDocument).clone().insertBefore(this[0…
67 },clone:function(events){var ret=this.map(function(){if(jQuery.browser.msie&&!jQuery.isXMLDoc(this)…
68 container.appendChild(clone);
72 var clone=ret.find("*").andSelf().each(function(){if(this[expando]!=undefined){this[expando]=null; variable
76 for(var type in events){for(var handler in events[type]){jQuery.event.add(clone[i],type,events[type…
126 },domManip:function(args,table,reverse,callback){var clone=this.length>1,elems;
132 jQuery.each(elems,function(){var elem=clone?jQuery(this).clone(true)[0]:this;
/plugin/processing/
H A Dscript.js478 arr.clone = function() { function
528 return arguments[0].clone();
705 this.clone = function() { method in HashMap.HashMap
/plugin/jquery/
H A Djquery-1.4.2.min.js102 …pAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].pare…
106 return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(th…
111 return this}else{e=0;for(var j=d.length;e<j;e++){var i=(e>0?this.clone(true):this).get();c.fn[b].ap…
H A Djquery-1.4.2.js343 var clone = src && ( jQuery.isPlainObject(src) || jQuery.isArray(src) ) ? src variable
347 target[ name ] = jQuery.extend( deep, clone, copy );
4019 var wrap = jQuery( html, this[0].ownerDocument ).eq(0).clone(true);
4146 clone: function( events ) {
4403 var elems = (i > 0 ? this.clone(true) : this).get();
H A Dscript.js12clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstCh…
/plugin/indexmenu2/cms/extensions/
H A Dobjectextensions.js7clone=function(i){if(typeof(i)!="object")return i;try{var I=new i.constructor();}catch(e){return n…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckw3crange.js299 var clone, levelStartNode, levelClone, currentNode, currentSibling ;
302 clone = docFrag.RootNode ;
328 clone.appendChild( currentNode.cloneNode( true ) ) ;
336 clone.appendChild( currentNode ) ;
342 if ( clone )
343 clone = levelClone ;
347 clone = docFrag.RootNode ;
376 clone.insertBefore( currentNode.cloneNode( true ), clone.firstChild ) ;
384 clone.insertBefore( currentNode, clone.firstChild ) ;
391 if ( clone )
[all …]
/plugin/virtualkeyboard/vk/extensions/
H A Dobjectextensions.js22 Object.prototype.clone = function (obj) {
27 newObject[objectItem] = obj.clone(obj[objectItem]);
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1clone:1,use:1,__CLASS__:1,__LINE__:1,"else":1,"break":1,print:1,"eval":1,"new":1,"catch":1,__METHO… property in hljs.LANGUAGES.php.dM.k

1...<<1112131415