Home
last modified time | relevance | path

Searched refs:Client (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Resource/
H A DBuyersClients.php21 use Google\Service\AuthorizedBuyersMarketplace\Client; alias
44 * @return Client
57 * @param Client $postBody
59 * @return Client
65 return $this->call('create', [$params], Client::class);
76 * @return Client
90 * @return Client
96 return $this->call('get', [$params], Client::class);
131 * @param Client $postBody
144 * @return Client
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/Resource/
H A DAccountsClients.php20 use Google\Service\AdExchangeBuyerII\Client; alias
39 * @param Client $postBody
41 * @return Client
43 public function create($accountId, Client $postBody, $optParams = [])
47 return $this->call('create', [$params], Client::class);
57 * @return Client
63 return $this->call('get', [$params], Client::class);
99 * @param Client $postBody
101 * @return Client
103 public function update($accountId, $clientAccountId, Client $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/Resource/
H A DAccountsContainersWorkspacesClients.php20 use Google\Service\TagManager\Client; alias
39 * @param Client $postBody
41 * @return Client
43 public function create($parent, Client $postBody, $optParams = [])
47 return $this->call('create', [$params], Client::class);
68 * @return Client
74 return $this->call('get', [$params], Client::class);
116 * @param Client $postBody
121 * @return Client
123 public function update($path, Client $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DRevertClientResponse.php22 protected $clientType = Client::class;
26 * @param Client
28 public function setClient(Client $client)
33 * @return Client
H A DEntity.php26 protected $clientType = Client::class;
52 * @param Client
54 public function setClient(Client $client)
59 * @return Client
H A DListClientsResponse.php23 protected $clientType = Client::class;
31 * @param Client[]
38 * @return Client[]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DMongoDBHandler.php16 use MongoDB\Client; alias
38 /** @var Client|Manager */
46 * @param Client|Manager $mongodb MongoDB library or driver client
52 if (!($mongodb instanceof Client || $mongodb instanceof Manager)) {
56 if ($mongodb instanceof Client) {
H A DElasticaHandler.php18 use Elastica\Client; alias
40 * @var Client
50 * @param Client $client Elastica Client object
53 …public function __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bub…
H A DElasticsearchHandler.php21 use Elasticsearch\Client; alias
47 * @var Client
57 * @param Client $client Elasticsearch Client object
60 …public function __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bub…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchResponseIterator.php21 use Elasticsearch\Client; alias
28 * @var Client
60 * @param Client $client
62 * @see Client::search()
64 public function __construct(Client $client, array $search_params)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DSettings.php5 use Elastica\Client; alias
19 * @var Client Client object
26 * @param Client $client Connection client object
28 public function __construct(Client $client)
166 public function getClient(): Client
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DGuzzle6AuthHandler.php11 use GuzzleHttp\Client; alias
66 $http = new Client($config);
88 $http = new Client($config);
101 $http = new Client($config);
108 return new Client(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DClientTest.php49 'authType' => Client::AUTH_BASIC
63 'authType' => Client::AUTH_DIGEST
77 'authType' => Client::AUTH_NTLM
100 … 'encoding' => Client::ENCODING_IDENTITY | Client::ENCODING_GZIP | Client::ENCODING_DEFLATE,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DListClientsResponse.php23 protected $clientsType = Client::class;
31 * @param Client[]
38 * @return Client[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DListClientsResponse.php23 protected $clientsType = Client::class;
31 * @param Client[]
38 * @return Client[]
/plugin/authfacebook/lib/HttpClients/
H A DHttpClientsFactory.php26 use GuzzleHttp\Client; alias
40 * @param FacebookHttpClientInterface|Client|string|null $handler
72 if ($handler instanceof Client) {
H A DFacebookGuzzleHttpClient.php29 use GuzzleHttp\Client; alias
44 public function __construct(Client $guzzleClient = null)
46 $this->guzzleClient = $guzzleClient ?: new Client();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookQueryTest.php43 $client = new DAV\Client(array('baseUri'=>'/'));
93 $client = new DAV\Client(array('baseUri'=>'/'));
138 $client = new DAV\Client(array('baseUri'=>'/'));
177 $client = new DAV\Client(array('baseUri'=>'/'));
220 $client = new DAV\Client(array('baseUri'=>'/'));
265 $client = new DAV\Client(array('baseUri'=>'/'));
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DREADME.md1 Google PHP API Client Services
6 [Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases)
12 [Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases)
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndexTemplate.php27 * @var Client
38 public function __construct(Client $client, $name)
109 * @return Client
H A DNode.php16 * Client.
18 * @var Client
48 public function __construct(string $id, Client $client)
85 public function getClient(): Client
H A DCluster.php22 * Client.
24 * @var Client Client object
45 public function __construct(Client $client)
125 public function getClient(): Client
/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/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DSearch.php5 use Elastica\Client; alias
20 * @var Client
49 public function __construct(Client $client, ?MultiBuilderInterface $builder = null)
55 public function getClient(): Client
/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

12345678910>>...19