Home
last modified time | relevance | path

Searched refs:response (Results 426 – 450 of 925) sorted by relevance

1...<<11121314151617181920>>...37

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingControl.php91 $response = self::decodeEncodedValue($type);
92 if (!$response instanceof SequenceType) {
97 foreach ($response->getChildren() as $sequence) {
/plugin/translation/_test/
H A DBasicTest.php126 $response = $request->get(array('id' => $input));
127 $actual = $response->getHeader('Location');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Response/
H A DMultiStatus.php90 foreach ($this->getResponses() as $response) {
91 $writer->writeElement('{DAV:}response', $response);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientExtendedOperationHandler.php64 throw new OperationException('Expected an LDAP message response, but none was received.');
67 $response = $this->extendedResponseFactory->get(
71 $prop = (new ReflectionClass(LdapMessageResponse::class))->getProperty('response');
73 $prop->setValue($messageFrom, $response);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Response/
H A DMultiStatus.php90 foreach ($this->getResponses() as $response) {
91 $writer->writeElement('{DAV:}response', $response);
/plugin/authfacebook/
H A Dauth.php103 $response = $fb->get('/me?fields=id,name,email', $accessToken);
107 if ($response) {
108 $me = $response->getGraphUser();
111 $response = $fb->get('/me/permissions', $accessToken);
112 $permissions = $response->getGraphEdge();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php30 * Proxies requests to an LDAP server and returns the response. You should extend this to add your own constructor and
104 $response = $this->ldap()->sendAndReceive($compare, ...$context->controls()->toArray())->getResponse();
105 if (!$response instanceof LdapResult) {
109 return $response->getResultCode() === ResultCode::COMPARE_TRUE;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DEqlNamespace.asciidoc48 $params['wait_for_completion_timeout'] = (time) Specify the time that the request should block waiting for the final response
76 $params['wait_for_completion_timeout'] = (time) Specify the time that the request should block waiting for the final response
77 $params['keep_on_completion'] = (boolean) Control whether the response should be stored in the cluster if it completed within the provided [wait_for_completion] time (default: false) (Default = false)
/plugin/webdav/_test/lib/
H A DDAVServerTest.php56 $response = new ResponseMock();
59 $this->server->httpResponse = $response;
/plugin/freesync/
H A Dscript.js15 var data = this.response;
31 var data = this.response;
/plugin/webdav/vendor/sabre/http/
H A DREADME.md96 A response object you can just create as such:
103 $response = new HTTP\Response();
104 $response->setStatus(201); // created !
105 $response->setHeader('X-Foo', 'bar');
106 $response->setBody(
115 HTTP\Sapi::sendResponse($response);
197 $response = $client->send($request);
199 echo $response->getBodyAsString();
217 // do some rewriting in the response.
317 $response = $client->send($subRequest);
[all …]
/plugin/davcal/vendor/sabre/http/
H A DREADME.md96 A response object you can just create as such:
103 $response = new HTTP\Response();
104 $response->setStatus(201); // created !
105 $response->setHeader('X-Foo', 'bar');
106 $response->setBody(
115 HTTP\Sapi::sendResponse($response);
197 $response = $client->send($request);
199 echo $response->getBodyAsString();
217 // do some rewriting in the response.
317 $response = $client->send($subRequest);
[all …]
/plugin/fksnewsfeed/
H A Dscript.js27 }).then((response) => {
28 return response.json();
/plugin/inseecity/
H A Dscript.js40 source: function (request, response) { argument
53 response (startsWith.slice (0, inseeCityMaxAutocomplete));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DEasyHandle.php26 public $response; variable in GuzzleHttp\\Handler\\EasyHandle
76 $this->response = new Response(
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php213 $response = [];
218 $response[$propertyName] = $this->addressBookInfo[$propertyName];
224 return $response;
/plugin/combo/action/
H A Ddocustom.php95 ->response()
106 LogUtility::info("ExecuteDoAction: The response has already be send (ended).");
129 $executionContext->response()
182 $executionContext->response()
196 $executionContext->response()
/plugin/supa/
H A Dscript.js97 response, variable
125 response = s.ajax_post(
150 if (response === "ok") {
163 supa_handler.msg(response);
/plugin/stopforumspam/
H A Daction.php56 $response = $this->do_check($username, $email, $ip);
58 if ($this->checker->userIsValid($response) === false) {
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DCramMD5Encoder.php69 throw new SaslEncodingException('The client response must contain a username.');
72 throw new SaslEncodingException('The client response must contain a digest.');
99 protected function decodeClientResponse(string $response): Message argument
101 if (!preg_match('/(.*) ([0-9a-f]{32})$/', $response, $matches)) {
102 throw new SaslEncodingException('The client response is malformed.');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DIssue33Test.php84 $response = new HTTP\ResponseMock();
98 $server->httpResponse = $response;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DEtsy.php72 throw new TokenResponseException('Unable to parse response.');
88 throw new TokenResponseException('Unable to parse response.');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBuffer.php104 throw new TokenResponseException('Unable to parse response.');
137 throw new TokenResponseException('Unable to parse response.');
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php211 $response = [];
216 $response[$propertyName] = $this->addressBookInfo[$propertyName];
222 return $response;
/plugin/tagging/script/
H A Deditable.js201 .done($.proxy(function(response) { argument
204 if (response.status === 'error') {
211 this.options.success.call(this.options.scope, response, newValue);
214 this.$div.triggerHandler('save', {newValue: newValue, response: response});

1...<<11121314151617181920>>...37