Lines Matching refs:FALSE

28   function BIBFORMAT($dir = FALSE, $bibtex = FALSE, $preview = FALSE)
64 $this->patterns = FALSE;
65 $this->patternHighlight = FALSE;
75 $this->editorSwitch = FALSE;
84 $this->convertEntry=FALSE;
107 return array(FALSE, FALSE, FALSE);
245 $row['creator2'] = FALSE;
272 if(($key = array_search('type', $this->styleMap->$type)) !== FALSE)
277 if(($key = array_search('label', $this->styleMap->$type)) !== FALSE)
452 function map($template = FALSE)
489 $previousFieldExists = FALSE;
494 $nextFieldExists = FALSE;
565 $preAlternative = $postAlternative = FALSE;
566 $startFound = $endFound = FALSE;
612 if(($startFound !== FALSE) && ($endFound !== FALSE)) // intervening fields found
644 $this->editorSwitch = FALSE;
665 function formatNames($creators, $nameType, $citation = FALSE)
673 $this->$pluralKey = FALSE;
772 $first = FALSE;
777 $etAl = FALSE;
880 $firstTime = FALSE;
954 if($item === FALSE)
960 return FALSE;
992 function formatTitle($pString, $delimitLeft = FALSE, $delimitRight = FALSE)
1050 function formatPages($start, $end = FALSE, $citation = FALSE)
1057 $this->pages_plural = FALSE;
1222 if($startDay !== FALSE)
1229 if($endDay !== FALSE)
1245 if($startMonth !== FALSE)
1247 if($endMonth !== FALSE)
1253 $startDay = ($startDay === FALSE) ? '' : ' ' . $startDay;
1258 $startDay = ($startDay === FALSE) ? '' : $startDay . ' ';
1268 …if(($endMonth !== FALSE) && ($startMonth == $endMonth) && ($this->style['dateRangeSameMonth'] == 1…
1270 $endMonth = FALSE;
1272 $delimit = FALSE;
1276 $startDay = ($startDay === FALSE) ? '' : ' ' . $startDay;
1279 $endDate = $endMonth . $endDay = ($endDay === FALSE) ? '' : ' ' . $endDay;
1288 $endDate = $endDay = ($endDay === FALSE) ? '' : $endDay . ' ';
1294 $endDate = ($endDay === FALSE) ? ' ' : $endDay . ' ';