Home
last modified time | relevance | path

Searched refs:ActionSet (Results 1 – 25 of 462) sorted by relevance

12345678910>>...19

/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/pkg/iam/policy/
H A Dactionset.go29 type ActionSet map[Action]struct{} type
32 func (actionSet ActionSet) Clone() ActionSet {
37 func (actionSet ActionSet) Add(action Action) {
42 func (actionSet ActionSet) IsEmpty() bool {
67 func (actionSet ActionSet) Equals(sactionSet ActionSet) bool { argument
85 func (actionSet ActionSet) Intersection(sset ActionSet) ActionSet { argument
105 func (actionSet ActionSet) String() string {
116 func (actionSet ActionSet) ToSlice() []Action {
146 *actionSet = make(ActionSet)
165 func (actionSet ActionSet) Validate() error {
[all …]
H A Dactionset_test.go28 set ActionSet
30 expectedResult ActionSet
47 set ActionSet
68 set ActionSet
69 setToIntersect ActionSet
70 expectedResult ActionSet
88 actionSet ActionSet
114 actionSet ActionSet
133 expectedResult ActionSet
147 result := make(ActionSet)
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/pkg/bucket/policy/
H A Dactionset.go29 type ActionSet map[Action]struct{} type
32 func (actionSet ActionSet) Add(action Action) {
37 func (actionSet ActionSet) Contains(action Action) bool {
43 func (actionSet ActionSet) Equals(sactionSet ActionSet) bool { argument
61 func (actionSet ActionSet) Intersection(sset ActionSet) ActionSet { argument
81 func (actionSet ActionSet) String() string {
92 func (actionSet ActionSet) ToSlice() []Action {
101 func (actionSet ActionSet) Clone() ActionSet {
116 *actionSet = make(ActionSet)
130 func NewActionSet(actions ...Action) ActionSet {
[all …]
H A Dactionset_test.go28 set ActionSet
30 expectedResult ActionSet
47 set ActionSet
67 set ActionSet
68 setToIntersect ActionSet
69 expectedResult ActionSet
87 actionSet ActionSet
113 actionSet ActionSet
132 expectedResult ActionSet
145 result := make(ActionSet)
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/FMDP/planning/
H A DactionSet.h88 class ActionSet {
98 ActionSet() { in ActionSet() function
99 GUM_CONSTRUCTOR(ActionSet); in ActionSet()
103 ActionSet(const ActionSet& src) { in ActionSet() function
104 GUM_CONSTRUCTOR(ActionSet); in ActionSet()
110 ActionSet& operator=(const ActionSet& src) {
120 ~ActionSet() { in ~ActionSet()
121 GUM_DESTRUCTOR(ActionSet); in ~ActionSet()
160 ActionSet& operator+=(const Idx& elem) {
168 ActionSet& operator+=(const ActionSet& src) {
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/auth/
H A Daction_set.cpp48 ActionSet::ActionSet(std::initializer_list<ActionType> actions) { in ActionSet() function in mongo::ActionSet
54 void ActionSet::addAction(const ActionType& action) { in addAction()
62 void ActionSet::addAllActionsFromSet(const ActionSet& actions) { in addAllActionsFromSet()
70 void ActionSet::addAllActions() { in addAllActions()
74 void ActionSet::removeAction(const ActionType& action) { in removeAction()
79 void ActionSet::removeAllActionsFromSet(const ActionSet& other) { in removeAllActionsFromSet()
86 void ActionSet::removeAllActions() { in removeAllActions()
90 bool ActionSet::contains(const ActionType& action) const { in contains()
94 bool ActionSet::isSupersetOf(const ActionSet& other) const { in isSupersetOf()
98 Status ActionSet::parseActionSetFromString(const std::string& actionsString, ActionSet* result) { in parseActionSetFromString()
[all …]
H A Daction_set.h48 class ActionSet {
50 ActionSet() : _actions(0) {} in ActionSet() function
51 ActionSet(std::initializer_list<ActionType> actions);
54 void addAllActionsFromSet(const ActionSet& actionSet);
60 void removeAllActionsFromSet(const ActionSet& actionSet);
67 bool equals(const ActionSet& other) const { in equals()
75 bool isSupersetOf(const ActionSet& other) const;
85 static Status parseActionSetFromString(const std::string& actionsString, ActionSet* result);
92 ActionSet* result,
100 static inline bool operator==(const ActionSet& lhs, const ActionSet& rhs) {
H A Daction_set_test.cpp43 ActionSet result; in TEST()
57 ASSERT_OK(ActionSet::parseActionSetFromString("find", &result)); in TEST()
64 ASSERT_OK(ActionSet::parseActionSetFromString("", &result)); in TEST()
76 ActionSet actionSet; in TEST()
89 ActionSet actionSet2; in TEST()
102 ActionSet set1, set2, set3; in TEST()
118 ActionSet set; in TEST()
120 ASSERT_OK(ActionSet::parseActionSetFromString("anyAction", &set)); in TEST()
163 ActionSet set1{}; in TEST()
166 ActionSet set2{ActionType::find}; in TEST()
[all …]
H A Dprivilege.h64 Privilege(const ResourcePattern& resource, const ActionSet& actions);
71 const ActionSet& getActions() const { in getActions()
75 void addActions(const ActionSet& actionsToAdd);
76 void removeActions(const ActionSet& actionsToRemove);
81 bool includesActions(const ActionSet& actions) const;
87 ActionSet _actions; // bitmask of actions this privilege grants
H A Drole_graph_builtin_roles.cpp71 ActionSet readRoleActions;
75 ActionSet readWriteRoleActions;
79 ActionSet userAdminRoleActions;
83 ActionSet dbAdminRoleActions;
103 ActionSet& operator<<(ActionSet& target, ActionType source) { in operator <<()
108 void operator+=(ActionSet& target, const ActionSet& source) { in operator +=()
478 ActionSet writeActions; in addClusterManagerPrivileges()
512 ActionSet clusterActions; in addQueryableBackupPrivileges()
574 ActionSet clusterActions; in addBackupPrivileges()
590 ActionSet actions; in addRestorePrivileges()
[all …]
/dports/audio/polyphone/polyphone-75a5e88/sources/core/
H A Dactionset.cpp28 const int ActionSet::UNDO_NUMBER = 50;
30 ActionSet::ActionSet() : in ActionSet() function in ActionSet
36 ActionSet::~ActionSet() in ~ActionSet()
55 void ActionSet::addActions(QList<Action *> actions) in addActions()
71 int ActionSet::getCurrentEdition() in getCurrentEdition()
79 bool ActionSet::isUndoable() in isUndoable()
84 bool ActionSet::isRedoable() in isRedoable()
89 QList<Action *> ActionSet::undo() in undo()
101 QList<Action *> ActionSet::redo() in redo()
113 void ActionSet::clearRedo() in clearRedo()
[all …]
/dports/devel/py-envisage/envisage-4.9.0/envisage/ui/action/tests/
H A Dtest_action_manager_builder.py26 ActionSet(
49 ActionSet(
72 ActionSet(
90 ActionSet(
108 ActionSet(
135 ActionSet(
160 ActionSet(
183 ActionSet(
211 ActionSet(
217 ActionSet(
[all …]
/dports/science/plumed/plumed2-2.7.2/src/core/
H A DActionSet.h39 class ActionSet:
44 explicit ActionSet(PlumedMain&p);
45 ~ActionSet();
84 std::vector<T> ActionSet::select()const { in select()
94 T ActionSet::selectWithLabel(const std::string&s)const { in selectWithLabel()
103 std::vector<Action*> ActionSet::selectNot()const { in selectNot()
113 std::string ActionSet::getLabelList() const { in getLabelList()
123 std::vector<std::string> ActionSet::getLabelVector() const { in getLabelVector()
132 T ActionSet::selectLatest(const Action*action) const { in selectLatest()
H A DActionSet.cpp27 ActionSet::ActionSet(PlumedMain&p): in ActionSet() function in PLMD::ActionSet
32 ActionSet::~ActionSet() in ~ActionSet()
38 void ActionSet::clearDelete() { in clearDelete()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/FMDP/SDyna/Strategies/
H A DIDecisionStrategy.h89 setOptimalStrategy(const MultiDimFunctionGraph< ActionSet, SetTerminalNodePolicy >* optPol) { in setOptimalStrategy() argument
90 optPol_ = const_cast< MultiDimFunctionGraph< ActionSet, SetTerminalNodePolicy >* >(optPol); in setOptimalStrategy()
93 virtual ActionSet stateOptimalPolicy(const Instantiation& curState) { in stateOptimalPolicy()
99 const MultiDimFunctionGraph< ActionSet, SetTerminalNodePolicy >* optPol_;
102 ActionSet allActions_;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dm/
H A Dmenus.cpp1635 static ActionSet actionSets[44] = { in processCommands116To119_setActingChampion()
1639 ActionSet(6, 7, 8, 0x00, 0x00), in processCommands116To119_setActingChampion()
1640 ActionSet(0, 0, 0, 0x00, 0x00), in processCommands116To119_setActingChampion()
1641 ActionSet(0, 0, 0, 0x00, 0x00), in processCommands116To119_setActingChampion()
1647 ActionSet(2, 25, 20, 0x02, 0x86), in processCommands116To119_setActingChampion()
1653 ActionSet(2, 25, 15, 0x05, 0x06), in processCommands116To119_setActingChampion()
1654 ActionSet(9, 2, 29, 0x02, 0x05), in processCommands116To119_setActingChampion()
1658 ActionSet(2, 29, 19, 0x03, 0x08), in processCommands116To119_setActingChampion()
1662 ActionSet(0, 0, 0, 0x00, 0x00), in processCommands116To119_setActingChampion()
1673 ActionSet(4, 255, 255, 0x00, 0x00), in processCommands116To119_setActingChampion()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/dm/
H A Dmenus.cpp1646 static ActionSet actionSets[44] = { in processCommands116To119_setActingChampion()
1650 ActionSet(6, 7, 8, 0x00, 0x00), in processCommands116To119_setActingChampion()
1651 ActionSet(0, 0, 0, 0x00, 0x00), in processCommands116To119_setActingChampion()
1652 ActionSet(0, 0, 0, 0x00, 0x00), in processCommands116To119_setActingChampion()
1658 ActionSet(2, 25, 20, 0x02, 0x86), in processCommands116To119_setActingChampion()
1664 ActionSet(2, 25, 15, 0x05, 0x06), in processCommands116To119_setActingChampion()
1665 ActionSet(9, 2, 29, 0x02, 0x05), in processCommands116To119_setActingChampion()
1669 ActionSet(2, 29, 19, 0x03, 0x08), in processCommands116To119_setActingChampion()
1673 ActionSet(0, 0, 0, 0x00, 0x00), in processCommands116To119_setActingChampion()
1684 ActionSet(4, 255, 255, 0x00, 0x00), in processCommands116To119_setActingChampion()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/failure_handler/src/share/classes/jdk/test/failurehandler/
H A DToolKit.java26 import jdk.test.failurehandler.action.ActionSet;
36 private final List<ActionSet> actions = new ArrayList<>();
42 actions.add(new ActionSet(helper, log, name)); in ToolKit()
48 for (ActionSet set : actions) { in gatherEnvironmentInfo()
67 for (ActionSet set : actions) { in gatherProcessInfo()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/failure_handler/src/share/classes/jdk/test/failurehandler/
H A DToolKit.java26 import jdk.test.failurehandler.action.ActionSet;
36 private final List<ActionSet> actions = new ArrayList<>();
42 actions.add(new ActionSet(helper, log, name)); in ToolKit()
48 for (ActionSet set : actions) { in gatherEnvironmentInfo()
67 for (ActionSet set : actions) { in gatherProcessInfo()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/failure_handler/src/share/classes/jdk/test/failurehandler/
H A DToolKit.java26 import jdk.test.failurehandler.action.ActionSet;
37 private final List<ActionSet> actions = new ArrayList<>();
43 actions.add(new ActionSet(helper, log, name)); in ToolKit()
49 for (ActionSet set : actions) { in gatherEnvironmentInfo()
75 for (ActionSet set : actions) { in gatherProcessInfo()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/failure_handler/src/share/classes/jdk/test/failurehandler/
H A DToolKit.java26 import jdk.test.failurehandler.action.ActionSet;
37 private final List<ActionSet> actions = new ArrayList<>();
43 actions.add(new ActionSet(helper, log, name)); in ToolKit()
49 for (ActionSet set : actions) { in gatherEnvironmentInfo()
75 for (ActionSet set : actions) { in gatherProcessInfo()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/failure_handler/src/share/classes/jdk/test/failurehandler/
H A DToolKit.java26 import jdk.test.failurehandler.action.ActionSet;
37 private final List<ActionSet> actions = new ArrayList<>();
43 actions.add(new ActionSet(helper, log, name)); in ToolKit()
49 for (ActionSet set : actions) { in gatherEnvironmentInfo()
75 for (ActionSet set : actions) { in gatherProcessInfo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/failure_handler/src/share/classes/jdk/test/failurehandler/
H A DToolKit.java26 import jdk.test.failurehandler.action.ActionSet;
37 private final List<ActionSet> actions = new ArrayList<>();
43 actions.add(new ActionSet(helper, log, name)); in ToolKit()
49 for (ActionSet set : actions) { in gatherEnvironmentInfo()
75 for (ActionSet set : actions) { in gatherProcessInfo()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/failure_handler/src/share/classes/jdk/test/failurehandler/
H A DToolKit.java26 import jdk.test.failurehandler.action.ActionSet;
37 private final List<ActionSet> actions = new ArrayList<>();
43 actions.add(new ActionSet(helper, log, name)); in ToolKit()
49 for (ActionSet set : actions) { in gatherEnvironmentInfo()
75 for (ActionSet set : actions) { in gatherProcessInfo()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/failure_handler/src/share/classes/jdk/test/failurehandler/
H A DToolKit.java26 import jdk.test.failurehandler.action.ActionSet;
37 private final List<ActionSet> actions = new ArrayList<>();
43 actions.add(new ActionSet(helper, log, name)); in ToolKit()
49 for (ActionSet set : actions) { in gatherEnvironmentInfo()
75 for (ActionSet set : actions) { in gatherProcessInfo()

12345678910>>...19