Home
last modified time | relevance | path

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

1...<<111213141516171819

/plugin/letsencrypt/classes/
H A DClient.php7 class Client implements \Analogic\ACME\ClientInterface { class
/plugin/redissue/redmine/
H A Dredmine.php16 $this->client = new Redmine\Client($url, $apiKey);
/plugin/authfacebook/lib/HttpClients/
H A DFacebookGuzzleHttpClient.php29 use GuzzleHttp\Client; alias
44 public function __construct(Client $guzzleClient = null)
46 $this->guzzleClient = $guzzleClient ?: new Client();
H A DHttpClientsFactory.php26 use GuzzleHttp\Client; alias
40 * @param FacebookHttpClientInterface|Client|string|null $handler
72 if ($handler instanceof Client) {
/plugin/redproject/
H A Dsyntax.php104 $client = new Redmine\Client($data['server_url'], $data['server_token']);
/plugin/crossdbsqlclient/
H A Ddescr.txt18 This is a very simple SQL-Client for MySQL. Some helper and template buttons are available in plugi…
/plugin/simplemysqlclient/
H A Ddescr.txt19 This is a very simple SQL-Client for MySQL. Some helper and template buttons are available in plugi…
/plugin/mantis/lib/
H A Dchangelog290 - soap_server: change faultcode on non-resendable faults to Client
/plugin/hipchat/
H A Daction.php65 $hippy = new rcrowe\Hippy\Client($transport);
/plugin/idoit/
H A Dsyntax.php5 use idoit\Api\Client as ApiClient;

1...<<111213141516171819