Home
last modified time | relevance | path

Searched refs:client (Results 101 – 125 of 539) sorted by relevance

12345678910>>...22

/plugin/authsmartcard/
H A DREADME.md4 Dokuwiki plugin providing client certificate (smartcard) authentication.
8 This plugin authenticates users to dokuwiki by comparing the user's client certificate's CN attribu…
10 For example, user John Doe needs access to the Wiki. John has a client certificate (or smartcard w…
12 When John Doe access the Wiki with his browser configured to use a client certificate (or smartcard…
20 …ile, SSLCertificateKeyFile, SSLCACertificateFile, etc.) you'll need to require client certificates:
44 To log on with your client certificate, follow this link: [[lib/plugins/authsmartcard/auth/|Authent…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md1 Guzzle, PHP HTTP client
8 Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and
20 - Middleware system allows you to augment and compose client behavior.
23 $client = new \GuzzleHttp\Client();
24 $response = $client->request('GET', 'https://api.github.com/repos/guzzle/guzzle');
32 $promise = $client->sendAsync($request)->then(function ($response) {
H A DUPGRADING.md125 client.
338 $request = $client->get('/');
368 - The client no longer emits a `client.create_request` event.
918 $client = new self(
927 return $client;
944 $client = new self(
953 return $client;
963 <client>
992 </client>
1141 $client;
[all …]
/plugin/authgooglesheets/
H A Dhelper.php41 $client = $this->getClient();
42 $this->service = new Google_Service_Sheets($client);
345 $client = new \Google_Client();
350 $client->setAuthConfig($config);
351 $client->setScopes([
354 return $client;
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DREADME.md4 [google-api-php-client-services](https://github.com/google/google-api-php-client-services)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DSettings.php26 * @param Client $client Connection client object
28 public function __construct(Client $client) argument
30 $this->_client = $client;
164 * Get the client.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D9a4d5e41c52c20635d1fd9c6e13f6c7a.asciidoc12 $response = $client->index($params);
20 $response = $client->index($params);
H A D1b8655e6ba99fe39933c6eafe78728b7.asciidoc19 $response = $client->reindex($params);
34 $response = $client->reindex($params);
H A Db5f95bc097a201b29c7200fc8d3d31c1.asciidoc22 $response = $client->indices()->putTemplate($params);
40 $response = $client->indices()->putTemplate($params);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-handler.asciidoc5 https://github.com/guzzle/RingPHP/[RingPHP]. This allows the client to construct
7 actual execution details are hidden from the client and modular, so that you can
10 The default handler that the client uses is a combination handler. When
27 $client = ClientBuilder::create()
H A Dserializers.asciidoc4 The client has three serializers available. You will most likely never need
53 $client = ClientBuilder::create()
96 $client = ClientBuilder::create()
137 $client = ClientBuilder::create()
150 `SerializerInterface` interface. Please keep in mind that the client uses a
192 $client = ClientBuilder::create()
198 that should occur before given to the client, you can instantiate an object and
206 $client = ClientBuilder::create()
222 $client = ClientBuilder::create()
H A Dcommunity.asciidoc11 and elasticsearch-php client. You can easily build any {es} query and transform
22 This agnostic package is a lightweight wrapper on top of the {es} PHP client.
25 client.
58 - Uses the official elasticsearch-php client.
114 This is a Laravel (4+) Service Provider for the official {es} low-level client.
125 An easy way to use the official {es} client in your Laravel applications.
151 This helper is a light library which wrap the official client elasticsearch-php.
H A Dlogger.asciidoc32 and inject it into the client:
42 $client = ClientBuilder::create() // Instantiate a new ClientBuilder
44 ->build(); // Build the client object
/plugin/authgoogle/google/contrib/
H A DGoogle_WebfontsService.php66 * @param Google_Client $client
68 public function __construct(Google_Client $client) { argument
73 $client->addService($this->serviceName, $this->version);
/plugin/davcal/vendor/sabre/http/examples/
H A Dreverseproxy.php44 $client = new Client(); variable
47 $response = $client->send($subRequest);
/plugin/yql/
H A Dsyntax.php140 $client = new DokuHTTPClient();
141 $result = $client->sendRequest($yql_query_url);
144 … $this->render_error($renderer, 'YQL: Error: the request to the server failed: '.$client->error);
149 $json_result = $json_parser->decode($client->resp_body);
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
H A DClient.php47 private $client; variable in GeoIp2\\WebService\\Client
87 $this->client = new WsClient($accountId, $licenseKey, $options);
193 $body = $this->client->get('GeoIP2 ' . $class, $path);
/plugin/bez/action/
H A Dbase.php34 return $INFO['client'];
63 $client = false;
65 $client = $INFO['client'];
68 $this->model = new bez\mdl\Model($auth, $client, $this, $skip_acl);
/plugin/pureldap/_test/
H A DGroupHierarchyCacheTest.php
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md8 Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in PHP; because of this it tries to be opinion-free and very extendable.
49 - [Unit Testing using Mock a Elastic Client](#unit-testing-using-mock-a-elastic-client)
100 [Full documentation can be found here.](https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html) Docs are stored within the repo under /docs/, so if you see a typo or problem, please submit a PR to fix it!
142 $client = ClientBuilder::create()->build();
180 $response = $client->index($params);
217 $response = $client->get($params);
250 $source = $client->getSource($params);
279 $response = $client->search($params);
341 $response = $client->delete($params);
377 $response = $client
[all...]
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md7 * The async client wouldn't `wait()` for new http requests being started
50 * #47 #35: When re-using the client and doing any request after a `HEAD`
51 request, the client discards the body.
112 * #14: The client now only follows http and https urls.
134 * Fixed: Potential security problem in the client.
154 * Added: Asynchronous HTTP client. See examples/asyncclient.php.
176 * Added: Ability to catch and retry http requests in the client when a curl
186 * Fixed: Doing a GET request with the client uses the last used HTTP method
201 * Added: A very simple HTTP client.
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DREADME.md6 [Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases)
12 [Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases)
/plugin/elasticsearch/action/
H A Dindexing.php135 $client = $hlp->connect();
136 $index = $client->getIndex($indexName);
141 $client->updateDocument($documentId, ['doc' => $data], $index->getName());
188 $client = $hlp->connect();
189 $index = $client->getIndex($indexName);
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md28 * The client now sets a default `User-Agent` header identifying this library.
40 * The async client wouldn't `wait()` for new http requests being started
83 * #47 #35: When re-using the client and doing any request after a `HEAD`
84 request, the client discards the body.
145 * #14: The client now only follows http and https urls.
167 * Fixed: Potential security problem in the client.
187 * Added: Asynchronous HTTP client. See examples/asyncclient.php.
209 * Added: Ability to catch and retry http requests in the client when a curl
219 * Fixed: Doing a GET request with the client uses the last used HTTP method
234 * Added: A very simple HTTP client.
/plugin/ac/
H A Dac.php19 $client = new DokuHTTPClient();
21 return $json->decode($client->get($this->base_url . '&' .

12345678910>>...22