Searched refs:_ext (Results 1 – 5 of 5) sorted by relevance
/plugin/pdb/classes/ |
H A D | cache.php | 11 function plugin_cache($_name='plugin_cache',$_prefix='noname',$_ext='txt'){ argument 15 $this->extension = strtolower($_ext);
|
/plugin/cache/ |
H A D | plugin_cache.php | 18 function plugin_cache($_name='plugin_cache',$_prefix='noname',$_ext='txt'){ argument 22 $this->extension = strtolower($_ext);
|
/plugin/pubchem/classes/ |
H A D | cache.php | 11 function __construct($_name='plugin_cache',$_prefix='noname',$_ext='txt'){
argument 15 $this->extension = strtolower($_ext);
|
/plugin/pubmed/classes/ |
H A D | cache.php | 11 function __construct($_name='plugin_cache',$_prefix='noname',$_ext='txt'){
argument 15 $this->extension = strtolower($_ext);
|
/plugin/pubmed2020/classes/ |
H A D | cache.php | 32 public function __construct($_name='plugin_cache',$_prefix='noname',$_ext='nbib'){ argument 38 $this->extension = strtolower($_ext);
|