Home
last modified time | relevance | path

Searched refs:Response (Results 51 – 75 of 187) sorted by path

12345678

/plugin/davcal/vendor/sabre/http/
H A DREADME.md24 What this library provides, is a `Request` object, and a `Response` object.
103 $response = new HTTP\Response();
124 It may be useful to extend the `Request` and `Response` objects in your
131 Simply extending Request and Response may pose some problems:
138 `Response` instances in your library or application, you make it harder to
182 you to write simple clients, using the `Request` and `Response` objects you're
323 The Request and Response API's
589 ### Response subsection
/plugin/davcal/vendor/sabre/http/examples/
H A Dbasicauth.php16 use Sabre\HTTP\Response; alias
35 $response = new Response();
H A Dstringify.php14 use Sabre\HTTP\Response; alias
41 $response = new Response(424);
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php474 * @return Response
511 $response = new Response();
H A DResponse.php12 class Response extends Message implements ResponseInterface { class
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php6 use Sabre\HTTP\Response; alias
29 $this->response = new Response();
H A DBasicTest.php6 use Sabre\HTTP\Response; alias
16 $basic = new Basic('Dagger', $request, new Response());
31 $basic = new Basic('Dagger', $request, new Response());
40 $basic = new Basic('Dagger', $request, new Response());
51 $basic = new Basic('Dagger', $request, new Response());
59 $response = new Response();
H A DBearerTest.php6 use Sabre\HTTP\Response; alias
16 $bearer = new Bearer('Dagger', $request, new Response());
28 $bearer = new Bearer('Dagger', $request, new Response());
39 $bearer = new Bearer('Dagger', $request, new Response());
47 $response = new Response();
H A DDigestTest.php6 use Sabre\HTTP\Response; alias
31 $this->response = new Response();
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php227 $response = new Response(404);
229 $response = new Response(200);
263 $this->assertInstanceOf('Sabre\HTTP\Response', $e->getResponse());
H A DResponseDecoratorTest.php12 $this->inner = new Response();
H A DResponseTest.php9 $response = new Response(200, ['Content-Type' => 'text/xml']);
17 $response = new Response();
29 $response = new Response(1000);
35 $response = new Response(200, ['Content-Type' => 'text/xml']);
H A DSapiTest.php94 $response = new Response(204, ['Content-Type' => 'text/xml;charset=UTF-8']);
126 $response = new Response(200);
148 $response = new Response(200, ['Content-Length' => 19]);
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9 …+")",i=new Error(n);return i.status=this.status,i.method=t,i.url=r,i},v.Response=c,f(p.prototype),…
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1 …const t=new Response("");if("body"in t)try{new Response(t.body),g=!0}catch(t){g=!1}g=!1}return g}(…
H A Dworkbox-9fe249eb.js.map1Response`.\n *\n * @memberof module:workbox-routing\n */\nclass Route {\n /**\n * Construct…
H A Dworkbox-bed83ea8.js1 …const t=new Response("");if("body"in t)try{new Response(t.body),y=!0}catch(t){y=!1}y=!1}return y}(…
H A Dworkbox-bed83ea8.js.map1Response`.\n *\n * @memberof module:workbox-routing\n */\nclass Route {\n /**\n * Construct…
H A Dworkbox-f163abaa.js1 …const t=new Response("");if("body"in t)try{new Response(t.body),g=!0}catch(t){g=!1}g=!1}return g}(…
H A Dworkbox-f163abaa.js.map1Response`.\n *\n * @memberof module:workbox-routing\n */\nclass Route {\n /**\n * Construct…
/plugin/elasticsearch/helper/
H A Dclient.php133 * @return \Elastica\Response
135 protected function createMappings(\Elastica\Index $index): \Elastica\Response
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md124 - Fixed the Response Exception if the `reason` field is null
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc290 Set the APIKey Pair, consiting of the API Id and the ApiKey of the Response from /_security/api_key
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc217 * Fixed the Response Exception if the `reason` field is null
H A Dserializers.asciidoc174 * @param string $data Response body
175 * @param array $headers Response Headers

12345678