Home
last modified time | relevance | path

Searched refs:decode_utf8 (Results 1 – 10 of 10) sorted by relevance

/plugin/mantis/lib/
Dclass.soap_parser.php49 var $decode_utf8 = true; variable in nusoap_parser
57 * @param string $decode_utf8 whether to decode UTF-8 to ISO-8859-1
60 function nusoap_parser($xml,$encoding='UTF-8',$method='',$decode_utf8=true){ argument
65 $this->decode_utf8 = $decode_utf8;
417 if($this->decode_utf8){
Dclass.soapclient.php53 var $decode_utf8 = true; // toggles whether the parser decodes element content w/ utf8_decode() variable in nusoap_client
503 $parser = new nusoap_parser($data,$this->xml_encoding,$this->operation,$this->decode_utf8);
722 $proxy->decode_utf8 = $this->decode_utf8;
Dclass.soap_server.php88 var $decode_utf8 = true; variable in nusoap_server
823 $parser = new nusoap_parser($data,$this->xml_encoding,'',$this->decode_utf8);
Dnusoap.php3497 var $decode_utf8 = true; variable in nusoap_server
4261 $parser = new nusoap_parser($data,$this->xml_encoding,'',$this->decode_utf8);
6481 var $decode_utf8 = true; variable in nusoap_parser
6489 * @param string $decode_utf8 whether to decode UTF-8 to ISO-8859-1
6492 function nusoap_parser($xml,$encoding='UTF-8',$method='',$decode_utf8=true){ argument
6497 $this->decode_utf8 = $decode_utf8;
6849 if($this->decode_utf8){
7121 var $decode_utf8 = true; // toggles whether the parser decodes element content w/ utf8_decode() variable in nusoap_client
7571 $parser = new nusoap_parser($data,$this->xml_encoding,$this->operation,$this->decode_utf8);
7790 $proxy->decode_utf8 = $this->decode_utf8;
Dchangelog507 - nusoapclient: set decode_utf8 when creating a proxy (thanks Dmitri Dmitrienko)
/plugin/dokucrypt3/
H A Dcrypto_high-level.js252 return(decode_utf8(plaintext));
H A Dcrypto_low-level.js1679 function decode_utf8(s) { function
/plugin/googlesearch/
Dnusoap.php3110 var $decode_utf8 = true; variable in soap_server
3832 $parser = new soap_parser($data,$this->xml_encoding,'',$this->decode_utf8);
5833 var $decode_utf8 = false; variable in soap_parser
5841 * @param string $decode_utf8 whether to decode UTF-8 to ISO-8859-1
5844 function soap_parser($xml,$encoding='UTF-8',$method='',$decode_utf8=true){ argument
5849 $this->decode_utf8 = $decode_utf8;
6197 if($this->decode_utf8){
6433 var $decode_utf8 = true; // toggles whether the parser decodes element content w/ utf8_decode() variable in soapclient
6837 $parser = new soap_parser($data,$this->xml_encoding,$this->operation,$this->decode_utf8);
/plugin/dokucrypt/
Dscript.js455 return(decode_utf8(plaintext));
2106 function decode_utf8(s) { function
/plugin/dokucrypt2/
Dscript.js527 return(decode_utf8(plaintext));
2178 function decode_utf8(s) { function