Home
last modified time | relevance | path

Searched refs:getBodyAsStream (Results 1 – 14 of 14) sorted by path

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php449 $body = $request->getBodyAsStream();
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md167 * Changed: Message::getBodyAsStream and Message::getBodyAsString were added. The
H A DREADME.md480 function getBodyAsStream();
624 function getBodyAsStream();
/plugin/davcal/vendor/sabre/http/lib/
H A DMessage.php47 function getBodyAsStream() { function in Sabre\\HTTP\\Message
H A DMessageDecoratorTrait.php35 function getBodyAsStream() { function
37 return $this->inner->getBodyAsStream();
H A DMessageInterface.php23 function getBodyAsStream(); function
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageDecoratorTest.php20 $this->assertEquals('foo', stream_get_contents($this->inner->getBodyAsStream()));
21 $this->assertEquals('foo', stream_get_contents($this->outer->getBodyAsStream()));
H A DMessageTest.php26 $this->assertEquals($body, stream_get_contents($message->getBodyAsStream()));
40 $this->assertEquals($body, stream_get_contents($message->getBodyAsStream()));
49 $body = $message->getBodyAsStream();
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php449 $body = $request->getBodyAsStream();
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md200 * Changed: Message::getBodyAsStream and Message::getBodyAsString were added. The
H A DREADME.md480 function getBodyAsStream();
624 function getBodyAsStream();
/plugin/webdav/vendor/sabre/http/lib/
H A DMessage.php47 function getBodyAsStream() { function in Sabre\\HTTP\\Message
H A DMessageDecoratorTrait.php35 function getBodyAsStream() { function
37 return $this->inner->getBodyAsStream();
H A DMessageInterface.php23 function getBodyAsStream(); function