Home
last modified time | relevance | path

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

/plugin/bb4dw/
Dsyntax.php117 $_tmp_entry['niceauthor'] = $entry->getFormattedAuthorsString();
Dbibtexbrowser.php944 … $this->currentEntry->setField(Q_INNER_AUTHOR,$this->currentEntry->getFormattedAuthorsString());
1465 return $this->getFormattedAuthorsString();
1478 $key = md5($this->getTitle().$this->getFormattedAuthorsString());
1594 function formattedAuthors() { return $this->getFormattedAuthorsString(); }
1598 function getFormattedAuthorsImproved() { return $this->getFormattedAuthorsString(); }
1629 function getFormattedAuthorsString() { function in BibEntry
2509 $entry[] = '<span class="bibauthor">'.$bibentry->getFormattedAuthorsString().'</span>';
2616 $entry[] = $bibentry->getFormattedAuthorsString().'. ';
3554 $subtitle = '<div class="bibentry-by">by '.$this->bib->getFormattedAuthorsString().'</div>';