Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 25 of 34) sorted by last modified time

12

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Ddefaults.yml6 cluster: clients-ci
34 # vault read auth/approle/role/clients-ci/role-id
71 recipients: build-lang-clients@elastic.co
H A Delastic+elasticsearch-php+pull-request.yml18 status-context: clients-ci
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md9 into a single PHP function. RingPHP be used to power HTTP clients and servers
14 By abstracting the implementation details of different HTTP clients and
15 servers, RingPHP allows you to utilize pluggable HTTP clients and servers
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md433 * Added a transport class for mocking a HTTP 403 error codes, useful for testing response failures in inheriting clients [#1529](https://github.com/ruflin/Elastica/pull/1529)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-meta-data.asciidoc60 configured and clients should be upgraded second.
H A Doverview.asciidoc8 structure of other language clients (Ruby, Python, and so on). We hope that this
H A Dconnecting.asciidoc141 certificate bundle. For PHP clients, the best way is to use
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md10 To maintain consistency across all the low-level clients (Ruby, Python, etc.), clients accept simple associative arrays as parameters. All parameters, from the URI to the document body, are defined in the associative array.
58 - One-to-one mapping with REST API and other language clients
94 Language clients are forward compatible; meaning that clients support communicating
95 with greater minor versions of Elasticsearch. Elastic language clients are also backwards
/plugin/davcal/vendor/sabre/http/
H A DREADME.md182 you to write simple clients, using the `Request` and `Response` objects you're
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DSubscribeClientsRequest.php26 public $clients; variable in Google\\Service\\AuthorizedBuyersMarketplace\\SubscribeClientsRequest
31 public function setClients($clients) argument
33 $this->clients = $clients;
40 return $this->clients;
H A DUnsubscribeClientsRequest.php26 public $clients; variable in Google\\Service\\AuthorizedBuyersMarketplace\\UnsubscribeClientsRequest
31 public function setClients($clients) argument
33 $this->clients = $clients;
40 return $this->clients;
H A DListClientsResponse.php33 public function setClients($clients) argument
35 $this->clients = $clients;
42 return $this->clients;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md43 the `query` request option when creating requests with clients. The `query`
851 to a single client can pollute requests dispatched from other clients.
H A DCHANGELOG.md601 * Removed `getConfig()` and `setConfig()` from clients to avoid confusion
964 …no longer reused globally. A new multi object is created per-client. This helps to isolate clients.
1058 * Magic methods are enabled by default on clients
1060 * Service clients no longer require a base_url option in the factory
1217 * Adding a command.before_prepare event to clients
1249 * Bug: Fixing magic method command calls on clients
1330 * Added configurable magic method calls to clients and commands. This is off by default.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DTagManager.php603 'clients',
607 'path' => 'tagmanager/v2/{+parent}/clients',
637 'path' => 'tagmanager/v2/{+parent}/clients',
H A DAdExchangeBuyerII.php94 'clients',
98 'path' => 'v2beta1/accounts/{accountId}/clients',
108 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}',
123 'path' => 'v2beta1/accounts/{accountId}/clients',
145 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}',
170 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/invitations',
185 … 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/invitations/{invitationId}',
205 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/invitations',
238 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/users/{userId}',
258 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/users',
[all …]
H A DAuthorizedBuyersMarketplace.php185 'clients',
199 'path' => 'v1/{+parent}/clients',
229 'path' => 'v1/{+parent}/clients',
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md52 …umber of Google APIs. In order that users may make use of the latest API clients, this library doe…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DListClientsResponse.php33 public function setClients($clients) argument
35 $this->clients = $clients;
42 return $this->clients;
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketServer.php47 protected $clients = [];
71 * Create the socket server and bind to a specific port to listen for clients.
131 $this->clients[] = $socket;
161 return $this->clients;
169 if (($index = \array_search($socket, $this->clients, true)) !== false) {
170 unset($this->clients[$index]);
37 protected $clients = []; global() variable in FreeDSx\\Socket\\SocketServer
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md7 * Handle POSIX signals sent to the LDAP server / child processes to properly shutdown existing clients.
86 * LDAP clients now throw an OperationException instead of a ProtocolException.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1clients to safely exchange sensitive data with a server, for example for banking activities or onl…
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md20 * #72: Handling clients that send invalid `Content-Length` headers.
H A DREADME.md182 you to write simple clients, using the `Request` and `Response` objects you're
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md14 clients. Bug was introduced in 3.2.1.
181 * #727: Added another workaround to make CalDAV work for Windows 10 clients.
245 * #727: Added another workaround to make CalDAV work for Windows 10 clients.
687 `Sabre\CalDAV\Schedule\IMipPlugin`, which can now send emails for clients
911 clients to manage a list of subscriptions on the server.
1248 allows iCal and other clients to fetch other users' free-busy data.
1490 clients. This means that + will now be treated as a literal rather than a
2276 in most clients, but it needed fixing regardless. (r255)
2347 * Fully working in MS Windows clients.
2359 * Somewhat working in Windows clients

12