Home
last modified time | relevance | path

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

/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Filter/
H A DLocalizedToNormalized.php103 } else if (Zend_Locale_Format::checkDateFormat($value, $this->_options)) {
/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dsracommand.h68 bool checkDateFormat(string& date);
H A Dsracommand.cpp773 bool okay = checkDateFormat(linePieces[i]); in readMIMarksFile()
1505 bool SRACommand::checkDateFormat(string& date){ in checkDateFormat() function in SRACommand
/dports/www/matomo/piwik/core/
H A DPeriod.php115 public static function checkDateFormat($dateString) function in Piwik\\Period
/dports/www/matomo/piwik/core/Plugin/
H A DController.php644 Period::checkDateFormat($rawDate);
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Locale/
H A DFormat.php1155 public static function checkDateFormat($date, array $options = array()) function in Zend_Locale_Format