Home
last modified time | relevance | path

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

12

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/MessageWrapper/
H A DSaslMessageWrapper.php58 public function unwrap(string $message): Buffer function in FreeDSx\\Ldap\\Protocol\\Queue\\MessageWrapper\\SaslMessageWrapper
61 $data = SaslBuffer::unwrap($message);
64 $this->securityLayer->unwrap($data, $this->context),
/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.php118 protected function unwrap($bytes): Buffer function in FreeDSx\\Ldap\\Protocol\\LdapQueue
121 return parent::unwrap($bytes);
124 return $this->messageWrapper->unwrap($bytes);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DMessageWrapperInterface.php36 public function unwrap(string $message): Buffer; 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/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/
H A DSaslBuffer.php39 public static function unwrap(string $data): string function in FreeDSx\\Sasl\\SaslBuffer
/plugin/todo/
H A Dscript.js80 $spanTodoinnertext.unwrap();
/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/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/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() {
H A Djquery-1.4.2.min.js103 …a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return …

12