Home
last modified time | relevance | path

Searched refs:g_date_time_get_microsecond (Results 1 – 25 of 78) sorted by relevance

1234

/dports/astro/siril/siril/src/core/
H A Dsiril_date.c87 ms = g_date_time_get_microsecond(dt) * 0.001; in date_time_to_Julian()
149 ts += (g_date_time_get_microsecond(dt) * 10); in date_time_to_ser_timestamp()
188 us = g_date_time_get_microsecond(datetime); in date_time_to_FITS_date()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/shell/
H A Dcc-log.c71 g_date_time_get_microsecond (now) / 1000, in log_handler()
/dports/deskutils/gnome-todo/gnome-todo-41.0/src/core/
H A Dgtd-log.c72 microsecond = g_date_time_get_microsecond (now); in gtd_log_handler()
/dports/deskutils/gnome-calendar/gnome-calendar-41.2/src/core/
H A Dgcal-log.c72 microsecond = g_date_time_get_microsecond (now); in gcal_log_handler()
/dports/databases/libgda5/libgda-5.2.10/libgda/handlers/
H A Dgda-handler-time.c520 if (g_date_time_get_microsecond (ts) != 0) in gda_handler_time_get_no_locale_str_from_value()
521 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts)); in gda_handler_time_get_no_locale_str_from_value()
695 if (g_date_time_get_microsecond (ts) != 0) in gda_handler_time_get_sql_from_value()
696 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts)); in gda_handler_time_get_sql_from_value()
799 if (g_date_time_get_microsecond (ts) != 0) in gda_handler_time_get_str_from_value()
800 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts)); in gda_handler_time_get_str_from_value()
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/handlers/
H A Dgda-handler-time.c520 if (g_date_time_get_microsecond (ts) != 0) in gda_handler_time_get_no_locale_str_from_value()
521 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts)); in gda_handler_time_get_no_locale_str_from_value()
695 if (g_date_time_get_microsecond (ts) != 0) in gda_handler_time_get_sql_from_value()
696 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts)); in gda_handler_time_get_sql_from_value()
799 if (g_date_time_get_microsecond (ts) != 0) in gda_handler_time_get_str_from_value()
800 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts)); in gda_handler_time_get_str_from_value()
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/handlers/
H A Dgda-handler-time.c520 if (g_date_time_get_microsecond (ts) != 0) in gda_handler_time_get_no_locale_str_from_value()
521 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts)); in gda_handler_time_get_no_locale_str_from_value()
695 if (g_date_time_get_microsecond (ts) != 0) in gda_handler_time_get_sql_from_value()
696 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts)); in gda_handler_time_get_sql_from_value()
799 if (g_date_time_get_microsecond (ts) != 0) in gda_handler_time_get_str_from_value()
800 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts)); in gda_handler_time_get_str_from_value()
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/handlers/
H A Dgda-handler-time.c520 if (g_date_time_get_microsecond (ts) != 0)
521 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts));
695 if (g_date_time_get_microsecond (ts) != 0)
696 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts));
799 if (g_date_time_get_microsecond (ts) != 0)
800 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts));
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/handlers/
H A Dgda-handler-time.c520 if (g_date_time_get_microsecond (ts) != 0)
521 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts));
695 if (g_date_time_get_microsecond (ts) != 0)
696 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts));
799 if (g_date_time_get_microsecond (ts) != 0)
800 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts));
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/handlers/
H A Dgda-handler-time.c520 if (g_date_time_get_microsecond (ts) != 0) in gda_handler_time_get_no_locale_str_from_value()
521 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts)); in gda_handler_time_get_no_locale_str_from_value()
695 if (g_date_time_get_microsecond (ts) != 0) in gda_handler_time_get_sql_from_value()
696 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts)); in gda_handler_time_get_sql_from_value()
799 if (g_date_time_get_microsecond (ts) != 0) in gda_handler_time_get_str_from_value()
800 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts)); in gda_handler_time_get_str_from_value()
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/handlers/
H A Dgda-handler-time.c520 if (g_date_time_get_microsecond (ts) != 0) in gda_handler_time_get_no_locale_str_from_value()
521 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts)); in gda_handler_time_get_no_locale_str_from_value()
695 if (g_date_time_get_microsecond (ts) != 0) in gda_handler_time_get_sql_from_value()
696 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts)); in gda_handler_time_get_sql_from_value()
799 if (g_date_time_get_microsecond (ts) != 0) in gda_handler_time_get_str_from_value()
800 g_string_append_printf (string, ".%d", g_date_time_get_microsecond (ts)); in gda_handler_time_get_str_from_value()
/dports/x11/gnome-shell/gnome-shell-41.1/src/hotplug-sniffer/
H A Dhotplug-sniffer.c294 pid, timestamp, g_date_time_get_microsecond (now), s); in print_debug()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgdatetime.h236 gint g_date_time_get_microsecond (GDateTime *datetime);
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DDateTime.cs171 static extern int g_date_time_get_microsecond(IntPtr raw); in g_date_time_get_microsecond() method in GLib.DateTime
175 int raw_ret = g_date_time_get_microsecond(Handle);
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/glib-0.8.2/src/auto/
H A Ddate_time.rs230 unsafe { glib_sys::g_date_time_get_microsecond(self.to_glib_none().0) } in get_microsecond()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-0.9.3/src/auto/
H A Ddate_time.rs237 unsafe { glib_sys::g_date_time_get_microsecond(self.to_glib_none().0) } in get_microsecond()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-0.9.0/src/auto/
H A Ddate_time.rs237 unsafe { glib_sys::g_date_time_get_microsecond(self.to_glib_none().0) } in get_microsecond()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.10.3/src/auto/
H A Ddate_time.rs237 unsafe { glib_sys::g_date_time_get_microsecond(self.to_glib_none().0) } in get_microsecond()
/dports/www/castor/castor-0.8.16/cargo-crates/glib-0.9.3/src/auto/
H A Ddate_time.rs237 unsafe { glib_sys::g_date_time_get_microsecond(self.to_glib_none().0) } in get_microsecond()
/dports/net-im/fractal/fractal-4.4.0/vendor/glib/src/auto/
H A Ddate_time.rs237 unsafe { glib_sys::g_date_time_get_microsecond(self.to_glib_none().0) } in get_microsecond()
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Ddatetime.cc338 return g_date_time_get_microsecond(const_cast<GDateTime*>(gobj())); in get_microsecond()
/dports/x11/gnome-shell/gnome-shell-41.1/src/
H A Dshell-polkit-authentication-agent.c37 timestamp, g_date_time_get_microsecond (now), s); in print_debug()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-0.14.4/src/auto/
H A Ddate_time.rs320 unsafe { ffi::g_date_time_get_microsecond(self.to_glib_none().0) } in microsecond()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib/src/auto/
H A Ddate_time.rs320 unsafe { ffi::g_date_time_get_microsecond(self.to_glib_none().0) } in microsecond()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-0.14.8/src/auto/
H A Ddate_time.rs320 unsafe { ffi::g_date_time_get_microsecond(self.to_glib_none().0) } in microsecond()

1234