Lines Matching refs:FALSE
114 $this->expandMacro = FALSE;
136 $this->parseFile = FALSE;
157 $isComment = (strlen($line) > 0) ? $line[0] == '%' : FALSE;
162 return FALSE;
167 $isComment = (strlen($line)>0) ? $line[0] == '%' : FALSE;
171 $val = ($this->currentLine < count($this->bibtexString)) ? $line : FALSE;
213 return array($array[0], FALSE);
282 $lastLine = FALSE;
289 if(($line = $this->getLine()) === FALSE)
322 $this->delimitersExist = FALSE;
338 function removeDelimitersAndExpand($string, $preamble = FALSE)
385 $lastLine = FALSE;
393 if(($lastLine = $this->getEntry($line)) !== FALSE)
403 if(($lastLine = $this->getEntry($line)) !== FALSE)
451 $this->preamble = FALSE;
453 $this->strings = FALSE;
455 $this->entries = FALSE;