Home
last modified time | relevance | path

Searched refs:response (Results 401 – 425 of 925) sorted by relevance

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

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJarInterface.php35 * @param ResponseInterface $response Response that was received
39 ResponseInterface $response argument
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvResponseControl.php91 throw new ProtocolException('The VLV response value contains an unexpected ASN1 type.');
99 throw new ProtocolException('The VLV response value contains an unexpected ASN1 type.');
102 throw new ProtocolException('The VLV response value contains an unexpected ASN1 type.');
105 throw new ProtocolException('The VLV response value contains an unexpected ASN1 type.');
108 throw new ProtocolException('The VLV response value contains an unexpected ASN1 type.');
111 $response = new self(
117 $response->contextId = $contextId->getValue();
120 return parent::mergeControlData($response, $type);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DPluginTest.php96 $response = new \Sabre\HTTP\ResponseMock();
97 $this->server->invokeMethod($request, $response);
99 $this->assertEquals(200, $response->getStatus());
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DCurlClient.php125 $response = curl_exec($ch);
128 if (false === $response) {
140 return $response;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DCurlClient.php52 * They should return, in string form, the response body and throw an exception on error.
125 $response = curl_exec($ch);
128 if (false === $response) {
140 return $response;
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php110 $response = $request->getResponseBody();
111 $decodedResponse = json_decode($response, true);
113 $response = $decodedResponse['error'];
115 …throw new Google_AuthException("Error fetching OAuth2 access token, message: '$response'", $reques…
304 $response = Google_Client::$io->makeRequest($request);
305 $code = $response->getResponseHttpCode();
/plugin/davcal/vendor/sabre/http/examples/
H A Dreverseproxy.php47 $response = $client->send($subRequest); variable
50 Sapi::sendResponse($response);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Connection/
H A DHttpException.php28 public function __construct($error, ?Request $request = null, ?Response $response = null) argument
33 parent::__construct($message, $request, $response);
H A DGuzzleException.php23 public function __construct(TransferException $guzzleException, ?Request $request = null, ?Response $response = null) argument
27 parent::__construct($message, $request, $response);
/plugin/authyubikey/lib/
H A DYubico.php389 $response=array();
394 $response[$row[0]] = $row[1];
401 if (array_key_exists($param, $response)) {
403 $check = $check . $param . '=' . $response[$param];
411 if($response['h'] == $checksignature) {
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DRevoke.php77 $response = $httpHandler($request);
79 return $response->getStatusCode() == 200;
/plugin/googletagmanager/_test/
H A Daction_plugin_googletagmanagerTest.php27 $response = $request->get(array('id' => $pageId, '/doku.php'));
36 $domElements = $response->queryHTML($tagSearched)->get();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DAbstractNamespace.php58 $response = $this->transport->performRequest(
66 return $this->transport->resultOrFuture($response, $endpoint->getOptions());
/plugin/acknowledge/
H A Dscript.js10 source: function (request, response) {
14 }, response);
20 source: function (request, response) {
24 }, response);
76 response => {
78 if (response === '') {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/
H A DCompilerApiFilter.php92 … $response = file_get_contents('http://closure-compiler.appspot.com/compile', false, $context);
108 $response = curl_exec($ch);
111 $data = json_decode($response);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php181 * @param ResponseInterface $response
184 function httpPost(RequestInterface $request, ResponseInterface $response) { argument
205 $response->setStatus(200);
208 $response->setHeader('X-Sabre-Status', 'everything-went-well');
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutResponse.php44 * @param string|null $response An UUEncoded SAML Logout response from the IdP.
48 public function __construct(OneLogin_Saml2_Settings $settings, $response = null) argument
57 if ($response) {
58 $decoded = base64_decode($response);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php46 $response = [
54 $stream = $this->checkDecode($request, $response, $stream);
56 // If not streaming, then drain the response into a stream.
64 $response['body'] = $stream;
66 return new CompletedFutureArray($response);
69 private function checkDecode(array $request, array $response, $stream) argument
73 switch (Core::firstHeader($response, 'Content-Encoding', true)) {
106 // Stream the response into the destination stream
119 * Creates an error response for the given stream.
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php253 * @param ResponseInterface $response
256 function httpMkCalendar(RequestInterface $request, ResponseInterface $response) { argument
782 * @param ResponseInterface $response The http response.
881 $response,
937 * @param ResponseInterface $response
940 function httpAfterGet(RequestInterface $request, ResponseInterface $response) { argument
942 if (strpos($response->getHeader('Content-Type'), 'text/calendar') === false) {
957 $vobj = VObject\Reader::read($response->getBody());
960 $response->setBody($jsonBody);
962 $response->setHeader('Content-Type', 'application/calendar+json');
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DServerQueue.php55 * @param LdapMessageResponse ...$response
59 public function sendMessage(LdapMessageResponse ...$response): self
61 $this->sendLdapMessage(...$response);
40 sendMessage(LdapMessageResponse...$response) global() argument
/plugin/stellarium/scripts/
H A Dstellarium.js20 var response = xhr.responseText;
21 if (response === "false") {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md180 $response = $client->index($params);
181 print_r($response);
184 The response that you get back indicates the document was created in the index that you specified. The response is an
217 $response = $client->get($params);
218 print_r($response);
221 The response contains some metadata (index, version, etc.) as well as a `_source` field, which is the original document
254 The response will be just the `_source` value:
279 $response = $client->search($params);
280 print_r($response);
[all...]
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js220 AmCharts.loadFile( url, options, function( response ) { argument
223 if ( false === response ) {
242 holder[ providerKey ] = AmCharts.parseJSON( response );
258 holder[ providerKey ] = AmCharts.parseCSV( response, options );
573 AmCharts.parseJSON = function( response ) { argument
576 return JSON.parse( response );
578 return eval( response );
587 AmCharts.parseCSV = function( response, options ) { argument
590 var data = AmCharts.CSVToArray( response, options.delimiter );
/plugin/swiftmail/Swift/Authenticator/
H A DCRAMMD5.php35 $response = base64_encode($user . " " . self::generateCRAMMD5Hash($pass, $challenge));
36 $swift->command($response, 235);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndexTemplate.php91 $response = $this->request(Request::HEAD);
93 return 200 === $response->getStatus();

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