Home
last modified time | relevance | path

Searched refs:entry (Results 451 – 455 of 455) sorted by last modified time

1...<<111213141516171819

/plugin/bibtex/OSBib/
H A DPARSEXML.php29 foreach($entries as $entry)
35 $xmlString = "<style>" . $entry . "</style>";
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG51 2/ Any final "," left on the end of the last field in an entry is now removed.
58 … to PARSEENTRIES to decide whether to remove enclosing "..." or {...} from string and entry fields.
H A DPARSEENTRIES.php230 list($entry, $string) = $this->fieldSplit($string);
231 $values[] = $entry;
266 function fullSplit($entry) argument
268 $matches = preg_split("/@(.*)\s*[{(](.*),/U", $entry, 2, PREG_SPLIT_DELIM_CAPTURE);
272 $matches = preg_split("/@(.*)\s*[{(](.*)/U", $entry, 2, PREG_SPLIT_DELIM_CAPTURE);
280 $entry = '';
288 $entry .= ' ' . $line;
304 $this->strings[] = $entry;
306 $this->preamble[] = $entry;
310 $this->fullSplit($entry);
[all …]
H A DREADME52 In other words, an array of separate BibTeX entries each one an array comprising the fields, entry
/plugin/bibtex/OSBib/format/
H A DREADME.txt32 … uses OSBib-Format. process() is the loop that parses each bibliographic entry one by one. You a…

1...<<111213141516171819