Home
last modified time | relevance | path

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

/plugin/bibtex4dw/lib/
Dbibtexrender.php74 private $_currentKeyNumber = 0; variable in bibtexrender_plugin_bibtex4dw
348 $this->_bibtex_keysCited[$key] = ++$this->_currentKeyNumber;
383 $this->_currentKeyNumber = 0;
474 $this->_currentKeyNumber++;
475 $this->_bibtex_keysCited[$bibtex_key] = $this->_currentKeyNumber;