Home
last modified time | relevance | path

Searched refs:g_time_val_from_iso8601 (Results 1 – 25 of 94) sorted by relevance

1234

/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DTimeVal.cs67 static extern bool g_time_val_from_iso8601(IntPtr iso_date, IntPtr time_); in g_time_val_from_iso8601() method
72 bool raw_ret = g_time_val_from_iso8601(native_iso_date, native_time_); in FromIso8601()
/dports/devel/glib20/glib-2.70.4/tests/
H A Dtestglib.c1672 g_assert (g_time_val_from_iso8601 (REF_INVALID1, &date) == FALSE); in various_string_tests()
1673 g_assert (g_time_val_from_iso8601 (REF_INVALID2, &date) == FALSE); in various_string_tests()
1674 g_assert (g_time_val_from_iso8601 (REF_INVALID3, &date) == FALSE); in various_string_tests()
1676 g_assert (g_time_val_from_iso8601 (REF_STR_UTC, &date) != FALSE); in various_string_tests()
1688 g_assert (g_time_val_from_iso8601 (REF_STR_LOCAL, &date) != FALSE); in various_string_tests()
1702 g_assert (g_time_val_from_iso8601 (REF_STR_CEST, &date) != FALSE); in various_string_tests()
1709 g_assert (g_time_val_from_iso8601 (REF_STR_EST, &date) != FALSE); in various_string_tests()
1716 g_assert (g_time_val_from_iso8601 (REF_STR_NST, &date) != FALSE); in various_string_tests()
1724 g_assert (g_time_val_from_iso8601 (REF_STR_USEC_UTC, &date) != FALSE); in various_string_tests()
1738 g_assert (g_time_val_from_iso8601 (REF_STR_USEC_EST, &date) != FALSE); in various_string_tests()
[all …]
/dports/devel/libgdata/libgdata-0.17.13/gdata/tests/
H A Dcalendar.c515 g_time_val_from_iso8601 ("2009-04-17T15:00:00.000Z", &start_time); in test_event_insert()
516 g_time_val_from_iso8601 ("2009-04-17T17:00:00.000Z", &end_time); in test_event_insert()
558 g_time_val_from_iso8601 ("2009-04-17T15:00:00.000Z", &start_time);
559 g_time_val_from_iso8601 ("2009-04-17T17:00:00.000Z", &end_time);
604 g_time_val_from_iso8601 ("2009-04-17T15:00:00.000Z", &start_time); in test_event_json()
605 g_time_val_from_iso8601 ("2009-04-17T17:00:00.000Z", &end_time); in test_event_json()
1114 g_time_val_from_iso8601 ("2009-04-17T15:00:00.000Z", &time_val); in test_query_uri()
1119 g_time_val_from_iso8601 ("2010-04-17T15:00:00.000Z", &time_val); in test_query_uri()
1133 g_time_val_from_iso8601 ("2009-04-17T15:00:00.000Z", &time_val); in test_query_uri()
1138 g_time_val_from_iso8601 ("2010-04-17T15:00:00.000Z", &time_val); in test_query_uri()
/dports/devel/libgdata/libgdata-0.17.13/demos/calendar/
H A Dcalendar-cli.c460 if (g_time_val_from_iso8601 (start, &start_tv) && in command_insert_event()
461 g_time_val_from_iso8601 (end, &end_tv)) { in command_insert_event()
464 } else if (g_time_val_from_iso8601 (start_with_time, &start_tv) && in command_insert_event()
465 g_time_val_from_iso8601 (end_with_time, &end_tv)) { in command_insert_event()
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dtimer.c224 success = g_time_val_from_iso8601 (tests[i].in, &out); in test_timeval_from_iso8601()
265 ret = g_time_val_from_iso8601 (out, &val); in test_timeval_to_iso8601()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgtimer.h70 gboolean g_time_val_from_iso8601 (const gchar *iso_date,
H A Dgtimer.c388 g_time_val_from_iso8601 (const gchar *iso_date, in g_time_val_from_iso8601() function
/dports/net/libzapojit/libzapojit-0.0.3/src/
H A Dzpj-skydrive-entry.c116 if (g_time_val_from_iso8601 (created_time, &tv)) in zpj_skydrive_entry_default_parse_json_node()
120 if (g_time_val_from_iso8601 (updated_time, &tv)) in zpj_skydrive_entry_default_parse_json_node()
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dtimeval.cc34 return g_time_val_from_iso8601(iso_date.c_str(), this); in assign_from_iso8601()
/dports/devel/libgdata/libgdata-0.17.13/gdata/
H A Dgdata-parser.c218 success = g_time_val_from_iso8601 (iso8601_date, &time_val); in gdata_parser_int64_from_date()
256 if (g_time_val_from_iso8601 (date, &time_val) == TRUE) { in gdata_parser_int64_from_iso8601()
503 if (g_time_val_from_iso8601 ((gchar*) text, &time_val) == FALSE) { in gdata_parser_int64_time_from_element()
939 if (g_time_val_from_iso8601 ((gchar*) text, &time_val) == FALSE) { in gdata_parser_int64_time_from_json_member()
/dports/mail/evolution/evolution-3.42.1/win32/patches/
H A Dlibgweather.patch49 + if (!g_time_val_from_iso8601 ((const char*) str, &tv)) {
139 + if (!g_time_val_from_iso8601 ((const char*) str, &tv)) {
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-search-engine-tracker.c221 if (g_time_val_from_iso8601 (mtime_str, &tv)) in cursor_callback()
232 if (g_time_val_from_iso8601 (atime_str, &tv)) in cursor_callback()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-source-alarms.c295 if (!g_time_val_from_iso8601 (last_notified, &time_val)) { in e_source_alarms_set_last_notified()
/dports/audio/mpdscribble/mpdscribble-0.22/src/
H A Djournal.c123 success = g_time_val_from_iso8601(q, &time_val); in import_old_timestamp()
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/core/
H A Dsipe-utils.c348 success = g_time_val_from_iso8601(tmp, &time); in sipe_utils_str_to_time()
351 success = g_time_val_from_iso8601(timestamp, &time); in sipe_utils_str_to_time()
/dports/audio/pragha/pragha-1.3.3/src/
H A Dpragha-scanner.c556 if (!g_time_val_from_iso8601(last_scan_time, &scanner->last_update)) in pragha_scanner_update_library()
632 if (!g_time_val_from_iso8601(last_scan_time, &scanner->last_update)) in pragha_scanner_scan_library()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/src/
H A Dmessage-util.c422 if (g_time_val_from_iso8601 (stamp_dup, &timeval)) in gabble_message_util_parse_incoming_message()
/dports/multimedia/gnome-twitch/gnome-twitch-0.4.1-155-g8e774a0/src/
H A Dutils.c578 if (!g_time_val_from_iso8601(json_reader_get_string_value(reader), &time)) in utils_parse_vod_from_json()
588 if (!g_time_val_from_iso8601(json_reader_get_string_value(reader), &time)) in utils_parse_vod_from_json()
/dports/net/liferea/liferea-1.12.7/src/
H A Ddate.c222 result = g_time_val_from_iso8601 (date, &timeval); in date_parse_ISO8601()
/dports/databases/gom/gom-0.4/gom/
H A Dgom-cursor.c93 g_time_val_from_iso8601(iso8601, &tv); in gom_cursor_get_column()
/dports/net/libgweather/libgweather-40.0/libgweather/
H A Dweather-iwin.c105 if (g_time_val_from_iso8601 ((const char *)val, &tv)) { in parseForecastXml()
/dports/net/gnome-online-miners/gnome-online-miners-3.34.0/src/
H A Dgom-facebook-miner.c86 if (!g_time_val_from_iso8601 (photo_updated_time, &new_mtime)) in G_DEFINE_TYPE()
H A Dgom-tracker.c544 res = g_time_val_from_iso8601 (old_value, &old_mtime); in gom_tracker_update_mtime()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/facebook/
H A Dfacebook-photo.c327 if (g_time_val_from_iso8601 (json_node_get_string (property_node), &timeval)) { in facebook_photo_deserialize_property()
/dports/irc/bitlbee-discord/bitlbee-discord-0.4.3-7-g607f988/src/
H A Ddiscord-util.c394 if (!g_time_val_from_iso8601(timestamp, &gt)) return 0; in parse_iso_8601()

1234