Home
last modified time | relevance | path

Searched refs:downloadURL (Results 1 – 6 of 6) sorted by relevance

/plugin/pdb/classes/
H A D_RCSB.php29 $downloadURL = sprintf($this->ImgURL,$pdbid);
30 io_download($downloadURL,$path);
/plugin/pubchem/classes/
H A D_RCSB.php29 $downloadURL = sprintf($this->ImgURL,$pdbid);
30 io_download($downloadURL,$path);
/plugin/pubmed/classes/
H A D_RCSB.php29 $downloadURL = sprintf($this->ImgURL,$pdbid);
30 io_download($downloadURL,$path);
/plugin/pubchem/
H A Dsyntax.php11 var $downloadURL=''; variable in syntax_plugin_pubchem
26 $this->downloadURL = 'https://pubchem.ncbi.nlm.nih.gov/image/imgsrv.fcgi?t=%s&cid=%s';
116 $url = sprintf($this->downloadURL,$mode,$cid);
/plugin/siteexport/action/
H A Dajax.php281 echo $this->functions->downloadURL() . "\n";
294 print $this->functions->downloadURL();
341 print $this->functions->downloadURL();
/plugin/siteexport/inc/
H A Dfunctions.php31 public function downloadURL() function in siteexport_functions