Home
last modified time | relevance | path

Searched refs:client (Results 151 – 175 of 539) sorted by relevance

12345678910>>...22

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfiguration.asciidoc4 Almost every aspect of the client is configurable. Most users only need to
8 Custom configuration is accomplished before the client is instantiated, through
H A Dconnection-factory.asciidoc6 client hands actual networking work over to RingPHP, the Connection's main job
50 $client = ClientBuilder::create()
/plugin/authgoogle/google/contrib/
H A DGoogle_GroupssettingsService.php101 * @param Google_Client $client
103 public function __construct(Google_Client $client) { argument
108 $client->addService($this->serviceName, $this->version);
H A DGoogle_LicensingService.php184 * @param Google_Client $client
186 public function __construct(Google_Client $client) { argument
191 $client->addService($this->serviceName, $this->version);
H A DGoogle_SiteVerificationService.php165 * @param Google_Client $client
167 public function __construct(Google_Client $client) { argument
172 $client->addService($this->serviceName, $this->version);
H A DGoogle_UrlshortenerService.php103 * @param Google_Client $client
105 public function __construct(Google_Client $client) { argument
110 $client->addService($this->serviceName, $this->version);
/plugin/bez/ctl/
H A Dthread.php64 $client = $_POST['client']; variable
66 $thread->invite($client);
68 $this->add_notification($this->model->userFactory->get_user_email($client), $this->getLang('invitation_has_been_send'));
/plugin/docimporter/
H A D.action.php.swp26client->query('wiki.putAttachment', $entry, $image_data, $attrs);� $attrs = ar…
/plugin/hipchat/
H A Dcomposer.lock87 …"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service…
90 "client",
94 "http client",
139 …"description": "PHP client for HipChat. Designed for incidental notifications from an application.…
/plugin/webdav/vendor/sabre/http/
H A DREADME.md196 $client = new HTTP\Client();
197 $response = $client->send($request);
202 The client emits 3 event using [`sabre/event`][5]. `beforeRequest`,
206 $client = new HTTP\Client();
207 $client->on('beforeRequest', function($request) {
214 $client->on('afterRequest', function($request, $response) {
259 $client = new Client();
263 $client->sendAsync(
275 $client->wait();
314 $client = new Client();
[all …]
/plugin/davcal/vendor/sabre/http/
H A DREADME.md196 $client = new HTTP\Client();
197 $response = $client->send($request);
202 The client emits 3 event using [`sabre/event`][5]. `beforeRequest`,
206 $client = new HTTP\Client();
207 $client->on('beforeRequest', function($request) {
214 $client->on('afterRequest', function($request, $response) {
259 $client = new Client();
263 $client->sendAsync(
275 $client->wait();
314 $client = new Client();
[all …]
/plugin/epub/
H A Daction.php81 $client=$INFO['client'];
85 …$button_name' class='button' title='start' onclick=\"_epub_show_throbber('$user','$client');\"/>";
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DSearch.php49 public function __construct(Client $client, ?MultiBuilderInterface $builder = null) argument
52 $this->_client = $client;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSnapshot.php23 public function __construct(Client $client)
25 $this->_client = $client;
21 __construct(Client $client) global() argument
H A DPipeline.php45 public function __construct(Client $client)
47 $this->_client = $client;
176 * Makes calls to the elasticsearch server with usage official client Endpoint based on this index.
42 __construct(Client $client) global() argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D168bfdde773570cfc6dd3ab3574e413b.asciidoc5 $response = $client->search();
H A Df8cc4b331a19ff4df8e4a490f906ee69.asciidoc5 $response = $client->cat()->health();
H A Dbfcd65ab85d684d36a8550080032958d.asciidoc5 $response = $client->search();
H A D43682666e1abcb14770c99f02eb26a0d.asciidoc8 $response = $client->search($params);
H A D68738b4fd0dda177022be45be95b4c84.asciidoc8 $response = $client->reindexRethrottle($params);
H A De567e6dbf86300142573c73789c8fce4.asciidoc8 $response = $client->search($params);
H A D8022e6a690344035b6472a43a9d122e0.asciidoc8 $response = $client->search($params);
H A D9bdd3c0d47e60c8cfafc8109f9369922.asciidoc8 $response = $client->search($params);
H A Dbe49260e1b3496c4feac38c56ebb0669.asciidoc8 $response = $client->search($params);
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md12 * Add the ability to run the LDAP server / client over a UNIX socket.
14 * Add the ability for the server to handle client paging requests via a handler.
33 * The client and server protocol handlers have been completely refactored.
71 * Honor the timeout_read setting in the LDAP client.
72 * Better handle remote disconnects / failed reads in the client to prevent hanging under some circumstances.
87 * Added documentation for the client and server.

12345678910>>...22