Home
last modified time | relevance | path

Searched refs:response (Results 351 – 375 of 925) sorted by relevance

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

/plugin/openid/Auth/OpenID/
H A DConsumer.php436 if ($response->identity_url !== null) {
444 return $response;
492 * @param Auth_OpenID_Message $response
495 function extractSecret($response) argument
497 if (!$response->hasKey(Auth_OpenID_OPENID_NS,
502 if (!$response->hasKey(Auth_OpenID_OPENID_NS,
546 * @param Auth_OpenID_Message $response
549 function extractSecret($response) argument
1460 * @param Auth_OpenID_Message $response
1496 if ($response->status == 400) {
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D3ae03ba3b56e5e287953094050766738.asciidoc5 $response = $client->indices()->refresh();
9 $response = $client->search($params);
H A D3b04cc894e6a47d57983484010feac0c.asciidoc9 $response = $client->get($params);
14 $response = $client->get($params);
H A D0989cc65d8924f666ce3eb0820d2d244.asciidoc11 $response = $client->index($params);
18 $response = $client->index($params);
H A Df9636d7ef1a45be4f36418c875cf6bef.asciidoc15 'response' => 404,
24 $response = $client->update($params);
/plugin/combo/action/
H A Dstaticresource.php34 * To mark a response as "never expires," an origin server sends an Expires date approximately one year
35 * from the time the response is sent.
126 ->response()
145 if (ExecutionContext::getActualOrCreateFromEnv()->response()->hasEnded()) {
247 $excutingContext->response()
268 ->response()
285 $excutingContext->response()
343 $excutingContext->response()
/plugin/authlinotp/
H A Dauth.php61 $response = curl_exec($crl);
63 dbglog("Got response " . $response);
66 $body = json_decode(substr( $response, $header_size ));
/plugin/adfs/phpsaml/lib/Saml/
H A DXmlSec.php25 * @param OneLogin_Saml_Response $response The document to test.
27 public function __construct(OneLogin_Saml_Settings $settings, OneLogin_Saml_Response $response) argument
30 $this->_document = clone $response->document;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPluginTest.php61 ),$this->response->getHeaders());
63 $this->assertEquals(200, $this->response->status);
64 $this->assertEquals('', $this->response->body);
H A DClientMock.php10 public $response; variable in Sabre\\DAV\\ClientMock
30 return $this->response;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc23 $response = $client->indices()->create($params);
59 $response = $client->indices()->create($params);
149 $response = $client->indices()->delete($params);
170 $response = $client->indices()->putSettings($params);
184 $response = $client->indices()->getSettings($params);
190 $response = $client->indices()->getSettings($params);
234 $response = $client->indices()->getMapping();
238 $response = $client->indices()->getMapping($params);
244 $response = $client->indices()->getMapping($params);
H A Dnamespaces.asciidoc30 $response = $client->indices()->stats();
34 $response = $client->nodes()->stats();
38 $response = $client->cluster()->stats();
55 $response = $client->indices()->stats($params);
59 $response = $client->indices()->stats($params);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php164 * @param ResponseInterface $response
167 function httpPost(RequestInterface $request, ResponseInterface $response) { argument
187 $this->outboxRequest($node, $request, $response);
341 * @param ResponseInterface $response HTTP Response
731 * @param ResponseInterface $response
734 …nction outboxRequest(IOutbox $outboxNode, RequestInterface $request, ResponseInterface $response) { argument
774 $this->handleFreeBusyRequest($outboxNode, $vObject, $request, $response);
795 * @param ResponseInterface $response
873 $response->setStatus(200);
874 $response->setHeader('Content-Type', 'application/xml');
[all …]
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php430 $response = $this->consumer->complete($message, $endpoint,
434 if (in_array($response->status, array(Auth_OpenID_SUCCESS,
436 if ($response->identity_url !== null) {
444 return $response;
487 function extractSecret($response) argument
489 if (!$response->hasKey(Auth_OpenID_OPENID_NS,
494 if (!$response->hasKey(Auth_OpenID_OPENID_NS,
537 function extractSecret($response) argument
1377 function _processCheckAuthResponse($response, $server_url) argument
1409 if ($response->status == 400) {
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSearchHandler.php73 $response = $messageFrom->getResponse();
74 if ($response instanceof SearchResultEntry) {
75 $entry = $response->getEntry();
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DStatus.php108 $response = null;
111 $response = $this->_client->requestEndpoint($endpoint);
121 foreach ($response->getData() as $name => $unused) {
129 * Returns response object.
H A DIndex.php126 $response = $this->requestEndpoint($endpoint);
127 $data = $response->getData();
241 $response = $this->requestEndpoint($endpoint);
243 $data = $response->getData();
245 if ($response->isOk() && (
254 return $response;
299 $response = $this->requestEndpoint($endpoint);
300 $result = $response->getData();
468 * @return Response Server response
522 $response
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php180 * rely on logic in the handler determined for the initial request / response.
183 /** @var ExtendedResponse $response */
184 $response = $message->getResponse();
186 $response->getDiagnosticMessage(),
187 $response->getResultCode(),
189 (string) $response->getName()
/plugin/tagging/script/
H A Dadmin.js35 .done(jQuery.proxy(function(response) { argument
36 callback(response);
145 const callback = function(response) { argument
146 taggedPagesDialog.html(response)
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DDigestTest.php13 private $response; variable in Sabre\\HTTP\\Auth\\DigestTest
31 $this->response = new Response();
33 $this->auth = new Digest(self::REALM, $this->request, $this->response);
176 $this->response->getHeader('WWW-Authenticate'), $matches);
178 …uthenticate response didn\'t match our pattern. We received: ' . $this->response->getHeader('WWW-A…
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DBearer.php51 $this->response->addHeader('WWW-Authenticate', 'Bearer realm="' . $this->realm . '"');
52 $this->response->setStatus(401);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue228Test.php72 $response = $this->request($request);
75 $this->assertFalse(strpos($response->body, 'BEGIN:VCALENDAR'));
H A DIssue211Test.php82 $response = $this->request($request);
86 $this->assertFalse(strpos('BEGIN:VEVENT', $response->body));
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DBearer.php51 $this->response->addHeader('WWW-Authenticate', 'Bearer realm="' . $this->realm . '"');
52 $this->response->setStatus(401);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md24 $response = $client->request('GET', 'https://api.github.com/repos/guzzle/guzzle');
26 echo $response->getStatusCode(); # 200
27 echo $response->getHeaderLine('content-type'); # 'application/json; charset=utf8'
28 echo $response->getBody(); # '{"id": 1420053, "name": "guzzle", ...}'
32 $promise = $client->sendAsync($request)->then(function ($response) {
33 echo 'I completed! ' . $response->getBody();

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