/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/MessageWrapper/ |
H A D | SaslMessageWrapper.php | 24 * Used to wrap / unwrap SASL messages in the queue. 59 public function unwrap(string $message): Buffer 62 $data = SaslBuffer::unwrap($message); 65 $this->securityLayer->unwrap($data, $this->context), 58 public function unwrap(string $message): Buffer global() function in FreeDSx\\Ldap\\Protocol\\Queue\\MessageWrapper\\SaslMessageWrapper
|
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/ |
H A D | PromiseInterface.php | 89 * @param bool $unwrap 96 public function wait($unwrap = true); argument
|
H A D | FulfilledPromise.php | 58 public function wait($unwrap = true, $defaultDelivery = null) argument 60 return $unwrap ? $this->value : null;
|
H A D | RejectedPromise.php | 61 public function wait($unwrap = true, $defaultDelivery = null) argument 63 if ($unwrap) {
|
H A D | Coroutine.php | 101 public function wait($unwrap = true) argument 103 return $this->result->wait($unwrap);
|
H A D | functions.php | 157 function unwrap($promises) function 159 return Utils::unwrap($promises);
|
H A D | Promise.php | 60 public function wait($unwrap = true) argument 65 return $this->result->wait($unwrap); 67 if ($unwrap) {
|
H A D | Utils.php | 130 public static function unwrap($promises) function in GuzzleHttp\\Promise\\Utils
|
/plugin/bootswrapper/ |
H A 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 125 return parent::unwrap($bytes); 128 return $this->messageWrapper->unwrap($bytes); 118 protected function unwrap($bytes): Buffer global() function in FreeDSx\\Ldap\\Protocol\\LdapQueue
|
/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/ldap/src/FreeDSx/Ldap/Protocol/Queue/ |
H A D | MessageWrapperInterface.php | 17 * Used to wrap / unwrap messages after ASN.1 encoding, or prior to ASN.1 decoding. 39 public function unwrap(string $message): Buffer; 36 public function unwrap(string $message): Buffer; global() function
|
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/ |
H A D | SecurityLayerInterface.php | 37 public function unwrap(string $data, SaslContext $context): string; function
|
H A D | DigestMD5SecurityLayer.php | 93 public function unwrap(string $data, SaslContext $context): string function in FreeDSx\\Sasl\\Security\\DigestMD5SecurityLayer
|
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/ |
H A D | SaslBuffer.php | 19 * over the wire with a SASL security layer to determine whether or not the buffer is complete, and then unwrap the data. 39 public static function unwrap(string $data): string function in FreeDSx\\Sasl\\SaslBuffer 43 throw new SaslBufferException('Not enough data to unwrap the SASL buffer.');
|
/plugin/elasticsearch/vendor/react/promise/src/ |
H A D | Promise.php | 153 $promise = $this->unwrap($promise); 172 private function unwrap($promise) function in React\\Promise\\Promise
|
/plugin/todo/ |
H A D | script.js | 78 $spanTodoinnertext.unwrap(); 118 jQuery(this).unwrap();
|
/plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
H A 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/diagramsnet/lib/WEB-INF/lib/ |
H A D | cache-api-1.1.1.jar | ... isClosed ()
public abstract java.lang.Object unwrap (java.lang.Class)
public abstract void ... |
H A D | ehcache-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
META-INF/maven/
META ... |
H A D | gson-2.7.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/plugin/slider/ |
H A D | jquery.bxslider.js | 1315 $(this).unwrap().unwrap();
|
/plugin/xlsx2dw/packages/jszip/ |
H A D | jszip.js | 4365 unwrap(promise, resolver, this.outcome); 4387 unwrap(this.promise, this.onFulfilled, value); 4393 unwrap(this.promise, this.onRejected, value); 4396 function unwrap(promise, func, value) { function
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 1673 var unwrap = false; 1683 unwrap = true; 1688 if (!unwrap) { 26563 that = unwrap; 26564 unwrap = handlerFn; 26571 that = unwrap; 26572 unwrap = handlerFn; 26577 if (isObject(unwrap)) { 26578 that = unwrap; 26579 unwrap = false; [all …]
|
/plugin/jquery/ |
H A D | jquery-1.4.2.js | 4064 unwrap: function() {
|