Home
last modified time | relevance | path

Searched refs:ResponseInterface (Results 76 – 100 of 103) sorted by relevance

12345

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php6 use Psr\Http\Message\ResponseInterface; alias
65 * @return ResponseInterface|PromiseInterface
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DPlugin.php12 use Sabre\HTTP\ResponseInterface; alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultReference.php29 class SearchResultReference implements ResponseInterface
H A DIntermediateResponse.php28 class IntermediateResponse implements ResponseInterface
H A DSearchResultEntry.php35 class SearchResultEntry implements ResponseInterface
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DPlugin.php12 use Sabre\HTTP\ResponseInterface; alias
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php27 use Psr\Http\Message\ResponseInterface; alias
144 public function parseResponse(ResponseInterface $response, $classes = array())
/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/webdav/vendor/sabre/http/lib/
H A DResponse.php12 class Response extends Message implements ResponseInterface {
H A DClient.php341 * @return ResponseInterface
/plugin/davcal/vendor/sabre/http/lib/
H A DResponse.php12 class Response extends Message implements ResponseInterface {
H A DClient.php85 * @return ResponseInterface
339 * @return ResponseInterface
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php5 use Psr\Http\Message\ResponseInterface; alias
232 ResponseInterface $response
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DClientProtocolHandlerFactory.php49 * @param Response\ResponseInterface $response
52 public function forResponse(Request\RequestInterface $request, Response\ResponseInterface $response): ResponseHandlerInterface
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php14 use Sabre\HTTP\ResponseInterface; alias
870 * @param ResponseInterface $response
873 function beforeMethod(RequestInterface $request, ResponseInterface $response) {
1163 * @param ResponseInterface $response
1166 function httpAcl(RequestInterface $request, ResponseInterface $response) {
/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) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php12 use Sabre\HTTP\ResponseInterface; alias
457 * @param ResponseInterface $response
461 …function invokeMethod(RequestInterface $request, ResponseInterface $response, $sendResponse = true…
1291 * @param ResponseInterface $response
1294 function checkPreconditions(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) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php11 use Sabre\HTTP\ResponseInterface; alias
769 * @param ResponseInterface $response
772 function httpAfterGet(RequestInterface $request, ResponseInterface $response) {
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php29 use Psr\Http\Message\ResponseInterface; alias
575 * @param ResponseInterface $resp the response.
579 public function parseTokenResponse(ResponseInterface $resp)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php12 use Psr\Http\Message\ResponseInterface; alias
79 ResponseInterface $response = null,
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php411 * @return ResponseInterface
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md229 * Added: Introduction of Message, MessageInterface, Response, ResponseInterface.
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md262 * Added: Introduction of Message, MessageInterface, Response, ResponseInterface.
H A DREADME.md265 function(ResponseInterface $response) {

12345