Searched refs:soap_parser (Results 1 – 4 of 4) sorted by relevance
| /plugin/mantis/lib/ |
| D | changelog | 11 - soap_parser: changed the parser to pre-load the parent's result array when processing scalar valu… 55 - soap_parser: use XML type information to pick a PHP data type; also decode base64 70 - soap_parser: fix parsing of elements with no XSD type specified 71 - soap_parser: use PHP string type for XSD long and unsignedLong types 74 - soap_parser: fix code generating warning (thanks Torsten) 77 - soap_parser: fix another line of code generating a warning (thanks Torsten) 81 - wsdl, soapclient, soap_parser: patch submitted by Mark Spavin as described by 100 - soap_parser: deserialize Apache Vector as an array 124 - soap_parser: add param to docs 133 - soap_parser: Properly set errors in ctor [all …]
|
| D | class.soap_parser.php | 635 class soap_parser extends nusoap_parser { class
|
| D | nusoap.php | 7067 class soap_parser extends nusoap_parser { class
|
| /plugin/googlesearch/ |
| D | nusoap.php | 3832 $parser = new soap_parser($data,$this->xml_encoding,'',$this->decode_utf8); 5800 class soap_parser extends nusoap_base { class 5844 function soap_parser($xml,$encoding='UTF-8',$method='',$decode_utf8=true){ function in soap_parser 6837 $parser = new soap_parser($data,$this->xml_encoding,$this->operation,$this->decode_utf8);
|