/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/ |
H A D | Version.php | 25 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 D | Version.php | 25 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 D | jdatetime.class.php | 396 $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 D | export.js | 2070 var epoch = Date.parse( v ); 2071 return ( epoch - new Date( Date.UTC( 1899, 11, 30 ) ) ) / ( 24 * 60 * 60 * 1000 );
|
/plugin/passpolicy/ |
H A D | words.txt | 1146 epoch
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 3 …turn o}function datenum(v,date1904){if(date1904)v+=1462;var epoch=Date.parse(v);return(epoch+22091…
|
H A D | xlsx.js | 1290 var epoch = Date.parse(v); 1291 return (epoch + 2209161600000) / (24 * 60 * 60 * 1000);
|
H A D | xlsx.min.map | 1 …t","evert_key","obj","key","K","evert","evert_num","evert_arr","datenum","epoch","cc2str","arr","g…
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | CHANGELOG.md | 66 * Bug fix: Parsing 0 epoch expiry times in cookies [#2014](https://github.com/guzzle/guzzle/pull/20…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 495 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 D | README.md | 3493 the Unix epoch *(1 January `1970 00`:00:00 UTC)*.
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …epoch (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 D | pdfmake.min.js.map | 1 …\t * Gets the number of milliseconds that have elapsed since the Unix epoch\n\t * (1 Janua…
|
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js.map | 1 …estamp of the number of milliseconds that have elapsed since\n * the Unix epoch (1 January 1970 00…
|