| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/MessageWrapper/ |
| H A D | SaslMessageWrapper.php | 59 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/ |
| D | PromiseInterface.php | 89 * @param bool $unwrap 96 public function wait($unwrap = true); argument
|
| D | FulfilledPromise.php | 58 public function wait($unwrap = true, $defaultDelivery = null) argument 60 return $unwrap ? $this->value : null;
|
| D | RejectedPromise.php | 61 public function wait($unwrap = true, $defaultDelivery = null) argument 63 if ($unwrap) {
|
| D | Coroutine.php | 101 public function wait($unwrap = true) argument 103 return $this->result->wait($unwrap);
|
| D | functions.php | 157 function unwrap($promises) function 159 return Utils::unwrap($promises);
|
| D | Promise.php | 60 public function wait($unwrap = true) argument 65 return $this->result->wait($unwrap); 67 if ($unwrap) {
|
| /plugin/bootswrapper/ |
| D | script.js | 62 $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 D | LdapQueue.php | 122 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/ |
| D | FulfilledPromise.php | 63 public function wait(bool $unwrap = true) argument 65 return $unwrap ? $this->value : null;
|
| D | RejectedPromise.php | 65 public function wait(bool $unwrap = true) argument 67 if ($unwrap) {
|
| D | Coroutine.php | 98 public function wait(bool $unwrap = true) argument 100 return $this->result->wait($unwrap);
|
| D | Promise.php | 67 public function wait(bool $unwrap = true) argument 72 return $this->result->wait($unwrap); 74 if ($unwrap) {
|
| D | PromiseInterface.php | 90 public function wait(bool $unwrap = true); argument
|
| D | Utils.php | 117 public static function unwrap($promises): array function in GuzzleHttp\\Promise\\Utils
|
| /plugin/todo/ |
| H A D | script.js | 78 $spanTodoinnertext.unwrap(); 118 jQuery(this).unwrap();
|
| /plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/ |
| H A D | MessageQueue.php | 100 $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 D | SecurityLayerInterface.php | 37 public function unwrap(string $data, SaslContext $context): string; function
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/ |
| H A D | MessageWrapperInterface.php | 39 public function unwrap(string $message): Buffer; function
|
| /plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/ |
| H A D | SaslBuffer.php | 39 public static function unwrap(string $data): string function in FreeDSx\\Sasl\\SaslBuffer
|
| /plugin/elasticsearch/vendor/react/promise/src/ |
| D | Promise.php | 153 $promise = $this->unwrap($promise); 172 private function unwrap($promise) function in React\\Promise\\Promise
|
| /plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
| D | README.md | 256 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/ |
| D | README.md | 268 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/ |
| D | README.md | 56 | [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/ |
| D | cache-api-1.1.1.jar | ... isClosed ()
public abstract java.lang.Object unwrap (java.lang.Class)
public abstract void ... |