Home
last modified time | relevance | path

Searched refs:decode (Results 226 – 250 of 269) sorted by path

1234567891011

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrlTrait.php64 * Percent-decode values from the URL.
69 protected static function decode(string $value): string
61 protected static function decode(string $value): string global() function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DExtendedRequest.php157 return $value !== null ? (new LdapEncoder())->decode($value) : null;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DExtendedResponse.php174 return $value === null ? null : (new LdapEncoder())->decode($value);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DAnonymousChallenge.php61 $received = $this->encoder->decode($received, $this->context);
H A DCramMD5Challenge.php52 $received = ($received === null) ? null : $this->encoder->decode($received, $this->context);
H A DDigestMD5Challenge.php73 $received = $received === null ? null : $this->encoder->decode($received, $this->context);
H A DPlainChallenge.php48 $received = $received === null ? null : $this->encoder->decode($received, $this->context);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DAnonymousEncoder.php39 public function decode(string $data, SaslContext $context): Message function in FreeDSx\\Sasl\\Encoder\\AnonymousEncoder
H A DCramMD5Encoder.php41 public function decode(string $data, SaslContext $context): Message function in FreeDSx\\Sasl\\Encoder\\CramMD5Encoder
H A DDigestMD5Encoder.php73 public function decode(string $data, SaslContext $context): Message function in FreeDSx\\Sasl\\Encoder\\DigestMD5Encoder
H A DEncoderInterface.php37 public function decode(string $data, SaslContext $context): Message; function
H A DPlainEncoder.php49 public function decode(string $data, SaslContext $context): Message function in FreeDSx\\Sasl\\Encoder\\PlainEncoder
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DAsn1MessageQueue.php58 protected function decode($bytes): Message function in FreeDSx\\Socket\\Queue\\Asn1MessageQueue
61 $asn1 = $this->encoder->decode($bytes);
H A DMessageQueue.php130 $message = $this->decode($this->toConsume);
171 protected abstract function decode($bytes) : Message; function in FreeDSx\\Socket\\Queue\\MessageQueue
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php71 list($metadataArray) = $metadataDecoder->decode($start);
251 list($data) = $this->decoder->decode($resolved);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DDecoder.php71 public function decode($offset) function in MaxMind\\Db\\Reader\\Decoder
92 list($result) = $this->decode($pointer);
175 list($value, $offset) = $this->decode($offset);
241 list($key, $offset) = $this->decode($offset);
242 list($value, $offset) = $this->decode($offset);
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php279 'not decode the response as JSON: '
420 'not decode the response as JSON: '
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/searchcombinedgoogle/
H A Daction.php83 …$tempResults = $json->decode($http->get($url . '&start=' . intval($maxQueries[$i]->start), $params…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Drouter.js174 decode: function(named, path) {
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock732 decode-uri-component@^0.2.0:
734 …resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb391…
2361 decode-uri-component "^0.2.0"
/plugin/sfauth/
H A Dhelper.php163 $resp = $json->decode($http->resp_body);
238 $resp = $json->decode($resp);
267 $resp = $json->decode($resp);
/plugin/showpageafterlogin/
H A Daction.php74 return $json->decode($file);
/plugin/siteexport/inc/
H A Dfunctions.php436 public function parseStringToRequestArray($inputArray, $decode=false) argument
450 if ( $decode)
/plugin/socialshareprivacy2/JC/
H A Djquery.cookie.js63 var decode = config.raw ? raw : decoded;
68 var name = decode(parts.shift());
69 var cookie = decode(parts.join('='));

1234567891011