Home
last modified time | relevance | path

Searched refs:progress_timeout (Results 1 – 25 of 35) sorted by relevance

12

/dports/security/doscan/doscan-0.3.3/src/
H A Dscan.cc306 static ticks_t progress_timeout = 0; in show_progress() local
313 if (progress_timeout < ticks_get_cached ()) { in show_progress()
315 progress_timeout = ticks_get_cached () + 500; in show_progress()
/dports/devel/py-oslo.config/oslo.config-8.7.1/doc/source/reference/
H A Dmutable.rst52 progress_timeout = CONF.libvirt.live_migration_progress_timeout
56 progress_timeout, completion_timeout):
66 progress_timeout = CONF.libvirt.live_migration_progress_timeout
71 progress_timeout, completion_timeout):
/dports/x11-toolkits/gtk20/gtk+-2.24.33/examples/progressbar/
H A Dprogressbar.c13 static gboolean progress_timeout( gpointer data ) in progress_timeout() function
137 pdata->timer = gdk_threads_add_timeout (100, progress_timeout, pdata); in main()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/examples/
H A Dprogressbar.pp27 function progress_timeout( data : gpointer ) : gint; cdecl;
47 progress_timeout := 1;
150 pdata^.timer := gtk_timeout_add (100, TGtkFunction(@progress_timeout), pdata^.pbar);
/dports/irc/bitlbee/bitlbee-3.6/
H A Ddcc.c123 df->progress_timeout = b_timeout_add(DCC_MAX_STALL * 1000, dcc_progress, df); in dccs_send_start()
341 df->progress_timeout = b_timeout_add(DCC_MAX_STALL * 1000, dcc_progress, df); in dccs_recv_start()
499 if (df->progress_timeout) { in dcc_close()
500 b_event_remove(df->progress_timeout); in dcc_close()
H A Ddcc.h71 gint progress_timeout; member
/dports/security/clamtk/clamtk-1f026f0/lib/
H A DUpdate.pm152 $pb->{ timer } = Glib::Timeout->add( 100, \&progress_timeout, $pb );
292 sub progress_timeout { subroutine
H A DScan.pm342 $pb->{ timer } = Glib::Timeout->add( 200, \&progress_timeout, $pb );
747 sub progress_timeout { subroutine
/dports/www/epiphany/epiphany-41.0/lib/widgets/
H A Dephy-location-entry.c79 guint progress_timeout; member
490 g_clear_handle_id (&entry->progress_timeout, g_source_remove); in ephy_location_entry_dispose()
1512 g_clear_handle_id (&entry->progress_timeout, g_source_remove); in progress_hide()
1525 entry->progress_timeout = 0; in ephy_location_entry_set_fraction_internal()
1536 entry->progress_timeout = g_timeout_add (ms, ephy_location_entry_set_fraction_internal, entry); in ephy_location_entry_set_fraction_internal()
1540 entry->progress_timeout = g_timeout_add (500, progress_hide, entry); in ephy_location_entry_set_fraction_internal()
1553 g_clear_handle_id (&entry->progress_timeout, g_source_remove); in ephy_location_entry_set_progress()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dexport_dialog.h123 gint progress_timeout ();
H A Dloudness_dialog.h62 gint progress_timeout ();
H A Dexport_dialog.cc390 …tion = Glib::signal_timeout().connect (sigc::mem_fun(*this, &ExportDialog::progress_timeout), 100); in show_progress()
463 ExportDialog::progress_timeout () in progress_timeout() function in ExportDialog
H A Dloudness_dialog.cc425 LoudnessDialog::progress_timeout () in progress_timeout() function in LoudnessDialog
490 … = Glib::signal_timeout ().connect (sigc::mem_fun (*this, &LoudnessDialog::progress_timeout), 100); in analyze()
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/examples/
H A Dassistant.pl86 sub progress_timeout { subroutine
114 Glib::Timeout->add (300, \&progress_timeout, $assistant);
/dports/x11/xdialog/Xdialog-2.3.1/src/
H A Dcallbacks.h28 gboolean progress_timeout(gpointer data);
H A Dcallbacks.c271 gboolean progress_timeout(gpointer data) in progress_timeout() function
/dports/x11-toolkits/gtk20/gtk+-2.24.33/tests/
H A Dtestassistant.c111 progress_timeout (GtkWidget *assistant) in progress_timeout() function
146 gdk_threads_add_timeout (300, (GSourceFunc) progress_timeout, widget); in prepare_callback()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtestassistant.c108 progress_timeout (GtkWidget *assistant) in progress_timeout() function
139 g_timeout_add (300, (GSourceFunc) progress_timeout, widget); in prepare_callback()
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dfr-window.c544 if (window->priv->progress_timeout != 0) { in fr_window_free_private_data()
546 window->priv->progress_timeout = 0; in fr_window_free_private_data()
2151 if (window->priv->progress_timeout != 0) { in close_progress_dialog()
2153 window->priv->progress_timeout = 0; in close_progress_dialog()
2635 if (window->priv->progress_timeout != 0) in display_progress_dialog()
2649 window->priv->progress_timeout = 0; in display_progress_dialog()
2665 if (window->priv->progress_timeout != 0) in open_progress_dialog()
2667 window->priv->progress_timeout = 0; in open_progress_dialog()
2670 if ((window->priv->progress_timeout != 0) in open_progress_dialog()
2758 window->priv->progress_timeout = 0; in open_progress_dialog_with_open_destination()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtestassistant.c109 progress_timeout (GtkWidget *assistant) in progress_timeout() function
140 gdk_threads_add_timeout (300, (GSourceFunc) progress_timeout, widget); in prepare_callback()
/dports/graphics/gimageview/gimageview-0.2.27/src/
H A Dfileload.c550 progress_timeout (gpointer data) in progress_timeout() function
678 timer = gtk_timeout_add (50, (GtkFunction)progress_timeout, tw->progressbar); in open_archive_images()
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dfr-window.c504 if (window->priv->progress_timeout != 0) { in fr_window_free_private_data()
505 g_source_remove (window->priv->progress_timeout); in fr_window_free_private_data()
506 window->priv->progress_timeout = 0; in fr_window_free_private_data()
2082 if (window->priv->progress_timeout != 0) { in close_progress_dialog()
2083 g_source_remove (window->priv->progress_timeout); in close_progress_dialog()
2084 window->priv->progress_timeout = 0; in close_progress_dialog()
2612 if (window->priv->progress_timeout != 0) in display_progress_dialog()
2625 window->priv->progress_timeout = 0; in display_progress_dialog()
2641 if (window->priv->progress_timeout != 0) in open_progress_dialog()
2643 window->priv->progress_timeout = 0; in open_progress_dialog()
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/
H A DNEWS185 - Implemented support for configurable timeout in the reconfig script via new ``progress_timeout`` …
/dports/devel/py-buildbot/buildbot-3.4.1/docs/relnotes/
H A Dindex.rst185 - Implemented support for configurable timeout in the reconfig script via new ``progress_timeout`` …
/dports/devel/py-buildbot-worker/buildbot-worker-3.4.1/
H A DNEWS185 - Implemented support for configurable timeout in the reconfig script via new ``progress_timeout`` …

12