| /dokuwiki/vendor/paragonie/constant_time_encoding/src/ |
| H A D | Encoding.php | 50 return Base32::encode($str); 106 return Base32Hex::encode($str); 162 return Base64::encode($str); 191 return Base64DotSlash::encode($str); 223 return Base64DotSlashOrdered::encode($str); 255 return Hex::encode($bin_string);
|
| H A D | EncoderInterface.php | 43 public static function encode( function
|
| H A D | RFC4648.php | 55 return Base64::encode($str); 89 return Base64UrlSafe::encode($str);
|
| H A D | Hex.php | 55 public static function encode( function in ParagonIE\\ConstantTime\\Hex
|
| H A D | Base64.php | 66 public static function encode( function in ParagonIE\\ConstantTime\\Base64
|
| H A D | Base32.php | 86 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/inc/ |
| H A D | SafeFN.class.php | 49 public static function encode($filename) function in SafeFN
|
| H A D | pageutils.php | 713 return SafeFN::encode($file);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/ |
| H A D | Strings.php | 466 Base64::encode($data); 481 Base64UrlSafe::encode($data); 507 Hex::encode($data);
|
| /dokuwiki/vendor/paragonie/constant_time_encoding/ |
| H A D | README.md | 74 echo Base64::encode($data), "\n"; 75 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 | 242 public function encode_instead_of_strip(bool $encode = false) argument 244 $this->encode_instead_of_strip = $encode;
|
| H A D | SimplePie.php | 1479 public function strip_htmltags($tags = '', ?bool $encode = null) argument 1485 if ($encode !== null) { 1486 $this->sanitize->encode_instead_of_strip($encode);
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | CHANGELOG.md | 33 - `SimplePie\SimplePie::strip_htmltags()` correctly propagates `$encode` argument to `Sanitize` (by… 74 - Fix `encode` argument of `SimplePie::strip_htmltags()` @jtojnar in [#894](https://github.com/simp…
|
| /dokuwiki/ |
| H A D | composer.lock | 651 "ext-iconv": "Used for proper filename encode handling",
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 5296 return Zend_Json_Encoder::encode($data);
|