Searched refs:BIBFORMAT (Results 1 – 6 of 6) sorted by relevance
37 Parse the XML style file into usable arrays. Used within BIBFORMAT::loadStyle(). See BIBFORMAT.ph…49 …ose their preferred style where the key from the array above is used in BIBFORMAT::loadStyle() (se…54 This is used internally in BIBFORMAT.php and currently just parses a single style definition string…71 include_once($pathToOsbibClasses . "BIBFORMAT.php"); 74 BIBFORMAT expects its data to be in UTF-8 format and will return its formatted data in UTF-8 format…107 BIBFORMAT.php109 include_once("core/styles/BIBFORMAT.php");110 $bibformat = new BIBFORMAT(STRING: $pathToOsbibClasses = FALSE [, BOOLEAN: $useBibtex = FALSE]);112 By default, $pathToOsbibClasses will be the same directory as BIBFORMAT.php is in.115 NB -- BIBFORMAT expects its data to be in UTF-8 format and will return its formatted data in UTF-8 …[all …]
36 $this->bibformat = new BIBFORMAT("core/styles/");
23 class BIBFORMAT class28 function BIBFORMAT($dir = FALSE, $bibtex = FALSE, $preview = FALSE) function in BIBFORMAT
44 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 is59 2/ Added the method BIBFORMAT::addAllOtherItems().
251 include_once( $pathToOsbib.'format/BIBFORMAT.php');
36 $this->bibformat = new BIBFORMAT(FALSE, FALSE, TRUE);