Home
last modified time | relevance | path

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

123

/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/dwcommits/
H A Dadmin.php431 return mktime (0,0,0, $d['month'], $d['day'], $d['year']);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php887 $mtime = mktime($hour, $minute, $seconde, $month, $day, $year);
/plugin/stats/
H A Dsyntax.php439 $monthTime = mktime(0, 0, 0, $month, 1, $year);
/plugin/eventum/XML/
H A DRPC.php1933 $t = mktime($regs[4], $regs[5], $regs[6], $regs[2], $regs[3], $regs[1]);
/plugin/database2/
H A Ddatabase2.php4742 return mktime( intval( $hour ), intval( $minute ), intval( $second ),
5506 $value = mktime( 12, 0, 0, $value['month'], $value['day'], $value['year'] );
5566 $value = mktime( $time['hour'], $time['minute'],
/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/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/codemirror/dist/modes/
H A Dphp.min.js.map1 …tension_funcs debug_backtrace constant bin2hex hex2bin sleep usleep time mktime gmmktime strftime …
/plugin/jukebox/id3/
H A Dmodule.tag.id3v2.php1531 …$parsedFrame['purchasedateunix'] = mktime (0, 0, 0, substr($parsedFrame['purchasedate'], 4, 2), su…
/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.tag.id3v2.php1747 …$parsedFrame['purchasedateunix'] = mktime (0, 0, 0, substr($parsedFrame['purchasedate'], 4, 2), su…
/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/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1mktime strftime time';\n\n this.regexList = [\n {\n regex: regexLib.singleLineCComments,\…

123