Home
last modified time | relevance | path

Searched refs:ResponseInterface (Results 51 – 75 of 103) sorted by relevance

12345

/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/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php10 use Psr\Http\Message\ResponseInterface; alias
135 if ($value instanceof ResponseInterface
186 ResponseInterface $response = null,
/plugin/webdav/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/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/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php22 use Sabre\HTTP\ResponseInterface; alias
164 * @param ResponseInterface $response
167 function httpPost(RequestInterface $request, ResponseInterface $response) {
341 * @param ResponseInterface $response HTTP Response
348 …function calendarObjectChange(RequestInterface $request, ResponseInterface $response, VCalendar $v…
731 * @param ResponseInterface $response
734 …function outboxRequest(IOutbox $outboxNode, RequestInterface $request, ResponseInterface $response…
795 * @param ResponseInterface $response
798 …tbox $outbox, VObject\Component $vObject, RequestInterface $request, ResponseInterface $response) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DResponse.php5 use Psr\Http\Message\ResponseInterface; alias
11 class Response implements ResponseInterface
H A DMessage.php7 use Psr\Http\Message\ResponseInterface; alias
27 } elseif ($message instanceof ResponseInterface) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRetryMiddleware.php8 use Psr\Http\Message\ResponseInterface; alias
122 …private function doRetry(RequestInterface $request, array $options, ResponseInterface $response = …
H A DMiddleware.php8 use Psr\Http\Message\ResponseInterface; alias
60 function (ResponseInterface $response) use ($request) {
H A DClient.php9 use Psr\Http\Message\ResponseInterface; alias
123 * @return ResponseInterface
176 * @return ResponseInterface
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php14 use Sabre\HTTP\ResponseInterface; alias
181 * @param ResponseInterface $response
184 function httpPost(RequestInterface $request, ResponseInterface $response) {
/plugin/davcal/vendor/sabre/http/lib/
H A DSapi.php53 * @param ResponseInterface $response
56 static function sendResponse(ResponseInterface $response) {
H A DResponseInterface.php12 interface ResponseInterface extends MessageInterface { interface
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php53 * @param ResponseInterface $response
56 static function sendResponse(ResponseInterface $response) {
H A DResponseInterface.php12 interface ResponseInterface extends MessageInterface { interface
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DDigest.php6 use Sabre\HTTP\ResponseInterface; alias
47 …function __construct($realm = 'SabreTooth', RequestInterface $request, ResponseInterface $response…
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DDigest.php6 use Sabre\HTTP\ResponseInterface; alias
47 …function __construct($realm = 'SabreTooth', RequestInterface $request, ResponseInterface $response…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DResponseInterface.php21 interface ResponseInterface extends ProtocolElementInterface
20 interface ResponseInterface extends ProtocolElementInterface global() interface
/plugin/davcal/vendor/sabre/dav/tests/Sabre/HTTP/
H A DSapiMock.php23 static function sendResponse(ResponseInterface $response) {
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DResponseInterface.php20 interface ResponseInterface extends MessageInterface interface
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php8 use Sabre\HTTP\ResponseInterface; alias
225 * @param ResponseInterface $response
228 function httpPost(RequestInterface $request, ResponseInterface $response) {
H A DPlugin.php14 use Sabre\HTTP\ResponseInterface; alias
267 * @param ResponseInterface $response
270 function httpMkCalendar(RequestInterface $request, ResponseInterface $response) {
816 * @param ResponseInterface $response The http response.
820 …dateICalendar(&$data, $path, &$modified, RequestInterface $request, ResponseInterface $response, $…
1014 * @param ResponseInterface $response
1017 function httpAfterGet(RequestInterface $request, ResponseInterface $response) {
/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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php23 use FreeDSx\Ldap\Operation\Response\ResponseInterface;
86 class LdapResult implements ResponseInterface
21 use FreeDSx\Ldap\Operation\Response\ResponseInterface; global() alias

12345