Searched refs:serializeComplexTypeAttributes (Results 1 – 3 of 3) sorted by relevance
/plugin/mantis/lib/ |
H A D | class.wsdl.php | 1464 $elementAttrs = $this->serializeComplexTypeAttributes($typeDef, $value, $ns, $uqType); 1584 function serializeComplexTypeAttributes($typeDef, $value, $ns, $uqType) { function in wsdl 1626 $xml .= $this->serializeComplexTypeAttributes($typeDef, $value, $ns, $uqType);
|
H A D | nusoap.php | 5995 $elementAttrs = $this->serializeComplexTypeAttributes($typeDef, $value, $ns, $uqType); 6115 function serializeComplexTypeAttributes($typeDef, $value, $ns, $uqType) { function in wsdl 6157 $xml .= $this->serializeComplexTypeAttributes($typeDef, $value, $ns, $uqType);
|
/plugin/googlesearch/ |
H A D | nusoap.php | 5351 $elementAttrs = $this->serializeComplexTypeAttributes($typeDef, $value, $ns, $uqType); 5471 function serializeComplexTypeAttributes($typeDef, $value, $ns, $uqType) { function in wsdl 5513 $xml .= $this->serializeComplexTypeAttributes($typeDef, $value, $ns, $uqType);
|