Searched full:httpclient (Results 1 – 10 of 10) sorted by relevance
/dokuwiki/inc/Remote/IXR/ |
H A D | Client.php | 5 use dokuwiki\HTTP\HTTPClient; alias 10 * This implements a XML-RPC client using our own HTTPClient 12 * Note: this now inherits from the IXR library's client and no longer from HTTPClient. Instead composition 17 /** @var HTTPClient */ 18 protected $httpClient; 34 $this->httpClient = new HTTPClient(); 35 $this->httpClient->timeout = $timeout; 48 $this->httpClient->headers = array_merge($this->httpClient 19 protected $httpClient; global() variable in dokuwiki\\Remote\\IXR\\Client [all...] |
/dokuwiki/lib/plugins/extension/helper/ |
H A D | repository.php |
|
/dokuwiki/inc/ |
H A D | FeedParserFile.php |
|
H A D | deprecated.php | 296 class HTTPClient extends \dokuwiki\HTTP\HTTPClient { global() class
|
/dokuwiki/inc/HTTP/ |
H A D | DokuHTTPClient.php | 11 * @link https://www.dokuwiki.org/devel:httpclient 13 class DokuHTTPClient extends HTTPClient
|
H A D | HTTPClient.php | 12 * handles cookies and referrers. It is based upon the httpclient 20 class HTTPClient class
|
/dokuwiki/lib/plugins/popularity/ |
H A D | helper.php | 67 $httpClient = new DokuHTTPClient(); 68 $status = $httpClient->sendRequest($this->submitUrl, ['data' => $data], 'POST'); 70 $error = $httpClient->error;
|
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
H A D | gambas.php | 113 'UdpSocket', 'FtpClient', 'HttpClient', 'SmtpClient', 'Regexp', 'Action', 'Button', 'CheckBox',
|
H A D | rsplus.php | 123 'grepl', 'gsub', 'gzcon', 'gzfile', 'httpclient', 'I', 'iconv', 'iconvlist', 'icuSetCollate', 'identical', 'identity',
|
/dokuwiki/data/ |
H A D | deleted.files | 112 inc/HTTPClient.php
|