Home
last modified time | relevance | path

Searched refs:_bt_strtotime (Results 1 – 1 of 1) sorted by relevance

/plugin/condition/
H A Dbase_tester.php.orig.php177 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;
193 function _bt_strtotime($value, $default) { function in condition_plugin_base_tester