Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 12 of 12) sorted by last modified time

/dokuwiki/inc/
H A Dpageutils.php712 return SafeFN::encode($file);
H A Ddeprecated.php159 public function encode($var)
166 * Alias for encode()
172 return $this->encode($var);
157 public function encode($var) global() function in JSON
H A DSafeFN.class.php49 public static function encode($filename)
47 public static function encode($filename) { global() function in SafeFN
/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/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php34 * The class provides two public methods, encode() and decode(), which do exactly
267 function encode($decoded, $one_time_encoding = false) function in idna_convert
421 // We cannot encode a domain name containing the Punycode prefix
430 // We will not try to encode strings consisting of basic code points only
471 // Now find and encode all non-basic code points
488 // Scan input again and encode all characters whose code point is $cur_code
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');
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php77 $url = \SimplePie\Misc::compress_parse_url($parsed['scheme'], $idn->encode($parsed['authority']), $parsed['path'], $parsed['query'], null);
H A DSanitize.php197 public function encode_instead_of_strip($encode = false) argument
199 $this->encode_instead_of_strip = (bool) $encode;
H A DSimplePie.php1371 public function strip_htmltags($tags = '', $encode = null) argument
1377 if ($encode !== null) {
H A DEnclosure.php261 $this->link = \SimplePie\Misc::compress_parse_url($parsed['scheme'], $idn->encode($parsed['authority']), $parsed['path'], $parsed['query'], $parsed['fragment']);
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php805 // Check every attribute to see if it contains 8bit characters and then UTF8 encode them
880 $encode = false;
884 $encode = true;
888 if ($encode === true && $key != 'password') {
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php234 $encode = false;
238 $encode = true;
242 if ($encode === true && $key != 'password') {