Home
last modified time | relevance | path

Searched refs:getResponseProperties (Results 1 – 7 of 7) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DJCalTransformTest.php87 …$response = $responses[0]->getResponseProperties()[200]["{urn:ietf:params:xml:ns:caldav}calendar-d…
141 …$response = $responses[0]->getResponseProperties()[200]["{urn:ietf:params:xml:ns:caldav}calendar-d…
194 …$response = $responses[0]->getResponseProperties()[200]["{urn:ietf:params:xml:ns:caldav}calendar-d…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DPluginTest.php182 ], $response->getResponseProperties());
188 $this->assertEquals([], $response->getResponseProperties());
295 ], $response->getResponseProperties());
301 $this->assertEquals([], $response->getResponseProperties());
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php98 function getResponseProperties() { function in Sabre\\DAV\\Xml\\Element\\Response
126 foreach ($this->getResponseProperties() as $status => $properties) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php98 function getResponseProperties() { function in Sabre\\DAV\\Xml\\Element\\Response
129 foreach ($this->getResponseProperties() as $status => $properties) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DResponseTest.php23 $this->assertEquals($innerProps, $property->getResponseProperties());
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php431 $result[$response->getHref()] = $response->getResponseProperties();
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php409 $result[$response->getHref()] = $response->getResponseProperties();