Home
last modified time | relevance | path

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

123

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/MessageWrapper/
H A DSaslMessageWrapper.php59 public function unwrap(string $message): Buffer function in FreeDSx\\Ldap\\Protocol\\Queue\\MessageWrapper\\SaslMessageWrapper
62 $data = SaslBuffer::unwrap($message);
65 $this->securityLayer->unwrap($data, $this->context),
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
DPromiseInterface.php89 * @param bool $unwrap
96 public function wait($unwrap = true); argument
DFulfilledPromise.php58 public function wait($unwrap = true, $defaultDelivery = null) argument
60 return $unwrap ? $this->value : null;
DRejectedPromise.php61 public function wait($unwrap = true, $defaultDelivery = null) argument
63 if ($unwrap) {
DCoroutine.php101 public function wait($unwrap = true) argument
103 return $this->result->wait($unwrap);
Dfunctions.php157 function unwrap($promises) function
159 return Utils::unwrap($promises);
DPromise.php60 public function wait($unwrap = true) argument
65 return $this->result->wait($unwrap);
67 if ($unwrap) {
/plugin/bootswrapper/
Dscript.js62 $nav.find('div.li > *').unwrap();
65 $nav.find('.curid').contents().unwrap(); // Unwrap for Hogfater release
202 $list_wrap.find('div.li').contents().unwrap();
226 $list_wrap.find('a').parent().contents().unwrap();
227 $list_wrap.find('ul a').parent().contents().unwrap();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php122 protected function unwrap($bytes): Buffer function in FreeDSx\\Ldap\\Protocol\\LdapQueue
125 return parent::unwrap($bytes);
128 return $this->messageWrapper->unwrap($bytes);
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/
DFulfilledPromise.php63 public function wait(bool $unwrap = true) argument
65 return $unwrap ? $this->value : null;
DRejectedPromise.php65 public function wait(bool $unwrap = true) argument
67 if ($unwrap) {
DCoroutine.php98 public function wait(bool $unwrap = true) argument
100 return $this->result->wait($unwrap);
DPromise.php67 public function wait(bool $unwrap = true) argument
72 return $this->result->wait($unwrap);
74 if ($unwrap) {
DPromiseInterface.php90 public function wait(bool $unwrap = true); argument
DUtils.php117 public static function unwrap($promises): array function in GuzzleHttp\\Promise\\Utils
/plugin/todo/
H A Dscript.js78 $spanTodoinnertext.unwrap();
118 jQuery(this).unwrap();
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DMessageQueue.php100 $buffer = $this->unwrap((string)$this->buffer);
158 protected function unwrap($bytes) : Buffer function in FreeDSx\\Socket\\Queue\\MessageQueue
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DSecurityLayerInterface.php37 public function unwrap(string $data, SaslContext $context): string; function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DMessageWrapperInterface.php39 public function unwrap(string $message): Buffer; function
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSaslBuffer.php39 public static function unwrap(string $data): string function in FreeDSx\\Sasl\\SaslBuffer
/plugin/elasticsearch/vendor/react/promise/src/
DPromise.php153 $promise = $this->unwrap($promise);
172 private function unwrap($promise) function in React\\Promise\\Promise
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
DREADME.md256 called "unwrapping" the promise. Waiting on a promise will by default unwrap
259 You can force a promise to resolve and *not* unwrap the state of the promise
272 promise A with a promise B and unwrap promise A, the value returned by the
275 **Note**: when you do not unwrap the promise, no value is returned.
323 - `wait($unwrap = true) : mixed`
327 `$unwrap` controls whether or not the value of the promise is returned for a
520 | `unwrap` | `Utils::unwrap` |
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/
DREADME.md268 called "unwrapping" the promise. Waiting on a promise will by default unwrap
271 You can force a promise to resolve and *not* unwrap the state of the promise
284 promise A with a promise B and unwrap promise A, the value returned by the
287 **Note**: when you do not unwrap the promise, no value is returned.
334 - `wait($unwrap = true) : mixed`
338 `$unwrap` controls whether or not the value of the promise is returned for a
530 | `unwrap` | `Utils::unwrap` |
/plugin/scrape/vendor/scotteh/php-dom-wrapper/
DREADME.md56 | [unwrap()](#unwrap) |
523 #### unwrap subsubsection
526 self unwrap()
533 `unwrap()` on a `NodeList` containing two siblings, *two* parents will
540 $doc->find('#first')->unwrap();
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcache-api-1.1.1.jar ... isClosed () public abstract java.lang.Object unwrap (java.lang.Class) public abstract void ...

123