Home
last modified time | relevance | path

Searched refs:month (Results 1 – 4 of 4) sorted by path

/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css365 .ui-datepicker select.ui-datepicker-month,
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md275 * Fixed typo in the date parser that incorrectly identified September as month 8. [#348](https://github.com/simplepie/simplepie/pull/348)
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php170 * List of months, calendar month name => calendar month number
175 public $month = [ variable in SimplePie\\Parse\\Date
569 * Cached PCRE for Date::$month
601 $this->month_pcre = '(' . implode('|', array_keys($this->month)) . ')';
690 (?P<month>[0-9]{2})
725 $month = isset($match['month']) ? (int) $match['month'] : 1;
743 return gmmktime($hour, $minute, $second, $month,
[all...]
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php880 $month = ($mdate & 0x01E0) >> 5;
887 $mtime = mktime($hour, $minute, $seconde, $month, $day, $year);