Home
last modified time | relevance | path

Searched refs:response (Results 326 – 350 of 925) sorted by relevance

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

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DAbstractServer.php12 protected $response; variable in Sabre\\DAV\\AbstractServer
22 $this->response = new HTTP\ResponseMock();
25 $this->server->httpResponse = $this->response;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DSupportedMethodSetTest.php36 …is->assertEquals(207, $this->response->status, 'We expected a multi-status response. Full response…
38 …place("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/", "xmlns\\1=\"urn:DAV\"", $this->response->body);
/plugin/combo/resources/snippet/js/
H A Dsubscribe.js14 let response = await fetch(url, {
28 let data = await response.json();
34 if (response.status !== 200) {
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DDigest.php47 …nction __construct($realm = 'SabreTooth', RequestInterface $request, ResponseInterface $response) { argument
51 parent::__construct($realm, $request, $response);
184 …$this->response->addHeader('WWW-Authenticate', 'Digest realm="' . $this->realm . '",qop="' . $qop …
185 $this->response->setStatus(401);
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DDigest.php47 …nction __construct($realm = 'SabreTooth', RequestInterface $request, ResponseInterface $response) { argument
51 parent::__construct($realm, $request, $response);
184 …$this->response->addHeader('WWW-Authenticate', 'Digest realm="' . $this->realm . '",qop="' . $qop …
185 $this->response->setStatus(401);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSnapshot.php66 $response = $this->request($name);
73 $data = $response->getData();
127 $response = $this->request($repository.'/'.$name);
134 $data = $response->getData();
H A DBulk.php298 $response = $this->_client->request($this->getPath(), Request::POST, (string) $this, $this->_requestParams, Request::NDJSON_CONTENT_TYPE); argument
300 return $this->_processResponse($response);
307 protected function _processResponse(Response $response): ResponseSet
309 switch ($response->getStatus()) {
313 $responseData = $response->getData();
322 throw new InvalidException('No response found for action #'.$key);
346 $bulkResponseSet = new ResponseSet($response, $bulkResponses);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteTargetLocator.php127 $response = $this->executor->execute(DriverCommand::NEW_WINDOW, ['type' => $windowType]);
129 $this->window($response['handle']);
144 $response = $this->driver->execute(DriverCommand::GET_ACTIVE_ELEMENT, []);
147 return new RemoteWebElement($method, JsonWireCompat::getElement($response), $this->isW3cCompliant);
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.curl.class.php62 $response = curl_exec($curl);
64 if ($response === FALSE) {
82 preg_match('/^(.*?)\r\n\r\n(.*)$/s', $response, $matches);
/plugin/fedauth/classes/svc/
H A Dfa_openid.svc.class.php98 function response($ref) { function in fa_openid_svc
100 $response = $consumer->complete($ref);
107 if ($response->status == Auth_OpenID_SUCCESS) {
/plugin/backlinks2/_test/
H A Dsyntax_include.test.php78 $response = $request->get(array('id'=>'backlinks_include_syntax'), '/doku.php');
81 … strpos($response->getContent(), 'Backlinks to what Bob Ross says (including only)') !== false,
85 $doc = phpQuery::newDocument($response->getContent());
/plugin/combo/ComboStrap/Api/
H A DQualityMessageHandler.php52 $executingContext->response()
65 $executingContext->response()
79 $executingContext->response()
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc94 <1> ApiKey pair of `id` and `api_key` from the create API key response.
254 $response = $client->index($params);
255 print_r($response);
258 The response that you get back indicates that the document was created in the
259 index that you specified. The response is an associative array containing a
289 $response = $client->get($params);
290 print_r($response);
294 The response contains metadata such as index, version, and so on as well as a
334 $response = $client->search($params);
335 print_r($response);
[all...]
H A Dper-request-configuration.asciidoc31 $response = $client->get($params);
41 match the HTTP response code provided by {es}. For example, attempting to GET a
46 to deal with the response body rather than catch exceptions (often useful in
89 It should be noted that the response is a string which may or may not be encoded
90 as JSON. In the first example, the response body is a complete JSON object which
93 Since the client has no way of knowing what the exception response will contain,
128 By default, the client only returns the response body. If you require more
130 so on), you can tell the client to return a more verbose response. This is
133 Without verbosity, all you see is the response body:
143 $response
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1507 … if (is_bool($response) || !strlen($response) || ord($response[0]) != NET_SSH2_MSG_KEXINIT) {
1512 $this->key_exchange($response);
1654 $response = $kexinit_payload_server;
1834 $response = $this->get_binary_packet();
1914 $response = $this->get_binary_packet();
1916 if ($response === false) {
2470 $response = $this->get_binary_packet();
2731 $response = $this->get_binary_packet();
3013 if ($response === false) {
3139 if ($response === true) {
[all …]
/plugin/authucenter/lib/uc_client/model/
H A Dnote.php127 $response = $uc_note->$method($note['getdata'], $note['postdata']);
133 …$response = trim($_ENV['misc']->dfopen2($url, 0, $note['postdata'], '', 1, $app['ip'], UC_NOTE_TIM…
136 $returnsucceed = $response != '' && ($response == 1 || is_array(xml_unserialize($response)));
144 $_ENV[$this->operations[$note['operation']][2]]->$func($appid, $response);
/plugin/do/scripts/
H A DPluginDo.js263 updatePageTaskView: function (response, $itemspan) {
272 if (response) {
360 var updateSingleTask = function (response) { argument
363 if (response == "-1" || response == "-2") {
365 if (response == "-1") {
374 if (response) {
381 closedon = response;
390 PluginDo.updatePageTaskView(response, $itemspan);
/plugin/authfacebook/lib/HttpClients/
H A DFacebookGuzzleHttpClient.php83 * @param ResponseInterface $response The Guzzle response.
87 public function getHeadersAsString(ResponseInterface $response) argument
89 $headers = $response->getHeaders();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DBindResponse.php66 /** @var SequenceType $response */
67 $response = parent::toAsn1();
70 $response->addChild(Asn1::context(7, Asn1::octetString($this->saslCreds)));
73 return $response;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DDeliverNewEventTest.php67 $response = $this->request($request);
69 …$this->assertEquals(201, $response->getStatus(), 'Incorrect status code received. Response body:' …
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DStreamClient.php63 $response = file_get_contents($endpoint->getAbsoluteUri(), false, $context);
65 if (false === $response) {
73 return $response;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php160 * @param ResponseInterface $response
163 function httpPost(RequestInterface $request, ResponseInterface $response) { argument
183 $this->outboxRequest($node, $request, $response);
268 * @param ResponseInterface $response HTTP Response
594 * @param ResponseInterface $response
597 …nction outboxRequest(IOutbox $outboxNode, RequestInterface $request, ResponseInterface $response) { argument
637 $this->handleFreeBusyRequest($outboxNode, $vObject, $request, $response);
654 * @param ResponseInterface $response
732 $response->setStatus(200);
733 $response->setHeader('Content-Type', 'application/xml');
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php167 $response = $this->http->get($url);
169 if ($response->getStatusCode() == 200) {
170 return json_decode((string) $response->getBody(), true);
175 $response->getBody()->getContents()
177 $response->getStatusCode()
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DStreamClient.php15 * They should return, in string form, the response body and throw an exception on error.
63 $response = file_get_contents($endpoint->getAbsoluteUri(), false, $context);
65 if (false === $response) {
70 ((isset($http_response_header[0]))?$http_response_header[0]:'No response')
76 return $response;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php267 * @param ResponseInterface $response
305 $response->setStatus(201);
306 $response->setHeader('Content-Length', 0);
816 * @param ResponseInterface $response The http response.
923 $response->setHeader(
939 $response,
1014 * @param ResponseInterface $response
1034 $vobj = VObject\Reader::read($response->getBody());
1037 $response->setBody($jsonBody);
1042 $response->setHeader('Content-Type', 'application/calendar+json');
[all …]

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