Home
last modified time | relevance | path

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

/plugin/bb4dw/
Dbibtexbrowser.php34 function bibtexbrowser_configuration($key) { function
41 return bibtexbrowser_configuration($key);
1549 if (bibtexbrowser_configuration('USE_COMMA_AS_NAME_SEPARATOR_IN_OUTPUT')) {
1553 if (bibtexbrowser_configuration('USE_INITIALS_FOR_NAMES')) {
1557 if (bibtexbrowser_configuration('USE_FIRST_THEN_LAST')) {
1639 …if (bibtexbrowser_configuration('USE_COMMA_AS_NAME_SEPARATOR_IN_OUTPUT')) {$sep = '; ';} else {$se…
1644 $lastAuthorSeperator = bibtexbrowser_configuration('LAST_AUTHOR_SEPARATOR');
1646 if (bibtexbrowser_configuration('USE_OXFORD_COMMA') && count($authors)>2) {
1735 …if (bibtexbrowser_configuration('USE_COMMA_AS_NAME_SEPARATOR_IN_OUTPUT')) {$sep = '; ';} else {$se…
2161 $function = bibtexbrowser_configuration('BIBLIOGRAPHYSTYLE');
[all …]