Home
last modified time | relevance | path

Searched refs:Client (Results 426 – 450 of 460) sorted by relevance

1...<<111213141516171819

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDataproc.php20 use Google\Client; alias
53 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DTagManager.php20 use Google\Client; alias
78 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DClassroom.php20 use Google\Client; alias
122 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DDns.php20 use Google\Client; alias
63 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DContainer.php20 use Google\Client; alias
56 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DGmail.php20 use Google\Client; alias
98 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAdExchangeBuyerII.php20 use Google\Client; alias
78 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DSecurityCommandCenter.php20 use Google\Client; alias
71 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DBooks.php20 use Google\Client; alias
69 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAndroidEnterprise.php20 use Google\Client; alias
61 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DDLP.php20 use Google\Client; alias
71 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DStorage.php20 use Google\Client; alias
66 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DDialogflow.php20 use Google\Client; alias
72 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DYouTube.php20 use Google\Client; alias
94 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DCloudHealthcare.php20 use Google\Client; alias
63 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAndroidPublisher.php20 use Google\Client; alias
69 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAnalytics.php20 use Google\Client; alias
89 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DDirectory.php20 use Google\Client; alias
158 * @param Client|array $clientOrConfig The client used to deliver requests, or a
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md29 - Added the `X-Elastic-Client-Meta` header which is used by Elastic Cloud
120 - Fixed `Client::extractArgument` iterable casting to array;
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)
374 - [TEST] Client does not support accepting Yaml format responses [[fc9a9f9]](http://github.com/elasticsearch/elasticsearch-php/commit/fc9a9f9)
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php22 * Client to connect the the elasticsearch server.
26 class Client
697 * Creates a Connection params array from a Client or server config array.
25 class Client global() class
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md243 * Marked `GuzzleHttp\Client::getDefaultUserAgent` as deprecated.
285 * Client methods `get()`, `post()`, `put()`, `patch()`, `options()`, etc. are
390 `GuzzleHttp\Client::sendAll` as deprecated (it's still there, just not the
418 implemented as callables that are stored in `GuzzleHttp\Ring\Client`.
770 * Made `Guzzle\Http\Client::expandTemplate` and `getUriTemplate` protected methods.
784 * Marked 'request.params' for `Guzzle\Http\Client` as deprecated. Use [request.options][params].
785 …rked `Guzzle\Service\Client::enableMagicMethods()` as deprecated. Magic methods can no longer be d…
786 * Marked `Guzzle\Service\Client::getDefaultHeaders()` as deprecated. Use $client->getConfig()->getP…
787 * Marked `Guzzle\Service\Client::setDefaultHeaders()` as deprecated. Use $client->getConfig()->setP…
1082 * Magic methods on a Guzzle\Service\Client now return the command un-executed.
/plugin/authgooglesheets/
H A Dcomposer.lock103 … "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
126 "description": "Client library for Google APIs",
170 "description": "Client library for Google APIs",
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md105 * #759: DAV\Client is now able to actually correctly resolve relative urls.
183 * #726: Better error reporting in `Client::propPatch`. We're now throwing
185 * #608: When a HTTP error is triggered during `Client:propFind`, we're now
344 * #675: NTLM support in DAV\Client. (@k42b3)
487 * Removed: `Sabre\DAV\Client::addTrustedCertificates` and
488 `Sabre\DAV\Client::setVerifyPeer`.
939 * Added: Sabre\DAV\Client now has support for complex properties for PROPPATCH.
941 * Added: Sabre\DAV\Client has support for gzip and deflate encoding.
942 * Added: Sabre\DAV\Client now has support for sending objects as streams.
1128 * Fixed: Issue 335: Client only deserializes properties with status 200.
[all …]
/plugin/webdav/
H A Dcomposer.lock222 "ext-curl": " to make http requests with the Client class"
/plugin/sync/
H A Dadmin.php36 … $this->client = new dokuwiki\Remote\IXR\Client($this->profiles[$this->profno]['server']);

1...<<111213141516171819