Home
last modified time | relevance | path

Searched refs:FILETIME (Results 1 – 4 of 4) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.asf.php1684 * @param int $FILETIME
1689 public static function FILETIMEtoUNIXtime($FILETIME, $round=true) { argument
1695 return intval(round(($FILETIME - 116444736000000000) / 10000000));
1697 return ($FILETIME - 116444736000000000) / 10000000;
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php802 function FILETIMEtoUNIXtime($FILETIME, $round=true) { argument
808 return round(($FILETIME - 116444736000000000) / 10000000);
810 return ($FILETIME - 116444736000000000) / 10000000;
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2354 Microsoft FILETIME timestamps, used in ASF files and elsewhere,
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5921 /* [MS-DTYP] 2.3.3 FILETIME */
5922 /* [MS-OLEDS] 2.1.3 FILETIME (Packet Version) */
5923 /* [MS-OLEPS] 2.8 FILETIME (Packet Version) */