Searched refs:formatTitle (Results 1 – 4 of 4) sorted by relevance
/plugin/bibtex/OSBib/format/ |
H A D | BIBSTYLE.php | 159 $this->bibformat->formatTitle($pString, "{", "}");
|
H A D | BIBFORMAT.php | 439 $this->formatTitle($row['title'], "{", "}"); 992 function formatTitle($pString, $delimitLeft = FALSE, $delimitRight = FALSE) function in BIBFORMAT
|
H A D | README.txt | 166 BIBFORMAT::formatTitle() 168 $bibformat->formatTitle(STRING: $title[, STRING: $delimitLeft, STRING: $delimitRight]);
|
/plugin/bibtex/OSBib/create/ |
H A D | PREVIEWSTYLE.php | 151 $this->bibformat->formatTitle($pString, "{", "}");
|