Lines Matching refs:bibtexbrowser_configuration
34 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');
2741 …return 'href="'.bibtexbrowser_configuration('BIBTEXBROWSER_URL').'?'. createQueryString($query) .'…
3349 echo 'Style: '.bibtexbrowser_configuration('BIBLIOGRAPHYSTYLE').'<br/>';
4506 $index = ($this->page)*bibtexbrowser_configuration('PAGE_SIZE');
4513 for ($i = 0; $i < bibtexbrowser_configuration('PAGE_SIZE'); $i++) {
4514 $index = ($this->page-1)*bibtexbrowser_configuration('PAGE_SIZE') + $i;
4747 $this->displayer = bibtexbrowser_configuration('BIBTEXBROWSER_DEFAULT_DISPLAY');