Home
last modified time | relevance | path

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

123

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dclone.js6 var cloned = shallow(property);
10 cloned.components.unshift(component);
13 cloned.dirty = true;
14 cloned.value = property.value.slice(0);
16 return cloned;
20 var cloned = wrapSingle([
24 cloned.important = property.important;
25 cloned.hack = property.hack;
26 cloned.unused = false;
27 return cloned;
Drestructure.js18 var cloned = cloneArray(propertyA);
19 cloned[5] = cloned[5].concat(propertyB[5]);
21 return cloned;
/plugin/asciidocjs/node_modules/clean-css/lib/utils/
Dclone-array.js2 var cloned = array.slice(0);
4 for (var i = 0, l = cloned.length; i < l; i++) {
5 if (Array.isArray(cloned[i]))
6 cloned[i] = cloneArray(cloned[i]);
9 return cloned;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
DMockBuilderTest.php97 $cloned = clone $mock;
99 $this->assertTrue($cloned->cloned);
108 $mock->cloned = false;
109 $cloned = clone $mock;
111 $this->assertFalse($cloned->cloned);
/plugin/asciidocjs/node_modules/core-js/library/modules/
Des6.array.slice.js21 var cloned = new Array(size); variable
23 for (; i < size; i++) cloned[i] = klass == 'String'
26 return cloned;
/plugin/asciidocjs/node_modules/core-js/modules/
Des6.array.slice.js21 var cloned = new Array(size); variable
23 for (; i < size; i++) cloned[i] = klass == 'String'
26 return cloned;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/fixtures/f005/
DFoo.php7 public $cloned = false; variable in DeepCopy\\f005\\Foo
11 $this->cloned = true;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/fixtures/f007/
DFooDateInterval.php9 public $cloned = false; variable in DeepCopy\\f007\\FooDateInterval
13 $this->cloned = true;
DFooDateTimeZone.php9 public $cloned = false; variable in DeepCopy\\f007\\FooDateTimeZone
13 $this->cloned = true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
DMockable.php5 public $cloned = false; variable in Mockable
24 $this->cloned = true;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/fixtures/f006/
DB.php7 public $cloned = false; variable in DeepCopy\\f006\\B
24 $this->cloned = true;
DA.php7 public $cloned = false; variable in DeepCopy\\f006\\A
24 $this->cloned = true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
DMockable.php5 public $cloned; variable in Mockable
26 $this->cloned = true;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DPipeline.php184 $cloned = clone $endpoint;
186 return $this->getClient()->requestEndpoint($cloned);
DIndex.php771 $cloned = clone $endpoint;
772 $cloned->setIndex($this->getName());
774 return $this->getClient()->requestEndpoint($cloned);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
DTestCaseTest.php633 $cloned = clone $mock;
634 $this->assertFalse($cloned->cloned);
/plugin/dlcounter/
DREADME.md4 …f the phil-ide account where the original repository was stored, so I've cloned it here. This is n…
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
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/
DREADME.md347 // All mocks will be just cloned, not deep copied
353 …ures cannot be deep-copied with PHP Reflection. As a result they are shallow cloned and filters are
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DSnapshotNamespace.asciidoc58 $params['target_snapshot'] = (string) The name of the cloned snapshot to create
/plugin/asciidocjs/node_modules/pug-walk/
DREADME.md25 `ast` is not cloned, so any changes done to it will be done directly on the AST provided.
/plugin/asciidocjs/node_modules/uglify-js/bin/
Duglifyjs373 // load on demand - assumes cloned repository
/plugin/dokutexit/
DREADME.md3 This is a cloned repository of the [Dokuwiki TeXit plugin], the original website
/plugin/json/demo/
Djson_definition_demo.txt387 …contain JSON data. For example, existing data from JSON database can be "cloned" with 'src' attrib…
/plugin/csv/_test/
Davengers.csv23 …_and_the_Scarlet_Witch_Vol_1_2. Did not return however he was eventually cloned but the clone was …

123