Home
last modified time | relevance | path

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

/plugin/pubmed/classes/
D_RCSB.php29 $downloadURL = sprintf($this->ImgURL,$pdbid);
30 io_download($downloadURL,$path);
/plugin/pubchem/classes/
D_RCSB.php29 $downloadURL = sprintf($this->ImgURL,$pdbid);
30 io_download($downloadURL,$path);
/plugin/pdb/classes/
D_RCSB.php29 $downloadURL = sprintf($this->ImgURL,$pdbid);
30 io_download($downloadURL,$path);
/plugin/pubchem/
Dsyntax.php11 var $downloadURL=''; variable in syntax_plugin_pubchem
116 $url = sprintf($this->downloadURL,$mode,$cid);
/plugin/siteexport/action/
Dajax.php281 echo $this->functions->downloadURL() . "\n";
294 print $this->functions->downloadURL();
341 print $this->functions->downloadURL();
/plugin/siteexport/inc/
Dfunctions.php31 public function downloadURL() function in siteexport_functions