Home
last modified time | relevance | path

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

/dokuwiki/vendor/paragonie/constant_time_encoding/src/
H A DEncoding.php50 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 DEncoderInterface.php43 public static function encode( function
H A DRFC4648.php55 return Base64::encode($str);
89 return Base64UrlSafe::encode($str);
H A DHex.php55 public static function encode( function in ParagonIE\\ConstantTime\\Hex
H A DBase64.php66 public static function encode( function in ParagonIE\\ConstantTime\\Base64
H A DBase32.php86 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/inc/
H A DSafeFN.class.php49 public static function encode($filename) function in SafeFN
H A Dpageutils.php713 return SafeFN::encode($file);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php466 Base64::encode($data);
481 Base64UrlSafe::encode($data);
507 Hex::encode($data);
/dokuwiki/vendor/paragonie/constant_time_encoding/
H A DREADME.md74 echo Base64::encode($data), "\n";
75 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.php242 public function encode_instead_of_strip(bool $encode = false) argument
244 $this->encode_instead_of_strip = $encode;
H A DSimplePie.php1479 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 DCHANGELOG.md33 - `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 Dcomposer.lock651 "ext-iconv": "Used for proper filename encode handling",
/dokuwiki/_test/core/
H A DphpQuery-onefile.php5296 return Zend_Json_Encoder::encode($data);