Home
last modified time | relevance | path

Searched refs:httpClient (Results 51 – 73 of 73) sorted by relevance

123

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DStrava.php46 ClientInterface $httpClient, argument
57 $httpClient,
H A DBattleNet.php38 ClientInterface $httpClient, argument
43 parent::__construct( $credentials, $httpClient, $storage,
H A DMailchimp.php17 ClientInterface $httpClient, argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
103 $response = $this->httpClient->retrieveResponse(new Uri($endpoint), array(), array(), 'GET');
H A DFacebook.php127 ClientInterface $httpClient, argument
133 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true, $apiVersion);
H A DBitrix24.php59 $responseBody = $this->httpClient->retrieveResponse(
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DScoopIt.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DTumblr.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DBitBucket.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DFitBit.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DFiveHundredPx.php32 ClientInterface $httpClient, argument
39 $httpClient,
H A DXing.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DRedmine.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DQuickBooks.php21 ClientInterface $httpClient, argument
28 $httpClient,
H A DTwitter.php24 ClientInterface $httpClient, argument
29 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java249 DefaultHttpClient httpClient = new DefaultHttpClient(); in post() local
252 httpClient.getConnectionManager().getSchemeRegistry(), in post()
254 httpClient.setRoutePlanner(routePlanner); in post()
256 return httpClient.execute(createRequest(fileName, bin)); in post()
/plugin/oauthkeycloak/
H A DKeycloak.php90 $this->httpClient->retrieveResponse(
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md341 $httpClient = $client->authorize();
344 $response = $httpClient->get('https://www.googleapis.com/plus/v1/people/me');
387 $httpClient = new GuzzleHttp\Client([
393 $client->setHttpClient($httpClient);
409 $httpClient = new Client([
416 $client->setHttpClient($httpClient);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java.bak913 public Config(JApplet applet /*, HttpClient httpClient*/) {
915 // this.httpClient = httpClient;
929 // private HttpClient httpClient;
932 // return httpClient;
H A DEditorActions.java613 DefaultHttpClient httpClient = new DefaultHttpClient(); in post() local
616 httpClient.getConnectionManager().getSchemeRegistry(), in post()
618 httpClient.setRoutePlanner(routePlanner); in post()
622 return httpClient.execute(httppost); in post()
H A DEditorActions.java.bak613 DefaultHttpClient httpClient = new DefaultHttpClient();
616 httpClient.getConnectionManager().getSchemeRegistry(),
618 httpClient.setRoutePlanner(routePlanner);
621 // httpClient.getParams().setParameter(ConnRoutePNames.DEFAULT_PROXY, proxy);
622 return httpClient.execute(httppost);
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...

123