Home
last modified time | relevance | path

Searched refs:epoch (Results 1 – 14 of 14) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DVersion.php25 public $epoch; variable in Google\\Service\\OnDemandScanning\\Version
50 public function setEpoch($epoch) argument
52 $this->epoch = $epoch;
59 return $this->epoch;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DVersion.php25 public $epoch; variable in Google\\Service\\ContainerAnalysis\\Version
50 public function setEpoch($epoch) argument
52 $this->epoch = $epoch;
59 return $this->epoch;
/plugin/judge/helper/
H A Djdatetime.class.php396 $epoch = self::mktime(0, 0, 0, $month, $day, $year);
398 if( self::date('Y-n-j', $epoch,false) == "$year-$month-$day" ) {
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js2070 var epoch = Date.parse( v );
2071 return ( epoch - new Date( Date.UTC( 1899, 11, 30 ) ) ) / ( 24 * 60 * 60 * 1000 );
/plugin/passpolicy/
H A Dwords.txt1146 epoch
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js3 …turn o}function datenum(v,date1904){if(date1904)v+=1462;var epoch=Date.parse(v);return(epoch+22091…
H A Dxlsx.js1290 var epoch = Date.parse(v);
1291 return (epoch + 2209161600000) / (24 * 60 * 60 * 1000);
H A Dxlsx.min.map1 …t","evert_key","obj","key","K","evert","evert_num","evert_arr","datenum","epoch","cc2str","arr","g…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md66 * Bug fix: Parsing 0 epoch expiry times in cookies [#2014](https://github.com/guzzle/guzzle/pull/20…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs495 var epoch = /*#__PURE__*/v.getTime();
496 if(date1904) epoch -= 1461*24*60*60*1000;
497 else if(v >= SSFbase1904) epoch += 24*60*60*1000;
498 …return (epoch - (SSFdnthresh + (/*#__PURE__*/v.getTimezoneOffset() - /*#__PURE__*/SSFbasedate.getT…
3341 var epoch = /*#__PURE__*/v.getTime();
3342 if(date1904) epoch -= 1462*24*60*60*1000;
3344 return (epoch - dnthresh) / (24 * 60 * 60 * 1000);
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md3493 the Unix epoch *(1 January `1970 00`:00:00 UTC)*.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1epoch (1 January 1970 00:00:00 UTC).\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @categor…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …\t * Gets the number of milliseconds that have elapsed since the Unix epoch\n\t * (1 Janua…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …estamp of the number of milliseconds that have elapsed since\n * the Unix epoch (1 January 1970 00…