Home
last modified time | relevance | path

Searched refs:add_seconds (Results 1 – 25 of 131) sorted by last modified time

123456

/dports/x11-wm/lxsession/lxsession-0.5.4/lxsession/
H A Dapp.vala1253 GLib.Timeout.add_seconds(timeout, on_apt_update_file_change);
1775 GLib.Timeout.add_seconds(timeout, on_crash_file_change);
/dports/deskutils/elementary-calendar/calendar-6.0.3/core/Services/Calendar/
H A DTimeManager.vala68 timeout_id = GLib.Timeout.add_seconds (interval, () => {
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib/src/auto/
H A Ddate_time.rs221 pub fn add_seconds(&self, seconds: f64) -> Result<DateTime, BoolError> { in add_seconds() method
/dports/devel/sonarqube-community/sonarqube-9.2.4.50792/web/js/
H A DoutZ4QEXPZ4.js.map3 …dules/date-fns/add_quarters/index.js", "../../../node_modules/date-fns/add_seconds/index.js", "../…
4add_seconds/index.js')\n\n/**\n * @category Second Helpers\n * @summary Subtract the specified num…
/dports/multimedia/cheese/cheese-41.1/src/
H A Dcheese-window.vala812 Timeout.add_seconds (1, update_timeout_layer);
838 * @return false, if the source, Timeout.add_seconds (used
/dports/deskutils/meteo/meteo-6bd48892ec86d7208cb4ad1dd8baf74ba72df68f/src/Widgets/
H A DCurrent.vala46 GLib.Timeout.add_seconds (interval, () => {
/dports/deskutils/gnote/gnote-41.1/src/plugins/notedirectorywatcher/
H A Dnotedirectorywatcherapplicationaddin.cpp175 if(Glib::DateTime::create_now_utc() > last_change.add_seconds(4)) { in handle_timeout()
/dports/games/gnome-chess/gnome-chess-41.1/src/
H A Dgnome-chess.vala565 Timeout.add_seconds (1, () => {
607 Timeout.add_seconds (2, () => {
679 engine_timeout_source = Timeout.add_seconds (30, () => {
/dports/games/gnome-chess/gnome-chess-41.1/engine/
H A Dchess-engine.vala121 pending_move_source_id = Timeout.add_seconds (delay_seconds, () => {
/dports/deskutils/elementary-calendar/calendar-6.0.3/src/
H A DTodayEventMonitor.vala24 Timeout.add_seconds (86400, () => {
102 …start_time = start_time.add_seconds (-(int)duration.get_seconds ()); //vala-lint=space-before-paren
121 Timeout.add_seconds (interval, () => {
/dports/deskutils/elementary-calendar/calendar-6.0.3/src/EventParser/
H A DParsedEvent.vala63 this.from = this.from.add_seconds (second - this.from.get_second ());
67 this.to = this.to.add_seconds (second - this.to.get_second ());
/dports/net-mgmt/centreon-clib/centreon-clib-21.04.4/inc/com/centreon/
H A Dtimestamp.hh55 void add_seconds(time_t secs) noexcept;
/dports/net-mgmt/centreon-clib/centreon-clib-21.04.4/test/
H A Dtask_manager_execute.cc66 future.add_seconds(42); in main()
H A Dtask_manager_execute_recurring.cc79 future.add_seconds(42); in main()
H A Dtimestamp_add_seconds.cc33 t1.add_seconds(2); in main()
38 t2.add_seconds(-1); in main()
/dports/net-mgmt/centreon-clib/centreon-clib-21.04.4/src/
H A Dtimestamp.cc283 void timestamp::add_seconds(time_t secs) noexcept { in add_seconds() function in timestamp
/dports/deskutils/gnome-contacts/gnome-contacts-41.0/src/
H A Dcontacts-in-app-notification.vala56 Timeout.add_seconds (DEFAULT_KEEPALIVE, () => {
H A Dcontacts-app.vala231 timeout_id = Timeout.add_seconds (LOADING_TIMEOUT, () => {
/dports/deskutils/gnome-pomodoro/gnome-pomodoro-0.20.0/src/
H A Dstats-week-page.vala55 var week_end = week.add_weeks (1).add_seconds (-1.0);
H A Dtimer.vala263 this.timeout_source = GLib.Timeout.add_seconds (1, this.on_timeout);
/dports/net-im/dino/dino-0.2.2/main/src/ui/conversation_content_view/
H A Dmessage_widget.vala192 if (message.local_time.compare(new DateTime.now_utc().add_seconds(-10)) < 0) {
H A Dconversation_item_skeleton.vala183 time_update_timeout = Timeout.add_seconds((int) get_next_time_change(), () => {
/dports/net-im/dino/dino-0.2.2/main/src/ui/manage_accounts/
H A Dadd_account_dialog.vala392 Timeout.add_seconds(5, () => {
/dports/net-im/dino/dino-0.2.2/libdino/src/service/
H A Dchat_interaction.vala29 Timeout.add_seconds(30, update_interactions);
H A Dmuc_manager.vala47 Timeout.add_seconds(60 * 3, () => {
503 Timeout.add_seconds(10, () => {

123456