Home
last modified time | relevance | path

Searched refs:Response (Results 151 – 175 of 187) sorted by path

12345678

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DResponseFactory.php23 use FreeDSx\Ldap\Operation\Response\AddResponse;
24 use FreeDSx\Ldap\Operation\Response\BindResponse;
25 use FreeDSx\Ldap\Operation\Response\CompareResponse;
26 use FreeDSx\Ldap\Operation\Response\DeleteResponse;
27 use FreeDSx\Ldap\Operation\Response\ExtendedResponse;
28 use FreeDSx\Ldap\Operation\Response\ModifyDnResponse;
29 use FreeDSx\Ldap\Operation\Response\ModifyResponse;
30 use FreeDSx\Ldap\Operation\Response\SearchResultDone;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php28 use FreeDSx\Ldap\Operation\Response;
207 $operation = Response\BindResponse::fromAsn1($opAsn1);
216 $operation = Response\SearchResultEntry::fromAsn1($opAsn1);
219 $operation = Response\SearchResultDone::fromAsn1($opAsn1);
225 $operation = Response\ModifyResponse::fromAsn1($opAsn1);
231 $operation = Response\AddResponse::fromAsn1($opAsn1);
237 $operation = Response\DeleteResponse::fromAsn1($opAsn1);
243 $operation = Response\ModifyDnResponse::fromAsn1($opAsn1);
249 $operation = Response\CompareResponse::fromAsn1($opAsn1);
252 $operation = Response\SearchResultReferenc
24 use FreeDSx\Ldap\Operation\Response; global() alias
[all...]
H A DLdapMessageResponse.php17 use FreeDSx\Ldap\Operation\Response\ResponseInterface;
H A DLdapQueue.php18 use FreeDSx\Ldap\Operation\Response\ExtendedResponse;
H A DServerProtocolHandler.php19 use FreeDSx\Ldap\Operation\Response\ExtendedResponse;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerRootDseHandler.php19 use FreeDSx\Ldap\Operation\Response\SearchResultDone;
20 use FreeDSx\Ldap\Operation\Response\SearchResultEntry;
H A DServerSearchHandler.php
H A DServerStartTlsHandler.php17 use FreeDSx\Ldap\Operation\Response\ExtendedResponse;
H A DServerWhoAmIHandler.php18 use FreeDSx\Ldap\Operation\Response\ExtendedResponse;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php24 use FreeDSx\Ldap\Operation\Response\SearchResponse;
H A DPaging.php22 use FreeDSx\Ldap\Operation\Response\SearchResponse;
H A DVlv.php25 use FreeDSx\Ldap\Operation\Response\SearchResponse;
/plugin/pwaoffline/
H A Dsw.js140 return new Response('Page not available. Please go back.', {
/plugin/recaptcha2/lib/ReCaptcha/
H A DReCaptcha.php83 * @return Response Response from the service.
89 $recaptchaResponse = new Response(false, array('missing-input-response'));
95 return Response::fromJson($rawResponse);
H A DResponse.php32 class Response class
57 return new Response(false, array('invalid-json'));
61 return new Response(true);
65 return new Response(false, $responseData['error-codes']);
68 return new Response(false);
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1408 var response = new Ajax.Response(this);
1485 var state = Ajax.Request.Events[readyState], response = new Ajax.Response(this);
1555 Ajax.Response = Class.create({
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug.css1014 /* Request & Response Headers */
/plugin/stopforumspam/
H A DResponseChecker.php22 class Response { class
108 $response = new Response();
/plugin/stopforumspam/_test/
H A DResponseCheckerTest.php21 $resp = new Response();
38 $resp = new Response(null, new ResponseCategory(10, 25.0), null);
49 $resp = new Response(null, new ResponseCategory(10, 9.7), null);
60 $resp = new Response(new ResponseCategory(10, 25.0), null, null);
71 $resp = new Response(new ResponseCategory(10, 9.7), null, null);
82 $resp = new Response(null, null, new ResponseCategory(10, 25.0));
93 $resp = new Response(null, null, new ResponseCategory(10, 9.7));
/plugin/swarmwebhook/meta/
H A DResponse.php6 class Response class
/plugin/swarmwebhook/webhooks/
H A DIFTTT.php7 use dokuwiki\plugin\swarmwebhook\meta\Response; alias
54 * @return true|Response
67 return new Response(401, 'Header X_HOOK_SECRET missing!');
71 return new Response(403, 'Header X_HOOK_SECRET not identical with configured secret!');
81 * @return true|Response
103 return new Response(500, $errorMessage);
/plugin/webdav/_test/lib/
H A DDAVServerTest.php70 class ResponseMock extends HTTP\Response
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md2273 * Changed: removed functions (get(/set)HTTPRequest(/Response)) from Server
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php229 $this->httpResponse = new HTTP\Response();
1673 $response = new Xml\Element\Response(
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php176 $responses[] = new DAV\Xml\Element\Response($fullPath, $props);
187 $responses[] = new DAV\Xml\Element\Response($fullPath, [], 404);
190 … $multiStatus = new DAV\Xml\Response\MultiStatus($responses, self::SYNCTOKEN_PREFIX . $syncToken);

12345678