Home
last modified time | relevance | path

Searched defs:xmlRequest (Results 1 – 5 of 5) sorted by relevance

/dports/net/libcmis/libcmis-0.5.2/qa/libcmis/
H A Dtest-ws.cxx209 string xmlRequest = lcl_getCmisRequestXml( "http://mockup/ws/services/RepositoryService" ); in getRepositoriesTest() local
226 string xmlRequest = lcl_getCmisRequestXml( "http://mockup/ws/services/RepositoryService" ); in getRepositoryInfosTest() local
274 string xmlRequest = lcl_getCmisRequestXml( "http://mockup/ws/services/RepositoryService" ); in getTypeTest() local
392 string xmlRequest = lcl_getCmisRequestXml( "http://mockup/ws/services/RepositoryService" ); in getTypeParentsTest() local
421 string xmlRequest = lcl_getCmisRequestXml( "http://mockup/ws/services/RepositoryService", in getTypeChildrenTest() local
452 string xmlRequest = lcl_getCmisRequestXml( "http://mockup/ws/services/ObjectService" ); in getObjectTest() local
494 string xmlRequest = lcl_getCmisRequestXml( "http://mockup/ws/services/ObjectService" ); in getDocumentTest() local
552 string xmlRequest = lcl_getCmisRequestXml( "http://mockup/ws/services/ObjectService" ); in getByPathValidTest() local
582 string xmlRequest = lcl_getCmisRequestXml( "http://mockup/ws/services/ObjectService" ); in getByPathInvalidTest() local
612 string xmlRequest = lcl_getCmisRequestXml( "http://mockup/ws/services/NavigationService" ); in getDocumentParentsTest() local
[all …]
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/update/
H A DUpdateManager.java536 Element xmlRequest = docFactory.createDocument().addElement("version"); in getServerUpdateRequest() local
544 Element xmlRequest = docFactory.createDocument().addElement("available"); in getAvailablePluginsUpdateRequest() local
/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/inc/
H A Dcaldav-client.php39 var $xmlRequest = ""; // for debugging xml sent variable in CalDAVClient
H A Dcaldav-client-v2.php83 protected $xmlRequest = ""; // for debugging xml sent variable in CalDAVClient
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/scollector/collectors/
H A Dnexpose.go232 func (c *nexposeConnection) xmlRequest(request interface{}, version int) (*apiResponse, error) { func