Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 25 of 34) sorted by relevance

12

/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/google/apiclient-services/src/AdExchangeBuyerII/
H A DListClientsResponse.php33 public function setClients($clients) argument
35 $this->clients = $clients;
42 return $this->clients;
/plugin/webdav/
H A Dscript.js17 var clients = { class in AnonymousFunctionda0e64e50200
29 + '<tr><th>Nautilus</th><td>' + clients.nautilus + '</td></tr>'
30 + '<tr><th>KDE Dolphin & Konqueror</th><td>' + clients.dolphin + '</td></tr>'
34 + '<tr><th>Windows (cmd.exe)</th><td><kbd>' + clients.cmd_exe + '</kbd></td></tr>'
/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/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/idoit/
H A DREADME.md3 …t JSON-RPC API client in PHP](https://bitbucket.org/dstuecken/i-doit-api-clients/wiki/PHP) with Do…
13 …ollowing command ([More Information](https://bitbucket.org/dstuecken/i-doit-api-clients/wiki/PHP)).
59 …in [https://bitbucket.org/dstuecken/i-doit-api-clients](https://bitbucket.org/dstuecken/i-doit-api…
127 …t JSON-RPC API client in PHP](https://bitbucket.org/dstuecken/i-doit-api-clients/wiki/PHP), Copyri…
/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/authgooglesheets/vendor/google/apiclient-services/src/
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',
H A DTagManager.php603 'clients',
607 'path' => 'tagmanager/v2/{+parent}/clients',
637 'path' => 'tagmanager/v2/{+parent}/clients',
/plugin/supa/
H A Dchangelog.txt11 Support google chrome browser (should also fix Apple Mac clients)
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.flash.min.js
/plugin/clock/
H A Dstyle.css67 * to clients via a direct download link, and source that URL from here.
142 * to clients via a direct download link, and source that URL from here.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Doverview.asciidoc8 structure of other language clients (Ruby, Python, and so on). We hope that this
H A Dhttp-meta-data.asciidoc60 configured and clients should be upgraded second.
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/hipchat/
H A Dcomposer.lock87 …ion": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
/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/webdav/vendor/sabre/http/
H A DCHANGELOG.md20 * #72: Handling clients that send invalid `Content-Length` headers.
/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
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
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.

12