Home
last modified time | relevance | path

Searched refs:SecFromTime (Results 1 – 25 of 55) sorted by path

123

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsdate.cpp472 SecFromTime(double t) in SecFromTime() function
1715 *sec = SecFromTime(t); in GetSecsOrDefault()
1746 double time = MakeTime(HourFromTime(t), MinFromTime(t), SecFromTime(t), ms); in date_setMilliseconds_impl()
1776 double time = MakeTime(HourFromTime(t), MinFromTime(t), SecFromTime(t), milli); in date_setUTCMilliseconds_impl()
2372 int(SecFromTime(utctime))); in print_gmt_string()
2385 int(SecFromTime(utctime)), in print_iso_string()
2399 int(SecFromTime(utctime)), in print_iso_extended_string()
2517 split->tm_sec = int8_t(SecFromTime(timeval)); in new_explode()
2615 int(SecFromTime(local)), in date_format()
2635 int(SecFromTime(local)), in date_format()
/dports/devel/jsl/jsl-0.3.0/src/
H A Djsdate.c371 SecFromTime(jsdouble t) in SecFromTime() function
1050 result = SecFromTime(result); in date_getUTCSeconds()
1174 sec = SecFromTime(lorutime); in date_makeTime()
1443 SecFromTime(temp)); in date_toGMTString()
1580 SecFromTime(local), in date_format()
2106 return (int) SecFromTime(*date); in js_DateGetSeconds()
2125 SecFromTime(local), in js_DateSetYear()
2146 SecFromTime(local), in js_DateSetMonth()
2166 SecFromTime(local), in js_DateSetDate()
2186 SecFromTime(local), in js_DateSetHours()
[all …]
/dports/devel/py-Js2Py/Js2Py-0.71/js2py/constructors/
H A Djsdate.py319 return SecFromTime(UTCToLocal(this.value))
325 return SecFromTime(this.value)
354 Js(HourFromTime(t)), Js(MinFromTime(t)), Js(SecFromTime(t)), ms)
363 Js(HourFromTime(t)), Js(MinFromTime(t)), Js(SecFromTime(t)), ms)
396 if not sec is None: s = Js(SecFromTime(t))
409 if not sec is None: s = Js(SecFromTime(t))
424 if not sec is None: s = Js(SecFromTime(t))
439 if not sec is None: s = Js(SecFromTime(t))
533 SecFromTime(t)), pad(msFromTime(t))
H A Dtime_helpers.py165 def SecFromTime(t): function
/dports/devel/py-Js2Py/Js2Py-0.71/js2py/internals/constructors/
H A Djsdate.py300 return SecFromTime(UTCToLocal(this.value))
306 return SecFromTime(this.value)
335 Js(HourFromTime(t)), Js(MinFromTime(t)), Js(SecFromTime(t)), ms)
344 Js(HourFromTime(t)), Js(MinFromTime(t)), Js(SecFromTime(t)), ms)
377 if not sec is None: s = Js(SecFromTime(t))
390 if not sec is None: s = Js(SecFromTime(t))
405 if not sec is None: s = Js(SecFromTime(t))
420 if not sec is None: s = Js(SecFromTime(t))
514 SecFromTime(t)), pad(msFromTime(t))
H A Dtime_helpers.py167 def SecFromTime(t): function
/dports/graphics/aseprite/aseprite-1.2.9/third_party/mujs/
H A Djsdate.c183 static int SecFromTime(double t) in SecFromTime() function
336 int S = SecFromTime(t); in fmttime()
530 js_pushnumber(J, SecFromTime(LocalTime(t))); in Dp_getSeconds()
578 js_pushnumber(J, SecFromTime(t)); in Dp_getUTCSeconds()
603 double s = SecFromTime(t); in Dp_setMilliseconds()
623 double s = js_optnumber(J, 2, SecFromTime(t)); in Dp_setMinutes()
633 double s = js_optnumber(J, 3, SecFromTime(t)); in Dp_setHours()
670 double s = SecFromTime(t); in Dp_setUTCMilliseconds()
690 double s = js_optnumber(J, 2, SecFromTime(t)); in Dp_setUTCMinutes()
700 double s = js_optnumber(J, 3, SecFromTime(t)); in Dp_setUTCHours()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/mujs/
H A Djsdate.c183 static int SecFromTime(double t) in SecFromTime() function
336 int S = SecFromTime(t); in fmttime()
530 js_pushnumber(J, SecFromTime(LocalTime(t))); in Dp_getSeconds()
578 js_pushnumber(J, SecFromTime(t)); in Dp_getUTCSeconds()
603 double s = SecFromTime(t); in Dp_setMilliseconds()
623 double s = js_optnumber(J, 2, SecFromTime(t)); in Dp_setMinutes()
633 double s = js_optnumber(J, 3, SecFromTime(t)); in Dp_setHours()
670 double s = SecFromTime(t); in Dp_setUTCMilliseconds()
690 double s = js_optnumber(J, 2, SecFromTime(t)); in Dp_setUTCMinutes()
700 double s = js_optnumber(J, 3, SecFromTime(t)); in Dp_setUTCHours()
/dports/lang/mujs/mujs-1.2.0/
H A Djsdate.c183 static int SecFromTime(double t) in SecFromTime() function
336 int S = SecFromTime(t); in fmttime()
551 js_pushnumber(J, SecFromTime(LocalTime(t))); in Dp_getSeconds()
623 js_pushnumber(J, SecFromTime(t)); in Dp_getUTCSeconds()
654 double s = SecFromTime(t); in Dp_setMilliseconds()
674 double s = js_optnumber(J, 2, SecFromTime(t)); in Dp_setMinutes()
684 double s = js_optnumber(J, 3, SecFromTime(t)); in Dp_setHours()
721 double s = SecFromTime(t); in Dp_setUTCMilliseconds()
741 double s = js_optnumber(J, 2, SecFromTime(t)); in Dp_setUTCMinutes()
751 double s = js_optnumber(J, 3, SecFromTime(t)); in Dp_setUTCHours()
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DNativeDate.java312 t = SecFromTime(t); in execIdCall()
672 private static int SecFromTime(double t) in SecFromTime() method in NativeDate
1035 append0PaddedUint(result, SecFromTime(local), 2);
1164 append0PaddedUint(result, SecFromTime(date), 2);
1314 sec = SecFromTime(lorutime);
/dports/lang/see/see-3.1.1424/libsee/
H A Dobj_Date.c109 #define SecFromTime(t) modulo(NUMBER_floor((t) / msPerSecond), \ macro
974 sec = SecFromTime(t);
1534 SEE_SET_NUMBER(res, SecFromTime(LocalTime(interp, d->t)));
1550 SEE_SET_NUMBER(res, SecFromTime(d->t));
1640 MinFromTime(t), SecFromTime(t), v.u.number))
1664 MinFromTime(t), SecFromTime(t), v.u.number))
1749 sec = SecFromTime(t);
1786 sec = SecFromTime(t);
1829 sec = SecFromTime(t);
1871 sec = SecFromTime(t);
/dports/lang/spidermonkey17/js/src/
H A Djsdate.c447 SecFromTime(jsdouble t) in SecFromTime() function
1163 result = SecFromTime(result); in date_getUTCSeconds()
1287 sec = SecFromTime(lorutime); in date_makeTime()
1556 SecFromTime(temp)); in date_toGMTString()
1596 split->tm_sec = (int8) SecFromTime(timeval); in new_explode()
1693 SecFromTime(local), in date_format()
1713 SecFromTime(local), in date_format()
2239 return (int) SecFromTime(*date); in js_DateGetSeconds()
2258 SecFromTime(local), in js_DateSetYear()
2279 SecFromTime(local), in js_DateSetMonth()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsdate.cpp437 static double SecFromTime(double t) { in SecFromTime() function
1678 *sec = SecFromTime(t); in GetSecsOrDefault()
1706 double time = MakeTime(HourFromTime(t), MinFromTime(t), SecFromTime(t), ms); in date_setMilliseconds_impl()
1733 MakeTime(HourFromTime(t), MinFromTime(t), SecFromTime(t), milli); in date_setUTCMilliseconds_impl()
2248 int(MinFromTime(utctime)), int(SecFromTime(utctime))); in date_toGMTString_impl()
2280 int(MinFromTime(utctime)), int(SecFromTime(utctime)), in date_toISOString_impl()
2286 int(MinFromTime(utctime)), int(SecFromTime(utctime)), in date_toISOString_impl()
2340 prtm.tm_sec = int8_t(SecFromTime(localTime)); in ToPRMJTime()
2435 int(MinFromTime(localTime)), int(SecFromTime(localTime)), offset, in FormatDate()
2449 int(MinFromTime(localTime)), int(SecFromTime(localTime)), in FormatDate()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsdate.cpp582 static double SecFromTime(double t) { in SecFromTime() function
1944 result = SecFromTime(result); in getUTCSeconds_impl()
2039 *sec = SecFromTime(t); in GetSecsOrDefault()
2069 double time = MakeTime(HourFromTime(t), MinFromTime(t), SecFromTime(t), ms); in date_setMilliseconds_impl()
2098 MakeTime(HourFromTime(t), MinFromTime(t), SecFromTime(t), milli); in date_setUTCMilliseconds_impl()
2678 int(MinFromTime(utctime)), int(SecFromTime(utctime))); in date_toGMTString_impl()
2711 int(MinFromTime(utctime)), int(SecFromTime(utctime)), in date_toISOString_impl()
2717 int(MinFromTime(utctime)), int(SecFromTime(utctime)), in date_toISOString_impl()
2818 prtm.tm_sec = int8_t(SecFromTime(localTime)); in toPRMJTime()
2939 int(SecFromTime(localTime)), offset); in FormatDate()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsdate.cpp586 static double SecFromTime(double t) { in SecFromTime() function
1969 result = SecFromTime(result); in date_getUTCSeconds()
2070 *sec = SecFromTime(t); in GetSecsOrDefault()
2104 double time = MakeTime(HourFromTime(t), MinFromTime(t), SecFromTime(t), ms); in date_setMilliseconds()
2133 MakeTime(HourFromTime(t), MinFromTime(t), SecFromTime(t), milli); in date_setUTCMilliseconds()
2715 int(MinFromTime(utctime)), int(SecFromTime(utctime))); in date_toUTCString()
2748 int(MinFromTime(utctime)), int(SecFromTime(utctime)), in date_toISOString()
2754 int(MinFromTime(utctime)), int(SecFromTime(utctime)), in date_toISOString()
2848 prtm.tm_sec = int8_t(SecFromTime(localTime)); in toPRMJTime()
2969 int(SecFromTime(localTime)), offset); in FormatDate()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsdate.c447 SecFromTime(jsdouble t) in SecFromTime() function
1163 result = SecFromTime(result); in date_getUTCSeconds()
1287 sec = SecFromTime(lorutime); in date_makeTime()
1556 SecFromTime(temp)); in date_toGMTString()
1596 split->tm_sec = (int8) SecFromTime(timeval); in new_explode()
1693 SecFromTime(local), in date_format()
1713 SecFromTime(local), in date_format()
2239 return (int) SecFromTime(*date); in js_DateGetSeconds()
2258 SecFromTime(local), in js_DateSetYear()
2279 SecFromTime(local), in js_DateSetMonth()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsdate.c447 SecFromTime(jsdouble t) in SecFromTime() function
1163 result = SecFromTime(result); in date_getUTCSeconds()
1287 sec = SecFromTime(lorutime); in date_makeTime()
1556 SecFromTime(temp)); in date_toGMTString()
1596 split->tm_sec = (int8) SecFromTime(timeval); in new_explode()
1693 SecFromTime(local), in date_format()
1713 SecFromTime(local), in date_format()
2239 return (int) SecFromTime(*date); in js_DateGetSeconds()
2258 SecFromTime(local), in js_DateSetYear()
2279 SecFromTime(local), in js_DateSetMonth()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsdate.c447 SecFromTime(jsdouble t) in SecFromTime() function
1163 result = SecFromTime(result); in date_getUTCSeconds()
1287 sec = SecFromTime(lorutime); in date_makeTime()
1556 SecFromTime(temp)); in date_toGMTString()
1596 split->tm_sec = (int8) SecFromTime(timeval); in new_explode()
1693 SecFromTime(local), in date_format()
1713 SecFromTime(local), in date_format()
2239 return (int) SecFromTime(*date); in js_DateGetSeconds()
2258 SecFromTime(local), in js_DateSetYear()
2279 SecFromTime(local), in js_DateSetMonth()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsdate.c447 SecFromTime(jsdouble t) in SecFromTime() function
1163 result = SecFromTime(result); in date_getUTCSeconds()
1287 sec = SecFromTime(lorutime); in date_makeTime()
1556 SecFromTime(temp)); in date_toGMTString()
1596 split->tm_sec = (int8) SecFromTime(timeval); in new_explode()
1693 SecFromTime(local), in date_format()
1713 SecFromTime(local), in date_format()
2239 return (int) SecFromTime(*date); in js_DateGetSeconds()
2258 SecFromTime(local), in js_DateSetYear()
2279 SecFromTime(local), in js_DateSetMonth()
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/js2py/constructors/
H A Djsdate.py300 return SecFromTime(UTCToLocal(this.value))
306 return SecFromTime(this.value)
335 HourFromTime(t), MinFromTime(t), SecFromTime(t), ms.to_int())
344 HourFromTime(t), MinFromTime(t), SecFromTime(t), ms.to_int())
362 SecFromTime(t)), pad(msFromTime(t))
H A Dtime_helpers.py165 def SecFromTime(t): function
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/js2py/internals/constructors/
H A Djsdate.py300 return SecFromTime(UTCToLocal(this.value))
306 return SecFromTime(this.value)
335 HourFromTime(t), MinFromTime(t), SecFromTime(t), ms.to_int())
344 HourFromTime(t), MinFromTime(t), SecFromTime(t), ms.to_int())
362 SecFromTime(t)), pad(msFromTime(t))
H A Dtime_helpers.py167 def SecFromTime(t): function
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtscriptclassic/src/
H A Dqscriptecmadate.cpp102 static inline int SecFromTime(qsreal t) in SecFromTime() function
443 int secs = SecFromTime(t); in ToDateTime()
940 t = SecFromTime(LocalTime(t)); in method_getSeconds()
953 t = SecFromTime(t); in method_getUTCSeconds()
1018 …t = TimeClip(UTC(MakeDate(Day(t), MakeTime(HourFromTime(t), MinFromTime(t), SecFromTime(t), ms)))); in method_setMilliseconds()
1033 … t = TimeClip(MakeDate(Day(t), MakeTime(HourFromTime(t), MinFromTime(t), SecFromTime(t), ms))); in method_setUTCMilliseconds()
1080 … qsreal sec = (context->argumentCount() < 2) ? SecFromTime(t) : context->argument(1).toNumber(); in method_setMinutes()
1097 … qsreal sec = (context->argumentCount() < 2) ? SecFromTime(t) : context->argument(1).toNumber(); in method_setUTCMinutes()
1115 … qsreal sec = (context->argumentCount() < 3) ? SecFromTime(t) : context->argument(2).toNumber(); in method_setHours()
1133 … qsreal sec = (context->argumentCount() < 3) ? SecFromTime(t) : context->argument(2).toNumber(); in method_setUTCHours()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/array.prototype.find/node_modules/es-abstract/
H A D.gitattributes17 2015/SecFromTime.js spackled linguist-generated=true
100 2016/SecFromTime.js spackled linguist-generated=true
209 2017/SecFromTime.js spackled linguist-generated=true
317 2018/SecFromTime.js spackled linguist-generated=true
433 2019/SecFromTime.js spackled linguist-generated=true

123