Lines Matching refs:preamble
110 $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;
456 return array($this->preamble, $this->strings, $this->entries);