Home
last modified time | relevance | path

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

123

/plugin/openid/Auth/Yadis/
H A DXRDS.php232 return mktime($t['tm_hour'], $t['tm_min'], $t['tm_sec'],
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php91 $versions['date'][$key] = @mktime($hour, $min, 0, $month, $day, $year);
251 $IMreleaseDate = mktime(12, 0, 0, $m, $d, $y);
254 $IMreleaseDate = mktime(12, 0, 0, $m, $d, $y);
/plugin/schedule/
H A Dajax.php33 $dn_showDay = mktime (0, 0, 0, date ("n"), date ("j"), date("Y"));
36 $dn_showDay = mktime (0, 0, 0, $dt_showDay["m"], $dt_showDay["d"], $dt_showDay["Y"]);
H A DscheduleRoot.class.php114 $dn_date = mktime (0, 0, 0, $dt_date["m"], $dt_date["d"], $dt_date["Y"]);
132 …$ds_date = sprintf ("%08d", date ("Ymd", mktime (0, 0, 0, date ("n"), date ("j")+$matches["delta"]…
134 …$ds_date = sprintf ("%08d", date ("Ymd", mktime (0, 0, 0, date ("n"), date ("j")-$matches["delta"…
160 mktime (0, 0, 0,
H A Dschedules.class.php752 $dn_today = mktime (0, 0, 0, date ('n'), date ('j'), date ('Y'));
757 …$dn_prev = mktime (0, 0, 0, date ('m', $dn_showDay)-1, date ('d', $dn_showDay), date ('Y', $dn_sh…
758 …$dn_next = mktime (0, 0, 0, date ('m', $dn_showDay)+1, date ('d', $dn_showDay), date ('Y', $dn_sh…
789 … $dn_day = mktime(0, 0, 0, date ('m', $dn_day) , date ('d', $dn_day)+1, date ('Y', $dn_day));
838 … $dn_startMonth = mktime (0, 0, 0, date ('m', $dn_from), 1, date ('Y', $dn_from));
856 … $dn_day = mktime (0, 0, 0, date ('m', $dn_startMonth), $delta+1, date ('Y', $dn_startMonth));
869 $dn_day = mktime (0, 0, 0, $monthInYear, $dayInmonth, $startYear);
929 … $dn_day = mktime(0, 0, 0, date ('m', $dn_day), date ('d', $dn_day)+1, date ('Y', $dn_day));
1318 … $dn_startMonth = mktime (0, 0, 0, date ('m', $dn_from), 1, date ('Y', $dn_from));
1332 … $dn_day = mktime (0, 0, 0, date ('m', $dn_startMonth), $delta+1, date ('Y', $dn_startMonth));
[all …]
/plugin/schedule/syntax/
H A Dblock.php109 …chedules->printScheduleCalendar (($mapId ? $mapId : "scheduleMapTable"), mktime (0, 0, 0, date ("n…
/plugin/stats/
H A Dsyntax.php439 $monthTime = mktime(0, 0, 0, $month, 1, $year);
/plugin/struct/action/
H A Dcache.php103 $newage = time() - mktime(0, 0, 1); // time since first second today
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1mktime strftime time';\n\n this.regexList = [\n {\n regex: regexLib.singleLineCComments,\…
/plugin/timer/
H A Dsyntax.php83 $sts = mktime()+10000;
93 $ets = mktime()-10000;
105 $now = mktime();
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php4176 $p_header['mtime'] = mktime($v_hour, $v_minute, $v_seconde, $v_month, $v_day, $v_year);
4303 $p_header['mtime'] = mktime($v_hour, $v_minute, $v_seconde, $v_month, $v_day, $v_year);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php887 $mtime = mktime($hour, $minute, $seconde, $month, $day, $year);
/plugin/yearbox/
H A Dsyntax.php276 $current = mktime(0, 0, 0, $mth_num, $cur_day, $year_num);
352 $today = mktime(0, 0, 0, (int)date('m'), (int)date('d'), (int)date('Y'));
384 $start = date('w', mktime(0, 0, 0, $mth_num, 1, (int)$year));
385 $len = date('j', mktime(0, 0, 0, $mth_num + 1, 0, (int)$year));
/plugin/zip/pear/File/Archive/Reader/
H A DZip.php147 9=>mktime(

123