Lines Matching refs:a

15 …ibtex-type arrays, STYLEMAPBIBTEX is a set of pre-defined mapping arrays designed to get you up an…
32 …op that parses each bibliographic entry one by one. You are likely to need a similar process loop.
49 Use this to provide your users with a HTML FORM selectbox to choose their preferred style where the…
54 …hp and currently just parses a single style definition string for a particular resource type (book…
59a BibTeX style format, you should use STYLEMAPBIBTEX.php instead as this has been specially devise…
64 A SQL query in WIKINDX to display each resource in a format suitable for OSBib processing returns t…
67 …MAP.php. This is how the data from _your_ particular database is mapped to a format that OSBib un…
79 Properly encode a string into multi-byte UTF-8.
83 Properly decode a multi-byte UTF-8 string.
87 Convert a UTF-8 string to lowercase. Where PHP has been compiled with mb_string, mb_strtolower() wi…
91 Convert a UTF-8 string to uppercase. Where PHP has been compiled with mb_string, mb_strtoupper() wi…
95 Return a portion of a UTF-8 string. Where PHP has been compiled with mb_string, mb_substr() will be…
99 Ensure that the first letter of a UTF-8 string is uppercase.
103 Return the length of a UTF-8 string. Where PHP has been compiled with mb_string, mb_strlen() will b…
120 …ses when displaying the results to a browser. This is useful when the bibliography to be displaye…
122a form similar to BibTeX, you should set the constructor parameter $useBibtex to TRUE and set this…
151 … definitions if the requested bibliographic style does not provide a definition for a specific res…
153 Internally within BIBFORMAT.php, data from the SQL query $row is formatted and stored in a $item as…
172 …tle to be lowercased. If your bibliographic system allows users to specify a groups of letters in…
176a cardinal or an ordinal number. If your edition number is stored in the database as a cardinal nu…
190 …ot added, it won't be displayed. You'll notice a use of this in the example BIBSTYLE.php for the U…
205 The formatting in BIBFORMAT works on one resource at a time so you will want to call it via a loop …
207 …g is a rough order of events within the loop described above and _after_ setting various propertie…
221 7. Add the URL creating a hyperlink for web browser display
230 …APBIBTEX for reasons described in the sections above, then the following is a rough order of event…