Searched refs:xmlCache (Results 1 – 7 of 7) sorted by relevance
| /plugin/pubmed/ |
| D | syntax.php | 8 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/pdb/ |
| D | syntax.php | 10 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/slideshow/ |
| D | syntax.php | 18 var $xmlCache; variable in syntax_plugin_slideshow 22 $this->xmlCache = new plugin_cache("slideshow",'',"xml");
|
| /plugin/autoviewer/ |
| D | syntax.php | 24 var $xmlCache; variable in syntax_plugin_aviewer 31 $this->xmlCache = new plugin_cache("aviewer",'',"xml");
|
| /plugin/sviewer/ |
| D | syntax.php | 24 var $xmlCache; variable in syntax_plugin_sviewer 31 $this->xmlCache = new plugin_cache("sviewer",'',"xml");
|
| /plugin/pubchem/ |
| D | syntax.php | 9 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);
|
| /plugin/scrape/vendor/symfony/css-selector/ |
| D | CssSelectorConverter.php | 32 private static $xmlCache = []; variable in Symfony\\Component\\CssSelector\\CssSelectorConverter 46 $this->cache = &self::$xmlCache;
|