Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 16 of 16) sorted by relevance

/dokuwiki/vendor/paragonie/constant_time_encoding/src/
DEncoding.php75 return Base32::decode($str);
131 return Base32Hex::decode($str);
173 return Base64::decode($str);
205 return Base64DotSlash::decode($str);
237 return Base64DotSlashOrdered::decode($str);
267 return Hex::decode($hex_string);
296 return Hex::decode($bin_string);
DRFC4648.php70 return Base64::decode($str, true);
104 return Base64UrlSafe::decode($str, true);
204 return Hex::decode($str, true);
DEncoderInterface.php51 public static function decode(string $encodedString, bool $strictPadding = false): string; function
DHex.php105 public static function decode( function in ParagonIE\\ConstantTime\\Hex
DBase64.php140 public static function decode( function in ParagonIE\\ConstantTime\\Base64
255 return static::decode(
DBase32.php47 public static function decode( function in ParagonIE\\ConstantTime\\Base32
/dokuwiki/_test/tests/inc/
Dsafefn.test.php32 $this->assertEquals(SafeFN::decode($safe),$utf8);
41 $this->assertEquals(SafeFN::decode($safe),$utf8);
/dokuwiki/_test/tests/general/
Dgeneral_html.test.php53 throw new \Exception('could not decode JSON');
/dokuwiki/lib/scripts/jquery/
Djquery.cookie.js27 function decode(s) { function
87 var name = decode(parts.shift());
/dokuwiki/inc/
DSafeFN.class.php79 public static function decode($filename) function in SafeFN
Dpageutils.php737 return SafeFN::decode($file);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
DStrings.php434 Base64::decode($data);
449 Base64UrlSafe::decode($data);
490 Hex::decode($data);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
DXML.php114 * @param bool $decode optional
117 private static function query(\DOMXPath $xpath, $name, $error = null, $decode = true) argument
132 … return $decode ? self::decodeValue($result->item(0)->textContent) : $result->item(0)->textContent;
/dokuwiki/vendor/simplepie/simplepie/idn/
DReadMe.txt19 The class provides two public methods, encode() and decode(), which do exactly
85 $output = $IDN->decode($input);
Didna_convert.class.php165 function decode($input, $one_time_encoding = false) function in idna_convert
/dokuwiki/_test/core/
DphpQuery-onefile.php5313 return Zend_Json_Decoder::decode($json);