Home
last modified time | relevance | path

Searched refs:Response (Results 101 – 125 of 187) sorted by relevance

12345678

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessageResponse.php17 use FreeDSx\Ldap\Operation\Response\ResponseInterface;
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DResponseDecoratorTest.php12 $this->inner = new Response();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientStartTlsHandler.php15 use FreeDSx\Ldap\Operation\Response\ExtendedResponse;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultReference.php12 namespace FreeDSx\Ldap\Operation\Response;
H A DPasswordModifyResponse.php12 namespace FreeDSx\Ldap\Operation\Response;
23 * RFC 3062. A Modify Password Response.
H A DBindResponse.php12 namespace FreeDSx\Ldap\Operation\Response;
H A DIntermediateResponse.php12 namespace FreeDSx\Ldap\Operation\Response;
/plugin/plantuml/
H A DREADME.markdown37 Bob --> Alice: Authentication Response
40 Alice <-- Bob: another authentication Response
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php25 use GuzzleHttp\Psr7\Response; alias
174 $response = new Response(
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DResponse.php20 class Response extends \Google\Model class
394 class_alias(Response::class, 'Google_Service_Sheets_Response');
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DDigestTest.php6 use Sabre\HTTP\Response; alias
31 $this->response = new Response();
H A DAWSTest.php6 use Sabre\HTTP\Response; alias
29 $this->response = new Response();
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Response/
H A DMultiStatus.php3 namespace Sabre\DAV\Xml\Response;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Response/
H A DMultiStatus.php3 namespace Sabre\DAV\Xml\Response;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/
H A DResponseException.php6 use Elastica\Exception\Bulk\Response\ActionException;
10 * Bulk Response exception.
/plugin/webdav/_test/lib/
H A DDAVServerTest.php70 class ResponseMock extends HTTP\Response
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerWhoAmIHandler.php18 use FreeDSx\Ldap\Operation\Response\ExtendedResponse;
H A DServerStartTlsHandler.php17 use FreeDSx\Ldap\Operation\Response\ExtendedResponse;
/plugin/webdav/vendor/sabre/http/lib/
H A DResponse.php12 class Response extends Message implements ResponseInterface { class
/plugin/davcal/vendor/sabre/http/lib/
H A DResponse.php12 class Response extends Message implements ResponseInterface { class
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php7 Sabre\HTTP\Response, alias
146 $this->authPlugin->beforeMethod(new Request(), new Response());
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php7 use Elastica\Bulk\Response as BulkResponse;
307 protected function _processResponse(Response $response): ResponseSet
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DResponse.php11 class Response implements ResponseInterface class
/plugin/webdav/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/
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

12345678