Home
last modified time | relevance | path

Searched refs:hhmmss (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/dports/sysutils/slurm-wlm/slurm-20.02.7/contribs/torque/
H A Dqstat.pl276 my ($hhmmss) = @_;
278 if ($hhmmss == INFINITE) {
283 $hhmmss = 0 unless $hhmmss;
303 sub hhmmss subroutine
305 my ($hhmmss) = @_;
306 if ($hhmmss == INFINITE) {
310 $hhmmss = 0 unless $hhmmss;
334 my ($hhmmss) = @_;
336 if ($hhmmss && $hhmmss == INFINITE) {
340 $hhmmss = 0 unless $hhmmss;
[all …]
/dports/audio/ardour6/Ardour-6.8.0/share/scripts/
H A D_cron.lua17 function hhmmss (hh, mm, ss) return hh * 3600 + mm * 60 + ss end function
24 if (now >= hhmmss (09, 30, 00) and _last_time < hhmmss (09, 30, 00)) then
30 if (now >= hhmmss (09, 32, 00) and _last_time < hhmmss (09, 32, 00)) then
/dports/devel/p5-DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.16/t/
H A Dtime.t19 [ 'hhmmss,ss', '232050,5', { nanosecond => 500_000_000 } ],
31 qw( hhmmss.ssZ 232050.5Z ),
49 qw( hhmmss[+/-]hhmm 152746+0100 15:27:46 ),
53 qw( hhmmss[+/-]hhmm 152746-0500 15:27:46 ),
64 [ qw( hhmmss[+/-]hh 152746+01 15:27:46 ), { time_zone => '+0100' } ],
65 [ qw( hhmmss[+/-]hh 152746-05 15:27:46 ), { time_zone => '-0500' } ],
75 qw( hhmmss.ss[+/-]hhmm 152746.5+0100 15:27:46 ),
82 qw( hhmmss.ss[+/-]hhmm 152746.5-0500 15:27:46 ),
106 [qw( hhmmss 232050 )],
/dports/astro/xplanet/xplanet-1.3.1/src/
H A DreadOriginFile.cpp52 long int yyyymmdd, hhmmss; in readOriginFile() local
56 &yyyymmdd, &hhmmss, in readOriginFile()
63 int hhmm = hhmmss / 100; in readOriginFile()
66 int sec = hhmmss - hhmm * 100; in readOriginFile()
104 long int yyyymmdd, hhmmss; // not used in readDynamicOrigin() local
106 sscanf(line, "%ld.%ld %lf %lf %lf %lf", &yyyymmdd, &hhmmss, in readDynamicOrigin()
/dports/net/nanomsg/nanomsg-1.1.5/demo/
H A Dpubsub_demo.c138 char hhmmss[9]; /* HH:MM:SS\0 */ in client() local
156 strftime (hhmmss, sizeof (hhmmss), "%T", localtime (&t)); in client()
158 printf ("%s <pid %u> There are %u clients connected.\n", hhmmss, in client()
/dports/deskutils/pinot/pinot-1.20/Utils/
H A DTimeConverter.cpp305 time_t TimeConverter::fromHHMMSSString(const string &hhmmss, bool inGMTime) in fromHHMMSSString() argument
315 strptime(hhmmss.c_str(), "%H%M%S", &timeTm); in fromHHMMSSString()
317 timeTm.tm_hour = atoi(hhmmss.substr(0, 2).c_str()); in fromHHMMSSString()
318 timeTm.tm_min = atoi(hhmmss.substr(2, 2).c_str()); in fromHHMMSSString()
319 timeTm.tm_sec = atoi(hhmmss.substr(4, 2).c_str()); in fromHHMMSSString()
/dports/net/freeradius3/freeradius-server-3.0.25/src/modules/rlm_logintime/
H A Drlm_logintime.c86 int hhmmss, when; in time_of_day() local
102 hhmmss = (tm->tm_hour * 3600) + (tm->tm_min * 60) + tm->tm_sec; in time_of_day()
138 hhmmss, when); in time_of_day()
140 return hhmmss - when; in time_of_day()
/dports/deskutils/pinot/pinot-1.20/Tokenize/filters/
H A DExiv2ImageFilter.cc91 static string iptcDateTime(const string &ccyymmdd, const string &hhmmss) in iptcDateTime() argument
101 (strptime(hhmmss.c_str(), "%H%M%S", &timeTm) != NULL)) in iptcDateTime()
106 timeTm.tm_hour = atoi(hhmmss.substr(0, 2).c_str()); in iptcDateTime()
107 timeTm.tm_min = atoi(hhmmss.substr(2, 2).c_str()); in iptcDateTime()
108 timeTm.tm_sec = atoi(hhmmss.substr(4, 2).c_str()); in iptcDateTime()
118 clog << "IPTC " << ccyymmdd << " " << hhmmss << " is " << timeStr << endl; in iptcDateTime()
/dports/devel/hs-darcs/darcs-2.16.4/tests/
H A Dmatch-date.sh72 hhmmss="15:08"
73 create_entry "$year-$mm-$dd $hhmmss"
118 hhmmss=`date +%k:%M:%S`
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h45 u32 hhmmss; /* 0x108 */ member
51 u32 hhmmss; /* 0x110 */ member
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h45 u32 hhmmss; /* 0x108 */ member
51 u32 hhmmss; /* 0x110 */ member
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h45 u32 hhmmss; /* 0x108 */ member
51 u32 hhmmss; /* 0x110 */ member
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h45 u32 hhmmss; /* 0x108 */ member
51 u32 hhmmss; /* 0x110 */ member
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h45 u32 hhmmss; /* 0x108 */ member
51 u32 hhmmss; /* 0x110 */ member
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h45 u32 hhmmss; /* 0x108 */ member
51 u32 hhmmss; /* 0x110 */ member
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h45 u32 hhmmss; /* 0x108 */ member
51 u32 hhmmss; /* 0x110 */ member
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h45 u32 hhmmss; /* 0x108 */ member
51 u32 hhmmss; /* 0x110 */ member
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h45 u32 hhmmss; /* 0x108 */ member
51 u32 hhmmss; /* 0x110 */ member
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h45 u32 hhmmss; /* 0x108 */ member
51 u32 hhmmss; /* 0x110 */ member
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h45 u32 hhmmss; /* 0x108 */ member
51 u32 hhmmss; /* 0x110 */ member
/dports/sysutils/u-boot-sopine/u-boot-2021.07/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h45 u32 hhmmss; /* 0x108 */ member
51 u32 hhmmss; /* 0x110 */ member
/dports/sysutils/u-boot-sopine-spi/u-boot-2021.07/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h45 u32 hhmmss; /* 0x108 */ member
51 u32 hhmmss; /* 0x110 */ member
/dports/sysutils/u-boot-rpi-0-w/u-boot-2021.07/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h45 u32 hhmmss; /* 0x108 */ member
51 u32 hhmmss; /* 0x110 */ member
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h45 u32 hhmmss; /* 0x108 */ member
51 u32 hhmmss; /* 0x110 */ member
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h45 u32 hhmmss; /* 0x108 */ member
51 u32 hhmmss; /* 0x110 */ member

12345678910>>...18