Home
last modified time | relevance | path

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

/plugin/bibtex4dw/lib/
Dbibtexparser.php479 …* @param callable $stringCallback Will be called with two arguments (key, value) for @string entri…
482 private function _storeBibTeXEntry($entry, $stringCallback, $bibItemCallback) argument
491 call_user_func($stringCallback, $string, $entry);
516 $stringCallback = fn($key, $value) => $this->_strings[$key] = $value;
518 $this->_storeBibTeXEntry($entry, $stringCallback, $bibItemCallback);
526 …$stringCallback = fn($key, $value) => $this->sqlite->query("INSERT OR REPLACE INTO strings (string…
528 $this->_storeBibTeXEntry($entry, $stringCallback, $bibItemCallback);
536 …$stringCallback = fn($key, $value) => $this->_sqlStatements[] = array("INSERT OR REPLACE INTO stri…
538 $this->_storeBibTeXEntry($entry, $stringCallback, $bibItemCallback);