Home
last modified time | relevance | path

Searched refs:clone (Results 76 – 100 of 361) sorted by relevance

12345678910>>...15

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnamespaced_class_implementing_interface_dont_call_parent_constructor.phpt41 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dnamespaced_class_implementing_interface_call_parent_constructor.phpt41 $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 Dreturn_type_declarations_static_method.phpt40 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dinterface.phpt33 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dscalar_type_declarations.phpt39 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dclass_partial.phpt39 $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 Dnullable_types.phpt39 $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_void.phpt37 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dreturn_type_declarations_self.phpt37 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js214 function clone(object) { function
255 clone: clone,
1028 function clone() {
1094 clone: clone,
1095 toArray: clone,
1200 function clone() { function
1220 clone: clone
1637 options = Object.clone(options);
3141 clone: function(element, deep) {
3144 clone._prototypeUID = void 0;
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js4435 geo = geo.clone();
5798 parent.insert(clone);
5962 rgeo = rgeo.clone();
6050 geo = geo.clone();
6069 geo = geo.clone();
6227 cell = cell.clone();
7952 if (!clone)
8038 if (clone)
11162 return clone;
11177 clone = clone.firstChild;
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js436 return _.clone(this.attributes);
494 this._previousAttributes = _.clone(this.attributes);
567 if (!diff) return this.hasChanged() ? _.clone(this.changed) : false;
590 return _.clone(this._previousAttributes);
667 options = options ? _.clone(options) : {};
714 clone: function() {
958 options = options ? _.clone(options) : {};
1075 options = options ? _.clone(options) : {};
1097 clone: function() {
1124 options = options ? _.clone(options) : {};
/plugin/idoit/
H A DREADME.md9 Simply clone the repo to `lib/plugins` of your Dokuwiki installation root within a directory named …
11 …git clone https://github.com/oliverguenther/dokuwiki-idoit-syntax <path to dokuwiki>/lib/plugins/i…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetReference.php27 private $clone = false; variable in Assetic\\Asset\\AssetReference
/plugin/approve/
H A Dscript.js48 var $img = jQuery("#dokuwiki__header img").clone();
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/
H A Dclass_with_deprecated_method.phpt39 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md53 … the PHP\_CodeSniffer source and run the `phpcs` and `phpcbf` commands directly from the Git clone:
55 git clone https://github.com/squizlabs/PHP_CodeSniffer.git
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js275 var clone = _.clone(moe);
276 assert.equal(clone.name, 'moe', 'the clone as the attributes of the original');
278 clone.name = 'curly';
279 …assert.ok(clone.name === 'curly' && moe.name === 'moe', 'clones can change shallow attributes with…
281 clone.lucky.push(101);
284 assert.equal(_.clone(void 0), void 0, 'non objects should not be changed by clone');
285 assert.equal(_.clone(1), 1, 'non objects should not be changed by clone');
286 assert.equal(_.clone(null), null, 'non objects should not be changed by clone');
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js530 days: a.clone().stripTime().diff(b.clone().stripTime(), 'days'),
538 days: a.clone().stripTime().diff(b.clone().stripTime(), 'days')
1802 this.end.clone() :
4436 var out = date.clone();
5889 start = date.clone();
5895 end = start.clone();
5906 start = end.clone();
8684 …this.unzonedRange = new UnzonedRange_1.default(start.clone().stripZone(), end.clone().stripZone());
11258 return date.clone();
11361 return event.end.clone();
[all …]
/plugin/stlviewer/stlviewer/
H A DOrbitControls.js108 this.target0 = this.target.clone();
109 this.position0 = this.object.position.clone();
177 var offset = position.clone().sub( scope.target );

12345678910>>...15