Home
last modified time | relevance | path

Searched refs:decode (Results 101 – 125 of 269) sorted by relevance

1234567891011

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DAscii85.php26 public function decode($data) function in setasign\\Fpdi\\PdfParser\\Filter\\Ascii85
57 'Illegal character found while ASCII85 decode.',
82 'Illegal length while ASCII85 decode.',
H A DLzw.php65 * Method to decode LZW compressed data.
71 public function decode($data) function in setasign\\Fpdi\\PdfParser\\Filter\\Lzw
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DPlainChallenge.php48 $received = $received === null ? null : $this->encoder->decode($received, $this->context);
H A DCramMD5Challenge.php52 $received = ($received === null) ? null : $this->encoder->decode($received, $this->context);
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DHex.php98 public static function decode(string $encodedString, bool $strictPadding = false): string function in ParagonIE\\ConstantTime\\Hex
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php270 $nick = isset($nick["value"][0]) ? $this->decode($nick["value"][0]) : "";
300 $userchan = $this->decode($userchan);
766 function decode($str) function in pfcContainer
768 return $this->_container->decode($str);
/plugin/mantis/lib/
H A Dnusoapmime.php237 $structure = Mail_mimeDecode::decode($params);
478 $structure = Mail_mimeDecode::decode($params);
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js248 dec.decode(xmlDoc.documentElement, graph.getStylesheet());
538 tmp = unescape((window.atob) ? atob(tmp) : Base64.decode(cont, tmp));
585 decoder.decode(newDocument.documentElement, graph.getModel());
615 decoder.decode(node, graph.getModel());
/plugin/diagramsnet/lib/js/diagramly/
H A DEmbed.js248 dec.decode(xmlDoc.documentElement, graph.getStylesheet());
538 tmp = unescape((window.atob) ? atob(tmp) : Base64.decode(cont, tmp));
585 decoder.decode(newDocument.documentElement, graph.getModel());
615 decoder.decode(node, graph.getModel());
/plugin/diagramsnet/lib/js/mermaid/
H A DREADME.md16 path.resolve(__dirname, './node_modules/entity-decode'),
/plugin/advanced/lang/en/config/
H A Dusers.txt13 …g you could use the script [[http://www.splitbrain.org/encode.php|encode/decode]]. Due to the much…
/plugin/components/lib/
H A Dajax.php120 $value = $json->decode($value);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DXML.php83 $value = new BigInteger(Base64::decode($temp->item(0)->nodeValue), 256);
/plugin/searchcombinedgoogle/
H A Daction.php83 …$tempResults = $json->decode($http->get($url . '&start=' . intval($maxQueries[$i]->start), $params…
/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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php82 $key = Base64::decode($key);
H A DPKCS1.php151 $iv = Hex::decode(trim($matches[2]));
/plugin/encryptedpasswords/script/
H A DSubtleAES.js53 return new TextDecoder().decode(plainBuffer);
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPAccuracy.php60 public function decode($object) { function in TSPAccuracy
/plugin/gtime/gtlib/asn1/
H A DASN1DER.php112 public static function decode($bytes) { function in ASN1DER
/plugin/diagramsnet/lib/js/deflate/
H A Dbase64.js53 decode : function (input, binary) { method in Base64
/plugin/stlviewer/stlviewer/
H A Die_polyfills.js46 …||Array,v=l.call((k?ArrayBuffer:m).prototype);h=q.prototype;var w=e.TextEncoder;p.prototype.decode= method in p
/plugin/combo/ComboStrap/
H A DHtml.php98 public static function decode($int): string
96 public static function decode($int): string global() function in ComboStrap\\Html
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php239 return (new LdapEncoder())->decode($value);

1234567891011