Searched refs:citedKeys (Results 1 – 1 of 1) sorted by relevance
353 $citedKeys = array();364 $citedKeys[$key] = $this->_parser->data[0]['authoryear'];366 … $citedKeys[$key] = $this->_bibtex_references[$this->_bibtex_keys[$key]]['authoryear'];369 asort($citedKeys);371 $citedKeys = $this->_bibtex_keysCited;374 $html = $this->_printReferencesAsUnorderedList($citedKeys);376 $html = $this->_printReferencesAsDefinitionlist($citedKeys);422 function _printReferencesAsUnorderedList($citedKeys) { argument424 foreach ($citedKeys as $key => $no) {445 function _printReferencesAsDefinitionlist($citedKeys) { argument[all …]