| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ |
| D | SubscribeClientsRequest.php | 26 public $clients; variable in Google\\Service\\AuthorizedBuyersMarketplace\\SubscribeClientsRequest 31 public function setClients($clients) argument 33 $this->clients = $clients; 40 return $this->clients;
|
| D | UnsubscribeClientsRequest.php | 26 public $clients; variable in Google\\Service\\AuthorizedBuyersMarketplace\\UnsubscribeClientsRequest 31 public function setClients($clients) argument 33 $this->clients = $clients; 40 return $this->clients;
|
| D | ListClientsResponse.php | 33 public function setClients($clients) argument 35 $this->clients = $clients; 42 return $this->clients;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/ |
| D | ListClientsResponse.php | 33 public function setClients($clients) argument 35 $this->clients = $clients; 42 return $this->clients;
|
| /plugin/webdav/ |
| D | script.js | 17 var clients = { variable 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 D | SocketServer.php | 47 protected $clients = []; variable in FreeDSx\\Socket\\SocketServer 131 $this->clients[] = $socket; 161 return $this->clients; 169 if (($index = \array_search($socket, $this->clients, true)) !== false) { 170 unset($this->clients[$index]);
|
| /plugin/idoit/ |
| D | README.md | 3 …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/ |
| D | README.md | 9 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/ |
| D | AdExchangeBuyerII.php | 94 '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 …]
|
| D | AuthorizedBuyersMarketplace.php | 185 'clients', 199 'path' => 'v1/{+parent}/clients', 229 'path' => 'v1/{+parent}/clients',
|
| D | TagManager.php | 603 'clients', 607 'path' => 'tagmanager/v2/{+parent}/clients', 637 'path' => 'tagmanager/v2/{+parent}/clients',
|
| /plugin/supa/ |
| D | changelog.txt | 11 Support google chrome browser (should also fix Apple Mac clients)
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | overview.asciidoc | 8 structure of other language clients (Ruby, Python, and so on). We hope that this
|
| D | http-meta-data.asciidoc | 60 configured and clients should be upgraded second.
|
| D | connecting.asciidoc | 141 certificate bundle. For PHP clients, the best way is to use
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ |
| D | README.md | 10 To maintain consistency across all the low-level clients (Ruby, Python, etc.), clients accept simpl… 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/clock/ |
| D | style.css | 67 * 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/pureldap/vendor/freedsx/ldap/ |
| H A D | CHANGELOG.md | 7 …ndle 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/botmon/ |
| H A D | admin.js | 387 visitor._client = BotMon.live.data.clients.match(nv.agent) ?? null; // client info 1178 clients: { property 1192 BotMon.live.data.clients._list = await response.json(); 1193 BotMon.live.data.clients._ready = true; 1210 BotMon.live.data.clients._list.find(client => { 1232 const it = BotMon.live.data.clients._list.find(client => client.id == id); 1505 matchesClient: function(visitor, ...clients) { argument 1508 return clients.includes(clientId);
|
| /plugin/hipchat/ |
| D | composer.lock | 87 …ion": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
|
| /plugin/dokucrypt3/ |
| H A D | dokuwiki_plugin_page.wiki | 34 … sensitive data is encrypted before it is submitted and decrypted on the clients machine. A users…
|
| /plugin/webdav/vendor/sabre/http/ |
| D | CHANGELOG.md | 20 * #72: Handling clients that send invalid `Content-Length` headers.
|
| /plugin/webdav/vendor/sabre/dav/ |
| D | CHANGELOG.md | 14 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/ |
| D | CHANGELOG.md | 601 * 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/matrixnotifierwas/ |
| D | composer.lock | 443 "description": "Common interface for HTTP clients",
|