Home
last modified time | relevance | path

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

/plugin/bb4dw/
Dbibtexbrowser.php282 function zetDB($bibtex_filenames) { argument
283 list($db, $parsed, $updated, $saved) = _zetDB($bibtex_filenames);
314 function _zetDB($bibtex_filenames) { argument
319 if (!isset($bibtex_filenames) || $bibtex_filenames == "") {
327 $bibtex_filenames = urldecode($bibtex_filenames);
330 foreach(explode(MULTIPLE_BIB_SEPARATOR, $bibtex_filenames) as $bib) {
351 foreach(explode(MULTIPLE_BIB_SEPARATOR, $bibtex_filenames) as $bib) {
370 $compiledbib = CACHE_DIR.'bibtexbrowser_'.md5($bibtex_filenames).'.dat';
403 foreach(explode(MULTIPLE_BIB_SEPARATOR, $bibtex_filenames) as $bib) {
413 } else foreach(explode(MULTIPLE_BIB_SEPARATOR, $bibtex_filenames) as $bib) {