Lines Matching +full:- +full:eq

14 …*		if($lop) return array('\=\=?', 'eq', '\!\=', 'neq?', '\~\='); // pcre regexp list of allowed te…
22 * case 'eq' :
63 …foreach($this->getkeys() as $m) $ops = array_merge($ops, call_user_func(array($this, 'test_'.$m), …
68 // -------------
72 if($lop) return array('\=\=?', 'eq', '\!\=', 'neq?');
77 case 'eq' :
91 if($lop) return array('\=\=?', 'eq', '\!\=', 'neq?');
97 case 'eq' :
114 if($lop) return array('\=\=?', 'eq', '\!\=', 'neq?');
122 case 'eq' :
136 if($lop) return array('\=\=?', 'eq', '\!\=', 'neq?');
144 case 'eq' :
159 if($lop) return array('\=\=?', 'eq', '\!\=', 'neq?', '\<\=?', 'lt', '\>\=?', 'gt');
167 case 'eq' :
169 return $this->_bt_cmptimeandstr($b['value']); break;
173 return !$this->_bt_cmptimeandstr($b['value']); break;
177 return ($t < $this->_bt_strtotime($b['value'], $t)); break;
181 return ($t > $this->_bt_strtotime($b['value'], $t)); break;
184 return ($t <= $this->_bt_strtotime($b['value'], $t)); break;
187 return ($t >= $this->_bt_strtotime($b['value'], $t)); break;
194-9]{4})(-|/)([0-9]{2})(-|/)([0-9]{2})(\s+([0-9]{2}):([0-9]{2})(:([0-9]{2}))?)?$`', $value, $reg)) …
195-9]{2}):([0-9]{2})(:([0-9]{2}))?\s+)?([0-9]{4})(-|/)([0-9]{2})(-|/)([0-9]{2})$`', $value, $reg)) $…
196-9]{2})(-|/)([0-9]{2})(-|/)([0-9]{4})(\s+([0-9]{2}):([0-9]{2})(:([0-9]{2}))?)?$`', $value, $reg)) …
197-9]{2}):([0-9]{2})(:([0-9]{2}))?\s+)?([0-9]{2})(-|/)([0-9]{2})(-|/)([0-9]{4})$`', $value, $reg)) $…
208 …if(preg_match('`^([0-9]{4})(-|/)([0-9]{2})(-|/)([0-9]{2})(\s+([0-9]{2}):([0-9]{2})(:([0-9]{2}))?)?…
209 …' => $reg[5], 'h' => $reg[7], 'i' => $reg[8], 's' => $reg[10]); // YYYY(-|/)MM(-|/)DD (HH:II(:SS)?…
212 …if(preg_match('`^(([0-9]{2}):([0-9]{2})(:([0-9]{2}))?\s+)?([0-9]{4})(-|/)([0-9]{2})(-|/)([0-9]{2})…
213 … => $reg[10], 'h' => $reg[2], 'i' => $reg[3], 's' => $reg[5]); // (HH:II(:SS)?)? YYYY(-|/)MM(-|/)DD
216 …if(preg_match('`^([0-9]{2})(-|/)([0-9]{2})(-|/)([0-9]{4})(\s+([0-9]{2}):([0-9]{2})(:([0-9]{2}))?)?…
217 …'d' => $reg[1], 'h' => $reg[7], 'i' => $reg[8], 's' => $reg[10]); // DD(-|/)MM(-|/)YYYY (HH:II(:SS…
220 …if(preg_match('`^(([0-9]{2}):([0-9]{2})(:([0-9]{2}))?\s+)?([0-9]{2})(-|/)([0-9]{2})(-|/)([0-9]{4})…
221 …' => $reg[6], 'h' => $reg[2], 'i' => $reg[3], 's' => $reg[5]); // (HH:II(:SS)?)? DD(-|/)MM(-|/)YYYY
226 if(preg_match('`^([0-9]{2})(-|/)([0-9]{4})$`', $str, $reg)) {
230 if(preg_match('`^([0-9]{4})(-|/)([0-9]{2})$`', $str, $reg)) {
236 if(preg_match('`^([0-9]{4})$`', $str, $reg)) {
245 if(preg_match('`^([0-9]{2})(:([0-9]{2})(:([0-9]{2}))?)?$`', $str, $reg)) {
246 …', 'd' => '', 'h' => $reg[7], 'i' => $reg[8], 's' => $reg[10]); // YYYY(-|/)MM(-|/)DD (HH:II(:SS)?…
251 …if(preg_match('`^[0-9]{2}([0-9]{2})?\s?[ymdhis](\s?[0-9]{2}([0-9]{2})?\s?[ymdhis])*$`', $str, $reg…
252 while(preg_match('`^(([0-9]{2}([0-9]{2})?)\s?([ymdhis]))`', $str, $reg)) {
269 if($lop) return array('\=\=?', 'eq', '\!\=', 'neq?', '\~\=');
277 case 'eq' :