Home
last modified time | relevance | path

Searched refs:day (Results 1 – 3 of 3) sorted by path

/dokuwiki/lib/plugins/logviewer/lang/en/
H A Dnolog.txt1 There are no log entries for the selected day and log facility.
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php65 * List of days, calendar day name => ordinal day number in the week
70 public $day = [ variable in SimplePie\\Parse\\Date
561 * Cached PCRE for Date::$day
600 $this->day_pcre = '(' . implode('|', array_keys($this->day)) . ')';
693 (?P<day>[0-9]{2})
726 $day = isset($match['day']) ? (int) $match['day'] : 1;
743 return gmmktime($hour, $minute, $second, $month, $day,
[all...]
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php881 $day = $mdate & 0x001F;
887 $mtime = mktime($hour, $minute, $seconde, $month, $day, $year);