Home
last modified time | relevance | path

Searched refs:ALL_EVENTS (Results 1 – 25 of 138) sorted by relevance

123456

/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/devices/
H A DSoQtLinuxJoystick.h48 #define SO_QT_ALL_LINUX_JOYSTICK_EVENTS SoQtLinuxJoystick::ALL_EVENTS
55 ALL_EVENTS = 0 enumerator
58 SoQtLinuxJoystick(int events = ALL_EVENTS);
/dports/x11-toolkits/SoXt/SoXt-1.3.0/src/Inventor/Xt/devices/
H A DSoXtLinuxJoystick.h46 ALL_EVENTS = 0 enumerator
49 SoXtLinuxJoystick(int events = SoXtLinuxJoystick::ALL_EVENTS);
80 #define SO_XT_ALL_LINUX_JOYSTICK_EVENTS SoXtLinuxJoystick::ALL_EVENTS
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/webdriver/tests/perform_actions/
H A Dkey_events.py7 from tests.perform_actions.support.keys import ALL_EVENTS, Keys, ALTERNATIVE_KEY_NAMES
34 code = ALL_EVENTS[event]["code"]
35 value = ALL_EVENTS[event]["key"]
66 code = ALL_EVENTS[event]["code"]
67 value = ALL_EVENTS[event]["key"]
184 @pytest.mark.parametrize("name,expected", ALL_EVENTS.items())
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/webdriver/tests/perform_actions/
H A Dkey_events.py7 from tests.perform_actions.support.keys import ALL_EVENTS, Keys, ALTERNATIVE_KEY_NAMES
34 code = ALL_EVENTS[event]["code"]
35 value = ALL_EVENTS[event]["key"]
66 code = ALL_EVENTS[event]["code"]
67 value = ALL_EVENTS[event]["key"]
184 @pytest.mark.parametrize("name,expected", ALL_EVENTS.items())
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/webdriver/tests/perform_actions/
H A Dkey_events.py7 from tests.perform_actions.support.keys import ALL_EVENTS, Keys, ALTERNATIVE_KEY_NAMES
34 code = ALL_EVENTS[event]["code"]
35 value = ALL_EVENTS[event]["key"]
66 code = ALL_EVENTS[event]["code"]
67 value = ALL_EVENTS[event]["key"]
184 @pytest.mark.parametrize("name,expected", ALL_EVENTS.items())
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/webdriver/tests/perform_actions/
H A Dkey_events.py7 from tests.perform_actions.support.keys import ALL_EVENTS, Keys, ALTERNATIVE_KEY_NAMES
33 code = ALL_EVENTS[event]["code"]
34 value = ALL_EVENTS[event]["key"]
65 code = ALL_EVENTS[event]["code"]
66 value = ALL_EVENTS[event]["key"]
183 @pytest.mark.parametrize("name,expected", ALL_EVENTS.items())
/dports/devel/py-pyinotify/pyinotify-0.9.6/python2/examples/
H A Dnot_quiet.py12 r = wm.add_watch(['/tmp', '/tmp-do-not-exist'], pyinotify.ALL_EVENTS)
19 pyinotify.ALL_EVENTS, quiet=False)
H A Dexclude.py15 pyinotify.ALL_EVENTS, rec=True, exclude_filter=excl)
28 pyinotify.ALL_EVENTS, rec=True, exclude_filter=excl)
H A Dstats_threaded.py22 wm1.add_watch('/tmp/', pyinotify.ALL_EVENTS, rec=True, auto_add=True)
29 wm2.add_watch('/var/log/', pyinotify.ALL_EVENTS, rec=False, auto_add=False)
H A Dloop.py11 wm.add_watch('/tmp', pyinotify.ALL_EVENTS)
H A Dcoalesce.py34 wm.add_watch('/tmp', pyinotify.ALL_EVENTS)
H A Dtornado_notifier.py18 wm.add_watch('/tmp', pyinotify.ALL_EVENTS)
/dports/devel/ipython/ipython-7.29.0/IPython/terminal/pt_inputhooks/
H A Dtk.py68 while root.dooneevent(_tkinter.ALL_EVENTS):
80 while root.dooneevent(_tkinter.ALL_EVENTS | _tkinter.DONT_WAIT):
/dports/devel/ipython5/ipython-5.10.0/IPython/terminal/pt_inputhooks/
H A Dtk.py73 while root.dooneevent(_tkinter.ALL_EVENTS):
85 while root.dooneevent(_tkinter.ALL_EVENTS | _tkinter.DONT_WAIT):
/dports/devel/py-ptpython/ptpython-3.0.20/ptpython/
H A Deventloop.py43 while root.dooneevent(_tkinter.ALL_EVENTS):
55 while root.dooneevent(_tkinter.ALL_EVENTS | _tkinter.DONT_WAIT):
/dports/x11-toolkits/SoXt/SoXt-1.3.0/src/Inventor/Xt/common/devices/
H A DSoGuiInputFocus.h.in40 ALL_EVENTS = ENTER_WINDOW | LEAVE_WINDOW enumerator
43 So@Gui@InputFocus(int mask = ALL_EVENTS);
57 #define SO_@GUI@_ALL_FOCUS_EVENTS So@Gui@InputFocus::ALL_EVENTS;
H A DSoGuiKeyboard.h.in44 ALL_EVENTS = KEY_PRESS | KEY_RELEASE enumerator
47 So@Gui@Keyboard(int eventmask = ALL_EVENTS);
H A DSoGuiMouse.h.in46 ALL_EVENTS = BUTTON_PRESS | BUTTON_RELEASE | POINTER_MOTION | BUTTON_MOTION enumerator
49 So@Gui@Mouse(int eventmask = ALL_EVENTS);
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/webdriver/tests/actions/
H A Dspecial_keys.py5 from tests.actions.support.keys import ALL_EVENTS, Keys
9 @pytest.mark.parametrize("name,expected", ALL_EVENTS.items())
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/devices/
H A DSoGuiInputFocus.h.in49 ALL_EVENTS = ENTER_WINDOW | LEAVE_WINDOW enumerator
52 So@Gui@InputFocus(int mask = ALL_EVENTS);
66 #define SO_@GUI@_ALL_FOCUS_EVENTS So@Gui@InputFocus::ALL_EVENTS;
/dports/devel/py-circuits/circuits-3.2/circuits/io/
H A Dnotify.py8 from pyinotify import WatchManager, Notifier, ALL_EVENTS
21 MASK = ALL_EVENTS
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Module/
H A DOnThisDayModule.php54 private const ALL_EVENTS = [ define in Fisharebest\\Webtrees\\Module\\OnThisDayModule
253 foreach (self::ALL_EVENTS as $event) {
H A DUpcomingAnniversariesModule.php58 private const ALL_EVENTS = [ define in Fisharebest\\Webtrees\\Module\\UpcomingAnniversariesModule
268 foreach (self::ALL_EVENTS as $event) {
/dports/devel/py-pyinotify/pyinotify-0.9.6/python3/examples/
H A Dasyncio_notifier.py18 wm.add_watch('/tmp', pyinotify.ALL_EVENTS)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A D_tkinter.pyi75 # These should be kept in sync with tkinter.tix constants, except ALL_EVENTS which doesn't match TC…
76 ALL_EVENTS: Literal[-3]

123456