Home
last modified time | relevance | path

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

1...<<1112131415

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
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…
H A Dhtml5shiv.min.js171 var clone = data.frag.cloneNode(),
176 clone.createElement(elems[i]);
178 return 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/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/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_clone.tpl.dist3 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dmocked_class.tpl.dist7 {clone}{mocked_methods}
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass_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();
H A Dclass_implementing_interface_call_parent_constructor.phpt39 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dclass_implementing_interface_dont_call_parent_constructor.phpt39 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dclass_partial.phpt39 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dclass_with_method_named_method.phpt35 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dclass_with_method_with_variadic_arguments.phpt35 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dnamespaced_class_implementing_interface_dont_call_parent_constructor.phpt41 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dnamespaced_class_partial.phpt41 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dnamespaced_interface.phpt35 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dnonexistent_class_with_namespace_starting_with_separator.phpt38 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dnullable_types.phpt39 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dproxy.phpt35 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dreturn_type_declarations_nullable.phpt37 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dreturn_type_declarations_object_method.phpt40 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dreturn_type_declarations_static_method.phpt40 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dreturn_type_declarations_void.phpt37 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md288 $multiple->attachIterator(clone $counter);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php2042 $clone = false;
2045 $clone = true;
2048 $clone = false;
2088 if ($clone) {

1...<<1112131415