Home
last modified time | relevance | path

Searched refs:encode (Results 226 – 250 of 282) sorted by path

12345678910>>...12

/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1encode","clipCount","maskCount","shadingCount","loadDependencies","transformMatrix","getSVG","svgE…
H A Dpdf.worker.js53154 var encode = toNumberArray(dict.getArray('Encode'));
53156 if (!encode) {
53157 encode = [];
53160 encode.push([0, size[i] - 1]);
53163 encode = toMultiArray(encode);
53189 var encode = IR[3];
53211 var e = interpolate(xi, domain_2i, domain_2i_1, encode[i][0], encode[i][1]);
53308 var encode = toNumberArray(dict.getArray('Encode'));
53317 var encode = IR[3];
53351 var rmin = encode[2 * i];
[all …]
H A Dpdf.worker.js.map1encode","samples","constructSampledFromIR","ymin","cubeVertices","cubeN","cubeVertex","domain_2i",…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard-proposed-supplement.txt32 way to encode such simple and recognised concepts as numeric position
238 The syntax described above allows us to encode a move time for a *completed
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt352 You will also need to properly encode the image source (using PHP
/plugin/popupviewer/
H A Daction.php77 $script = 'var JSINFO = '.$json->encode($JSINFO).';';
/plugin/prettytables/
H A Dscript.js81 var t = this.encode(lines[i]);
100 t = this.encode(lines[i]);
129 this.encode = function(line){ method in prettytable
/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md16 To encode an ASN.1 structure you can use the helper methods of the Asn1 class and an encoder:
33 $bytes = Encoders::ber()->encode($asn1);
36 $bytes = Encoders::der()->encode($asn1);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php183 public function encode(AbstractType $type): string
632 'The value to encode for "%s" must be numeric.',
710 'To encode the OID it must have at least 2 components: %s',
1190 $bytes .= $this->encode($type);
144 public function encode(AbstractType $type) : string global() function in FreeDSx\\Asn1\\Encoder\\BerEncoder
H A DCerDerTrait.php143 $child = ['original' => $this->encode($type)];
H A DDerEncoder.php43 public function encode(AbstractType $type): string function in FreeDSx\\Asn1\\Encoder\\DerEncoder
47 return parent::encode($type);
H A DEncoderInterface.php32 public function encode(AbstractType $type): string; function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php166 $value = $encoder->encode($this->controlValue);
168 $value = $encoder->encode($this->controlValue->toAsn1());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php267 return $url . '/' . self::encode($this->dn) . $this->getQueryString();
371 return self::encode($v->getDescription());
375 $query[1] = self::encode($this->scope);
378 $query[2] = self::encode($this->filter);
H A DLdapUrlExtension.php115 $ext = ($this->isCritical ? '!' : '') . str_replace(',', '%2c', self::encode($this->name));
118 $ext .= '=' . str_replace(',', '%2c', self::encode($this->value));
H A DLdapUrlTrait.php49 * Percent-encode certain values in the URL.
54 protected static function encode(?string $value): string
46 protected static function encode(?string $value): string global() function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DExtendedRequest.php127 $value = $encoder->encode($value);
129 $value = $encoder->encode($value->toAsn1());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DExtendedResponse.php118 $value = $encoder->encode($value);
120 $value = $encoder->encode($value->toAsn1());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php146 $encoded = $this->encoder->encode($message->toAsn1());
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DAnonymousChallenge.php79 $this->context->setResponse($this->encoder->encode(new Message($data), $this->context));
H A DCramMD5Challenge.php73 $this->context->setResponse($this->encoder->encode($challenge, $this->context));
91 $this->context->setResponse($this->encoder->encode($response, $this->context));
H A DDigestMD5Challenge.php120 return $response === null ? null : $this->encoder->encode($response, $this->context);
190 return $this->encoder->encode($response, $this->context);
H A DPlainChallenge.php88 $this->context->setResponse($this->encoder->encode($message, $this->context));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DAnonymousEncoder.php27 public function encode(Message $message, SaslContext $context): string function in FreeDSx\\Sasl\\Encoder\\AnonymousEncoder
H A DCramMD5Encoder.php29 public function encode(Message $message, SaslContext $context): string function in FreeDSx\\Sasl\\Encoder\\CramMD5Encoder

12345678910>>...12