Home
last modified time | relevance | path

Searched refs:preamble (Results 26 – 27 of 27) sorted by last modified time

12

/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php110 $this->preamble = $this->strings = $this->entries = array();
306 $this->preamble[] = $entry;
338 function removeDelimitersAndExpand($string, $preamble = FALSE) argument
347 if(!empty($this->strings) && !$preamble)
411 foreach($this->preamble as $value)
414 $preamble = substr($matches[1], 0, -1);
415 $preambles['bibtexPreamble'] = trim($this->removeDelimitersAndExpand(trim($preamble), TRUE));
418 $this->preamble = $preambles;
450 if(empty($this->preamble))
451 $this->preamble = FALSE;
[all …]
H A DREADME14 …ib file or a PHP string and returns arrays of information representing @preamble, @string and vali…
66 In all cases, @preamble (from the given example bib.bib file) will be returned as:
69 [bibtexPreamble] => Blah blah blah some preamble or other r

12