Home
last modified time | relevance | path

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

/plugin/refnotes/
H A Dbibtex.php40 $this->addBibtexMode(new refnotes_bibtex_nested_braces_mode('quoted'));
41 $this->addBibtexMode(new refnotes_bibtex_nested_braces_mode('braced'));
279 class refnotes_bibtex_nested_braces_mode extends refnotes_bibtex_mode { class