Home
last modified time | relevance | path

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

/plugin/pubmed/
H A Dsyntax.php8 var $xmlCache; variable in syntax_plugin_pubmed
16 $this->xmlCache = new plugin_cache("ncbi_esummary","pubmed","xml.gz");
19 if($this->xmlCache == Null) print("this->xmlCache is null !");
95 $this->xmlCache->ClearCache();
100 $this->xmlCache->RemoveDir();
120 if($this->xmlCache == Null){
123 $cachedXml = $this->xmlCache->GetMediaText($pmid);
128 $cachePath = $this->xmlCache->GetMediaPath($pmid);
/plugin/slideshow/
H A Dsyntax.php18 var $xmlCache; variable in syntax_plugin_slideshow
22 $this->xmlCache = new plugin_cache("slideshow",'',"xml");
/plugin/pdb/
H A Dsyntax.php10 var $xmlCache; variable in syntax_plugin_pdb
24 $this->xmlCache = new plugin_cache("ncbi_esummary","structure","xml.gz");
116 $this->xmlCache->ClearCache();
126 $this->xmlCache->RemoveDir();
183 $cachedXml = $this->xmlCache->GetMediaText($pdbAcc);
203 $cachePath = $this->xmlCache->GetMediaPath($pdbAcc);
/plugin/sviewer/
H A Dsyntax.php24 var $xmlCache; variable in syntax_plugin_sviewer
31 $this->xmlCache = new plugin_cache("sviewer",'',"xml");
/plugin/autoviewer/
H A Dsyntax.php24 var $xmlCache; variable in syntax_plugin_aviewer
31 $this->xmlCache = new plugin_cache("aviewer",'',"xml");
/plugin/pubchem/
H A Dsyntax.php9 var $xmlCache; variable in syntax_plugin_pubchem
22 $this->xmlCache = new plugin_cache($this->name,'',"xml.gz");
62 $this->xmlCache->ClearCache();
66 $this->xmlCache->RemoveDir();
212 $filepath = $this->xmlCache->GetMediaPath($cid);