Home
last modified time | relevance | path

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

/plugin/mantis/lib/
H A 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){
H A 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;
H A Dclass.soap_server.php88 var $decode_utf8 = true; variable in nusoap_server
823 $parser = new nusoap_parser($data,$this->xml_encoding,'',$this->decode_utf8);
H A 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;
H A Dchangelog507 - nusoapclient: set decode_utf8 when creating a proxy (thanks Dmitri Dmitrienko)
/plugin/googlesearch/
H A 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/
H A Dscript.js455 return(decode_utf8(plaintext));
2106 function decode_utf8(s) { function
/plugin/dokucrypt2/
H A Dscript.js527 return(decode_utf8(plaintext));
2178 function decode_utf8(s) { function