Searched refs:plugin_cache (Results 1 – 10 of 10) sorted by relevance
| /plugin/slideshow/ |
| D | syntax.php | 22 $this->xmlCache = new plugin_cache("slideshow",'',"xml");
|
| /plugin/pubchem/ |
| D | syntax.php | 21 $this->imgCache = new plugin_cache($this->name,'',"png"); 22 $this->xmlCache = new plugin_cache($this->name,'',"xml.gz"); 23 $this->propCache = new plugin_cache($this->name,'prop','json');
|
| /plugin/autoviewer/ |
| D | syntax.php | 31 $this->xmlCache = new plugin_cache("aviewer",'',"xml");
|
| /plugin/sviewer/ |
| D | syntax.php | 31 $this->xmlCache = new plugin_cache("sviewer",'',"xml");
|
| /plugin/pdb/classes/ |
| D | cache.php | 3 class plugin_cache{ class 11 function plugin_cache($_name='plugin_cache',$_prefix='noname',$_ext='txt'){ function in plugin_cache
|
| /plugin/cache/ |
| D | plugin_cache.php | 10 class plugin_cache{ class 18 function plugin_cache($_name='plugin_cache',$_prefix='noname',$_ext='txt'){ function in plugin_cache
|
| /plugin/pdb/ |
| D | syntax.php | 24 $this->xmlCache = new plugin_cache("ncbi_esummary","structure","xml.gz"); 25 $this->imgCache = new plugin_cache("rcsb_image",'',"jpg");
|
| /plugin/pubmed/ |
| D | syntax.php | 16 $this->xmlCache = new plugin_cache("ncbi_esummary","pubmed","xml.gz");
|
| /plugin/pubchem/classes/ |
| D | cache.php | 3 class plugin_cache{ class
|
| /plugin/pubmed/classes/ |
| D | cache.php | 3 class plugin_cache{ class
|