Home
last modified time | relevance | path

Searched refs:DokuHTTPClient (Results 76 – 88 of 88) sorted by path

1234

/plugin/statistics/inc/
H A DStatisticsBrowscap.class.php27 $http = new DokuHTTPClient($url);
H A DStatisticsLogger.class.php249 $http = new DokuHTTPClient();
/plugin/upgrade/HTTP/
H A DDokuHTTPClient.php13 class DokuHTTPClient extends HTTPClient { class
/plugin/upgrade/
H A Dhelper.php10 use dokuwiki\plugin\upgrade\HTTP\DokuHTTPClient;
73 $http = new DokuHTTPClient();
142 $http = new DokuHTTPClient();
9 use dokuwiki\plugin\upgrade\HTTP\DokuHTTPClient; global() alias
/plugin/vimeo/
H A Dsyntax.php155 $http = new \DokuHTTPClient();
/plugin/webcomics/
H A Dsyntax.php61 $ch = new DokuHTTPClient();
/plugin/webdavclient/
H A Dhelper.php28 $this->client = new DokuHTTPClient();
/plugin/wikipediasnippet/
H A Dsyntax.php78 $http = new DokuHTTPClient();
/plugin/xkcd/
H A DREADME.md44 * updated to new version of DokuHTTPClient
H A Dsyntax.php36 $ch = new \dokuwiki\HTTP\DokuHTTPClient();
/plugin/xtern/
H A Dadmin.php340 $http = new DokuHTTPClient();
/plugin/yql/
H A Dsyntax.php140 $client = new DokuHTTPClient();
/plugin/zerolinecss/
H A Daction.php62 $this->httpClient = new dokuwiki\HTTP\DokuHTTPClient();

1234