Lines Matching refs:pubmedCache
22 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());
510 $pdfPmids = $this->pubmedCache->GetAllAvailableLocalPdfByPMIDs();
514 $pdfDois = $this->pubmedCache->GetAllAvailableLocalPdfByDOIs();
516 $pmids = $this->pubmedCache->PmidFromDoi($pdfDois);
524 $this->pubmedCache->saveRawMedlineContent($base, $raw);
538 "<a href='".$this->pubmedCache->GetDoiPdfUrl($doi).
540 "'><img src='".$this->pubmedCache->GetDoiPdfThumbnailUrl($doi).
566 $cached = $this->pubmedCache->getMedlineContent($base, $id);
573 $this->pubmedCache->saveRawMedlineContent($base, $raw);