Home
last modified time | relevance | path

Searched refs:toArray (Results 101 – 125 of 241) sorted by last modified time

12345678910

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogRecord.php33 public function toArray(): array; function
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md257 - `getAll` has been removed. Use `toArray` to convert a collection to an array.
782 HeaderInterface (e.g. toArray(), getAll(), etc.).
H A DCHANGELOG.md585 that the toArray() method always returns an array.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJarInterface.php83 public function toArray(); function
H A DFileCookieJar.php55 $json[] = $cookie->toArray();
H A DSetCookie.php100 public function toArray() function in GuzzleHttp\\Cookie\\SetCookie
H A DCookieJar.php110 public function toArray() function in GuzzleHttp\\Cookie\\CookieJar
113 return $cookie->toArray();
H A DSessionCookieJar.php48 $json[] = $cookie->toArray();
/plugin/c3chart/assets/
H A Djs-yaml.min.js2 … n={isNothing:t,isObject:function(e){return"object"==typeof e&&null!==e},toArray:function(e){retur… method in AnonymousFunction8e5879b00100.n
/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/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js23029 function toArray(obj) { function
23710 var all = toArray(ev.touches);
23711 var changed = toArray(ev.changedTouches);
23765 var allTouches = toArray(ev.touches);
23776 changedTouches = toArray(ev.changedTouches),
30481 function toArray(nodeList) { function
30689 var childNodesArray = toArray(commonAncestorContainer.childNodes);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php85 foreach ($message->toArray() as $key => $value) {
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md118 var_dump($entry->toArray());
/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/Entry/
H A DEntry.php210 public function toArray(): array
202 public function toArray(): array global() function in FreeDSx\\Ldap\\Entry\\Entry
H A DOptions.php155 public function toArray(): array
146 public function toArray(): array global() function in FreeDSx\\Ldap\\Entry\\Options
H A DChanges.php113 public function toArray(): array
104 public function toArray(): array global() function in FreeDSx\\Ldap\\Entry\\Changes
H A DDn.php90 return new ArrayIterator($this->toArray());
127 public function toArray(): array
144 (new self($dn))->toArray();
110 public function toArray(): array global() function in FreeDSx\\Ldap\\Entry\\Dn
H A DEntries.php136 public function toArray(): array
127 public function toArray(): array global() function in FreeDSx\\Ldap\\Entry\\Entries
/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/Protocol/
H A DLdapMessage.php120 if (count($this->controls->toArray()) !== 0) {
123 foreach ($this->controls->toArray() as $control) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerSearchHandler.php
H A DServerWhoAmIHandler.php42 (new Dn($userId))->toArray();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php64 $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())->getResponse();
117 $this->ldap()->send($extended, ...$context->controls()->toArray());
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMessage.php60 public function toArray(): array function in FreeDSx\\Sasl\\Message

12345678910