Home
last modified time | relevance | path

Searched refs:getBodyAsString (Results 26 – 48 of 48) sorted by relevance

12

/plugin/webdav/_test/
H A Dwebdav.test.php63 $body = $response->getBodyAsString();
/plugin/davcal/vendor/sabre/http/lib/
H A DMessage.php68 function getBodyAsString() { function in Sabre\\HTTP\\Message
H A DRequest.php310 $out .= $this->getBodyAsString();
/plugin/webdav/vendor/sabre/http/lib/
H A DMessage.php68 function getBodyAsString() { function in Sabre\\HTTP\\Message
H A DRequest.php310 $out .= $this->getBodyAsString();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DPluginTest.php130 …s->assertEquals(204, $response->getStatus(), 'Full response body:' . $response->getBodyAsString());
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md25 * #56: `getBodyAsString` now returns at most as many bytes as the contents of
173 * Fixed: getBodyAsString on an empty body now works.
200 * Changed: Message::getBodyAsStream and Message::getBodyAsString were added. The
H A DREADME.md199 echo $response->getBodyAsString();
490 function getBodyAsString();
634 function getBodyAsString();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php150 $this->assertXmlStringEqualsXmlString($expected, $httpResponse->getBodyAsString());
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md140 * Fixed: getBodyAsString on an empty body now works.
167 * Changed: Message::getBodyAsStream and Message::getBodyAsString were added. The
H A DREADME.md199 echo $response->getBodyAsString();
490 function getBodyAsString();
634 function getBodyAsString();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php244 $requestBody = $request->getBodyAsString();
H A DPlugin.php272 $body = $request->getBodyAsString();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php255 $requestBody = $request->getBodyAsString();
H A DPlugin.php258 $body = $request->getBodyAsString();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerMKCOLTest.php77 $this->assertEquals(400, $this->response->getStatus(), $this->response->getBodyAsString() );
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php341 $this->assertEquals('Foo', $response->getBodyAsString());
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php319 $requestBody = $request->getBodyAsString();
554 $requestBody = $request->getBodyAsString();
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php319 $requestBody = $request->getBodyAsString();
554 $requestBody = $request->getBodyAsString();
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php177 if ($body = $request->getBodyAsString()) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php177 if ($body = $request->getBodyAsString()) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1017 $body = $request->getBodyAsString();
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1169 $body = $request->getBodyAsString();

12