Home
last modified time | relevance | path

Searched refs:ActionNotify (Results 1 – 17 of 17) sorted by relevance

/dports/net-im/gloox/gloox-1.0.24/src/tests/amprule/
H A Damprule_test.cpp33 AMP::Rule r( AMP::DeliverDirect, AMP::ActionNotify ); in main()
75 AMP::Rule r( "foodate", AMP::ActionNotify ); in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/tmtools/jstack/
H A DWaitNotifyThreadTest.java50 class ActionNotify implements Action { class in WaitNotifyThreadTest
92 doTest(new ActionNotify()); in doTest()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/tmtools/jstack/
H A DWaitNotifyThreadTest.java50 class ActionNotify implements Action { class in WaitNotifyThreadTest
92 doTest(new ActionNotify()); in doTest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/serviceability/tmtools/jstack/
H A DWaitNotifyThreadTest.java50 class ActionNotify implements Action { class in WaitNotifyThreadTest
96 doTest(new ActionNotify()); in doTest()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/serviceability/tmtools/jstack/
H A DWaitNotifyThreadTest.java50 class ActionNotify implements Action { class in WaitNotifyThreadTest
96 doTest(new ActionNotify()); in doTest()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/serviceability/tmtools/jstack/
H A DWaitNotifyThreadTest.java50 class ActionNotify implements Action { class in WaitNotifyThreadTest
96 doTest(new ActionNotify()); in doTest()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/serviceability/tmtools/jstack/
H A DWaitNotifyThreadTest.java50 class ActionNotify implements Action { class in WaitNotifyThreadTest
96 doTest(new ActionNotify()); in doTest()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/serviceability/tmtools/jstack/
H A DWaitNotifyThreadTest.java50 class ActionNotify implements Action { class in WaitNotifyThreadTest
96 doTest(new ActionNotify()); in doTest()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/serviceability/tmtools/jstack/
H A DWaitNotifyThreadTest.java50 class ActionNotify implements Action { class in WaitNotifyThreadTest
96 doTest(new ActionNotify()); in doTest()
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DPanner.c88 static void ActionPage(), ActionNotify(), ActionSet();
96 { "notify", ActionNotify }, /* callback new position */
813 ActionNotify (gw, event, params, num_params);
841 ActionNotify (gw, event, params, num_params); /* does a check */
886 ActionNotify (gw, event, (String *) NULL, &zero);
893 static void ActionNotify (gw, event, params, num_params) in ActionNotify() function
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DPanner.c92 static void ActionNotify(Widget, XEvent *, String *, Cardinal *);
101 { "notify", ActionNotify }, /* callback new position */
792 ActionNotify (gw, event, params, num_params); in ActionAbort()
817 ActionNotify (gw, event, params, num_params); /* does a check */ in ActionMove()
859 ActionNotify (gw, event, (String *) NULL, &zero); in ActionPage()
867 ActionNotify (Widget gw, XEvent *event, String *params, Cardinal *num_params) in ActionNotify() function
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DPanner.c76 static void ActionPage(), ActionNotify(), ActionSet();
84 { "notify", ActionNotify }, /* callback new position */
801 ActionNotify (gw, event, params, num_params);
829 ActionNotify (gw, event, params, num_params); /* does a check */
874 ActionNotify (gw, event, (String *) NULL, &zero);
881 static void ActionNotify (gw, event, params, num_params) in ActionNotify() function
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DPanner.c82 static void ActionNotify(Widget, XEvent*, String*, Cardinal*);
124 {"notify", ActionNotify}, /* callback new position */
924 ActionNotify(gw, event, params, num_params); in ActionAbort()
949 ActionNotify(gw, event, params, num_params); in ActionMove()
995 ActionNotify(gw, event, NULL, &zero); in ActionPage()
1002 ActionNotify(Widget gw, XEvent *event _X_UNUSED, String *params _X_UNUSED, Cardinal *num_params _X_… in ActionNotify() function
/dports/net-im/gloox/gloox-1.0.24/src/
H A Damp.h63 ActionNotify, /**< Sends back a message stanza with a 'notify' status */ enumerator
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/gui/
H A DPanner.c349 static void ActionPage(), ActionNotify(), ActionSet();
357 { "notify", ActionNotify }, /* callback new position */
1078 ActionNotify (gw, event, params, num_params); in ActionAbort()
1105 ActionNotify (gw, event, params, num_params); /* does a check */ in ActionMove()
1149 ActionNotify (gw, event, (String *) NULL, &zero); in ActionPage()
1156 static void ActionNotify (Widget gw, XEvent *event, String *params, Cardinal *num_params) in ActionNotify() function
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/sched/
H A Dnotify.go241 func (s *Schedule) ActionNotify(at models.ActionType, user, message string, aks []models.AlertKey) … func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/web/
H A Dweb.go794 err := schedule.ActionNotify(at, data.User, data.Message, successful)