Home
last modified time | relevance | path

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

/plugin/bibtex/OSBib/format/
H A DREADME.txt37 Parse the XML style file into usable arrays. Used within BIBFORMAT::loadStyle(). See BIBFORMAT.ph…
49 …r preferred style where the key from the array above is used in BIBFORMAT::loadStyle() (see below).
125 BIBFORMAT::loadStyle();
126 list($info, $citation, $styleCommon, $styleTypes) = $bibformat->loadStyle(STRING: $pathToStyleFiles…
139 Transform the raw XML arrays from BIBFORMAT::loadStyle() into OSBib-usable arrays and perform some …
141 loadStyle() and getStyle() need be called only once.
H A DBIBSTYLE.php63 $this->bibformat->loadStyle("styles/bibliography/", $this->setupStyle);
H A DBIBFORMAT.php96 function loadStyle($stylePath, $style) function in BIBFORMAT
/plugin/bibtex/OSBib/
H A DCHANGELOG51 lowercase (e.g. apa.xml), BIBF0RMAT::loadStyle() now automatically detects this.