Home
last modified time | relevance | path

Searched full:httpclient (Results 76 – 100 of 130) sorted by relevance

123456

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DTwitter.php24 ClientInterface $httpClient, argument
29 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DMicrosoft.php55 ClientInterface $httpClient, argument
60 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DHubic.php44 ClientInterface $httpClient, argument
51 $httpClient,
H A DStrava.php46 ClientInterface $httpClient, argument
57 $httpClient,
H A DVimeo.php60 ClientInterface $httpClient, argument
67 $httpClient,
H A DGitHub.php129 ClientInterface $httpClient, argument
134 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DFacebook.php127 ClientInterface $httpClient, argument
133 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true, $apiVersion);
H A DBattleNet.php38 ClientInterface $httpClient, argument
43 parent::__construct( $credentials, $httpClient, $storage,
/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/top/
H A DCrawlerDetect.php107 'Commons-HttpClient',
123 'EventMachine HttpClient',
/plugin/rating/
H A DCrawlerDetect.php107 'Commons-HttpClient',
123 'EventMachine HttpClient',
/plugin/jdraw/
H A Dlicense.txt1 This component is based on JGraphX examples code, Dokuwiki Draw plugin and Apache HttpClient
/plugin/upgrade/
H A Ddeleted.files4 HTTPClient.php
/plugin/ac/
H A Dac.php9 require_once DOKU_INC . 'inc/HTTPClient.php';
/plugin/actickets/
H A Dacclient.php21 require_once DOKU_INC . 'inc/HTTPClient.php';
/plugin/evesso/classes/
H A DoAuthHTTPClient.php12 * Implements the client interface using DokuWiki's HTTPClient
/plugin/dil/
H A Dsyntax.php34 require_once(DOKU_INC . 'inc/HTTPClient.php');
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php67 $httpClient = new DokuHTTPClient();
68 $status = $httpClient->sendRequest($this->submitUrl, ['data' => $data], 'POST');
70 $error = $httpClient->error;
/plugin/dokuwiki-webcomics/
H A Dsyntax.php39 require_once (DOKU_INC . 'inc/HTTPClient.php');
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java613 DefaultHttpClient httpClient = new DefaultHttpClient(); in post() local
616 httpClient.getConnectionManager().getSchemeRegistry(), in post()
618 httpClient.setRoutePlanner(routePlanner); in post()
621 // httpClient.getParams().setParameter(ConnRoutePNames.DEFAULT_PROXY, proxy); 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/upgrade/HTTP/
H A DDokuHTTPClient.php13 class DokuHTTPClient extends HTTPClient {
/plugin/oauthkeycloak/
H A DKeycloak.php90 $this->httpClient->retrieveResponse(
/plugin/wow/
H A Dsyntax.php117 require_once(DOKU_INC . '/inc/HTTPClient.php');
/dokuwiki/inc/
H A Ddeprecated.php296 * @deprecated since 2019-03-17 use \dokuwiki\HTTP\HTTPClient instead! class
298 class HTTPClient extends \dokuwiki\HTTP\HTTPClient {
306 DebugHelper::dbgDeprecatedFunction(dokuwiki\HTTP\HTTPClient::class);

123456