Home
last modified time | relevance | path

Searched refs:Client (Results 351 – 375 of 460) sorted by path

1...<<111213141516171819

/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php13 use GuzzleHttp\Client; alias
37 * @var Client|null Guzzle client to reuse
142 protected function _getGuzzleClient(bool $persistent = true): Client
145 self::$_guzzleClientConnection = new Client();
/plugin/emoji/emojione/
H A DClient.php9 class Client implements ClientInterface class
H A DEmojione.php52 static::setClient(new Client);
/plugin/emoji/
H A Dsyntax.php67 $this->client = new Emojione\Client($this->ruleset);
/plugin/evesso/
H A DREADME.md37 * `eveonline-key` (Client ID)
/plugin/evesso/classes/
H A DoAuthHTTPClient.php5 use OAuth\Common\Http\Client\ClientInterface;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DAbstractClient.php3 namespace OAuth\Common\Http\Client;
H A DClientInterface.php3 namespace OAuth\Common\Http\Client;
H A DCurlClient.php3 namespace OAuth\Common\Http\Client;
H A DStreamClient.php3 namespace OAuth\Common\Http\Client;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php6 use OAuth\Common\Http\Client\ClientInterface;
/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 DAbstractService.php10 use OAuth\Common\Http\Client\ClientInterface;
H A DEveOnline.php11 use OAuth\Common\Http\Client\ClientInterface;
H A DGeneric.php10 use OAuth\Common\Http\Client\ClientInterface;
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/hipchat/
H A Daction.php65 $hippy = new rcrowe\Hippy\Client($transport);
/plugin/idoit/
H A Dsyntax.php5 use idoit\Api\Client as ApiClient;
/plugin/letsencrypt/
H A DLescript.php442 class Client implements ClientInterface class
/plugin/letsencrypt/classes/
H A DClient.php7 class Client implements \Analogic\ACME\ClientInterface { class
H A DLescript.php16 $client = new Client($this->ca);
/plugin/linkback/action/
H A Dsend.php12 use IXR\Client\Client; alias
277 $client = new Client($xmlrpc_server);
/plugin/mantis/lib/
H A Dchangelog290 - soap_server: change faultcode on non-resendable faults to Client
/plugin/oauth/
H A DHTTPClient.php6 use OAuth\Common\Http\Client\ClientInterface;

1...<<111213141516171819