Home
last modified time | relevance | path

Searched refs:client (Results 201 – 225 of 539) sorted by path

12345678910>>...22

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js36978 var client = new _workerManager_js__WEBPACK_IMPORTED_MODULE_0__["WorkerManager"](defaults);
36979 disposables.push(client);
36985 return client.getLanguageServiceWorker.apply(client, uris);
37790 .then(function (client) { argument
37791 _client = client;
H A D2.2.js.map1client supports in various\n * result literals like `Hover`, `ParameterInfo` or `CompletionItem`.\…
H A D3.3.js.map1client supports in various\n * result literals like `Hover`, `ParameterInfo` or `CompletionItem`.\…
H A D4.4.js.map1client supports in various\r\n * result literals like `Hover`, `ParameterInfo` or `CompletionItem`…
H A D5.5.js.map1client = new WorkerManager(modeId, defaults);\n var worker = function () {\n var uris = …
H A D7.7.js.map1 … 'class-methods',\n 'class-pool',\n 'cleanup',\n 'clear',\n 'client',\n 'clob',\n …
H A Dbundle.js.map1client/blob/v3.0.0/src/stitch.js\n function isorings(values, value, callback) {\n var fragment…
H A Djson.worker.js.map1 …(TextDocumentItem = {}));\r\n/**\r\n * Describes the content type that a client supports in variou…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1client","addRequirement","setNewReqId","setNewReqText","setNewReqRisk","setNewReqVerifyMethod","Re…
/plugin/docimporter/
H A D.action.php.swp26client->query('wiki.putAttachment', $entry, $image_data, $attrs);� $attrs = ar…
H A Daction.php111 $client = new IXR_Client('http://localhost/dokuwiki/lib/exe/xmlrpc.php');
/plugin/dokucrypt2/
H A DREADME.md9 This is a plugin for DokuWiki to support client side cryptography.
/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);
H A Dsearch.php88 $client = $hlp->connect();
89 $index = $client->getIndex($this->getConf('indexname'));
/plugin/elasticsearch/
H A Dcomposer.lock40 "monolog/monolog": "Allows for client-level logging and tracing"
65 "client",
477 "client",
/plugin/elasticsearch/helper/
H A Dclient.php14 * Access to the Elastica client
58 * Connects to the elastica servers and returns the client object
93 $client = $this->connect();
94 $index = $client->getIndex($this->getConf('indexname'));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md150 - Fixed the asciidoc [endpoints documentation](https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/ElasticsearchPHP_Endpoints.html) based on the code generation
154 a `@note` tag in the phpdoc section (e.g. [$client->rankEval()](https://github.com/elastic/elasticsearch-php/blob/master/src/Elasticsearch/Client.php)). For more information read the [experimental and beta APIs](docs/experimental-beta-apis.asciidoc)
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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc106 Build a new client from the provided config. Hash keys
420 Set or disable the x-elastic-client-meta header
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
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 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 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 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 Dconnection-factory.asciidoc6 client hands actual networking work over to RingPHP, the Connection's main job
50 $client = ClientBuilder::create()
H A Dconnection-pool.asciidoc4 The connection pool is an object inside the client that is responsible for
10 to the client.
20 When the next request is sent to the client, nodes 1-9 are still considered
34 alive when the client initializes. If a node fails a request, it is marked as
46 $client = ClientBuilder::create()
66 $client = ClientBuilder::create()
88 $client = ClientBuilder::create()
100 provides a seed list of hosts, which the client uses to "sniff" and discover the
102 removed from the cluster, the client updates its pool of active connections.
108 $client
[all...]

12345678910>>...22