Home
last modified time | relevance | path

Searched refs:mktime (Results 26 – 50 of 64) sorted by path

123

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddate.test44 'date1' => mktime(13, 45, 0, 10, 4, 2010),
H A Ddate_default_format.test10 'date1' => mktime(13, 45, 0, 10, 4, 2010),
H A Ddate_namedargs.test9 return ['date' => mktime(13, 45, 0, 10, 4, 2010)]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Ddate.test14 'date1' => mktime(13, 45, 0, 10, 4, 2010),
H A Ddate_namedargs.test8 return ['date' => mktime(13, 45, 0, 10, 4, 2010)]
/plugin/gcalendar/inc/
H A Dgcal_main.php88 $reference_date = mktime(0, 0, 0, $month, $day, $year);
113 default : $start_date = mktime(0, 0, 0, $month, 1, $year);
/plugin/glossary/
H A Dglossary.class.php611 $recentTime = mktime (0, 0, 0, date ("n"), date ("j")-$this->recentDays, date ("Y"));
630 … $delta = (mktime (0, 0, 0, $dt_date["m"], $dt_date["d"], $dt_date["Y"]) - $recentTime) / 86400;
/plugin/gplusone/
H A Daction.php32 $end_date = mktime(0, 0, 0, 3, 1, 2019);
/plugin/gtime/gtlib/util/
H A DGTUtil.php271 $time = mktime(
/plugin/htmlabstract/
H A Dsyntax.php186 mktime($tm_hour, $tm_min, $tm_sec, $tm_mon + 1, $tm_mday, 1900 + $tm_year));
/plugin/icalendar/
H A Dfunctions.php80 …$entry['startunixdate'] = mktime($dtstart[4], $dtstart[5], $dtstart[6], $dtstart[2], $dtstart[3], …
90 …$entry['endunixdate'] = mktime($dtend[4], $dtend[5], $dtend[6], $dtend[2], $dtend[3], $dtend[1])…
100 $entry['startunixdate'] = mktime(0, 0, 0, $alldaystart[2], $alldaystart[3], $alldaystart[1]);
109 $entry['endunixdate'] = mktime(0, 0, 0, $alldayend[2], $alldayend[3], $alldayend[1]);
H A Dsyntax.php73 $from = mktime(0, 0, 0, $fromDate[1], $fromDate[2], $fromDate[3]);
79 $to = mktime(24, 0, 0, date("m") , date("d"), date("Y"));
83 $to = mktime(0, 0, 0, $toDate[1], $toDate[2], $toDate[3]);
/plugin/indexmenu/inc/
H A Dpclzip.lib.php4046 $p_header['mtime'] = mktime($v_hour, $v_minute, $v_seconde, $v_month, $v_day, $v_year);
4165 $p_header['mtime'] = mktime($v_hour, $v_minute, $v_seconde, $v_month, $v_day, $v_year);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt738 ¤ Bugfix: gmmktime() instead of mktime().
739 ¤ Using gmmktime() instead of mktime() in ISO, ZIP, PNG and RIFF
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php1059 return mktime($UNIXhour, $UNIXminute, $UNIXsecond, $UNIXmonth, $UNIXday, $UNIXyear);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dsdiff.php161 …$thisComment['creation_unix'] = mktime($thisComment['creation_hour'], $thisComment['creation_minut…
H A Dmodule.audio.dss.php92 return mktime($h, $i, $s, $m, $d, $y);
H A Dmodule.tag.id3v2.php1747 …$parsedFrame['purchasedateunix'] = mktime (0, 0, 0, substr($parsedFrame['purchasedate'], 4, 2), su…
/plugin/judge/helper/
H A Djdatetime.class.php338 …public static function mktime($hour, $minute, $second, $month, $day, $year, $jalali = null, $timez… function in jDateTime
396 $epoch = self::mktime(0, 0, 0, $month, $day, $year);
/plugin/jukebox/id3/
H A Dmodule.tag.id3v2.php1531 …$parsedFrame['purchasedateunix'] = mktime (0, 0, 0, substr($parsedFrame['purchasedate'], 4, 2), su…
/plugin/loglog/helper/
H A Dreport.php34 $lastMonthStart = mktime(0, 0, 0, date('n', strtotime('last month')), 1);
35 $currentMonthStart = mktime(0, 0, 0, date('n'), 1);
/plugin/metadisplay/
H A Dcli.php112 return mktime($hour, $min, $second,$month,$day,$year);
/plugin/noticeboard/classes/
H A DNoticeList.php244 $currentTime = mktime(0,0,0,date("n"),date("j"),date("Y"));
/plugin/noticeboard/noticeboard/classes/
H A DNoticeList.php244 $currentTime = mktime(0,0,0,date("n"),date("j"),date("Y"));
/plugin/odp/
H A DZipLib.class.php225 $header['mtime'] = mktime($hour, $minute, $seconde, $month, $day, $year);
257 $header['mtime'] = mktime($hour, $minute, $seconde, $month, $day, $year);

123