Home
last modified time | relevance | path

Searched refs:soap_type (Results 1 – 14 of 14) sorted by relevance

/dports/games/spring/spring_98.0/tools/pr-downloader/src/lib/soap/
H A DsoapStub.h61 virtual int soap_type() const { return 8; } /* = unique id SOAP_TYPE_xsd__base64Binary */ in soap_type() function
86 virtual int soap_type() const { return 13; } /* = unique id SOAP_TYPE_Plasma__ArrayOfString */ in soap_type() function
107 virtual int soap_type() const { return 14; } /* = unique id SOAP_TYPE__Plasma__DownloadFile */ in soap_type() function
133 …virtual int soap_type() const { return 15; } /* = unique id SOAP_TYPE__Plasma__DownloadFileRespons… in soap_type() function
/dports/games/springlobby/springlobby-0.180/src/downloader/lib/src/lib/soap/
H A DsoapStub.h61 virtual int soap_type() const { return 8; } /* = unique id SOAP_TYPE_xsd__base64Binary */ in soap_type() function
86 virtual int soap_type() const { return 13; } /* = unique id SOAP_TYPE_Plasma__ArrayOfString */ in soap_type() function
107 virtual int soap_type() const { return 14; } /* = unique id SOAP_TYPE__Plasma__DownloadFile */ in soap_type() function
133 …virtual int soap_type() const { return 15; } /* = unique id SOAP_TYPE__Plasma__DownloadFileRespons… in soap_type() function
/dports/editors/abiword/abiword-3.0.5/plugins/collab/backends/service/xp/
H A Dsoa.h159 …return "SOAP-ENC:arrayType=\"" + soap_type(element_type_) + "[" + boost::lexical_cast<std::string>… in props()
180 …ret += "<" + arg.name() + " " + "xsi:type=\"" + soap_type(arg.type()) + "\"" + ">" + arg.str() + "… in str()
246 ret += "<" + arg.name() + " " + "xsi:type=\"" + soap_type(arg.type()) + "\"" + in str()
H A Dsoa_result.h36 std::string soap_type(Type type);
H A Dsoa_result.cpp62 std::string soap_type(Type type) { in soap_type() function
/dports/net/xmlrpc-epi/xmlrpc-epi-0.54.2/src/
H A Dxml_to_soap.c87 static inline int is_soap_type(const char* soap_type) { in is_soap_type() argument
88 return(strstr(soap_type, "SOAP-ENC:") || strstr(soap_type, "xsd:")) ? 1 : 0; in is_soap_type()
/dports/net/pecl-xmlrpc/xmlrpc-1.0.0RC2/libxmlrpc/
H A Dxml_to_soap.c58 static inline int is_soap_type(const char* soap_type) { in is_soap_type() argument
59 return(strstr(soap_type, "SOAP-ENC:") || strstr(soap_type, "xsd:")) ? 1 : 0; in is_soap_type()
/dports/net/php73-xmlrpc/php-7.3.33/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c60 static inline int is_soap_type(const char* soap_type) { in is_soap_type() argument
61 return(strstr(soap_type, "SOAP-ENC:") || strstr(soap_type, "xsd:")) ? 1 : 0; in is_soap_type()
/dports/net/php74-xmlrpc/php-7.4.27/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c58 static inline int is_soap_type(const char* soap_type) { in is_soap_type() argument
59 return(strstr(soap_type, "SOAP-ENC:") || strstr(soap_type, "xsd:")) ? 1 : 0; in is_soap_type()
/dports/lang/php74/php-7.4.27/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c58 static inline int is_soap_type(const char* soap_type) { in is_soap_type() argument
59 return(strstr(soap_type, "SOAP-ENC:") || strstr(soap_type, "xsd:")) ? 1 : 0; in is_soap_type()
/dports/lang/php73/php-7.3.33/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c60 static inline int is_soap_type(const char* soap_type) { in is_soap_type() argument
61 return(strstr(soap_type, "SOAP-ENC:") || strstr(soap_type, "xsd:")) ? 1 : 0; in is_soap_type()
/dports/www/mod_php74/php-7.4.27/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c58 static inline int is_soap_type(const char* soap_type) { in is_soap_type() argument
59 return(strstr(soap_type, "SOAP-ENC:") || strstr(soap_type, "xsd:")) ? 1 : 0; in is_soap_type()
/dports/www/mod_php73/php-7.3.33/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c60 static inline int is_soap_type(const char* soap_type) { in is_soap_type() argument
61 return(strstr(soap_type, "SOAP-ENC:") || strstr(soap_type, "xsd:")) ? 1 : 0; in is_soap_type()
/dports/misc/sword/sword-1.8.1/bindings/gsoap/include/
H A Dstdsoap.h190 extern char soap_type[SOAP_TAGLEN];