Home
last modified time | relevance | path

Searched refs:toArray (Results 76 – 100 of 241) sorted by relevance

12345678910

/plugin/gtime/gtlib/asn1/
H A DASN1BitString.php46 foreach (GTUtil::toArray($value) as $c) {
/plugin/fedauth/Auth/OpenID/
H A DKVForm.php29 static function toArray($kvs, $strict=false) function in Auth_OpenID_KVForm
/plugin/openid/Auth/OpenID/
H A DKVForm.php32 static function toArray($kvs, $strict=false) function in Auth_OpenID_KVForm
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiPoint.php108 public function explode($toArray = false) argument
H A DPoint.php445 * @param bool|false $toArray
448 public function explode($toArray = false) argument
H A DLineString.php404 * @param bool $toArray return segments as LineString or array of start and end points
408 public function explode($toArray = false) argument
418 $parts[] = $toArray ? $segment : new LineString($segment);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php120 if (count($this->controls->toArray()) !== 0) {
123 foreach ($this->controls->toArray() as $control) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php110 public function toArray() function in GuzzleHttp\\Cookie\\CookieJar
113 return $cookie->toArray();
/plugin/tablelayout/script/
H A Dscript.js118 var hideRow = jQuery(row).find('td,th').toArray().some(function (cell, index) {
145 var columnCount = $table.find('tr').toArray().reduce(function (max, row) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php277 public function toArray(): array
281 foreach ($action->toArray() as $row) {
275 public function toArray(): array global() function in Elastica\\Bulk
H A DClient.php288 $requestData = $data->toArray();
550 'request' => $e->getRequest()->toArray(),
563 'request' => $request->toArray(),
/plugin/combo/ComboStrap/
H A DJson.php117 function toArray(): ?array function in ComboStrap\\Json
H A DLowQualityCalculatedIndicator.php61 $value = Json::createFromPath($analyticsCache)->toArray()[renderer_plugin_combo_analytics::QUALITY][renderer_plugin_combo_analytics::LOW];
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerSearchHandler.php
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DParagraph.php
H A DHtmlBlock.php
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DArrayCollectionHandler.php81 $result = $visitor->visitArray($collection->toArray(), $type);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControlBag.php152 public function toArray(): array
144 public function toArray(): array global() function in FreeDSx\\Ldap\\Control\\ControlBag
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSearchHandler.php89 ...$messageFrom->controls()->toArray()
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntries.php136 public function toArray(): array
127 public function toArray(): array global() function in FreeDSx\\Ldap\\Entry\\Entries
H A DOptions.php155 public function toArray(): array
146 public function toArray(): array global() function in FreeDSx\\Ldap\\Entry\\Options
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
H A DAbstractScript.php55 * Factory to create a script object from data structure (reverse toArray).
97 public function toArray(): array function in Elastica\\Script\\AbstractScript
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DQueryString.php229 public function toArray(): array function in Elastica\\Query\\QueryString
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverOptions.php48 ['cookie' => $cookie->toArray()]
/plugin/linkscollection/
H A Dscript.js22 const $items = $tree.find("input[type=checkbox]:checked").toArray();

12345678910