Home
last modified time | relevance | path

Searched refs:client (Results 26 – 50 of 539) sorted by relevance

12345678910>>...22

/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DService.php31 private $client; variable in Google\\Service
36 $this->client = $clientOrConfig;
38 $this->client = new Client($clientOrConfig ?: []);
54 return $this->client;
65 $this->client,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-meta-data.asciidoc4 By default, the client sends some meta data about the HTTP connection using
12 The client sends a `x-elastic-client-meta` header by default.
14 used by the client. For instance, a value of `x-elastic-client-meta` can be
16 version of `es=Elasticsearch`, `t` is the transport version (same of client),
24 $client = Elasticsearch\ClientBuilder::create()
31 This is a special setting for the client that enables the port in the
41 $client = Elasticsearch\ClientBuilder::create()
49 `Content-Type` and `Accept`. The PHP client ca
[all...]
H A Dexperimental-beta-apis.asciidoc4 The PHP client offers also `experimental` and `beta` APIs for {es}.
31 $client = ClientBuilder::create()->build();
35 $result = $client->rankEval($params);
42 $client = ClientBuilder::create()->build();
46 $result = $client->scriptsPainlessExecute($params);
55 $client = ClientBuilder::create()->build();
57 $result = $client->getScriptContext();
66 $client = ClientBuilder::create()->build();
68 $result = $client->getScriptLanguages();
H A Dconnecting.asciidoc10 * <<client-usage, Using the client>>
28 $client = ClientBuilder::create()
42 $client = ClientBuilder::create()
60 instantiating the client:
69 $client = ClientBuilder::create()
85 connect the client with your cluster, as illustrated in the following code
90 $client = ClientBuilder::create()
108 If you believe the client is configured to correctly use SSL, but it simply is
125 host path. The client automaticall
[all...]
H A Dset-retries.asciidoc4 By default, the client will retry `n` times, where `n = number of nodes` in your
16 $client = ClientBuilder::create()
21 When the client runs out of retries, it will throw the last exception that it
23 client attempts to execute the command up to five times. If all five nodes
24 result in a connection timeout (for example), the client will throw an
34 $client = Elasticsearch\ClientBuilder::create()
40 $client->search($searchParams);
56 $client = Elasticsearch\ClientBuilder::create()
62 $client->search($searchParams);
H A Dindex-operations.asciidoc12 from other methods that are on the root client object. As an example, let's
17 $client = ClientBuilder::create()->build();
23 $response = $client->indices()->create($params);
33 $client = ClientBuilder::create()->build();
59 $response = $client->indices()->create($params);
69 world" usage of the client since this particular syntax is easy to mess up.
132 $client->indices()->create($params);
149 $response = $client->indices()->delete($params);
170 $response = $client->indices()->putSettings($params);
184 $response = $client
[all...]
H A Dconfig-hash.asciidoc3 === Building the client from a configuration hash
5 To help ease automated building of the client, all configurations can be
9 client.
23 $client = ClientBuilder::fromConfig($params);
29 purposes, and may have keys unrelated to the {es} client), you can set
43 $client = ClientBuilder::fromConfig($params, true);
H A Dnamespaces.asciidoc4 The client has a number of "namespaces", which generally expose administrative
26 $client = ClientBuilder::create()->build();
30 $response = $client->indices()->stats();
34 $response = $client->nodes()->stats();
38 $response = $client->cluster()->stats();
51 $client = ClientBuilder::create()->build();
55 $response = $client->indices()->stats($params);
59 $response = $client->indices()->stats($params);
77 $client->indices()->updateAliases($params);
H A Dhost-config.asciidoc4 The client offers two options to configure hosts:
14 The most common configuration is telling the client about your cluster: the
16 client attempts to connect to `localhost:9200`.
33 $client = ClientBuilder::create() // Instantiate a new ClientBuilder
35 ->build(); // Build the client object
53 $client = $clientBuilder->build(); // Build the client object
61 The client also supports an _extended_ host configuration syntax. The inline
70 For this reason, the client supports an extended host syntax which provides
96 $client
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticaHandler.php42 protected $client; variable in Monolog\\Handler\\ElasticaHandler
50 * @param Client $client Elastica Client object
53 …public function __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bub… argument
56 $this->client = $client;
122 $this->client->addDocuments($documents);
H A DDynamoDbHandler.php34 protected $client; variable in Monolog\\Handler\\DynamoDbHandler
51 …public function __construct(DynamoDbClient $client, string $table, $level = Logger::DEBUG, bool $b… argument
61 $this->client = $client;
77 $formatted = $this->client->formatAttributes($filtered);
80 $this->client->putItem([
H A DElasticsearchHandler.php49 protected $client; variable in Monolog\\Handler\\ElasticsearchHandler
57 * @param Client $client Elasticsearch Client object
60 …public function __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bub… argument
63 $this->client = $client;
146 $responses = $this->client->bulk($params);
/plugin/listeabo/
H A Daction.php74 if (auth_ismanager($INFO['client'])) {
78 if (!$user) $user=$INFO['client'];
147 if ($user==$INFO['client'])
153 if ($user==$INFO['client'])
171 if (auth_ismanager($INFO['client'])) {
173 …if ($admin || $user != $INFO['client']) print '<a href="?do=listeabo" class="wikilink">'.$this->ge…
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jar ... http/annotation/ org/apache/http/client/ org/apache/http/client/methods ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jar ... http/annotation/ org/apache/http/client/ org/apache/http/client/methods ...
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DRevertClientResponse.php28 public function setClient(Client $client) argument
30 $this->client = $client;
37 return $this->client;
H A DListClientsResponse.php33 public function setClient($client) argument
35 $this->client = $client;
42 return $this->client;
/plugin/ipban/
H A Daction.php34 $client = clientIP(true);
38 $banreason = $this->isBanned($client, $bans);
63 * @param string $client IP of the client
67 protected function isBanned($client, $banconf) argument
71 $ip = \IPLib\Factory::addressFromString($client);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jar ... cookie/params/ org/apache/http/client/ org/apache/http/client/methods ...
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md137 $client = new Google\Client();
162 $client = new Google\Client();
209 $client = new Google\Client();
234 $client = new Google\Client();
235 $client->setAuthConfig($jsonKey);
329 // create the Google client
330 $client = new Google\Client();
341 $httpClient = $client->authorize();
360 $client->setCache($cache);
392 $client = new Google\Client();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest.php31 public function setClient(GoogleSecuritySafebrowsingV4ClientInfo $client) argument
33 $this->client = $client;
40 return $this->client;
H A DGoogleSecuritySafebrowsingV4FindThreatMatchesRequest.php30 public function setClient(GoogleSecuritySafebrowsingV4ClientInfo $client) argument
32 $this->client = $client;
39 return $this->client;
/plugin/letsencrypt/
H A DLescript.php147 $result = $this->client->get($location);
167 $this->client->getLastLinks();
178 if ($this->client->getLastCode() !== 201) {
181 $location = $this->client->getLastLocation();
186 $this->client->getLastLinks();
188 $result = $this->client->get($location);
190 if ($this->client->getLastCode() == 202) {
195 } else if ($this->client->getLastCode() == 200) {
203 $result = $this->client->get($link);
358 $protected["nonce"] = $this->client->getLastNonce();
[all …]
/plugin/authfacebook/lib/FileUpload/
H A DFacebookResumableUploader.php54 protected $client; variable in Facebook\\FileUpload\\FacebookResumableUploader
63 * @param FacebookClient $client
67 … public function __construct(FacebookApp $app, FacebookClient $client, $accessToken, $graphVersion) argument
70 $this->client = $client;
165 return $this->client->sendRequest($request)->getDecodedBody();
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php52 private $client; variable in Google\\Service\\Resource
69 $this->client = $service->getClient();
89 $this->client->getLogger()->error(
144 $this->client->getLogger()->error(
162 $this->client->getLogger()->error(
184 $this->client->getLogger()->info(
216 $upload = new MediaFileUpload($this->client, $request, $mimeType, $data);
230 if ($this->client->shouldDefer()) {
238 return $this->client->execute($request, $expectedClass);

12345678910>>...22