Home
last modified time | relevance | path

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

/plugin/bibtex/OSBib/format/
H A DREADME.txt107 BIBFORMAT.php
125 BIBFORMAT::loadStyle();
136 BIBFORMAT::getStyle();
145 BIBFORMAT::preProcess();
155 BIBFORMAT::formatNames()
166 BIBFORMAT::formatTitle()
174 BIBFORMAT::formatEdition()
178 BIBFORMAT::formatPages()
181 BIBFORMAT::formatDate()
188 BIBFORMAT::addItem()
[all …]
H A DBIBSTYLE.php36 $this->bibformat = new BIBFORMAT("core/styles/");
H A DBIBFORMAT.php23 class BIBFORMAT class
28 function BIBFORMAT($dir = FALSE, $bibtex = FALSE, $preview = FALSE) function in BIBFORMAT
/plugin/bibtex/OSBib/
H A DCHANGELOG44 a) Changed BIBFORMAT constructor call to:
45 $bibformat = new BIBFORMAT(STRING: $pathToOsbibClasses = FALSE [, BOOLEAN: $useBibtex = FALSE]);
46 By default, $pathToOsbibClasses will be the same directory as BIBFORMAT.php is in.
47 …ibtexParsePath by default is now a bibtexParse/ directory in the same directory as BIBFORMAT.php is
59 2/ Added the method BIBFORMAT::addAllOtherItems().
/plugin/bibtex/
H A Dsyntax.php251 include_once( $pathToOsbib.'format/BIBFORMAT.php');
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php36 $this->bibformat = new BIBFORMAT(FALSE, FALSE, TRUE);