Home
last modified time | relevance | path

Searched refs:clone (Results 176 – 200 of 361) sorted by path

12345678910>>...15

/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/
H A DArrayObjectFilter.php28 $clone = clone $arrayObject;
30 $clone->offsetSet($k, $this->copier->copy($v));
33 return $clone;
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt60 …s the "home" directory for apache. Once you have done this, you can then clone repositories as th…
64 sudo -u apache git clone git@github.com:turnermm/fckgLite
/plugin/editions/
H A Dscript.js42 snippetMap[snippetMapKey] = jQuery(this).clone().html();
/plugin/edittable/lib/
H A Dhandsontable.full.js1455 exports.clone = clone;
1583 function clone(object) {
6192 clone.style.top = 0;
6193 clone.style.left = 0;
6244 if (!this.clone) {
9912 res = model.clone();
10261 function clone () {
10913 proto.clone = clone;
13395 clone: function() {
26451 if (elem.clone && elem.clone.wtTable.TABLE.contains(element)) {
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc24 * <<Elasticsearch_Namespaces_IndicesNamespaceclone_clone,`clone()`>>
134 .`clone(array $params = [])`
139 $params['index'] = (string) The name of the source index to clone
140 $params['target'] = (string) The name of the target index to clone into
H A DSnapshotNamespace.asciidoc22 * <<Elasticsearch_Namespaces_SnapshotNamespaceclone_clone,`clone()`>>
51 .`clone(array $params = [])`
57 $params['snapshot'] = (string) The name of the snapshot to clone from
60 $params['body'] = (array) The snapshot clone definition (Required)
/plugin/etherpadlite/
H A DREADME.md67 git clone --recursive https://github.com/michael-dev/dokuwikietherpadlite lib/plugins/etherpadlite
/plugin/etherpadlite/scripts/
H A Detherpadlite.js566 …jQuery("#edbtn__save").clone().attr('id','edbtn__save2').insertAfter('#edbtn__save').click(ep.onSa…
570 …jQuery("#edbtn__preview").clone().attr('id','edbtn__preview2').insertAfter('#edbtn__preview').clic…
575 …jQuery('#edbtn__cancel').clone().attr('id','edbtn__cancel2').insertAfter('#edbtn__cancel').click(e…
/plugin/eventline/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/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js52 var clone = m.cloneNode(true);
53 f.appendChild(clone);
123 var clone = m.cloneNode(true);
124 f.appendChild(clone);
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DCONTRIBUTING.md11 To install the project and run the tests, you need to clone it first:
14 $ git clone git://github.com/doctrine/instantiator.git
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md288 $multiple->attachIterator(clone $counter);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md19 1. [Using simply `clone`](#using-simply-clone)
64 $myCopy = clone $myObject;
69 You use [`__clone()`](http://www.php.net/manual/en/language.oop5.cloning.php#object.clone) and impl…
79 ### Using simply `clone`
81 ![Using clone](doc/clone.png)
86 ![Overridding __clone](doc/deep-clone.png)
289 // $copy should now contain a clone of all entities, including those that were not yet fully loaded.
337 Stop *DeepCopy* from recursively copying element, using standard `clone` instead:
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dhtml5shiv.min.js171 var clone = data.frag.cloneNode(),
176 clone.createElement(elems[i]);
178 return clone;
H A Djquery.min.js3clone(j,!0,!0),i&&r.merge(h,ma(j,"script"))),c.call(a[l],j,l);if(i)for(k=h[h.length-1].ownerDocume…
4 …&(r.isFunction(a)&&(a=a.call(this[0])),b=r(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parent…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_class.tpl.dist7 {clone}{mocked_methods}
H A Dmocked_clone.tpl.dist3 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dunmocked_clone.tpl.dist3 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A D232.phpt64 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dabstract_class.phpt39 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dclass.phpt39 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dclass_call_parent_clone.phpt34 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dclass_call_parent_constructor.phpt34 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dclass_dont_call_parent_clone.phpt34 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dclass_dont_call_parent_constructor.phpt34 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();

12345678910>>...15