Home
last modified time | relevance | path

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

1234

/plugin/oembed/
H A Dsyntax.php409 $client = new DokuHTTPClient();
/plugin/passpolicy/
H A Dhelper.php516 $http = new DokuHTTPClient();
/plugin/pdb/classes/
H A D_NCBI.php17 $this->HttpClient = new DokuHTTPClient();
H A D_RCSB.php17 $this->HttpClient = new DokuHTTPClient();
/plugin/plantuml/
H A Dsyntax.php188 $http = new DokuHTTPClient();
/plugin/plantumlparser/syntax/
H A DPlantUmlDiagram.php3 use dokuwiki\HTTP\DokuHTTPClient;
28 return (new DokuHTTPClient())->get($this->getSVGDiagramUrl());
/plugin/pubchem/classes/
H A D_NCBI.php17 $this->HttpClient = new DokuHTTPClient();
H A D_RCSB.php17 $this->HttpClient = new DokuHTTPClient();
/plugin/pubmed/classes/
H A D_NCBI.php17 $this->HttpClient = new DokuHTTPClient();
H A D_RCSB.php17 $this->HttpClient = new DokuHTTPClient();
/plugin/pubmed2020/classes/
H A Dpubmed2020.php41 $this->HttpClient = new DokuHTTPClient();
/plugin/quickstats/GEOIP/
H A Dget_geocity2.php26 $http = new DokuHTTPClient();
/plugin/quickstats/scripts/
H A Dget_geocity.php20 $http = new DokuHTTPClient();
H A Dget_geocity2.php55 $http = new DokuHTTPClient();
/plugin/repo/
H A Dsyntax.php125 $http = new DokuHTTPClient();
201 $http = new DokuHTTPClient();
/plugin/rssticker/
H A DlastRSS.php154 $http = new DokuHTTPClient();
/plugin/scrape/
H A Dsyntax.php4 use dokuwiki\HTTP\DokuHTTPClient;
90 $http = new DokuHTTPClient();
/plugin/searchcombinedgoogle/
H A Daction.php78 $http = new DokuHTTPClient();
/plugin/sentry/
H A Dhelper.php211 $http = new dokuwiki\HTTP\DokuHTTPClient();
213 $http = new DokuHTTPClient();
/plugin/seqdia/
H A Dsyntax.php155 $http = new DokuHTTPClient();
/plugin/sfauth/
H A Dhelper.php143 $http = new DokuHTTPClient();
231 $http = new DokuHTTPClient();
261 $http = new DokuHTTPClient();
/plugin/shorty/
H A Dhelper.php127 $http = new DokuHTTPClient();
149 $http = new DokuHTTPClient();
/plugin/siteexport/inc/
H A Dhttpproxy.php23 class _HTTPProxy extends DokuHTTPClient {}
25 class _HTTPProxy extends \dokuwiki\HTTP\DokuHTTPClient {}
/plugin/slacknotifier/
H A Daction.php11 use dokuwiki\HTTP\DokuHTTPClient; alias
141 $http = new DokuHTTPClient();
/plugin/sqlraw/
H A Dsyntax.php294 $http = new DokuHTTPClient();

1234