Home
last modified time | relevance | path

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

/plugin/pubmed2020/
Dsyntax.php22 var $pubmedCache; variable in syntax_plugin_pubmed2020
74 $this->pubmedCache = new pubmed2020_cache("pubmed","pubmed","nbib");
212 $localPdf = $this->pubmedCache->GetLocalPdfPath($refs["pmid"], $refs["doi"]);
230 $refs["abstractFr"] = $this->pubmedCache->GetTranslatedAbstract($refs["pmid"]);
441 $this->pubmedCache->saveRawMedlineContent($base, $raw);
457 $this->pubmedCache->saveRawMedlineContent($base, $raw);
488 $this->pubmedCache->clearCache();
492 $this->pubmedCache->removeDir();
504 $this->pubmedCache->recreateCrossRefFile();
508 $mediaList = array_keys($this->pubmedCache->getAllMediaPaths());
[all …]