Home
last modified time | relevance | path

Searched defs:eventtype (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/inc/
H A Dsbamultiplex.hxx71 #define DECLARE_MULTIPLEXER_VOID_METHOD(methodname, eventtype) \ argument
74 #define DECLARE_MULTIPLEXER_BOOL_METHOD(methodname, eventtype) \ argument
110 …efine IMPLEMENT_LISTENER_MULTIPLEXER_VOID_METHOD(classname, listenerclass, methodname, eventtype) \ argument
120 …efine IMPLEMENT_LISTENER_MULTIPLEXER_BOOL_METHOD(classname, listenerclass, methodname, eventtype) \ argument
174 #define DECLARE_PROPERTY_MULTIPLEXER(classname, listenerclass, methodname, eventtype) \ argument
209 #define IMPLEMENT_PROPERTY_MULTIPLEXER(classname, listenerclass, methodname, eventtype) \ argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/inc/
H A Dsbamultiplex.hxx80 #define DECLARE_MULTIPLEXER_VOID_METHOD(methodname, eventtype) \ argument
83 #define DECLARE_MULTIPLEXER_BOOL_METHOD(methodname, eventtype) \ argument
119 …efine IMPLEMENT_LISTENER_MULTIPLEXER_VOID_METHOD(classname, listenerclass, methodname, eventtype) \ argument
129 …efine IMPLEMENT_LISTENER_MULTIPLEXER_BOOL_METHOD(classname, listenerclass, methodname, eventtype) \ argument
183 #define DECLARE_PROPERTY_MULTIPLEXER(classname, listenerclass, methodname, eventtype) \ argument
218 #define IMPLEMENT_PROPERTY_MULTIPLEXER(classname, listenerclass, methodname, eventtype) \ argument
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/plugins/Notifications/deluge_notifications/
H A Dcommon.py46 def _handle_custom_providers(self, kind, eventtype, *args, **kwargs): argument
64 def _register_custom_provider(self, kind, eventtype, handler): argument
82 def _deregister_custom_provider(self, kind, eventtype): argument
97 def _handled_eventtype(self, eventtype, handler): argument
H A Dgtkui.py101 def register_custom_popup_notification(self, eventtype, handler): argument
112 def deregister_custom_popup_notification(self, eventtype): argument
115 def register_custom_blink_notification(self, eventtype, handler): argument
126 def deregister_custom_blink_notification(self, eventtype): argument
129 def register_custom_sound_notification(self, eventtype, handler): argument
142 def deregister_custom_sound_notification(self, eventtype): argument
145 def handle_custom_popup_notification(self, result, eventtype): argument
149 def handle_custom_blink_notification(self, result, eventtype): argument
157 def handle_custom_sound_notification(self, result, eventtype): argument
H A Dcore.py61 def register_custom_email_notification(self, eventtype, handler): argument
71 def deregister_custom_email_notification(self, eventtype): argument
74 def handle_custom_email_notification(self, result, eventtype): argument
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Dcin_def.h45 typedef struct eventtype struct
48 enum_eventtype effecttype; argument
50 struct eventtype * next; argument
51 struct eventtype * prev; argument
52 } eventtype; typedef
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_event.c279 SCIP_EVENTTYPE eventtype, /**< event type mask to select events to catch */ in SCIPcatchEvent()
313 SCIP_EVENTTYPE eventtype, /**< event type mask of dropped event */ in SCIPdropEvent()
348 SCIP_EVENTTYPE eventtype, /**< event type mask to select events to catch */ in SCIPcatchVarEvent()
394 SCIP_EVENTTYPE eventtype, /**< event type mask of dropped event */ in SCIPdropVarEvent()
434 SCIP_EVENTTYPE eventtype, /**< event type mask to select events to catch */ in SCIPcatchRowEvent()
474 SCIP_EVENTTYPE eventtype, /**< event type mask of dropped event */ in SCIPdropRowEvent()
H A Dvar.h1551 #define SCIPvarCatchEvent(var, blkmem, set, eventtype, eventhdlr, eventdata, filterpos) \ argument
1553 #define SCIPvarDropEvent(var, blkmem, set, eventtype, eventhdlr, eventdata, filterpos) \ argument
/dports/www/moodle310/moodle/calendar/tests/
H A Dprivacy_test.php753 …protected function create_test_standard_calendar_event($eventtype, $userid, $time, $customname = '…
788 …protected function create_test_action_calendar_event($eventtype, $courseid, $instanceid, $modulena…
817 …protected function create_test_calendar_subscription($eventtype, $url, $userid, $categoryid = 0, $…
/dports/www/moodle311/moodle/calendar/tests/
H A Dprivacy_test.php753 …protected function create_test_standard_calendar_event($eventtype, $userid, $time, $customname = '…
788 …protected function create_test_action_calendar_event($eventtype, $courseid, $instanceid, $modulena…
817 …protected function create_test_calendar_subscription($eventtype, $url, $userid, $categoryid = 0, $…
/dports/www/moodle39/moodle/calendar/tests/
H A Dprivacy_test.php753 …protected function create_test_standard_calendar_event($eventtype, $userid, $time, $customname = '…
788 …protected function create_test_action_calendar_event($eventtype, $courseid, $instanceid, $modulena…
817 …protected function create_test_calendar_subscription($eventtype, $url, $userid, $categoryid = 0, $…
/dports/www/moodle310/moodle/mod/workshop/tests/
H A Dlib_test.php385 private function create_action_event($courseid, $instanceid, $eventtype) {
602 $assessmentstart, $assessmentend, $eventtype, $expectedmin, $expectedmax) {
726 $assessmentend, $eventtype, $fieldtoupdate, $newtime) {
/dports/www/moodle311/moodle/mod/workshop/tests/
H A Dlib_test.php385 private function create_action_event($courseid, $instanceid, $eventtype) {
602 $assessmentstart, $assessmentend, $eventtype, $expectedmin, $expectedmax) {
726 $assessmentend, $eventtype, $fieldtoupdate, $newtime) {
/dports/www/moodle39/moodle/mod/workshop/tests/
H A Dlib_test.php385 private function create_action_event($courseid, $instanceid, $eventtype) {
602 $assessmentstart, $assessmentend, $eventtype, $expectedmin, $expectedmax) {
726 $assessmentend, $eventtype, $fieldtoupdate, $newtime) {
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoEventCallback.cpp176 SoEventCallback::addEventCallback(SoType eventtype, SoEventCallbackCB * f, in addEventCallback()
191 SoEventCallback::removeEventCallback(SoType eventtype, SoEventCallbackCB * f, in removeEventCallback()
348 SoType eventtype = this->heaction->getEvent()->getTypeId(); in handleEvent() local
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/Wasabi/api/syscb/
H A Dapi_syscb.h57 inline int api_syscb::syscb_issueCallback(int eventtype, int msg, intptr_t param1 , intptr_t param2… in syscb_issueCallback()
62 inline SysCallback *api_syscb::syscb_enum(int eventtype, size_t n) in syscb_enum()
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/client-go/tools/record/
H A Devent.go66 Event(object runtime.Object, eventtype, reason, message string) argument
69 Eventf(object runtime.Object, eventtype, reason, messageFmt string, args ...interface{}) argument
72 …PastEventf(object runtime.Object, timestamp metav1.Time, eventtype, reason, messageFmt string, arg… argument
75 …AnnotatedEventf(object runtime.Object, annotations map[string]string, eventtype, reason, messageFm… argument
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/k8s.io/client-go/tools/record/
H A Devent.go66 Event(object runtime.Object, eventtype, reason, message string) argument
69 Eventf(object runtime.Object, eventtype, reason, messageFmt string, args ...interface{}) argument
72 …PastEventf(object runtime.Object, timestamp metav1.Time, eventtype, reason, messageFmt string, arg… argument
75 …AnnotatedEventf(object runtime.Object, annotations map[string]string, eventtype, reason, messageFm… argument
/dports/www/moodle310/moodle/calendar/classes/local/event/forms/
H A Deventtype.php34 trait eventtype { trait
/dports/www/moodle311/moodle/calendar/classes/local/event/forms/
H A Deventtype.php34 trait eventtype { trait
/dports/www/moodle39/moodle/calendar/classes/local/event/forms/
H A Deventtype.php34 trait eventtype { trait
/dports/audio/midifile/midifile-988d55b/tools/
H A Dtext2midi.cpp96 int eventtype = 0; in convertTextToMidiFile() local
143 void readvalues(char* buffer, int& eventtype, double& start, double& dur, in readvalues()
/dports/www/moodle310/moodle/mod/page/tests/
H A Dlib_test.php209 private function create_action_event($courseid, $instanceid, $eventtype) {
/dports/www/moodle311/moodle/mod/page/tests/
H A Dlib_test.php209 private function create_action_event($courseid, $instanceid, $eventtype) {
/dports/www/moodle39/moodle/mod/page/tests/
H A Dlib_test.php209 private function create_action_event($courseid, $instanceid, $eventtype) {

12345678910>>...14