Searched refs:plugin_cache (Results 1 – 10 of 10) sorted by relevance
/plugin/slideshow/ |
H A D | syntax.php | 22 $this->xmlCache = new plugin_cache("slideshow",'',"xml");
|
/plugin/sviewer/ |
H A D | syntax.php | 31 $this->xmlCache = new plugin_cache("sviewer",'',"xml");
|
/plugin/autoviewer/ |
H A D | syntax.php | 31 $this->xmlCache = new plugin_cache("aviewer",'',"xml");
|
/plugin/pdb/classes/ |
H A 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/ |
H A 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/pubchem/classes/ |
H A D | cache.php | 3 class plugin_cache{
class 11 function __construct($_name='plugin_cache',$_prefix='noname',$_ext='txt'){
function in plugin_cache
|
/plugin/pubmed/classes/ |
H A D | cache.php | 3 class plugin_cache{
class 11 function __construct($_name='plugin_cache',$_prefix='noname',$_ext='txt'){
function in plugin_cache
|
/plugin/pdb/ |
H A D | syntax.php | 24 $this->xmlCache = new plugin_cache("ncbi_esummary","structure","xml.gz"); 25 $this->imgCache = new plugin_cache("rcsb_image",'',"jpg");
|
/plugin/pubchem/ |
H A D | syntax.php | 16 if (!class_exists('plugin_cache'))
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/pubmed/ |
H A D | syntax.php | 11 if (!class_exists('plugin_cache'))
16 $this->xmlCache = new plugin_cache("ncbi_esummary","pubmed","xml.gz");
|