Home
last modified time | relevance | path

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

/plugin/bibtex/OSBib/format/
DREADME.txt37 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.php
109 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 …]
DBIBSTYLE.php36 $this->bibformat = new BIBFORMAT("core/styles/");
DBIBFORMAT.php23 class BIBFORMAT class
28 function BIBFORMAT($dir = FALSE, $bibtex = FALSE, $preview = FALSE) function in BIBFORMAT
/plugin/bibtex/OSBib/
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/
Dsyntax.php251 include_once( $pathToOsbib.'format/BIBFORMAT.php');
/plugin/bibtex/OSBib/create/
DPREVIEWSTYLE.php36 $this->bibformat = new BIBFORMAT(FALSE, FALSE, TRUE);