Lines Matching refs:is

15is an Open Source bibliographic formatting engine written in PHP that use XML style files to store…
19 The naming of the style files to be downloaded is (for example):
21 …er (in this case '1.0') is the version number of the OSBib classes the style is at least compatibl…
23 Please note. Although in-text/footnotes citation formatting is defined in the XML style files, thi…
32 This is not part of the distribution but is here as an example of how WIKINDX uses OSBib-Format. p…
49 …lectbox to choose their preferred style where the key from the array above is used in BIBFORMAT::l…
54 This is used internally in BIBFORMAT.php and currently just parses a single style definition string…
59 …specially devised to offer an out-of-the-box solution for such systems and is a version of STYLEMA…
62 …the key of each element. However, do NOT edit any key (or its value) that is 'creator1', 'creator…
67is important here is that the key names of the above array match the key names of the resource typ…
99 Ensure that the first letter of a UTF-8 string is uppercase.
108 This is the main OSBib engine.
112 By default, $pathToOsbibClasses will be the same directory as BIBFORMAT.php is in.
119 … this property is 'html' but you can change it to 'rtf' for exporting to RTF files, 'sxw' for Open…
120is used to highlight words or phrases when displaying the results to a browser. This is useful wh…
121 $bibformat->patternHighlight -- A CSS class defining the highlighting for above. Default is FALSE.
122 …efault, this path will be to a bibtexParse/ directory in the same directory as BIBFORMAT.php is in.
148 $row is an associative array returned from your SQL query as described in the STYLEMAP.php section …
149 $type is the resource type which must be one of the ones listed in $this->types in STYLEMAP.php.
153 Internally within BIBFORMAT.php, data from the SQL query $row is formatted and stored in a $item as…
156 …ype of creator the resource has. (See BIBSTYLE.php for an example of how this is used in WIKINDX.)
164is mapped against the resource type array in STYLEMAP.php to determine what type of creator we're …
176is stored in the database as a cardinal number, then it will be formatted as an ordinal number _if…
207 If you do _not_ intend to use STYLEMAPBIBTEX.php, the following is a rough order of events within t…
230 …EMAPBIBTEX for reasons described in the sections above, then the following is a rough order of eve…