Home
last modified time | relevance | path

Searched refs:ControlAction (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/hadoop/hadoop-1.2.1/src/test/system/java/org/apache/hadoop/test/system/
H A DControlAction.java32 public abstract class ControlAction<T extends Writable> implements Writable { class
39 public ControlAction() { in ControlAction() method in ControlAction
48 public ControlAction(T target) { in ControlAction() method in ControlAction
73 if (obj instanceof ControlAction) { in equals()
74 ControlAction<T> other = (ControlAction<T>) obj; in equals()
H A DDaemonProtocol.java124 void sendAction(ControlAction action) throws IOException; in sendAction()
137 boolean isActionPending(ControlAction action) throws IOException; in isActionPending()
148 void removeAction(ControlAction action) throws IOException; in removeAction()
166 ControlAction[] getActions(Writable key) throws IOException; in getActions()
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/kardianos/service/
H A Dservice.go390 var ControlAction = [5]string{"start", "stop", "restart", "install", "uninstall"} var
396 case ControlAction[0]:
398 case ControlAction[1]:
400 case ControlAction[2]:
402 case ControlAction[3]:
404 case ControlAction[4]:
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/kardianos/service/service-1.2.0/
H A Dservice.go390 var ControlAction = [5]string{"start", "stop", "restart", "install", "uninstall"} var
396 case ControlAction[0]:
398 case ControlAction[1]:
400 case ControlAction[2]:
402 case ControlAction[3]:
404 case ControlAction[4]:
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/kardianos/service/
H A Dservice.go390 var ControlAction = [5]string{"start", "stop", "restart", "install", "uninstall"} var
396 case ControlAction[0]:
398 case ControlAction[1]:
400 case ControlAction[2]:
402 case ControlAction[3]:
404 case ControlAction[4]:
/dports/devel/hadoop/hadoop-1.2.1/src/test/system/aop/org/apache/hadoop/test/system/
H A DDaemonProtocolAspect.aj54 private HashMap<Object, List<ControlAction>> DaemonProtocol.actions =
55 new HashMap<Object, List<ControlAction>>();
235 public ControlAction[] DaemonProtocol.getActions(Writable key)
238 List<ControlAction> actionList = actions.get(key);
240 return new ControlAction[0];
242 return (ControlAction[]) actionList.toArray(new ControlAction[actionList
250 public void DaemonProtocol.sendAction(ControlAction action)
253 List<ControlAction> actionList = actions.get(action.getTarget());
255 actionList = new ArrayList<ControlAction>();
263 public boolean DaemonProtocol.isActionPending(ControlAction action)
[all …]
/dports/games/qonk/qonk-0.3.1/src/
H A Dcontroloptions.cpp45 class ControlAction : public MenuAction class
55 ControlAction(ControlOptions &co, GameAction ga) in ControlAction() function in ControlAction
119 ma = new ControlAction(*this, ga); in getControlAction()
/dports/devel/hadoop/hadoop-1.2.1/src/test/system/java/org/apache/hadoop/mapreduce/test/system/
H A DFinishTaskControlAction.java23 import org.apache.hadoop.test.system.ControlAction;
28 public class FinishTaskControlAction extends ControlAction<TaskID> {
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/macventure/
H A Dcontrols.h51 enum ControlAction { enum
78 ControlAction refcon;
H A Dmacventure.h220 void selectControl(ControlAction action);
276 ControlAction referenceToAction(ControlType id);
287 ControlAction getSelectedControl();
362 ControlAction _selectedControl;
H A Dscript.h131 ControlAction action;
152 bool runControl(ControlAction action, ObjID source, ObjID destination, Common::Point delta);
/dports/games/scummvm/scummvm-2.5.1/engines/macventure/
H A Dcontrols.h51 enum ControlAction { enum
78 ControlAction refcon;
H A Dmacventure.h219 void selectControl(ControlAction action);
275 ControlAction referenceToAction(ControlType id);
286 ControlAction getSelectedControl();
360 ControlAction _selectedControl;
H A Dscript.h131 ControlAction action;
152 bool runControl(ControlAction action, ObjID source, ObjID destination, Common::Point delta);
H A Dmacventure.cpp277 void MacVentureEngine::selectControl(ControlAction id) { in selectControl()
915 ControlAction MacVenture::MacVentureEngine::referenceToAction(ControlType id) { in referenceToAction()
1070 ControlAction MacVentureEngine::getSelectedControl() { in getSelectedControl()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/core/
H A DConfig.cpp241 ActionKey getActionKey(const string & section, ControlAction index) const;
251 void writeActionKey(ControlAction index, const ActionKey & value);
255 void ConfigWriter::writeActionKey(ControlAction index, const ActionKey & actionKey) { in writeActionKey()
264 ActionKey ConfigReader::getActionKey(const string & section, ControlAction index) const { in getActionKey()
307 bool Config::setActionKey(ControlAction actionId, int index, InputKeyId key) { in setActionKey()
413 writer.writeActionKey((ControlAction)i, actions[i]); in save()
497 actions[i] = reader.getActionKey(Section::Key, (ControlAction)i); in init()
H A DConfig.h33 enum ControlAction { enum
182 bool setActionKey(ControlAction action, int index, InputKeyId key);
/dports/devel/hadoop/hadoop-1.2.1/src/test/system/aop/org/apache/hadoop/mapred/
H A DTaskAspect.aj30 import org.apache.hadoop.test.system.ControlAction;
76 ControlAction[] actions = daemonProxy.getActions(
82 for(ControlAction action : actions) {
/dports/editors/libreoffice/libreoffice-7.2.6.2/fpicker/source/office/
H A DOfficeFilePicker.hxx124 …virtual void SAL_CALL setValue( sal_Int16 ElementID, sal_Int16 ControlAction, const css:…
125 …virtual css::uno::Any SAL_CALL getValue( sal_Int16 ElementID, sal_Int16 ControlAction ) …
/dports/editors/libreoffice6/libreoffice-6.4.7.2/fpicker/source/office/
H A DOfficeFilePicker.hxx126 …virtual void SAL_CALL setValue( sal_Int16 ElementID, sal_Int16 ControlAction, const css:…
127 …virtual css::uno::Any SAL_CALL getValue( sal_Int16 ElementID, sal_Int16 ControlAction ) …
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/kardianos/service/service-1.2.0/example/logging/
H A Dmain.go102 log.Printf("Valid actions: %q\n", service.ControlAction)
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/dnscrypt-proxy/
H A Dmain.go43 …:= flag.String("service", "", fmt.Sprintf("Control the system service: %q", service.ControlAction))
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasma/
H A Dplasma.h132 ControlAction = 200, /**< Generic control, similar to ConfigureAction TODO: better doc */ enumerator
H A Dcorona.cpp486 lockAction->setData(Plasma::Types::ControlAction); in init()
501 editAction->setData(Plasma::Types::ControlAction); in init()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/kardianos/service/service-1.2.0/example/runner/
H A Drunner.go184 log.Printf("Valid actions: %q\n", service.ControlAction)

12