Home
last modified time | relevance | path

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

/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php416 $this->formatNames($temp, 'creator1');
432 $this->formatNames($temp, 'creator2');
665 function formatNames($creators, $nameType, $citation = FALSE) function in BIBFORMAT
839 * @see formatNames()
H A DBIBSTYLE.php242 $this->bibformat->formatNames($rowTemp, $nameType);
H A DREADME.txt155 BIBFORMAT::formatNames()
157 $bibformat->formatNames(ASSOC_ARRAY: $creators, STRING: $nameType);
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php104 $this->bibformat->formatNames($this->$nameType, 'creator' . $index);