Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 24 of 24) sorted by relevance

/dokuwiki/vendor/paragonie/constant_time_encoding/src/
H A DEncoding.php47 return Base32::encode($str);
103 return Base32Hex::encode($str);
159 return Base64::encode($str);
188 return Base64DotSlash::encode($str);
220 return Base64DotSlashOrdered::encode($str);
252 return Hex::encode($bin_string);
H A DEncoderInterface.php41 public static function encode(string $binString): string; function
H A DRFC4648.php53 return Base64::encode($str);
87 return Base64UrlSafe::encode($str);
H A DHex.php45 public static function encode( function in ParagonIE\\ConstantTime\\Hex
H A DBase64.php50 public static function encode( function in ParagonIE\\ConstantTime\\Base64
H A DBase32.php77 public static function encode( function in ParagonIE\\ConstantTime\\Base32
/dokuwiki/lib/scripts/jquery/
H A Djquery.cookie.js23 function encode(s) { function
32 return encode(config.json ? JSON.stringify(value) : String(value));
68 encode(key), '=', stringifyCookieValue(value),
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php234 $encode = false;
238 $encode = true;
242 if ($encode === true && $key != 'password') {
/dokuwiki/_test/tests/inc/
H A Dsafefn.test.php31 $this->assertEquals(SafeFN::encode($utf8),$safe);
H A Dsort_with_collator.test.php322 $sorted[$key] = SafeFN::encode($sorted[$key]);
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt19 The class provides two public methods, encode() and decode(), which do exactly
61 1. Say we wish to encode the domain name nörgler.com:
70 $output = $IDN->encode($input);
101 echo $IDN->encode(trim($line), 'ucs4_string');
H A Didna_convert.class.php267 function encode($decoded, $one_time_encoding = false) function in idna_convert
/dokuwiki/inc/
H A DSafeFN.class.php49 public static function encode($filename) function in SafeFN
H A Dpageutils.php712 return SafeFN::encode($file);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php462 Base64::encode($data);
477 Base64UrlSafe::encode($data);
503 Hex::encode($data);
/dokuwiki/vendor/paragonie/constant_time_encoding/
H A DREADME.md70 echo Base64::encode($data), "\n";
71 echo Base32::encode($data), "\n";
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php880 $encode = false;
884 $encode = true;
888 if ($encode === true && $key != 'password') {
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php196 public function encode_instead_of_strip($encode = false) argument
198 $this->encode_instead_of_strip = (bool) $encode;
H A DFile.php76 …$url = \SimplePie\Misc::compress_parse_url($parsed['scheme'], $idn->encode($parsed['authority']), …
H A DEnclosure.php260 …$this->link = \SimplePie\Misc::compress_parse_url($parsed['scheme'], $idn->encode($parsed['authori…
H A DSimplePie.php1369 public function strip_htmltags($tags = '', $encode = null) argument
1375 if ($encode !== null) {
1376 $this->sanitize->encode_instead_of_strip($encode);
/dokuwiki/
H A Dcomposer.lock646 "ext-iconv": "Used for proper filename encode handling",
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md22 - Fix `encode` argument of `SimplePie::strip_htmltags()` @jtojnar in [#894](https://github.com/simp…
/dokuwiki/_test/core/
H A DphpQuery-onefile.php5296 return Zend_Json_Encoder::encode($data);