Searched refs:pdbid (Results 1 – 5 of 5) sorted by relevance
/plugin/pubmed/classes/ |
D | _RCSB.php | 25 function DownloadImage($pdbid,$path){ argument 26 $pdbid = $this->PDBformat($pdbid); 27 if ($pdbid===false) return false; 29 $downloadURL = sprintf($this->ImgURL,$pdbid); 37 function ExplorerURL($pdbid){ argument 38 $pdbid = $this->PDBformat($pdbid); 39 if ($pdbid===false) return false; 40 return sprintf($this->LinkURL,$pdbid); 45 function ExplorerLink($pdbid,$class="pdb_plugin_acc"){ argument 46 $pdbid = $this->PDBformat($pdbid); [all …]
|
/plugin/pubchem/classes/ |
D | _RCSB.php | 25 function DownloadImage($pdbid,$path){ argument 26 $pdbid = $this->PDBformat($pdbid); 27 if ($pdbid===false) return false; 29 $downloadURL = sprintf($this->ImgURL,$pdbid); 37 function ExplorerURL($pdbid){ argument 38 $pdbid = $this->PDBformat($pdbid); 39 if ($pdbid===false) return false; 40 return sprintf($this->LinkURL,$pdbid); 45 function ExplorerLink($pdbid,$class="pdb_plugin_acc"){ argument 46 $pdbid = $this->PDBformat($pdbid); [all …]
|
/plugin/pdb/classes/ |
D | _RCSB.php | 25 function DownloadImage($pdbid,$path){ argument 26 $pdbid = $this->PDBformat($pdbid); 27 if ($pdbid===false) return false; 29 $downloadURL = sprintf($this->ImgURL,$pdbid); 37 function ExplorerURL($pdbid){ argument 38 $pdbid = $this->PDBformat($pdbid); 39 if ($pdbid===false) return false; 40 return sprintf($this->LinkURL,$pdbid); 45 function ExplorerLink($pdbid,$class="pdb_plugin_acc"){ argument 46 $pdbid = $this->PDBformat($pdbid); [all …]
|
/plugin/pdb/ |
D | syntax.php | 50 list($cmd,$pdbid) = $query; 51 $pdbid = urlencode($pdbid); 55 $filename = $this->imgCache->GetMediaPath($pdbid); 56 if ($this->rcsb->DownloadImage($pdbid,$filename)!==false) 57 $renderer->doc.= $this->getImageHtml($pdbid,$cmd).NL; 63 $summaryXML = $this->getSummaryXML($pdbid); 65 $renderer->doc.= $this->getTextHtml($pdbid,$cmd,$summaryXML); 71 $filename = $this->imgCache->GetMediaPath($pdbid); 72 if ($this->rcsb->DownloadImage($pdbid,$filename)!==false) 73 $imageHtml = $this->getImageHtml($pdbid,"small").NL; [all …]
|
/plugin/jmol2/jmol/ |
D | Jmol.js | 1450 function jmolLoadAjax_STOLAF_RCSB(fileformat,pdbid,optionalscript,targetSuffix){ argument 1457 if(!pdbid)pdbid=prompt("Enter a 4-digit PDB ID:",_jmol.thismodel) 1458 if(!pdbid || pdbid.length != 4)return "" 1461 var url=_jmol.defaultURL_RCSB.replace(/1CRN/g,pdbid.toUpperCase()) 1464 _jmol.thismodel=pdbid
|