| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
| D | clone.js | 6 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;
|
| D | restructure.js | 18 var cloned = cloneArray(propertyA); 19 cloned[5] = cloned[5].concat(propertyB[5]); 21 return cloned;
|
| /plugin/asciidocjs/node_modules/clean-css/lib/utils/ |
| D | clone-array.js | 2 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/ |
| D | MockBuilderTest.php | 97 $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/ |
| D | es6.array.slice.js | 21 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/ |
| D | es6.array.slice.js | 21 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/ |
| D | Foo.php | 7 public $cloned = false; variable in DeepCopy\\f005\\Foo 11 $this->cloned = true;
|
| /plugin/findologicxmlexport/vendor/myclabs/deep-copy/fixtures/f007/ |
| D | FooDateInterval.php | 9 public $cloned = false; variable in DeepCopy\\f007\\FooDateInterval 13 $this->cloned = true;
|
| D | FooDateTimeZone.php | 9 public $cloned = false; variable in DeepCopy\\f007\\FooDateTimeZone 13 $this->cloned = true;
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/ |
| D | Mockable.php | 5 public $cloned = false; variable in Mockable 24 $this->cloned = true;
|
| /plugin/findologicxmlexport/vendor/myclabs/deep-copy/fixtures/f006/ |
| D | B.php | 7 public $cloned = false; variable in DeepCopy\\f006\\B 24 $this->cloned = true;
|
| D | A.php | 7 public $cloned = false; variable in DeepCopy\\f006\\A 24 $this->cloned = true;
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/ |
| D | Mockable.php | 5 public $cloned; variable in Mockable 26 $this->cloned = true;
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/ |
| D | Pipeline.php | 184 $cloned = clone $endpoint; 186 return $this->getClient()->requestEndpoint($cloned);
|
| D | Index.php | 771 $cloned = clone $endpoint; 772 $cloned->setIndex($this->getName()); 774 return $this->getClient()->requestEndpoint($cloned);
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
| D | TestCaseTest.php | 633 $cloned = clone $mock; 634 $this->assertFalse($cloned->cloned);
|
| /plugin/dlcounter/ |
| D | README.md | 4 …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/ |
| D | README.md | 352 // 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/ |
| D | README.md | 347 // 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/ |
| D | SnapshotNamespace.asciidoc | 58 $params['target_snapshot'] = (string) The name of the cloned snapshot to create
|
| /plugin/asciidocjs/node_modules/pug-walk/ |
| D | README.md | 25 `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/ |
| D | uglifyjs | 373 // load on demand - assumes cloned repository
|
| /plugin/dokutexit/ |
| D | README.md | 3 This is a cloned repository of the [Dokuwiki TeXit plugin], the original website
|
| /plugin/json/demo/ |
| D | json_definition_demo.txt | 387 …contain JSON data. For example, existing data from JSON database can be "cloned" with 'src' attrib…
|
| /plugin/csv/_test/ |
| D | avengers.csv | 23 …_and_the_Scarlet_Witch_Vol_1_2. Did not return however he was eventually cloned but the clone was …
|