Home
last modified time | relevance | path

Searched refs:Client (Results 426 – 450 of 460) sorted by last modified time

1...<<111213141516171819

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSearchConsole.php20 use Google\Client; alias
54 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DDocs.php20 use Google\Client; alias
58 * @param Client|array $clientOrConfig The client used to deliver requests, or a
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRedisPubSubHandler.php42 if (!(($redis instanceof \Predis\Client) || ($redis instanceof \Redis))) {
/plugin/pureldap/
H A Dauth.php5 use dokuwiki\plugin\pureldap\classes\Client;
15 /** @var Client */
81 Client::FILTER_CONTAINS
4 use dokuwiki\plugin\pureldap\classes\Client; global() alias
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md17 * [LDAP Client](/docs/Client)
18 * [Configuration](/docs/Client/Configuration.md)
19 * [SASL Bind Authentication](/docs/Client/SASL-Bind-Authentication.md)
20 * [General Usage](/docs/Client/General-Usage.md)
21 * [Entries](/docs/Client/Entries.md)
22 * [Operations](/docs/Client/Operations.md)
23 * [Controls](/docs/Client/Controls.md)
24 * [Searching and Filters](/docs/Client/Searching-and-Filters.md)
25 * [Range Retrieval](/docs/Client/Rang
[all...]
/plugin/pureldap/classes/
H A DADClient.php16 class ADClient extends Client
H A DClient.php15 abstract class Client
38 * Client constructor.
14 abstract class Client global() class
/plugin/webdavclient/
H A Dplugin.info.txt5 name Generic WebDAV Client PlugIn
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md124 passed to the `GeoIp2\WebService\Client` constructor. Pull request by Will
153 removed from `GeoIp2\WebService\Client`.
179 `GeoIp2\WebService\Client` should be considered deprecated. The `city`
216 * Renamed $languages constructor parameters to $locales for both the Client
220 `\GeoIp2\Database\Reader` and `\GeoIp2\WebService\Client`.
H A DREADME.md255 ## Web Service Client ##
259 To use this API, you must create a new `\GeoIp2\WebService\Client`
277 use GeoIp2\WebService\Client;
279 // This creates a Client object that can be reused across requests.
282 $client = new Client(42, 'abcdef123456');
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php23 class Client class
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md77 $client = new \GuzzleHttp\Client([
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
H A DClient.php12 use MaxMind\WebService\Client as WsClient;
44 class Client implements ProviderInterface class
/plugin/webdav/
H A Dcomposer.lock222 "ext-curl": " to make http requests with the Client class"
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md152 * Fixed: #7: Client now correctly deals with responses without a body.
222 * Added: The Client class can now automatically emit exceptions when HTTP errors
H A DREADME.md178 Client section in sabre/http
196 $client = new HTTP\Client();
206 $client = new HTTP\Client();
245 The `Client` also supports doing asynchronous requests. This is especially handy
259 $client = new Client();
290 Sabre\HTTP\Client;
314 $client = new Client();
/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/vendor/sabre/dav/lib/DAV/
H A DClient.php20 class Client extends HTTP\Client { class
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php44 class Client extends EventEmitter { class
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.flash.min.js
/plugin/emoji/
H A Dsyntax.php67 $this->client = new Emojione\Client($this->ruleset);
/plugin/emoji/emojione/
H A DClient.php9 class Client implements ClientInterface class
H A DEmojione.php52 static::setClient(new Client);
/plugin/letsencrypt/classes/
H A DLescript.php16 $client = new Client($this->ca);
/plugin/letsencrypt/
H A DLescript.php442 class Client implements ClientInterface class

1...<<111213141516171819