Home
last modified time | relevance | path

Searched refs:time_fmt (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Functions/
H A DFunctionsDate.php75 $time_fmt = I18N::timeFormat();
77 preg_match_all('/%[^%]/', $time_fmt, $matches);
84 I18N::translate('midnight'), $time_fmt);
87 I18N::translate('a.m.'), $time_fmt);
90 I18N::translate('noon'), $time_fmt);
93 I18N::translate('p.m.'), $time_fmt);
100 I18N::translate('Midnight'), $time_fmt);
103 I18N::translate('A.M.'), $time_fmt);
106 I18N::translate('Noon'), $time_fmt);
109 I18N::translate('P.M.'), $time_fmt);
[all …]
/dports/databases/sqsh/sqsh-2.5/src/
H A Dvar_date.c73 char *time_fmt ; local
79 time_fmt = *var_value ;
80 if( time_fmt == NULL || *time_fmt == '\0' )
81 time_fmt = "%H:%M:%S" ;
83 cftime( time_str, time_fmt, &cur_time ) ;
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/
H A Dflb_parser.c127 if (parser->time_fmt) {
221 if (time_fmt) {
223 p->time_fmt = flb_strdup(time_fmt);
226 if (strstr(p->time_fmt, "%Y") || strstr(p->time_fmt, "%y")) {
255 if (strstr(p->time_fmt, "%z") || strstr(p->time_fmt, "%Z") ||
256 strstr(p->time_fmt, "%SZ") || strstr(p->time_fmt, "%S.%LZ")) {
326 if (parser->time_fmt) {
455 flb_sds_t time_fmt;
473 time_fmt = NULL;
558 if (time_fmt) {
[all …]
/dports/multimedia/gnome-twitch/gnome-twitch-0.4.1-155-g8e774a0/src/
H A Dmain.c55 gchar* time_fmt = NULL; in gt_log() local
105 time_fmt = g_date_time_format(date, "%H:%M:%S"); in gt_log()
109 time_fmt, level, domain ? domain : "GNOME-Twitch", msg); in gt_log()
112 time_fmt, colour, level, RESET, domain ? domain : "GNOME-Twitch", msg); in gt_log()
115 g_free(time_fmt); in gt_log()
/dports/astro/kosmorro/kosmorro-0.10.7/_kosmorro/
H A Ddumper.py168 time_fmt = (
173 planet_rise = ephemeris.rise_time.strftime(time_fmt)
178 time_fmt = (
188 time_fmt = (
193 planet_set = ephemeris.set_time.strftime(time_fmt)
220 time_fmt = (
371 time_fmt = (
376 aster_rise = ephemeris.rise_time.strftime(time_fmt)
381 time_fmt = (
391 time_fmt = (
[all …]
/dports/devel/py-dateutil/python-dateutil-2.8.1/dateutil/test/
H A Dtest_isoparser.py72 def _isoparse_date_and_time(dt, date_fmt, time_fmt, tzoffset, argument
75 fmt = date_fmt + 'T' + time_fmt
106 def test_ymd_hm(dt, date_fmt, time_fmt, tzoffset): argument
107 _isoparse_date_and_time(dt, date_fmt, time_fmt, tzoffset)
117 def test_ymd_hms(dt, date_fmt, time_fmt, tzoffset): argument
118 _isoparse_date_and_time(dt, date_fmt, time_fmt, tzoffset)
146 time_fmt = '%H:%M:%S.%f'
148 _isoparse_date_and_time(dt, date_fmt, time_fmt, tzoffset)
325 time_fmt = '%H:%M:%S.%f'
455 def test_isotime(time_val, time_fmt, as_bytes): argument
[all …]
/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-time.c201 char time_fmt[64] = { 0 }; in WinStrftime() local
207 strftime(time_fmt, sizeof(time_fmt), "%Y-%m-%dT%H:%M:%S.%%06u", t); in WinStrftime()
208 snprintf(str, size, time_fmt, ts->tv_usec); in WinStrftime()
224 char time_fmt[64] = { 0 }; in CreateIsoTimeString()
225 strftime(time_fmt, sizeof(time_fmt), "%Y-%m-%dT%H:%M:%S.%%06u%z", t); in CreateIsoTimeString()
226 snprintf(str, size, time_fmt, ts->tv_usec); in CreateIsoTimeString()
239 char time_fmt[64] = { 0 }; in CreateUtcIsoTimeString() local
242 strftime(time_fmt, sizeof(time_fmt), "%Y-%m-%dT%H:%M:%S", t); in CreateUtcIsoTimeString()
243 snprintf(str, size, time_fmt, ts->tv_usec); in CreateUtcIsoTimeString()
/dports/devel/boost-docs/boost_1_72_0/libs/chrono/test/
H A Dtest_7868.cpp46 formatted << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
51 formatted1 << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
54 formatted2 << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
67 strm<<time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
68 strm2<<time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/chrono/test/
H A Dtest_7868.cpp46 formatted << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
51 formatted1 << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
54 formatted2 << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
67 strm<<time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
68 strm2<<time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/chrono/test/
H A Dtest_7868.cpp46 formatted << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
51 formatted1 << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
54 formatted2 << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
67 strm<<time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
68 strm2<<time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/chrono/test/
H A Dtest_7868.cpp46 formatted << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
51 formatted1 << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
54 formatted2 << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
67 strm<<time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
68 strm2<<time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/chrono/test/
H A Dtest_7868.cpp46 formatted << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
51 formatted1 << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
54 formatted2 << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
67 strm<<time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
68 strm2<<time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/chrono/test/
H A Dtest_7868.cpp46 formatted << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
51 formatted1 << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
54 formatted2 << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
67 strm<<time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
68 strm2<<time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/chrono/test/
H A Dtest_7868.cpp46 formatted << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
51 formatted1 << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
54 formatted2 << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
67 strm<<time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
68 strm2<<time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/chrono/test/
H A Dtest_7868.cpp46 formatted << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
51 formatted1 << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
54 formatted2 << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
67 strm<<time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
68 strm2<<time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/chrono/test/
H A Dtest_7868.cpp46 formatted << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
51 formatted1 << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
54 formatted2 << time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
67 strm<<time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
68 strm2<<time_fmt(boost::chrono::timezone::utc, "%Y-%m-%d %H:%M:%S"); in main()
/dports/sysutils/lnav/lnav-0.10.1/src/base/
H A Ddate_time_scanner.cc68 const char * const time_fmt[], in scan() argument
77 if (!time_fmt) { in scan()
78 time_fmt = PTIMEC_FORMAT_STR; in scan()
81 while (next_format(time_fmt, in scan()
117 else if (time_fmt == PTIMEC_FORMAT_STR) { in scan()
157 if (ptime_fmt(time_fmt[curr_time_fmt], tm_out, time_dest, off, time_len) && in scan()
H A Ddate_time_scanner.hh97 const char * const time_fmt[],
106 const char * const time_fmt[], in convert_to_timeval()
113 if (this->scan(time_src, time_len, time_fmt, &tm, tv_out) != nullptr) { in convert_to_timeval()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/tests/internal/fuzzers/
H A Dparser_fuzzer.c35 char *time_fmt = NULL; in LLVMFuzzerTestOneInput() local
78 time_fmt = get_null_terminated(15, &data, &size); in LLVMFuzzerTestOneInput()
152 time_fmt, time_key, time_offset, time_keep, 0, in LLVMFuzzerTestOneInput()
183 if (time_fmt != NULL) { in LLVMFuzzerTestOneInput()
184 flb_free(time_fmt); in LLVMFuzzerTestOneInput()
/dports/security/py-python3-openid/python3-openid-3.2.0/openid/store/
H A Dnonce.py19 time_fmt = '%Y-%m-%dT%H:%M:%SZ' variable
37 timestamp = timegm(strptime(timestamp_str, time_fmt))
100 time_str = strftime(time_fmt, t)
/dports/security/py-python-openid/python-openid-2.2.5/openid/store/
H A Dnonce.py19 time_fmt = '%Y-%m-%dT%H:%M:%SZ' variable
36 timestamp = timegm(strptime(timestamp_str, time_fmt))
97 time_str = strftime(time_fmt, t)
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/chrono/io/
H A Dios_base_state.hpp112 std::basic_string<CharT> time_fmt; member
117 time_fmt(""), in ios_base_data_aux()
138 return ptr->time_fmt; in get_time_fmt()
145 ptr->time_fmt = fmt; in set_time_fmt()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/chrono/io/
H A Dios_base_state.hpp112 std::basic_string<CharT> time_fmt; member
117 time_fmt(""), in ios_base_data_aux()
138 return ptr->time_fmt; in get_time_fmt()
145 ptr->time_fmt = fmt; in set_time_fmt()
/dports/databases/xtrabackup/boost_1_59_0/boost/chrono/io/
H A Dios_base_state.hpp112 std::basic_string<CharT> time_fmt; member
117 time_fmt(""), in ios_base_data_aux()
138 return ptr->time_fmt; in get_time_fmt()
145 ptr->time_fmt = fmt; in set_time_fmt()
/dports/databases/percona57-server/boost_1_59_0/boost/chrono/io/
H A Dios_base_state.hpp112 std::basic_string<CharT> time_fmt; member
117 time_fmt(""), in ios_base_data_aux()
138 return ptr->time_fmt; in get_time_fmt()
145 ptr->time_fmt = fmt; in set_time_fmt()

123456789