Home
last modified time | relevance | path

Searched refs:_quit (Results 1 – 25 of 269) sorted by relevance

1234567891011

/dports/security/yapet/yapet-2.3/src/libs/ui/
H A Dyapetunlockdialog.cc51 if (_quit) _quit->enabled(!YAPET::Globals::records_changed); in window_show_handler()
61 if (_quit != nullptr && evt.data() == _quit) { in button_press_handler()
78 _quit{nullptr},
97 _quit = new YACURS::Button(_("Quit"));
98 add_button(_quit);
127 if (_quit) delete _quit; in ~YapetUnlockDialog()
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/_threads/
H A D_team.py88 self._quit = Quit()
115 self._quit.check()
133 self._quit.check()
158 self._quit.check()
216 self._quit.set()
H A D_memory.py31 self._quit = Quit()
40 self._quit.check()
47 self._quit.set()
H A D_threadworker.py85 self._quit = Quit()
99 self._quit.check()
118 self._quit.set()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/
H A DNullGui.h41 _quit(false) in NullGui()
66 void quitUI() { _quit = true; } in quitUI()
74 bool _quit; variable
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/MacOSX/
H A DAppDelegate.mm21 _quit = FALSE;
46 _quit = TRUE;
51 _quit = TRUE;
74 return (_quit);
/dports/devel/ipython/ipython-7.29.0/IPython/lib/
H A Dinputhookgtk4.py27 self._quit = False
31 self._quit = True
36 while not self._quit:
/dports/devel/ipython/ipython-7.29.0/IPython/terminal/pt_inputhooks/
H A Dgtk4.py10 self._quit = False
16 self._quit = True
21 while not self._quit:
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/MacOSX/
H A DAppDelegate.mm22 _quit = FALSE;
47 _quit = TRUE;
52 _quit = TRUE;
77 return (_quit);
/dports/emulators/atari800/atari800-3.1.0/src/android/src/
H A DAudioThread.java40 private boolean _quit; field in AudioThread
61 _quit = false; in AudioThread()
94 while (!_quit) { in run()
123 _quit = true; in interrupt()
/dports/devel/py-pyperf/pyperf-2.3.0/pyperf/
H A D_psutil_memory.py17 self._quit = False
25 while not self._quit:
32 self._quit = True
H A D_linux_memory.py33 self._quit = False
41 while not self._quit:
48 self._quit = True
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_cxx_demo.cpp48 bool quit() const { return _quit; } in quit()
54 bool _quit{false}; member in CubeView
96 _quit = true; in onEvent()
105 _quit = true; in onEvent()
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_cxx_demo.cpp48 bool quit() const { return _quit; } in quit()
54 bool _quit{false}; member in CubeView
96 _quit = true; in onEvent()
105 _quit = true; in onEvent()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/pugl/examples/
H A Dpugl_cxx_demo.cpp48 bool quit() const { return _quit; } in quit()
54 bool _quit{false}; member in CubeView
96 _quit = true; in onEvent()
105 _quit = true; in onEvent()
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_cxx_demo.cpp48 bool quit() const { return _quit; } in quit()
54 bool _quit{false}; member in CubeView
96 _quit = true; in onEvent()
105 _quit = true; in onEvent()
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/pugl-upstream/examples/
H A Dpugl_cxx_demo.cpp48 bool quit() const { return _quit; } in quit()
54 bool _quit{false}; member in CubeView
96 _quit = true; in onEvent()
105 _quit = true; in onEvent()
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_cxx_demo.cpp48 bool quit() const { return _quit; }
54 bool _quit{false};
96 _quit = true;
105 _quit = true;
/dports/x11/xpra/xpra-4.3/xpra/
H A Dchild_reaper.py81 self._quit = quit_cb
102 self._quit = None
134 self._quit = cb
144 cb = self._quit
148 self._quit = None
/dports/devel/pygobject3-common/pygobject-3.38.0/examples/demo/demos/
H A Dtest.py8 def _quit(*args): function
14 window.connect_after('destroy', _quit)
/dports/devel/py-gobject3/pygobject-3.38.0/examples/demo/demos/
H A Dtest.py8 def _quit(*args): function
14 window.connect_after('destroy', _quit)
/dports/lang/python-legacy/Python-2.7.18/Lib/plat-mac/
H A Dargvemulator.py68 def _quit(self): member in ArgvCollector
72 self._quit()
88 self._quit()
/dports/lang/python27/Python-2.7.18/Lib/plat-mac/
H A Dargvemulator.py68 def _quit(self): member in ArgvCollector
72 self._quit()
88 self._quit()
/dports/games/scummvm/scummvm-2.5.1/engines/buried/demo/
H A Ddemo_menu.cpp59 _quit = Common::Rect(552, 439, 640, 480); in DemoMainMenuWindow()
132 if (_quit.contains(point)) in onLButtonDown()
171 if (_quit.contains(point)) in onLButtonUp()
/dports/audio/mpz/mpz-1.0.19/app/
H A Dshortcuts.cpp4 _quit(parent), in Shortcuts()
47 r << QPair<QString, QString>(tr("Quit"), _quit.key().toString()); in describe()
66 connect(&_quit, &QShortcut::activated, this, &Shortcuts::quit); in setupLocal()
83 _quit.setKey(Qt::CTRL | Qt::Key_Q); in setupLocal()

1234567891011