Home
last modified time | relevance | path

Searched refs:HttpClient (Results 1 – 12 of 12) sorted by last modified time

/plugin/pubmed2020/classes/
H A Dpubmed2020.php18 var $HttpClient; variable in PubMed2020
41 $this->HttpClient = new DokuHTTPClient();
60 $json = $this->HttpClient->get($url);
80 $r = $this->HttpClient->get($url);
105 $content = $this->HttpClient->get($url);
130 $medlineContent = $this->HttpClient->get($url);
133 $medlineContent = $this->HttpClient->get($url);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/pdb/classes/
H A D_NCBI.php11 var $HttpClient; variable in ncbi
17 $this->HttpClient = new DokuHTTPClient();
28 $summary = $this->HttpClient->get($url);
37 $result = $this->HttpClient->get(sprintf($this->eSearchURL,urlencode($db),urlencode($term)));
45 $xml = $this->HttpClient->get(sprintf($this->pubchemURL,$cid));
H A D_RCSB.php11 var $HttpClient; variable in rcsb
17 $this->HttpClient = new DokuHTTPClient();
/plugin/pubchem/classes/
H A D_NCBI.php11 var $HttpClient; variable in ncbi
17 $this->HttpClient = new DokuHTTPClient();
28 $summary = $this->HttpClient->get($url);
37 $result = $this->HttpClient->get(sprintf($this->eSearchURL,urlencode($db),urlencode($term)));
45 $xml = $this->HttpClient->get(sprintf($this->pubchemURL,$cid));
H A D_RCSB.php11 var $HttpClient; variable in rcsb
17 $this->HttpClient = new DokuHTTPClient();
/plugin/pubmed/classes/
H A D_NCBI.php11 var $HttpClient; variable in ncbi
17 $this->HttpClient = new DokuHTTPClient();
28 $summary = $this->HttpClient->get($url);
37 $result = $this->HttpClient->get(sprintf($this->eSearchURL,urlencode($db),urlencode($term)));
45 $xml = $this->HttpClient->get(sprintf($this->pubchemURL,$cid));
H A D_RCSB.php11 var $HttpClient; variable in rcsb
17 $this->HttpClient = new DokuHTTPClient();
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.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*/) {
929 // private HttpClient httpClient;
931 // public HttpClient getHttpClient() {
/plugin/jdraw/
H A Dlicense.txt1 This component is based on JGraphX examples code, Dokuwiki Draw plugin and Apache HttpClient