Lines Matching refs:FALSE
115 $this->pages = FALSE; // indicates not yet created pages for articles
127 $this->bibformat->addItem($itemElement, 'URL', FALSE);
165 return FALSE;
177 $startDay = isset($this->row['miscField2']) ? stripslashes($this->row['miscField2']) : FALSE;
178 $startMonth = isset($this->row['miscField3']) ? stripslashes($this->row['miscField3']) : FALSE;
181 $endDay = isset($this->row['miscField5']) ? stripslashes($this->row['miscField5']) : FALSE;
182 $endMonth = isset($this->row['miscField6']) ? stripslashes($this->row['miscField6']) : FALSE;
185 $startDay = ($startDay == 0) ? FALSE : $startDay;
186 $startMonth = ($startMonth == 0) ? FALSE : $startMonth;
189 $endDay = ($endDay == 0) ? FALSE : $endDay;
190 $endMonth = ($endMonth == 0) ? FALSE : $endMonth;
208 return FALSE;
222 $end = $this->row['pageEnd'] ? trim(stripslashes($this->row['pageEnd'])) : FALSE;
239 return FALSE;