Home
last modified time | relevance | path

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

12

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/MessageWrapper/
H A DSaslMessageWrapper.php24 * 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 DPromiseInterface.php89 * @param bool $unwrap
96 public function wait($unwrap = true); argument
H A DFulfilledPromise.php58 public function wait($unwrap = true, $defaultDelivery = null) argument
60 return $unwrap ? $this->value : null;
H A DRejectedPromise.php61 public function wait($unwrap = true, $defaultDelivery = null) argument
63 if ($unwrap) {
H A DCoroutine.php101 public function wait($unwrap = true) argument
103 return $this->result->wait($unwrap);
H A Dfunctions.php157 function unwrap($promises) function
159 return Utils::unwrap($promises);
H A DPromise.php60 public function wait($unwrap = true) argument
65 return $this->result->wait($unwrap);
67 if ($unwrap) {
H A DUtils.php130 public static function unwrap($promises) function in GuzzleHttp\\Promise\\Utils
/plugin/bootswrapper/
H A 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
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 DMessageQueue.php100 $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 DMessageWrapperInterface.php17 * 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 DSecurityLayerInterface.php37 public function unwrap(string $data, SaslContext $context): string; function
H A DDigestMD5SecurityLayer.php93 public function unwrap(string $data, SaslContext $context): string function in FreeDSx\\Sasl\\Security\\DigestMD5SecurityLayer
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSaslBuffer.php19 * 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 DPromise.php153 $promise = $this->unwrap($promise);
172 private function unwrap($promise) function in React\\Promise\\Promise
/plugin/todo/
H A Dscript.js78 $spanTodoinnertext.unwrap();
118 jQuery(this).unwrap();
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A 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/diagramsnet/lib/WEB-INF/lib/
H A Dcache-api-1.1.1.jar ... isClosed () public abstract java.lang.Object unwrap (java.lang.Class) public abstract void ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/slider/
H A Djquery.bxslider.js1315 $(this).unwrap().unwrap();
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js4365 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 Dbpmn-modeler.development.js1673 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 Djquery-1.4.2.js4064 unwrap: function() {

12