Home
last modified time | relevance | path

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

/plugin/bibtex4dw/lib/
Dbibtexparser.php58 private $_strings = array(); variable in bibtexparser_plugin_bibtex4dw
516 $stringCallback = fn($key, $value) => $this->_strings[$key] = $value;
603 $this->_strings[trim($m[0])] = substr(trim($m[1]),1,-1);
660 } elseif (array_key_exists($value,$this->_strings)) {
661 $value = $this->_strings[$value];