| /dokuwiki/vendor/paragonie/constant_time_encoding/src/ |
| H A D | Encoding.php | 47 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 D | EncoderInterface.php | 41 public static function encode(string $binString): string; function
|
| H A D | RFC4648.php | 53 return Base64::encode($str); 87 return Base64UrlSafe::encode($str);
|
| H A D | Hex.php | 45 public static function encode( function in ParagonIE\\ConstantTime\\Hex
|
| H A D | Base64.php | 50 public static function encode( function in ParagonIE\\ConstantTime\\Base64
|
| H A D | Base32.php | 77 public static function encode( function in ParagonIE\\ConstantTime\\Base32
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.cookie.js | 23 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 D | adLDAPUtils.php | 234 $encode = false; 238 $encode = true; 242 if ($encode === true && $key != 'password') {
|
| /dokuwiki/_test/tests/inc/ |
| H A D | safefn.test.php | 31 $this->assertEquals(SafeFN::encode($utf8),$safe);
|
| H A D | sort_with_collator.test.php | 322 $sorted[$key] = SafeFN::encode($sorted[$key]);
|
| /dokuwiki/vendor/simplepie/simplepie/idn/ |
| H A D | ReadMe.txt | 19 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 D | idna_convert.class.php | 267 function encode($decoded, $one_time_encoding = false) function in idna_convert
|
| /dokuwiki/inc/ |
| H A D | SafeFN.class.php | 49 public static function encode($filename) function in SafeFN
|
| H A D | pageutils.php | 712 return SafeFN::encode($file);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/ |
| H A D | Strings.php | 462 Base64::encode($data); 477 Base64UrlSafe::encode($data); 503 Hex::encode($data);
|
| /dokuwiki/vendor/paragonie/constant_time_encoding/ |
| H A D | README.md | 70 echo Base64::encode($data), "\n"; 71 echo Base32::encode($data), "\n";
|
| /dokuwiki/lib/plugins/authad/adLDAP/ |
| H A D | adLDAP.php | 880 $encode = false; 884 $encode = true; 888 if ($encode === true && $key != 'password') {
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Sanitize.php | 196 public function encode_instead_of_strip($encode = false) argument 198 $this->encode_instead_of_strip = (bool) $encode;
|
| H A D | File.php | 76 …$url = \SimplePie\Misc::compress_parse_url($parsed['scheme'], $idn->encode($parsed['authority']), …
|
| H A D | Enclosure.php | 260 …$this->link = \SimplePie\Misc::compress_parse_url($parsed['scheme'], $idn->encode($parsed['authori…
|
| H A D | SimplePie.php | 1369 public function strip_htmltags($tags = '', $encode = null) argument 1375 if ($encode !== null) { 1376 $this->sanitize->encode_instead_of_strip($encode);
|
| /dokuwiki/ |
| H A D | composer.lock | 646 "ext-iconv": "Used for proper filename encode handling",
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | CHANGELOG.md | 22 - Fix `encode` argument of `SimplePie::strip_htmltags()` @jtojnar in [#894](https://github.com/simp…
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 5296 return Zend_Json_Encoder::encode($data);
|