Home
last modified time | relevance | path

Searched refs:plugin_cache (Results 1 – 10 of 10) sorted by relevance

/plugin/slideshow/
H A Dsyntax.php22 $this->xmlCache = new plugin_cache("slideshow",'',"xml");
/plugin/sviewer/
H A Dsyntax.php31 $this->xmlCache = new plugin_cache("sviewer",'',"xml");
/plugin/autoviewer/
H A Dsyntax.php31 $this->xmlCache = new plugin_cache("aviewer",'',"xml");
/plugin/pdb/classes/
H A Dcache.php3 class plugin_cache{ class
11 function plugin_cache($_name='plugin_cache',$_prefix='noname',$_ext='txt'){ function in plugin_cache
/plugin/cache/
H A Dplugin_cache.php10 class plugin_cache{ class
18 function plugin_cache($_name='plugin_cache',$_prefix='noname',$_ext='txt'){ function in plugin_cache
/plugin/pubchem/classes/
H A Dcache.php3 class plugin_cache{ class
11 function __construct($_name='plugin_cache',$_prefix='noname',$_ext='txt'){ function in plugin_cache
/plugin/pubmed/classes/
H A Dcache.php3 class plugin_cache{ class
11 function __construct($_name='plugin_cache',$_prefix='noname',$_ext='txt'){ function in plugin_cache
/plugin/pdb/
H A Dsyntax.php24 $this->xmlCache = new plugin_cache("ncbi_esummary","structure","xml.gz");
25 $this->imgCache = new plugin_cache("rcsb_image",'',"jpg");
/plugin/pubchem/
H A Dsyntax.php16 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 Dsyntax.php11 if (!class_exists('plugin_cache'))
16 $this->xmlCache = new plugin_cache("ncbi_esummary","pubmed","xml.gz");