Home
last modified time | relevance | path

Searched refs:timeout (Results 1 – 25 of 259468) sorted by last modified time

12345678910>>...10379

/dports/x11-wm/bbkeys/bbkeys-0.9.1/src/
H A DKeyClient.cpp435 void KeyClient::timeout(bt::Timer *timer) { in timeout() function in KeyClient
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/tools/
H A Dascommand.pl124 my ($timeout) = ($_[0]);
130 return scalar select($rin, undef, undef, $timeout);
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/notification/
H A Dnotification.c50 int timeout; member
113 notify_notification_set_timeout (n, nd->timeout); in notifyLogMessage()
208 nd->timeout = 2000; in notifyInitDisplay()
303 nd->timeout = value->i; in notifySetDisplayOption()
305 nd->timeout = value->i * 1000; in notifySetDisplayOption()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_desklock.c620 int timeout, blanking, expose; in _e_desklock_ask_presentation_no_increase() local
623 timeout = e_config->screensaver_timeout * _e_desklock_ask_presentation_count; in _e_desklock_ask_presentation_no_increase()
627 e_screensaver_attrs_set(timeout, blanking, expose); in _e_desklock_ask_presentation_no_increase()
/dports/x11-wm/blackbox/blackbox-0.70.1/src/
H A Dblackbox.cc355 void Blackbox::timeout(bt::Timer *) { in timeout() function in Blackbox
H A DWindow.cc3657 void BlackboxWindow::timeout(bt::Timer *) in timeout() function in BlackboxWindow
H A DSlit.cc558 void Slit::timeout(bt::Timer *) { in timeout() function in Slit
/dports/x11-wm/blackbox/blackbox-0.70.1/lib/
H A DMenu.cc241 inline void timeout(Timer *) { in timeout() function in bt::MenuDelay
/dports/x11-wm/afterstep/AfterStep-1.0/modules/Auto/
H A DAuto.c38 int timeout, t_secs, t_usecs; variable
79 timeout = atoi(argv[6]); in main()
80 t_secs = timeout/1000; in main()
81 t_usecs = (timeout - t_secs*1000)*1000; in main()
117 if((timeout > 0)&&(Raised == 0)) in Loop()
122 if((timeout > 0)&&(Raised == 0)) in Loop()
138 if(timeout == 0) in Loop()
/dports/x11-wm/lxsession/lxsession-0.5.4/lxsettings-daemon/
H A Dxevent.c44 static gboolean x11_event_prepare(GSource *source, gint *timeout);
118 gboolean x11_event_prepare(GSource *source, gint *timeout) in x11_event_prepare() argument
120 *timeout = -1; in x11_event_prepare()
/dports/x11-wm/muffin/muffin-4.8.0/doc/reference/clutter/
H A DMakefile.am77 clutter-timeout-interval.h \
/dports/x11-wm/lxsession/lxsession-0.5.4/data/
H A Ddesktop.conf.example81 updates_manager/timeout=60
88 crash_manager/timeout=60
/dports/x11-wm/lxsession/lxsession-0.5.4/lxsession/
H A Dsettings.vala791 read_key_value(kf, "Session", "updates_manager", "timeout", "string");
794 read_key_value(kf, "Session", "crash_manager", "timeout", "string");
H A Dapp.c5627 gint timeout = 0; in lxsession_updates_manager_app_run_check() local
5634 timeout = 60; in lxsession_updates_manager_app_run_check()
5649 timeout = _tmp10_; in lxsession_updates_manager_app_run_check()
5652 _tmp11_ = timeout; in lxsession_updates_manager_app_run_check()
7285 gint timeout = 0; in lxsession_crash_manager_app_run_crash_check() local
7292 timeout = 60; in lxsession_crash_manager_app_run_crash_check()
7307 timeout = _tmp8_; in lxsession_crash_manager_app_run_crash_check()
7310 _tmp9_ = timeout; in lxsession_crash_manager_app_run_crash_check()
H A Dapp.vala1248 int timeout = 60;
1249 … if (global_settings.get_item_string("Session", "updates_manager", "timeout") != null)
1251timeout = int.parse(global_settings.get_item_string("Session", "updates_manager", "timeout"));
1253 GLib.Timeout.add_seconds(timeout, on_apt_update_file_change);
1770 int timeout = 60;
1771 if (global_settings.get_item_string("Session", "crash_manager", "timeout") != null)
1773timeout = int.parse(global_settings.get_item_string("Session", "crash_manager", "timeout"));
1775 GLib.Timeout.add_seconds(timeout, on_crash_file_change);
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/wayland/
H A Dgdkdevice-wayland.c2107 guint delay, interval, timeout; in deliver_key_event() local
2222 timeout = (seat->repeat_deadline - now) / 1000L; in deliver_key_event()
2224 seat->repeat_timer = g_timeout_add (timeout, keyboard_repeat, seat); in deliver_key_event()
/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A Dgnocl.c1131 guint32 timeout = 100; in gnoclMainLoop() local
1155 timeout = ( guint32 ) val; in gnoclMainLoop()
1166 if ( timeout > 0 ) in gnoclMainLoop()
1168 g_timeout_add ( timeout, tclTimerFunc, NULL ); in gnoclMainLoop()
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltBgexec.c1106 int timeout; in WaitProcess() local
1119 timeout = (flags & WNOHANG) ? 0 : INFINITE; in WaitProcess()
1120 status = WaitForSingleObject(child.hProcess, timeout); in WaitProcess()
1133 if (timeout == 0) { in WaitProcess()
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DREADME.XAW3D490 manage themselves. The XawTipDisable() function removes the timeout
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/include/
H A DBasic.h1266 unsigned long timeout );
/dports/x11-toolkits/libdecor/libdecor-3ec3fadd59a21835079fbb3046d2bec6c649d6fa/src/
H A Dlibdecor.c1564 int timeout) in libdecor_dispatch() argument
1568 return plugin->priv->iface->dispatch(plugin, timeout); in libdecor_dispatch()
/dports/x11-toolkits/libdecor/libdecor-3ec3fadd59a21835079fbb3046d2bec6c649d6fa/src/plugins/cairo/
H A Dlibdecor-cairo.c489 int timeout) in libdecor_plugin_cairo_dispatch() argument
510 ret = poll(fds, ARRAY_SIZE (fds), timeout); in libdecor_plugin_cairo_dispatch()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/
H A Dbuild.py1346 timeout = '--timeout={}'.format(sec) if sec and sec != "0" else ''
1352 timeout,
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/wayland/
H A Dgdkdevice-wayland.c2201 guint delay, interval, timeout; in deliver_key_event() local
2281 timeout = (seat->repeat_deadline - now) / 1000L; in deliver_key_event()
2284 gdk_threads_add_timeout (timeout, keyboard_repeat, seat); in deliver_key_event()
/dports/x11-toolkits/soqt/soqt/docs/
H A DChangeLog.v1.2.0241 Bugfix: zero timeout should mean disable timer

12345678910>>...10379