Home
last modified time | relevance | path

Searched refs:httpClient (Results 1 – 25 of 73) sorted by path

123

/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/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DHttpClientCache.php30 private static $httpClient; variable in Google\\Auth\\HttpHandler\\HttpClientCache
42 self::$httpClient = $client;
52 return self::$httpClient;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php21 protected $httpClient; variable in OAuth\\Common\\Service\\AbstractService
28 * @param ClientInterface $httpClient
33 ClientInterface $httpClient, argument
37 $this->httpClient = $httpClient;
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php34 * @param ClientInterface $httpClient
44 ClientInterface $httpClient, argument
50 parent::__construct($credentials, $httpClient, $storage);
114 $responseBody = $this->httpClient->retrieveResponse(
174 return $this->httpClient->retrieveResponse($uri, $body, $extraHeaders, $method);
212 $responseBody = $this->httpClient->retrieveResponse(
H A DEveOnline.php29 ClientInterface $httpClient, argument
34 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php31 protected $httpClient; variable in OAuth\\ServiceFactory
50 * @param ClientInterface $httpClient
54 public function setHttpClient(ClientInterface $httpClient) argument
56 $this->httpClient = $httpClient;
110 if (!$this->httpClient) {
112 $this->httpClient = new StreamClient();
167 $this->httpClient,
227 …return new $serviceName($credentials, $this->httpClient, $storage, new Signature($credentials), $b…
/plugin/issuelinks/classes/
H A DHTTPRequestException.php19 public function __construct($message, \DokuHTTPClient $httpClient, $url, $method) argument
21 $this->code = $httpClient->status;
22 $this->httpError = $httpClient->error;
23 $this->responseBody = $httpClient->resp_body;
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/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/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/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/keywords/action/
H A Dkeywords.php77 $httpClient = new DokuHTTPClient();
79 $httpClient->headers = [
83 $status = $httpClient->sendRequest($this->CHATGPT_API_URL, json_encode( [
119 $data = json_decode( $httpClient->resp_body );
122 …Logger::error( "An error occurred during the Chat GPT call", $httpClient->error, __FILE__, __LINE_…
/plugin/multiorphan/action/
H A Dmultiorphan.php356 $httpClient = new dokuwiki\HTTP\DokuHTTPClient();
357 $httpClient->keep_alive = false; // just close it already.
358 $httpClient->max_bodysize = 0;
359 $data = $httpClient->sendRequest( $event->data['entryID'], null, 'GET' );
360 …$event->data['exists'] = ( $httpClient->status >= 200 && $httpClient->status <= 200 ) || $httpClie…
361 $event->data['status'] = $httpClient->status;
363 if ( !empty( $httpClient->error ) ) {
364 $event->data['error'] = $httpClient->error;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php21 protected $httpClient; variable in OAuth\\Common\\Service\\AbstractService
28 * @param ClientInterface $httpClient
33 ClientInterface $httpClient, argument
37 $this->httpClient = $httpClient;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php31 ClientInterface $httpClient, argument
36 parent::__construct($credentials, $httpClient, $storage);
52 $responseBody = $this->httpClient->retrieveResponse($this->getRequestTokenEndpoint(), array(), $headers);
100 $responseBody = $this->httpClient->retrieveResponse($this->getAccessTokenEndpoint(), $bodyParams, $headers);
141 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
H A DBitBucket.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DEtsy.php21 ClientInterface $httpClient, argument
26 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 DFlickr.php20 ClientInterface $httpClient, argument
25 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
98 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
H A DQuickBooks.php21 ClientInterface $httpClient, argument
28 $httpClient,
H A DRedmine.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);

123