Home
last modified time | relevance | path

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

/dokuwiki/vendor/paragonie/constant_time_encoding/src/
H A DEncoding.php78 return Base32::decode($str);
134 return Base32Hex::decode($str);
176 return Base64::decode($str);
208 return Base64DotSlash::decode($str);
240 return Base64DotSlashOrdered::decode($str);
270 return Hex::decode($hex_string);
299 return Hex::decode($bin_string);
H A DRFC4648.php72 return Base64::decode($str, true);
106 return Base64UrlSafe::decode($str, true);
206 return Hex::decode($str, true);
H A DEncoderInterface.php56 public static function decode( function
H A DHex.php123 public static function decode( function in ParagonIE\\ConstantTime\\Hex
H A DBase64.php186 public static function decode( function in ParagonIE\\ConstantTime\\Base64
317 return static::decode(
H A DBase32.php55 public static function decode( function in ParagonIE\\ConstantTime\\Base32
/dokuwiki/_test/tests/inc/
H A Dsafefn.test.php32 $this->assertEquals(SafeFN::decode($safe),$utf8);
41 $this->assertEquals(SafeFN::decode($safe),$utf8);
/dokuwiki/_test/tests/general/
H A Dgeneral_html.test.php58 throw new \Exception('could not decode JSON');
/dokuwiki/lib/scripts/jquery/
H A Djquery.cookie.js27 function decode(s) { function
87 var name = decode(parts.shift());
/dokuwiki/inc/
H A DSafeFN.class.php79 public static function decode($filename) function in SafeFN
H A Dpageutils.php738 return SafeFN::decode($file);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php438 Base64::decode($data);
453 Base64UrlSafe::decode($data);
494 Hex::decode($data);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php115 * @param bool $decode optional
118 private static function query(\DOMXPath $xpath, $name, $error = null, $decode = true) argument
133 … return $decode ? self::decodeValue($result->item(0)->textContent) : $result->item(0)->textContent;
/dokuwiki/_test/core/
H A DphpQuery-onefile.php5313 return Zend_Json_Decoder::decode($json);