Home
last modified time | relevance | path

Searched refs:client (Results 326 – 350 of 539) sorted by relevance

1...<<11121314151617181920>>...22

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Dae9ccfaa146731ab9176df90670db1c2.asciidoc44 $response = $client->bulk($params);
H A D3cd50a789b8e1f0ebbbc53a8d7ecf656.asciidoc35 $response = $client->search($params);
H A D98aeb275f829b5f7b8eb2147701565ff.asciidoc18 $response = $client->update($params);
H A Ddc15e2373e5ecbe09b4ea0858eb63d47.asciidoc35 $response = $client->search($params);
H A D028f6d6ac2594e20b78b8a8f8cbad49d.asciidoc40 $response = $client->search($params);
H A D06afce2955f9094d96d27067ebca32e8.asciidoc45 $response = $client->search($params);
H A Dac544eb247a29ca42aab13826ca88561.asciidoc18 $response = $client->update($params);
H A De5f50b31f165462d883ecbff45f74985.asciidoc31 $response = $client->indices()->putTemplate($params);
H A D8cd00a3aba7c3c158277bc032aac2830.asciidoc77 $response = $client->bulk($params);
/plugin/davcard/
H A Dplugin.info.txt5 name Addressbook PlugIn with CardDAV client support
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DReferralChaserInterface.php27 * is the bind request the original LDAP client bound with (which may be null). Return null and no bind will be done.
45 public function client(array $options): LdapClient;
44 public function client(array $options): LdapClient; global() function
/plugin/idoit/
H A DREADME.md3 This plugin provides a basic integration of the [i-doit JSON-RPC API client in PHP](https://bitbuck…
13 The PHP client API must be initialized for your i-doit installation. Run the following command ([Mo…
127 This plugin makes use of the [i-doit JSON-RPC API client in PHP](https://bitbucket.org/dstuecken/i-…
H A Dplugin.info.txt6 desc This plugin provides a basic integration of the i-doit JSON-RPC API client in PHP with DokuW…
/plugin/syntaxhighlighter3/
H A Dplugin.info.txt6 desc Alternative to GeSHi server-side code highlighting with client-side SyntaxHighlighter. More …
/plugin/redirect2/
H A Dplugin.info.txt6 desc Redirect pages and media access by asking the client to refetch resources at the new locatio…
/plugin/corsharing/
H A DREADME.md4 to permits client visiting another website to load some data from your dokuwiki website.
H A Dplugin.info.txt6 …rigin Resource Sharing). Used to enable CORS http headers to permits web client visiting other web…
/plugin/imagemapping/
H A Dplugin.info.txt6 desc Create client-side image maps. Derived from the Version of Tom N Harris
/plugin/authgooglesheets/
H A Dcomposer.lock71 "url": "https://github.com/googleapis/google-api-php-client.git",
127 "homepage": "http://developers.google.com/api-client-library/php",
132 "issues": "https://github.com/googleapis/google-api-php-client/issues",
133 "source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.4"
142 "url": "https://github.com/googleapis/google-api-php-client-services.git",
171 "homepage": "http://developers.google.com/api-client-library/php",
176 "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
177 … "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.246.0"
293 "description": "Guzzle is a PHP HTTP client library",
296 "client",
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php37 * @var Client|null Guzzle client to reuse
54 $client = $this->_getGuzzleClient($connection->isPersistent());
76 $res = $client->send($req, $options);
/plugin/authgoogle/google/contrib/
H A DGoogle_TaskqueueService.php217 * @param Google_Client $client
219 public function __construct(Google_Client $client) { argument
224 $client->addService($this->serviceName, $this->version);
H A DGoogle_PagespeedonlineService.php71 * @param Google_Client $client
73 public function __construct(Google_Client $client) { argument
78 $client->addService($this->serviceName, $this->version);
/plugin/bez/mdl/
H A DThread.php338 public function invite($client) {
339 $this->set_participant_flags($client, array('subscribent'));
340 $this->mail_notify_invite($client);
517 public function mail_notify_invite($client) {
524 $this->mail_notify($content, array($client), $attachedImages);
337 invite($client) global() argument
516 mail_notify_invite($client) global() argument
/plugin/components/
H A DREADME.md14 …* here $params is the params that got passed from the client, and it returns TRUE if the user is a…
17 …he same as above, and the return value is the response to be sent to the client. The return value …
37 ### The client side
/plugin/tplmod/
H A Dscript.js207 function tplmod_setui_lang(m,client,dw_val_obj) { argument
210 params += "&tplmod_client=" + client;

1...<<11121314151617181920>>...22