/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/ |
D | ProxyRequestHandler.php | 64 $this->ldap()->sendAndReceive($modify, ...$context->controls()->toArray()); 72 $this->ldap()->sendAndReceive($modifyDn, ...$context->controls()->toArray()); 80 $this->ldap()->sendAndReceive($delete, ...$context->controls()->toArray()); 88 $this->ldap()->sendAndReceive($add, ...$context->controls()->toArray()); 96 return $this->ldap()->search($search, ...$context->controls()->toArray()); 104 …$response = $this->ldap()->sendAndReceive($compare, ...$context->controls()->toArray())->getRespon… 117 $this->ldap()->send($extended, ...$context->controls()->toArray());
|
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/ |
D | ObjectComparator.php | 73 $this->toArray($expected), 74 $this->toArray($actual), 101 protected function toArray($object) function in SebastianBergmann\\Comparator\\ObjectComparator 103 return $this->exporter->toArray($object);
|
D | MockObjectComparator.php | 37 protected function toArray($object) function in SebastianBergmann\\Comparator\\MockObjectComparator 39 $array = parent::toArray($object);
|
D | ExceptionComparator.php | 37 protected function toArray($object) function in SebastianBergmann\\Comparator\\ExceptionComparator 39 $array = parent::toArray($object);
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/ |
D | ArrayTest.php | 32 $result = $this->serializer->toArray($order); 48 $result = $this->serializer->toArray($input); 77 $result = $this->serializer->toArray(new Author(null)); 87 $result = $this->serializer->toArray($list);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
D | ArraySubset.php | 52 $other = $this->toArray($other); 53 $this->subset = $this->toArray($this->subset); 94 private function toArray($other) function in PHPUnit_Framework_Constraint_ArraySubset
|
/plugin/revealjs/js/ |
D | reveal.js | 410 var images = toArray( document.getElementsByTagName( 'img' ) ), 411 iframes = toArray( document.getElementsByTagName( 'iframe' ) ); 761 dom.controlsLeft = toArray( document.querySelectorAll( '.navigate-left' ) ); 762 dom.controlsRight = toArray( document.querySelectorAll( '.navigate-right' ) ); 763 dom.controlsUp = toArray( document.querySelectorAll( '.navigate-up' ) ); 764 dom.controlsDown = toArray( document.querySelectorAll( '.navigate-down' ) ); 765 dom.controlsPrev = toArray( document.querySelectorAll( '.navigate-prev' ) ); 766 dom.controlsNext = toArray( document.querySelectorAll( '.navigate-next' ) ); 821 toArray( node.childNodes ).forEach( function( child ) { 864 toArray( dom.wrapper.querySelectorAll( SLIDES_SELECTOR ) ).forEach( function( slide ) { [all …]
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
D | Pipeline.php | 72 $endpoint->setBody($this->toArray()); 120 $this->_processors['processors'] = $processor->toArray(); 123 …>_processors['processors'] = \array_merge($this->_processors['processors'], $processor->toArray()); 163 public function toArray(): array function in Elastica\\Pipeline
|
D | Request.php | 53 return JSON::stringify($this->toArray()); 183 return $transport->exec($this, $this->getConnection()->toArray()); 189 public function toArray() function in Elastica\\Request
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ |
D | GlobalAggregation.php | 12 public function toArray(): array function in Elastica\\Aggregation\\GlobalAggregation 14 $array = parent::toArray();
|
D | ReverseNested.php | 38 public function toArray(): array function in Elastica\\Aggregation\\ReverseNested 40 $array = parent::toArray();
|
D | SumBucket.php | 43 public function toArray(): array function in Elastica\\Aggregation\\SumBucket 49 return parent::toArray();
|
D | Derivative.php | 43 public function toArray(): array function in Elastica\\Aggregation\\Derivative 49 return parent::toArray();
|
D | StatsBucket.php | 43 public function toArray(): array function in Elastica\\Aggregation\\StatsBucket 49 return parent::toArray();
|
D | AvgBucket.php | 45 public function toArray(): array function in Elastica\\Aggregation\\AvgBucket 51 return parent::toArray();
|
D | Filter.php | 37 public function toArray(): array function in Elastica\\Aggregation\\Filter 44 'filter' => $this->getParam('filter')->toArray(),
|
D | AbstractSimpleAggregation.php | 36 public function toArray(): array function in Elastica\\Aggregation\\AbstractSimpleAggregation 41 $array = parent::toArray();
|
D | PercentilesBucket.php | 34 public function toArray(): array function in Elastica\\Aggregation\\PercentilesBucket 40 return parent::toArray();
|
/plugin/aichat/vendor/bdelespierre/php-kmeans/src/KMeans/ |
D | Cluster.php | 43 public function toArray(): array function in KMeans\\Cluster 47 $points[] = $point->toArray(); 51 'centroid' => parent::toArray(),
|
/plugin/asciidocjs/node_modules/lodash/ |
D | next.js | 1 var toArray = require('./toArray'); variable 27 this.__values__ = toArray(this.value());
|
D | toArray.js | 42 function toArray(value) { function 58 module.exports = toArray;
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
D | Dn.php | 90 return new ArrayIterator($this->toArray()); 127 public function toArray(): array function in FreeDSx\\Ldap\\Entry\\Dn 144 (new self($dn))->toArray();
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
D | Script.php | 44 public function toArray(): array function in Elastica\\Query\\Script 46 $array = parent::toArray();
|
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/ |
D | NodeList.php | 184 public function toArray() { function in DOMWrap\\NodeList 208 $elements = $elements->toArray(); 211 return $this->newNodeList(array_merge($this->toArray(), $elements)); 221 $nodeList = array_slice($this->toArray(), $start, $end);
|
/plugin/recaptcha2/lib/ReCaptcha/ |
D | RequestParameters.php | 79 public function toArray() function in ReCaptcha\\RequestParameters 101 return http_build_query($this->toArray(), '', '&');
|