Home
last modified time | relevance | path

Searched refs:DokuHTTPClient (Results 26 – 50 of 88) sorted by relevance

1234

/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/pdb/classes/
H A D_RCSB.php17 $this->HttpClient = new DokuHTTPClient();
H A D_NCBI.php17 $this->HttpClient = new DokuHTTPClient();
/plugin/pubchem/classes/
H A D_RCSB.php17 $this->HttpClient = new DokuHTTPClient();
H A D_NCBI.php17 $this->HttpClient = new DokuHTTPClient();
/plugin/pubmed/classes/
H A D_RCSB.php17 $this->HttpClient = new DokuHTTPClient();
H A D_NCBI.php17 $this->HttpClient = new DokuHTTPClient();
/plugin/issuelinks/services/
H A DAbstractService.php38 …protected function makeHTTPRequest(\DokuHTTPClient $dokuHTTPClient, $url, $headers, array $data, $…
/plugin/linksenhanced/
H A Daction.php50 $client = new DokuHTTPClient();
/plugin/quickstats/GEOIP/
H A Dget_geocity2.php26 $http = new DokuHTTPClient();
/plugin/repo/
H A Dsyntax.php125 $http = new DokuHTTPClient();
201 $http = new DokuHTTPClient();
/plugin/quickstats/scripts/
H A Dget_geocity.php20 $http = new DokuHTTPClient();
/plugin/evesso/classes/
H A DEveOnlineAdapter.php31 $http = new \DokuHTTPClient();
/plugin/deeplautotranslate/
H A Daction.php10 use \dokuwiki\HTTP\DokuHTTPClient; alias
387 $http = new DokuHTTPClient();
577 $http = new DokuHTTPClient();
620 $http = new DokuHTTPClient();
679 $http = new DokuHTTPClient();
/plugin/webcomics/
H A Dsyntax.php61 $ch = new DokuHTTPClient();
/plugin/letsencrypt/classes/
H A DClient.php20 $this->http = new \DokuHTTPClient();
/plugin/adfs/
H A Dadmin.php16 $http = new DokuHTTPClient();
/plugin/elwikiupgrade/
H A Dadmin.php16 use dokuwiki\plugin\elwikiupgrade\DokuHTTPClient; alias
238 $http = new DokuHTTPClient();
314 $http = new DokuHTTPClient();
/plugin/linkback/action/
H A Dakismet.php123 $http = new dokuwiki\HTTP\DokuHTTPClient();
/plugin/plantumlparser/syntax/
H A DPlantUmlDiagram.php3 use dokuwiki\HTTP\DokuHTTPClient;
28 return (new DokuHTTPClient())->get($this->getSVGDiagramUrl());
/plugin/jirainfo/
H A Daction.php41 $http = new DokuHTTPClient();
/plugin/elasticsearch/helper/
H A Ddocparser.php123 $http = new DokuHTTPClient();
/plugin/xkcd/
H A DREADME.md44 * updated to new version of DokuHTTPClient
/plugin/gh/
H A Dsyntax.php128 $http = new DokuHTTPClient();
/plugin/searchcombinedgoogle/
H A Daction.php78 $http = new DokuHTTPClient();

1234