Home
last modified time | relevance | path

Searched refs:eventloop (Results 1 – 25 of 690) sorted by path

12345678910>>...28

/dports/astro/kstars/kstars-3.5.6/
H A DChangeLog754 f8c287bf1 2020-10-18 Jasem Mutlaq Disable eventloop since extraction is sync operation now
/dports/astro/phd2/phd2-2.6.10/thirdparty/
H A Dthirdparty.cmake779 eventloop.h
/dports/astro/stellarium/stellarium-0.21.3/src/external/libindi/
H A DChangeLog371 + Fixed bug in eventloop that can cause IE timers to crash.
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXEventLoop.cpp60 for(const FXEventLoop* eventloop=this; eventloop; eventloop=eventloop->upper){ in isModal() local
61 if(eventloop->window==win && eventloop->modality) return true; in isModal()
69 for(FXEventLoop* eventloop=this; eventloop; eventloop=eventloop->upper){ in stop() local
70 eventloop->done=true; in stop()
71 eventloop->code=0; in stop()
83 for(FXEventLoop* eventloop=this; eventloop; eventloop=eventloop->upper){ in stopModal() local
85 eventloop->code=0; in stopModal()
86 if(eventloop->window==win && eventloop->modality){ in stopModal()
97 for(FXEventLoop* eventloop=this; eventloop; eventloop=eventloop->upper){ in stopModal() local
98 eventloop->done=true; in stopModal()
[all …]
/dports/audio/mpz/mpz-1.0.19/libs/qhotkey/QHotkey-1.5.0/
H A DREADME.md112 …t the main thread *must* be unregistered or destroyed *before* the main eventloop ends. Otherwise,…
/dports/audio/mpz/mpz-1.0.19/libs/qhotkey/QHotkey-1.5.0/doc/
H A Dqhotkey.dox21 thread until the applications eventloop has the time to handle it. If the loop is not running, the …
48 thread until the applications eventloop has the time to handle it. If the loop is not running, the …
110 …n a thread other than the main thread, make shure the QApplication is still running it's eventloop.
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Control/
H A DHID_API.sc65 if ( running.not ) { this.initializeHID }; // start eventloop if not yet running
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Platform/linux/
H A DLID.sc103 "Starting LID eventloop".postln;
/dports/biology/migrate/migrate-3.6.11/
H A DHISTORY654 Change of defaults: plot=FALSE, moved eventloop()
/dports/biology/migrate/migrate-3.6.11/src/
H A Dcombroyden2.c1428 eventloop (); in maximize()
H A Ddefinitions.h580 #define eventloop() /* eventloop would go here */ macro
H A Dmcmc1.c181 eventloop (); in tree_update()
H A Dprofile.c1097 eventloop (); in profile_max_percentiles()
H A Dworld.c3010 eventloop (); in calc_loci_plane()
/dports/biology/recombine/recombine1.41/
H A Drec_modellike.c2288 eventloop(); in broydenpoint()
2775 eventloop(); in rec_estimate()
2784 eventloop(); in rec_estimate()
2825 eventloop(); in rec_estimate()
2911 eventloop(); in rec_estimate()
H A Drecombine.c5195 eventloop(); in rearrange()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/
H A DChangeLog-2011-02-1610641 Create a new eventloop when runModal() is called.
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja_nodejs/eventloop/
H A Deventloop.go1 package eventloop package
H A Deventloop_test.go1 package eventloop package
/dports/databases/libcouchbase/libcouchbase-2.10.7/
H A D.gitignore53 /example/libeventdirect/eventloop
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dasyncio.rst81 asyncio-eventloop.rst
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dasyncio.rst81 asyncio-eventloop.rst
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqeventdispatcher_cf.mm333 // a Qt event loop being asked to exit. We check that the topmost eventloop
335 // might get stopped as a result of a non-top eventloop being asked to exit,
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoaeventdispatcher.mm373 // Used to determine whether any eventloop has been exec'ed, and allow posted
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/ios/
H A Dqioseventdispatcher.mm349 // This results in running Qt's application eventloop as a nested runloop.

12345678910>>...28