Home
last modified time | relevance | path

Searched refs:cloned (Results 1 – 25 of 36) sorted by relevance

12

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockBuilderTest.php97 $cloned = clone $mock;
99 $this->assertTrue($cloned->cloned);
108 $mock->cloned = false;
109 $cloned = clone $mock;
111 $this->assertFalse($cloned->cloned);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/fixtures/f005/
H A DFoo.php7 public $cloned = false; variable in DeepCopy\\f005\\Foo
11 $this->cloned = true;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/fixtures/f007/
H A DFooDateInterval.php9 public $cloned = false; variable in DeepCopy\\f007\\FooDateInterval
13 $this->cloned = true;
H A DFooDateTimeZone.php9 public $cloned = false; variable in DeepCopy\\f007\\FooDateTimeZone
13 $this->cloned = true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DMockable.php5 public $cloned = false; variable in Mockable
24 $this->cloned = true;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/fixtures/f006/
H A DA.php7 public $cloned = false; variable in DeepCopy\\f006\\A
24 $this->cloned = true;
H A DB.php7 public $cloned = false; variable in DeepCopy\\f006\\B
24 $this->cloned = true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
H A DMockable.php5 public $cloned; variable in Mockable
26 $this->cloned = true;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DPipeline.php184 $cloned = clone $endpoint;
186 return $this->getClient()->requestEndpoint($cloned);
H A DIndex.php771 $cloned = clone $endpoint;
772 $cloned->setIndex($this->getName());
774 return $this->getClient()->requestEndpoint($cloned);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php633 $cloned = clone $mock;
634 $this->assertFalse($cloned->cloned);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSnapshotNamespace.asciidoc58 $params['target_snapshot'] = (string) The name of the cloned snapshot to create
H A DIndicesNamespace.asciidoc143 $params['wait_for_active_shards'] = (string) Set the number of active shards to wait for on the cloned index before the operation returns.
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md352 // All mocks will be just cloned, not deep copied
358 …ures cannot be deep-copied with PHP Reflection. As a result they are shallow cloned and filters are
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md347 // All mocks will be just cloned, not deep copied
353 The following structures cannot be deep-copied with PHP Reflection. As a result they are shallow cloned and filters are
/plugin/dokutexit/
H A DREADME.md3 This is a cloned repository of the [Dokuwiki TeXit plugin], the original website
/plugin/csv/_test/
H A Davengers.csv23 …_and_the_Scarlet_Witch_Vol_1_2. Did not return however he was eventually cloned but the clone was …
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md4511 arrays. The own enumerable properties of `arguments` objects are cloned
4522 *(*)*: Returns the cloned value.
4550 *(*)*: Returns the deep cloned value.
4579 *(*)*: Returns the deep cloned value.
4608 is invoked to produce the cloned value. If `customizer` returns `undefined`,
4620 *(*)*: Returns the cloned value.
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js10871 if (cloned.has(value)) {
10872 return cloned.get(value);
10888 cloned.set(value, result);
10893 cloned.set(value, result);
10923 var cloned = new WeakMap();
H A Dpdf.js.map1cloned","transferable","transfers","desc","cloneValue","addEventListener","removeEventListener","p…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1298 * [BC] Completely refactored ResourceIterators to iterate over a cloned command object
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/ckgedit/ckeditor/
H A DCHANGES.md307 …to merge two objects, returning the new object with all properties from both objects deeply cloned.
1289 * [#11439](https://dev.ckeditor.com/ticket/11439): Fixed: Properties get cloned in the Cell Propert…
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1 …t, so\n // any redirected response must be \"copied\" rather than cloned, so the new\n …
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...

12