Home
last modified time | relevance | path

Searched refs:xml_encoding (Results 1 – 6 of 6) sorted by relevance

/plugin/mantis/lib/
H A Dclass.soap_server.php82 var $xml_encoding = ''; variable in nusoap_server
320 $this->xml_encoding = strtoupper($enc);
322 $this->xml_encoding = 'US-ASCII';
326 $this->xml_encoding = 'ISO-8859-1';
351 $this->xml_encoding = 'US-ASCII';
355 $this->xml_encoding = 'ISO-8859-1';
385 $this->xml_encoding = 'US-ASCII';
389 $this->xml_encoding = 'ISO-8859-1';
813 $this->xml_encoding = strtoupper($enc);
815 $this->xml_encoding = 'US-ASCII';
[all …]
H A Dclass.soap_parser.php18 var $xml_encoding = ''; variable in nusoap_parser
63 $this->xml_encoding = $encoding;
74 $xml_encoding = $res[1];
75 if (strtoupper($xml_encoding) != $encoding) {
76 …ent-Type '" . $encoding . "' does not match encoding from XML declaration '" . $xml_encoding . "'";
78 if ($encoding != 'ISO-8859-1' || strtoupper($xml_encoding) != 'UTF-8') {
94 $this->parser = xml_parser_create($this->xml_encoding);
98 xml_parser_set_option($this->parser, XML_OPTION_TARGET_ENCODING, $this->xml_encoding);
413 if ($this->xml_encoding=='UTF-8'){
H A Dclass.soapclient.php42 var $xml_encoding = ''; // character set encoding of incoming (response) messages variable in nusoap_client
494 $this->xml_encoding = strtoupper($enc);
496 $this->xml_encoding = 'US-ASCII';
500 $this->xml_encoding = 'ISO-8859-1';
502 $this->debug('Use encoding: ' . $this->xml_encoding . ' when creating nusoap_parser');
503 $parser = new nusoap_parser($data,$this->xml_encoding,$this->operation,$this->decode_utf8);
H A Dnusoap.php3491 var $xml_encoding = ''; variable in nusoap_server
3731 $this->xml_encoding = 'US-ASCII';
3735 $this->xml_encoding = 'ISO-8859-1';
4253 $this->xml_encoding = 'US-ASCII';
4257 $this->xml_encoding = 'ISO-8859-1';
6450 var $xml_encoding = ''; variable in nusoap_parser
6495 $this->xml_encoding = $encoding;
6506 $xml_encoding = $res[1];
6845 if ($this->xml_encoding=='UTF-8'){
7564 $this->xml_encoding = 'US-ASCII';
[all …]
H A Dchangelog50 - soapclient: force xml_encoding to upper case
52 - soap_server: force xml_encoding to upper case
/plugin/googlesearch/
H A Dnusoap.php3104 var $xml_encoding = ''; variable in soap_server
3344 $this->xml_encoding = 'US-ASCII';
3348 $this->xml_encoding = 'ISO-8859-1';
3824 $this->xml_encoding = 'US-ASCII';
3828 $this->xml_encoding = 'ISO-8859-1';
5803 var $xml_encoding = ''; variable in soap_parser
5847 $this->xml_encoding = $encoding;
5858 $xml_encoding = $res[1];
6193 if ($this->xml_encoding=='UTF-8'){
6830 $this->xml_encoding = 'US-ASCII';
[all …]