Home
last modified time | relevance | path

Searched refs:clone (Results 1 – 25 of 43) sorted by relevance

12

/template/strap/resources/snippet/js/
H A Dcombo-html.js7 let clone = document.createElement(element.localName);
8 clone.text = element.text
9 Array.from(element.attributes).forEach(attr => clone.setAttribute(attr.name, attr.value));
10 return clone;
77 let clone = cloneScriptElement(scriptElement);
79 scriptElement.parentNode.replaceChild(clone, scriptElement);
80 clone.addEventListener("load", loaderManager.decrease)
/template/wikiweko/
H A Dscript.js10 .clone()
16 .clone()
40 .clone()
/template/strap/
H A Dcontrib.md48 git clone https://github.com/dokuwiki/dokuwiki combo
56 git clone git@github.com:ComboStrap/combo
63 git clone https://github.com/cosmocode/sqlite sqlite
64 git clone https://github.com/michitux/dokuwiki-plugin-move/ move
65 git clone https://github.com/dokufreaks/plugin-include include
66 git clone https://github.com/tatewake/dokuwiki-plugin-googleanalytics googleanalytics
67 git clone https://github.com/alexlehm/dokuwiki-plugin-gtm googletagmanager
73 git clone git@github.com:ComboStrap/combo_test.git _test
/template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DArrayPredictionContext.php52 $clone = clone $this;
53 $clone->parents = $parents;
55 return $clone;
/template/flat/assets/js/
Dhtml5shiv.js171 var clone = data.frag.cloneNode(),
176 clone.createElement(elems[i]);
178 return clone;
/template/peanutbutter2/
DREADME.md29 1. **Download or clone this repository** into your `lib/tpl/` directory:
33 git clone https://github.com/lenehey/dokuwiki-template-peanutbutter2
/template/bulma/
DREADME.md9 Download or clone this repository to `lib/tpl/bulma`.
/template/dokukit/
DREADME3 This is a clone of the DokuCMS template by Klaus Vormweg
/template/headstrong/
DMakefile33 git clone git://github.com/znarf/h6e-minimal.git $(STAGE)/h6e-minimal ; \
/template/icke/
Dscript.js42 var $newPopout = $currentNode.closest('div.sec_level').clone();
/template/adoradark/
DREADME.md2 `git clone git://github.com/notconscious/dokuwiki-template-adoradark.git`
/template/breeze/bower_components/gumby/js/
Dplugins.js2 …==''){if(l.type=='password'){if(!p.data('placeholder-textinput')){try{q=p.clone().attr({type:'text…
/template/starterpjax/
Djquery.pjax.js325 cachePush(pjax.state.id, context.clone().contents())
403 cachePop(direction, pjax.state.id, container.clone().contents())
/template/parallax/lib/js/
Djquery.jcarousel.js227 …) u = this.items().eq(0), c = this._visible.index(u) >= 0, c && u.after(u.clone(!0).attr("data-jca…
234 …u = this.items().eq(-1), c = this._visible.index(u) >= 0, c && u.after(u.clone(!0).attr("data-jcar…
332 if (r && e.after(e.clone(!0).attr("data-jcarousel-clone", !0)), this.list().append(e), !r) {
Djquery.jcarousel.min.js1clone(!0).attr("data-jcarousel-clone",!0)),this.list().append(c),h||(p={},p[this.lt]=this.dimensio…
/template/strap/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js30 if(firebug.internal.isPopup){window.opener.firebug.env=firebug.lib.util.Hash.clone(fe);}
99 …cument.getElementsByClassName.apply(document,arguments);};pi.util={Array:{clone:function(_array,_u… method
100 _source[_index]=pi.util.Array.clone(_source[_index]);});return tmp;},count:function(_array,_value){…
115clone:function(_hash,_undeep){var tmp={};for(var key in _hash){if(!_undeep&&pi.util.IsArray(_hash[… method
118 value=pi.util.Array.clone(_source[key]);}
119 …alue=pi.util.Hash.merge(_hash[key],_source[key]);}else{value=pi.util.Hash.clone(_source[key]);}}el…
120 …ar _p=pi.util.Hash.clone(_private);if(!skipClonning){for(var key in this){if(pi.util.IsArray(this[…
121 if(pi.util.IsHash(this[key])){this[key]=pi.util.Hash.clone(this[key],function(_key,_object){this[_k…
H A Dfirebug-lite-1.2.js478 window.opener.firebug.env = firebug.lib.util.Hash.clone(fe);
1937 clone:function(_array,_undeep){ method
1942 _source[_index] = pi.util.Array.clone(_source[_index]);
2159 clone:function(_hash,_undeep){ method
2163 tmp[key] = pi.util.Array.clone( _hash[key] );
2165 tmp[ key ] = pi.util.Hash.clone(_hash[key]);
2180 value = pi.util.Array.clone(_source[key]);
2186 value = pi.util.Hash.clone( _source[key] );
2218 var _p = pi.util.Hash.clone(_private);
2222 this[key] = pi.util.Array.clone( this[key] );
[all …]
/template/ospyramid/js/libs/
Djquery-1.6.1.js151 selector = (ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment).childNodes;
318 var options, name, src, copy, copyIsArray, clone,
360 clone = src && jQuery.isArray(src) ? src : [];
363 clone = src && jQuery.isPlainObject(src) ? src : {};
367 target[ name ] = jQuery.extend( deep, clone, copy );
5512 var wrap = jQuery( html, this[0].ownerDocument ).eq(0).clone(true);
5640 clone: function( dataAndEvents, deepDataAndEvents ) { method
5645 return jQuery.clone( this, dataAndEvents, deepDataAndEvents );
5783 jQuery.clone( fragment, true, true ) :
5943 var elems = (i > 0 ? this.clone(true) : this).get();
[all …]
/template/battlehorse/js/
Dcontrols.js67 Position.clone(element, update, {
106 Position.clone(this.update, this.iefix, {setTop:(!this.update.style.height)});
Dprototype.js63 clone: function(object) { method
597 clone: function() {
610 Array.prototype.toArray = Array.prototype.clone;
1113 var methods = Object.clone(Element.Methods), cache = Element.extend.cache;
2419 clone: function(source, target) {
/template/a_new_day/js/
Dcontrols.js67 Position.clone(element, update, {
106 Position.clone(this.update, this.iefix, {setTop:(!this.update.style.height)});
Dprototype.js63 clone: function(object) { method
597 clone: function() {
610 Array.prototype.toArray = Array.prototype.clone;
1113 var methods = Object.clone(Element.Methods), cache = Element.extend.cache;
2419 clone: function(source, target) {
/template/klean/
Djquery.slicknav.min.js6 …,a,i=this,l=n(this.element),o=this.settings;if(o.duplicate?(i.mobileNav=l.clone(),i.mobileNav.remo…
/template/ad-hominem/css/
H A Dprint.less31 box-decoration-break: clone;
310 box-decoration-break: clone;
/template/bootstrap3/
Dscript.js559 $dw_aside.find('.dw-sidebar-content').clone().appendTo('header aside');

12