Home
last modified time | relevance | path

Searched refs:Client (Results 126 – 150 of 460) sorted by last modified time

12345678910>>...19

/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DClientInterface.php3 namespace OAuth\Common\Http\Client;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DRedis.php8 use Predis\Client as Predis;
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DServiceInterface.php8 use OAuth\Common\Http\Client\ClientInterface;
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php20 use OAuth\Common\Http\Client\ClientInterface;
21 use OAuth\Common\Http\Client\StreamClient;
/plugin/evesso/
H A DREADME.md37 * `eveonline-key` (Client ID)
/plugin/sync/
H A Dadmin.php36 … $this->client = new dokuwiki\Remote\IXR\Client($this->profiles[$this->profno]['server']);
/plugin/dokucrypt2/
H A Dplugin.info.txt6 desc Client side cryptography enabling encrypting blocks of text within a wiki page.
H A Dsyntax.php36 'name' => 'Client Side Encryption Plugin',
37 'desc' => 'Client side cryptography enabling encrypting blocks of text within a wiki page.',
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md119 * Fixed: #7: Client now correctly deals with responses without a body.
189 * 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/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'=>'/'));
H A DMultiGetTest.php40 $client = new DAV\Client(array('baseUri'=>'/'));
83 $client = new DAV\Client(array('baseUri'=>'/'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DClientMock.php7 class ClientMock extends Client {
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/davcal/vendor/sabre/http/examples/
H A Dasyncclient.php14 use Sabre\HTTP\Client; alias
H A Dclient.php12 use Sabre\HTTP\Client; alias
H A Dreverseproxy.php15 use Sabre\HTTP\Client; alias
44 $client = new Client();
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php43 class Client extends EventEmitter { class
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php19 class Client extends HTTP\Client { class
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DScript.php20 use Google\Client; alias
101 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DNetworkManagement.php20 use Google\Client; alias
49 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DSecretManager.php20 use Google\Client; alias
49 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DCloudRun.php20 use Google\Client; alias
54 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DDatapipelines.php20 use Google\Client; alias
49 * @param Client|array $clientOrConfig The client used to deliver requests, or a
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
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…

12345678910>>...19