Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php687 (?P<year>[0-9]{4})
724 $year = (int) $match['year'];
743 return gmmktime($hour, $minute, $second, $month, $day, $year) - $timezone;
816 $year = '([0-9]{2,4})';
820 $pcre = '/(?:' . $optional_fws . $day_name . $optional_fws . ',)?' . $optional_fws . $day . $fws . $month . $fws . $year . $fws . $hour . $optional_fws . ':' . $optional_fws . $minute . '(?:' . $optional_fws . ':' . $optional_fws . $second . ')?' . $fws . $zone . '/i';
892 $year = $hour = $minute = $second = '([0-9]{2})';
894 $pcre = '/^' . $day_name . ',' . $space . $day . '-' . $month . '-' . $year . $space . $hour . ':' . $minute . ':' . $second . $space . $zone . '$/i';
921 // Deal with 2 digit year
949 $year
[all...]
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php853 if ($timearray['year'] < 1980) {
854 $timearray['year'] = 1980;
861 return (($timearray['year'] - 1980) << 25) |
879 $year = (($mdate & 0xFE00) >> 9) + 1980;
887 $mtime = mktime($hour, $minute, $seconde, $month, $day, $year);
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
/dokuwiki/
H A DCOPYING294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php2521 * by choosing utcTime iff year of date given is before 2050 and generalTime else.
2532 $year = $dateObj->format('Y'); // the same way ASN1.php parses this
2533 if ($year < 2050) {
2597 $endDate = new \DateTimeImmutable('+1 year', new \DateTimeZone(@date_default_timezone_get()));
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css366 .ui-datepicker select.ui-datepicker-year {
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE474 Copyright (C) <year> <name of author>