Home
last modified time | relevance | path

Searched refs:ResponseInterface (Results 1 – 25 of 103) sorted by last modified time

12345

/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md229 * Added: Introduction of Message, MessageInterface, Response, ResponseInterface.
H A DREADME.md265 function(ResponseInterface $response) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php12 use Sabre\HTTP\ResponseInterface; alias
160 * @param ResponseInterface $response
163 function httpPost(RequestInterface $request, ResponseInterface $response) {
268 * @param ResponseInterface $response HTTP Response
275 …function calendarObjectChange(RequestInterface $request, ResponseInterface $response, VCalendar $v…
594 * @param ResponseInterface $response
597 …function outboxRequest(IOutbox $outboxNode, RequestInterface $request, ResponseInterface $response…
654 * @param ResponseInterface $response
657 …tbox $outbox, VObject\Component $vObject, RequestInterface $request, ResponseInterface $response) {
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php411 * @return ResponseInterface
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php8 use Sabre\HTTP\ResponseInterface; alias
236 * @param ResponseInterface $response
239 function httpPost(RequestInterface $request, ResponseInterface $response) {
H A DPlugin.php15 use Sabre\HTTP\ResponseInterface; alias
253 * @param ResponseInterface $response
256 function httpMkCalendar(RequestInterface $request, ResponseInterface $response) {
782 * @param ResponseInterface $response The http response.
786 …dateICalendar(&$data, $path, &$modified, RequestInterface $request, ResponseInterface $response, $…
937 * @param ResponseInterface $response
940 function httpAfterGet(RequestInterface $request, ResponseInterface $response) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php9 use Sabre\HTTP\ResponseInterface; alias
89 * @param ResponseInterface $response
92 function httpGetEarly(RequestInterface $request, ResponseInterface $response) {
105 * @param ResponseInterface $response
108 function httpGet(RequestInterface $request, ResponseInterface $response) {
162 * @param ResponseInterface $response
165 function httpPOST(RequestInterface $request, ResponseInterface $response) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php7 use Sabre\HTTP\ResponseInterface; alias
168 * @param ResponseInterface $response
171 function httpLock(RequestInterface $request, ResponseInterface $response) {
272 * @param ResponseInterface $response
275 function httpUnlock(RequestInterface $request, ResponseInterface $response) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php7 use Sabre\HTTP\ResponseInterface; alias
45 * @param ResponseInterface $response
48 function httpGet(RequestInterface $request, ResponseInterface $response) {
68 * @param ResponseInterface $response
72 function davMount(ResponseInterface $response, $uri) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php7 use Sabre\HTTP\ResponseInterface; alias
112 * @param ResponseInterface $response
115 function httpPatch(RequestInterface $request, ResponseInterface $response) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php8 use Sabre\HTTP\ResponseInterface; alias
437 * @param ResponseInterface $response
441 …function invokeMethod(RequestInterface $request, ResponseInterface $response, $sendResponse = true…
1215 * @param ResponseInterface $response
1218 function checkPreconditions(RequestInterface $request, ResponseInterface $response) {
H A DTemporaryFileFilterPlugin.php6 use Sabre\HTTP\ResponseInterface; alias
107 * @param ResponseInterface $response
110 function beforeMethod(RequestInterface $request, ResponseInterface $response) {
184 * @param ResponseInterface $hR
188 function httpGet(RequestInterface $request, ResponseInterface $hR, $tempLocation) {
205 * @param ResponseInterface $hR
209 function httpPut(RequestInterface $request, ResponseInterface $hR, $tempLocation) {
232 * @param ResponseInterface $hR
236 function httpDelete(RequestInterface $request, ResponseInterface $hR, $tempLocation) {
255 * @param ResponseInterface $hR
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php9 use Sabre\HTTP\ResponseInterface; alias
722 * @param ResponseInterface $response
725 function beforeMethod(RequestInterface $request, ResponseInterface $response) {
1011 * @param ResponseInterface $response
1014 function httpAcl(RequestInterface $request, ResponseInterface $response) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DMock.php8 Sabre\HTTP\ResponseInterface; alias
49 * @param ResponseInterface $response
52 function check(RequestInterface $request, ResponseInterface $response) {
83 function challenge(RequestInterface $request, ResponseInterface $response) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/HTTP/
H A DSapiMock.php23 static function sendResponse(ResponseInterface $response) {
/plugin/davcal/vendor/sabre/http/lib/
H A DClientHttpException.php20 * @var ResponseInterface
27 * @param ResponseInterface $response
29 function __construct(ResponseInterface $response) {
50 * @return ResponseInterface
H A DResponse.php12 class Response extends Message implements ResponseInterface {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DPlugin.php12 use Sabre\HTTP\ResponseInterface; alias
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php11 use Sabre\HTTP\ResponseInterface; alias
713 * @param ResponseInterface $response
716 function httpAfterGet(RequestInterface $request, ResponseInterface $response) {
H A DVCFExportPlugin.php8 use Sabre\HTTP\ResponseInterface; alias
52 * @param ResponseInterface $response
55 function httpGet(RequestInterface $request, ResponseInterface $response) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php8 use Sabre\HTTP\ResponseInterface; alias
90 * @param ResponseInterface $response
93 function check(RequestInterface $request, ResponseInterface $response) {
130 * @param ResponseInterface $response
133 function challenge(RequestInterface $request, ResponseInterface $response) {
H A DAbstractDigest.php8 use Sabre\HTTP\ResponseInterface; alias
92 * @param ResponseInterface $response
95 function check(RequestInterface $request, ResponseInterface $response) {
147 * @param ResponseInterface $response
150 function challenge(RequestInterface $request, ResponseInterface $response) {
H A DApache.php6 use Sabre\HTTP\ResponseInterface; alias
54 * @param ResponseInterface $response
57 function check(RequestInterface $request, ResponseInterface $response) {
89 * @param ResponseInterface $response
92 function challenge(RequestInterface $request, ResponseInterface $response) {
H A DBackendInterface.php6 use Sabre\HTTP\ResponseInterface; alias
42 * @param ResponseInterface $response
45 function check(RequestInterface $request, ResponseInterface $response);
65 * @param ResponseInterface $response
68 function challenge(RequestInterface $request, ResponseInterface $response);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php6 use Sabre\HTTP\ResponseInterface; alias
135 * @param ResponseInterface $response
138 function beforeMethod(RequestInterface $request, ResponseInterface $response) {

12345