Home
last modified time | relevance | path

Searched refs:ResponseInterface (Results 26 – 50 of 103) sorted by relevance

12345

/plugin/webdav/vendor/sabre/http/lib/
H A DResponseDecorator.php15 class ResponseDecorator implements ResponseInterface {
22 * @param ResponseInterface $inner
24 function __construct(ResponseInterface $inner) {
/plugin/davcal/vendor/sabre/http/lib/
H A DResponseDecorator.php15 class ResponseDecorator implements ResponseInterface {
22 * @param ResponseInterface $inner
24 function __construct(ResponseInterface $inner) {
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAbstractAuth.php6 use Sabre\HTTP\ResponseInterface; alias
36 * @var ResponseInterface
46 …function __construct($realm = 'SabreTooth', RequestInterface $request, ResponseInterface $response…
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAbstractAuth.php6 use Sabre\HTTP\ResponseInterface; alias
36 * @var ResponseInterface
46 …function __construct($realm = 'SabreTooth', RequestInterface $request, ResponseInterface $response…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJarInterface.php5 use Psr\Http\Message\ResponseInterface; alias
35 * @param ResponseInterface $response Response that was received
39 ResponseInterface $response
/plugin/webdav/core/Plugin/
H A DDummyGetResponse.php16 use Sabre\HTTP\ResponseInterface; alias
34 * @param ResponseInterface $response
37 public function httpGet(RequestInterface $request, ResponseInterface $response)
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php28 use Psr\Http\Message\ResponseInterface; alias
92 if ($response instanceof \GuzzleHttp\Message\ResponseInterface) {
111 * @param ResponseInterface $response
116 ResponseInterface $response,
144 private static function decodeBody(ResponseInterface $response, RequestInterface $request = null)
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DMapGetToPropFind.php7 use Sabre\HTTP\ResponseInterface; alias
44 * @param ResponseInterface $response
47 function httpGet(RequestInterface $request, ResponseInterface $response) {
H A DPlugin.php8 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/Browser/
H A DMapGetToPropFind.php7 use Sabre\HTTP\ResponseInterface; alias
44 * @param ResponseInterface $response
47 function httpGet(RequestInterface $request, ResponseInterface $response) {
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/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClientInterface.php7 use Psr\Http\Message\ResponseInterface; alias
27 * @return ResponseInterface
54 * @return ResponseInterface
H A DMessageFormatter.php6 use Psr\Http\Message\ResponseInterface; alias
61 * @param ResponseInterface $response Response that was received
68 ResponseInterface $response = null,
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
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/
H A DPlugin.php6 use Sabre\HTTP\ResponseInterface; alias
135 * @param ResponseInterface $response
138 function beforeMethod(RequestInterface $request, ResponseInterface $response) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php9 use Sabre\HTTP\ResponseInterface; alias
78 * @param ResponseInterface $response
81 function httpGet(RequestInterface $request, ResponseInterface $response) {
168 * @param ResponseInterface $response
170 …($path, $start, $end, $expand, $componentType, $format, $properties, ResponseInterface $response) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTestPlugin.php7 Sabre\HTTP\ResponseInterface; alias
31 function beforeMethod(RequestInterface $request, ResponseInterface $response) {
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php21 use GuzzleHttp\Message\ResponseInterface as Guzzle5ResponseInterface;
26 use Psr\Http\Message\ResponseInterface; alias
51 * @return ResponseInterface
H A DGuzzle6HttpHandler.php21 use Psr\Http\Message\ResponseInterface; alias
43 * @return ResponseInterface
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DBadResponseException.php5 use Psr\Http\Message\ResponseInterface; alias
15 ResponseInterface $response = null,
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php7 use Sabre\HTTP\ResponseInterface; alias
52 * @param ResponseInterface $response
55 function httpGet(RequestInterface $request, ResponseInterface $response) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php10 use Sabre\HTTP\ResponseInterface; alias
78 * @param ResponseInterface $response
81 function httpGet(RequestInterface $request, ResponseInterface $response) {
168 * @param ResponseInterface $response
170 …($path, $start, $end, $expand, $componentType, $format, $properties, ResponseInterface $response) {
/plugin/webdav/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/PartialUpdate/
H A DPlugin.php7 use Sabre\HTTP\ResponseInterface; alias
112 * @param ResponseInterface $response
115 function httpPatch(RequestInterface $request, ResponseInterface $response) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DEasyHandle.php6 use Psr\Http\Message\ResponseInterface; alias
25 /** @var ResponseInterface Received response (if any) */

12345