Home
last modified time | relevance | path

Searched refs:utc_offset (Results 1 – 9 of 9) sorted by relevance

/plugin/lastfm/
Daction.php53 $utc_offset = $this->getconf('utc_offset');
/plugin/lastfm/inc/
Dlastfmutils.php17 function lastfm_xhtml($user,$chart,$limit,$dformat,$utc_offset,$cols,$imgonly) { argument
159 …td class="plugin_lastfm_date">' . lastfm_cvdate($rcd['date'],$dformat,$utc_offset) . '</td>' . DW_…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js16942 var utc_offset
16951 var getYear = function (time, utc_offset) { argument
16952 return utc_offset === 0 ? time.getUTCFullYear() : time.getFullYear()
16954 var getMonth = function (time, utc_offset) { argument
16955 return utc_offset === 0 ? time.getUTCMonth() : time.getMonth()
16957 var getDay = function (time, utc_offset) { argument
16958 return utc_offset === 0 ? time.getUTCDate() : time.getDate()
16960 var getHours = function (time, utc_offset) { argument
16961 return utc_offset === 0 ? time.getUTCHours() : time.getHours()
16969 utc_offset = 0 // utc
[all …]
Dasciidoctor.cjs5517 …ncoding?,byteslice,resolve_subs,utc,at,Integer,now,index,strftime,year,utc_offset,partition,create…
6624 … ($ret_or_1) : (($a = ["localtime", now.$strftime("%T " + (($eqeq(now.$utc_offset(), 0) ? ("UTC") …
6637 … (($a = ["doctime", input_mtime.$strftime("%T " + (($eqeq(input_mtime.$utc_offset(), 0) ? ("UTC") …
15489 var utc_offset;
15498 var getYear = function (time, utc_offset) {
15499 return utc_offset === 0 ? time.getUTCFullYear() : time.getFullYear()
15501 var getMonth = function (time, utc_offset) {
15502 return utc_offset === 0 ? time.getUTCMonth() : time.getMonth()
15504 var getDay = function (time, utc_offset) {
15505 return utc_offset === 0 ? time.getUTCDate() : time.getDate()
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js22101 $defs(self, '$new', function $Time_new$1(year, month, day, hour, min, sec, utc_offset) { argument
22111 if (utc_offset == null) utc_offset = nil;
22127 if (utc_offset === nil) {
22135 timezone = self.$_parse_offset(utc_offset);
22147 $defs(self, '$_parse_offset', function $$_parse_offset(utc_offset) { argument
22151 if (utc_offset.$$is_string) {
22152 if (utc_offset == 'UTC') {
22155 else if(/^[+-]\d\d:[0-5]\d$/.test(utc_offset)) {
22157 sign = utc_offset[0];
22158 hours = +(utc_offset[1] + utc_offset[2]);
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js22104 $defs(self, '$new', function $Time_new$1(year, month, day, hour, min, sec, utc_offset) { argument
22114 if (utc_offset == null) utc_offset = nil;
22130 if (utc_offset === nil) {
22138 timezone = self.$_parse_offset(utc_offset);
22150 $defs(self, '$_parse_offset', function $$_parse_offset(utc_offset) { argument
22154 if (utc_offset.$$is_string) {
22155 if (utc_offset == 'UTC') {
22158 else if(/^[+-]\d\d:[0-5]\d$/.test(utc_offset)) {
22160 sign = utc_offset[0];
22161 hours = +(utc_offset[1] + utc_offset[2]);
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dopal.js22101 $defs(self, '$new', function $Time_new$1(year, month, day, hour, min, sec, utc_offset) { argument
22111 if (utc_offset == null) utc_offset = nil;
22127 if (utc_offset === nil) {
22135 timezone = self.$_parse_offset(utc_offset);
22147 $defs(self, '$_parse_offset', function $$_parse_offset(utc_offset) { argument
22151 if (utc_offset.$$is_string) {
22152 if (utc_offset == 'UTC') {
22155 else if(/^[+-]\d\d:[0-5]\d$/.test(utc_offset)) {
22157 sign = utc_offset[0];
22158 hours = +(utc_offset[1] + utc_offset[2]);
[all …]
Dindex.mjs20821 $defs(self, '$new', function $Time_new$1(year, month, day, hour, min, sec, utc_offset) { argument
20828 if (utc_offset == null) utc_offset = nil;
20844 if (utc_offset === nil) {
20852 timezone = self.$_parse_offset(utc_offset);
20863 $defs(self, '$_parse_offset', function $$_parse_offset(utc_offset) { argument
20867 if (utc_offset.$$is_string) {
20868 if (utc_offset == 'UTC') {
20871 else if(/^[+-]\d\d:[0-5]\d$/.test(utc_offset)) {
20873 sign = utc_offset[0];
20874 hours = +(utc_offset[1] + utc_offset[2]);
[all …]
Dindex.cjs20830 $defs(self, '$new', function $Time_new$1(year, month, day, hour, min, sec, utc_offset) {
20837 if (utc_offset == null) utc_offset = nil;
20853 if (utc_offset === nil) {
20861 timezone = self.$_parse_offset(utc_offset);
20872 $defs(self, '$_parse_offset', function $$_parse_offset(utc_offset) {
20876 if (utc_offset.$$is_string) {
20877 if (utc_offset == 'UTC') {
20880 else if(/^[+-]\d\d:[0-5]\d$/.test(utc_offset)) {
20882 sign = utc_offset[0];
20883 hours = +(utc_offset[1] + utc_offset[2]);
[all …]