Home
last modified time | relevance | path

Searched refs:allowedEntryTypes (Results 1 – 4 of 4) sorted by relevance

/plugin/publistx/bib2tpl/lib/
H A DBibTex.php148 var $allowedEntryTypes; variable in Structures_BibTex
190 $this->allowedEntryTypes = array(
549 return in_array($entry, $this->allowedEntryTypes);
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php148 var $allowedEntryTypes; variable in Structures_BibTex
190 $this->allowedEntryTypes = array(
549 return in_array($entry, $this->allowedEntryTypes);
/plugin/publist/bib2tpl/lib/
H A DBibTex.php148 var $allowedEntryTypes; variable in Structures_BibTex
190 $this->allowedEntryTypes = array(
549 return in_array($entry, $this->allowedEntryTypes);
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php140 public $allowedEntryTypes; variable in bibtexparser_plugin_bibtex4dw
186 $this->allowedEntryTypes = array(
895 return in_array($entry, $this->allowedEntryTypes);