Home
last modified time | relevance | path

Searched refs:HMS (Results 1 – 25 of 775) sorted by relevance

12345678910>>...31

/dports/graphics/gmt/gmt-6.3.0/src/mgd77/
H A Dtrkdas.cod235 1902 HMS OWEN
236 1903 HMS HECLA
237 1904 HMS DALRYMPLE
242 1915 HMS ENDURANCE
243 1916 HMS FOX
244 1917 HMS HERALD
246 1919 HMS EDINBURGH
248 1921 HMS OPOSSUM
252 1925 HMS EXETER
254 1927 HMS GLOUCESTER
[all …]
/dports/devel/p5-DateTime-Format-Flexible/DateTime-Format-Flexible-0.34/lib/DateTime/Format/
H A DFlexible.pm21 my $HMS = qr{([0-2]?\d)$HMSDELIM([0-5]?\d)$HMSDELIM([0-5]?\d)};
135 { length => [14..19], params => $YMDHMS, regex => qr{\A$YYYYMMDD\s$HMS\z} },
165 regex => qr{\A(\d{4})(\d{2})(\d{2})${HMS}\s${AMPM}\z} ,
191 { length => [9..14], params => $MDHMS, regex => qr{\A$MMDD\s$HMS\z},
220 { length => [13], params => $YHMS, regex => qr{\A$YEAR\s$HMS\z} } ,
250 { length => [9..18], params => $DMHMS, regex => qr{\A${DDXMMX}\s${HMS}\z},
281 { length => [10..18], params => $MDHMS, regex => qr{\A$XMMXDD\s$HMS\z},
342 regex => qr{\AT?${HMS}T?\z} ,
353 regex => qr{\AT?${HMS}T?\s?$AMPM\z} ,
404 regex => qr{\A$YEAR(?:$DELIM)?(\d{3})\s$HMS\z} ,
[all …]
/dports/net-mgmt/observium/observium/mibs/rfc/
H A DSCTE-HMS-ROOTS1 SCTE-HMS-ROOTS DEFINITIONS ::= BEGIN
11 ORGANIZATION "SCTE HMS Working Group"
13 "SCTE HMS Subcommittee, Chairman
17 "This MIB module is defining objects under the SCTE HMS tree."
44 -- "SCTE-HMS-PROPERTY-MIB is defined by SCTE 38-1 (formerly HMS026)"
50 -- "SCTE-HMS-ALARMS-MIB is defined by SCTE 38-2 (formerly HMS023)"
56 -- "SCTE-HMS-COMMON-MIB is defined by SCTE 38-3 (formerly HMS024)"
62 -- "SCTE-HMS-PS-MIB is defined by SCTE 38-4 (formerly HMS027)"
74 -- "SCTE-HMS-GEN-MIB is defined by SCTE 38-6 (formerly HMS033)"
80 -- "SCTE-HMS-TIB-MIB is defined by SCTE 38-7 (formerly HMS050)"
[all …]
/dports/net-mgmt/observium/observium/mibs/scte/
H A DSCTE-HMS-ROOTS1 SCTE-HMS-ROOTS DEFINITIONS ::= BEGIN
11 ORGANIZATION "SCTE HMS Working Group"
13 "SCTE HMS Subcommittee, Chairman
17 "This MIB module is defining objects under the SCTE HMS tree."
44 -- "SCTE-HMS-PROPERTY-MIB is defined by SCTE 38-1 (formerly HMS026)"
50 -- "SCTE-HMS-ALARMS-MIB is defined by SCTE 38-2 (formerly HMS023)"
56 -- "SCTE-HMS-COMMON-MIB is defined by SCTE 38-3 (formerly HMS024)"
62 -- "SCTE-HMS-PS-MIB is defined by SCTE 38-4 (formerly HMS027)"
74 -- "SCTE-HMS-GEN-MIB is defined by SCTE 38-6 (formerly HMS033)"
80 -- "SCTE-HMS-TIB-MIB is defined by SCTE 38-7 (formerly HMS050)"
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/time/time.hms/time.hms.members/
H A Dto_duration.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_duration() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().to_duration())); in check_duration()
28 ASSERT_NOEXCEPT( std::declval<HMS>().to_duration()); in check_duration()
30 return HMS(d).to_duration().count(); in check_duration()
H A Dsubseconds.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_subseconds() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().subseconds())); in check_subseconds()
28 ASSERT_NOEXCEPT( std::declval<HMS>().subseconds()); in check_subseconds()
29 return HMS(d).subseconds().count(); in check_subseconds()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/time/time.hms/time.hms.members/
H A Dsubseconds.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_subseconds() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().subseconds())); in check_subseconds()
28 ASSERT_NOEXCEPT( std::declval<HMS>().subseconds()); in check_subseconds()
29 return HMS(d).subseconds().count(); in check_subseconds()
H A Dto_duration.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_duration() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().to_duration())); in check_duration()
28 ASSERT_NOEXCEPT( std::declval<HMS>().to_duration()); in check_duration()
30 return HMS(d).to_duration().count(); in check_duration()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/time/time.hms/time.hms.members/
H A Dsubseconds.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_subseconds() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().subseconds())); in check_subseconds()
28 ASSERT_NOEXCEPT( std::declval<HMS>().subseconds()); in check_subseconds()
29 return HMS(d).subseconds().count(); in check_subseconds()
H A Dto_duration.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_duration() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().to_duration())); in check_duration()
28 ASSERT_NOEXCEPT( std::declval<HMS>().to_duration()); in check_duration()
30 return HMS(d).to_duration().count(); in check_duration()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/time/time.hms/time.hms.members/
H A Dto_duration.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_duration() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().to_duration())); in check_duration()
28 ASSERT_NOEXCEPT( std::declval<HMS>().to_duration()); in check_duration()
30 return HMS(d).to_duration().count(); in check_duration()
H A Dsubseconds.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_subseconds() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().subseconds())); in check_subseconds()
28 ASSERT_NOEXCEPT( std::declval<HMS>().subseconds()); in check_subseconds()
29 return HMS(d).subseconds().count(); in check_subseconds()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/time/time.hms/time.hms.members/
H A Dsubseconds.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_subseconds() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().subseconds())); in check_subseconds()
28 ASSERT_NOEXCEPT( std::declval<HMS>().subseconds()); in check_subseconds()
29 return HMS(d).subseconds().count(); in check_subseconds()
H A Dto_duration.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_duration() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().to_duration())); in check_duration()
28 ASSERT_NOEXCEPT( std::declval<HMS>().to_duration()); in check_duration()
30 return HMS(d).to_duration().count(); in check_duration()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/time/time.hms/time.hms.members/
H A Dsubseconds.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_subseconds() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().subseconds())); in check_subseconds()
28 ASSERT_NOEXCEPT( std::declval<HMS>().subseconds()); in check_subseconds()
29 return HMS(d).subseconds().count(); in check_subseconds()
H A Dto_duration.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_duration() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().to_duration())); in check_duration()
28 ASSERT_NOEXCEPT( std::declval<HMS>().to_duration()); in check_duration()
30 return HMS(d).to_duration().count(); in check_duration()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/time/time.hms/time.hms.members/
H A Dto_duration.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_duration() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().to_duration())); in check_duration()
28 ASSERT_NOEXCEPT( std::declval<HMS>().to_duration()); in check_duration()
30 return HMS(d).to_duration().count(); in check_duration()
H A Dsubseconds.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_subseconds() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().subseconds())); in check_subseconds()
28 ASSERT_NOEXCEPT( std::declval<HMS>().subseconds()); in check_subseconds()
29 return HMS(d).subseconds().count(); in check_subseconds()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/time/time.hms/time.hms.members/
H A Dsubseconds.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_subseconds() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().subseconds())); in check_subseconds()
28 ASSERT_NOEXCEPT( std::declval<HMS>().subseconds()); in check_subseconds()
29 return HMS(d).subseconds().count(); in check_subseconds()
H A Dto_duration.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_duration() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().to_duration())); in check_duration()
28 ASSERT_NOEXCEPT( std::declval<HMS>().to_duration()); in check_duration()
30 return HMS(d).to_duration().count(); in check_duration()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/time/time.hms/time.hms.members/
H A Dsubseconds.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_subseconds() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().subseconds())); in check_subseconds()
28 ASSERT_NOEXCEPT( std::declval<HMS>().subseconds()); in check_subseconds()
29 return HMS(d).subseconds().count(); in check_subseconds()
H A Dto_duration.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_duration() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().to_duration())); in check_duration()
28 ASSERT_NOEXCEPT( std::declval<HMS>().to_duration()); in check_duration()
30 return HMS(d).to_duration().count(); in check_duration()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/time/time.hms/time.hms.members/
H A Dsubseconds.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_subseconds() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().subseconds())); in check_subseconds()
28 ASSERT_NOEXCEPT( std::declval<HMS>().subseconds()); in check_subseconds()
29 return HMS(d).subseconds().count(); in check_subseconds()
H A Dto_duration.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_duration() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().to_duration())); in check_duration()
28 ASSERT_NOEXCEPT( std::declval<HMS>().to_duration()); in check_duration()
30 return HMS(d).to_duration().count(); in check_duration()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/time/time.hms/time.hms.members/
H A Dsubseconds.pass.cpp26 using HMS = std::chrono::hh_mm_ss<Duration>; in check_subseconds() typedef
27 ASSERT_SAME_TYPE(typename HMS::precision, decltype(std::declval<HMS>().subseconds())); in check_subseconds()
28 ASSERT_NOEXCEPT( std::declval<HMS>().subseconds()); in check_subseconds()
29 return HMS(d).subseconds().count(); in check_subseconds()

12345678910>>...31