Searched refs:_strings (Results 1 – 1 of 1) sorted by relevance
58 private $_strings = array(); variable in bibtexparser_plugin_bibtex4dw516 $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];