Home
last modified time | relevance | path

Searched refs:unwrap (Results 26 – 38 of 38) sorted by path

12

/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1unwrap\n promise._v = value;\n promise._s = 2;\n if (!promise._a) promise._a = promise._c.slice…
H A Dpdf.worker.js.map1unwrap\n promise._v = value;\n promise._s = 2;\n if (!promise._a) promise._a = promise._c.slice…
/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/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/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/
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/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php93 public function unwrap(string $data, SaslContext $context): string function in FreeDSx\\Sasl\\Security\\DigestMD5SecurityLayer
H A DSecurityLayerInterface.php37 public function unwrap(string $data, SaslContext $context): string; function
/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/slider/
H A Djquery.bxslider.js1315 $(this).unwrap().unwrap();
/plugin/todo/
H A Dscript.js78 $spanTodoinnertext.unwrap();
118 jQuery(this).unwrap();
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js42894 var bind = function (fn, promise, state, unwrap) {
42896 fn(promise, state, value, unwrap);
42900 var internalReject = function (promise, state, value, unwrap) {
42903 if (unwrap) state = unwrap;
42909 var internalResolve = function (promise, state, value, unwrap) {
42912 if (unwrap) state = unwrap;
48972 function _listeners(target, type, unwrap) {
55291 unwrap(promise, resolver, this.outcome);
55318 unwrap(this.promise, this.onFulfilled, value);
55326 unwrap(this.promise, this.onRejected, value);
[all …]
/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

12