Home
last modified time | relevance | path

Searched refs:actionType (Results 1 – 25 of 1152) sorted by relevance

12345678910>>...47

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/auth/
H A Dgenerate_action_types.py200 for actionType in actionTypes:
202 "(%(actionType)sValue);\n" % dict(actionType=actionType))
206 }\n""" % dict(actionType=actionType)
208 return "%(actionType)s";\n""" % dict(actionType=actionType)
220 for actionType in actionTypes:
221 actionTypeConstants += " static const ActionType %s;\n" % (actionType)
222 actionTypeIdentifiers += " %sValue,\n" % (actionType)
233 for actionType in sortedActionTypes[1:]:
234 if actionType == prevActionType:
235 print('Duplicate actionType %s\n' % actionType)
[all …]
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Theme/
H A DTheme.c58 static int actionTypeToInt(ThemeTrigger actionType) in actionTypeToInt() argument
62 switch (actionType & THEME_TRIGGER_MASK) { in actionTypeToInt()
63 case THEME_TRIGGER_IMG_DISKA: idx = TEST(actionType, themeTriggerLedDiskA()); break; in actionTypeToInt()
65 case THEME_TRIGGER_IMG_CAS: idx = TEST(actionType, themeTriggerLedCas()); break; in actionTypeToInt()
66 case THEME_TRIGGER_IMG_HD: idx = TEST(actionType, themeTriggerLedHd()); break; in actionTypeToInt()
221 key = (actionType & THEME_TRIGGER_MASK) - THEME_TRIGGER_FIRST_KEY_PRESSED; in actionTypeToInt()
223 idx = TEST(actionType, themeTriggerKeyPressed(key)); in actionTypeToInt()
226 key = (actionType & THEME_TRIGGER_MASK) - THEME_TRIGGER_FIRST_KEY_CONFIG; in actionTypeToInt()
228 idx = TEST(actionType, themeTriggerKeyConfigured(key)); in actionTypeToInt()
234 static const char* actionTypeToStr(ThemeTrigger actionType) in actionTypeToStr() argument
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/database/engine/
H A Ddbengineactiontype.cpp50 DbEngineActionType::DbEngineActionType(const DbEngineActionType& actionType) in DbEngineActionType() argument
53 d->isValue = actionType.d->isValue; in DbEngineActionType()
54 d->actionValue = actionType.d->actionValue; in DbEngineActionType()
64 DbEngineActionType actionType; in value() local
65 actionType.setValue(true); in value()
66 actionType.setActionValue(value); in value()
67 return actionType; in value()
72 DbEngineActionType actionType; in fieldEntry() local
73 actionType.setValue(false); in fieldEntry()
74 actionType.setActionValue(actionValue); in fieldEntry()
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/envelope/
H A Dres_actn.c45 actionType == ACTION_xxx || \ in findAction()
46 actionType == ACTION_CRYPT || \ in findAction()
47 actionType == ACTION_MAC || \ in findAction()
48 actionType == ACTION_HASH || \ in findAction()
49 actionType == ACTION_SIGN ); in findAction()
75 actionType == ACTION_MAC || \ in findLastAction()
76 actionType == ACTION_HASH || \ in findLastAction()
77 actionType == ACTION_SIGN ); in findLastAction()
186 newItem->action = actionType; in createNewAction()
404 switch( actionType ) in CHECK_RETVAL_ENUM()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/
H A DTaskTrackerAction.java62 public static TaskTrackerAction createAction(ActionType actionType) { in createAction() argument
65 switch (actionType) { in createAction()
96 private ActionType actionType; field in TaskTrackerAction
98 protected TaskTrackerAction(ActionType actionType) { in TaskTrackerAction() argument
99 this.actionType = actionType; in TaskTrackerAction()
107 return actionType; in getActionId()
111 WritableUtils.writeEnum(out, actionType); in write()
115 actionType = WritableUtils.readEnum(in, ActionType.class); in readFields()
/dports/sysutils/logwatch/logwatch-7.5.1/scripts/services/
H A Diptables69 my ($chain, $actionType);
74 $actionType = "Rejected";
76 $actionType = "Dropped";
78 $actionType = "Denied";
80 $actionType = "Denied";
82 $actionType = "Accepted";
84 $actionType = "Logged";
87 return $actionType;
157 $actionType = "drop";
165 $ipt{$actionType}{$if}{$fromip}{$toip}{$toport}{$proto}{"$actionType,$if"}++;
[all …]
/dports/www/matomo/piwik/core/Tracker/
H A DTableLogAction.php60 private static function getSelectQueryWhereNameContains($matchType, $actionType) argument
177 $actionType = (int) $valueToMatch;
181 $actionType = self::guessActionTypeFromSegment($segmentName);
182 if ($actionType == Action::TYPE_PAGE_URL || $segmentName == 'eventUrl') {
188 $valueToMatch = self::normaliseActionString($actionType, $valueToMatch);
192 … $idAction = self::getModel()->getIdActionMatchingNameAndType($valueToMatch, $actionType);
207 $sql = self::getSelectQueryWhereNameContains($matchType, $actionType);
267 private static function normaliseActionString($actionType, $actionString) argument
271 if (self::isActionTypeStoredUnsanitized($actionType)) {
282 private static function isActionTypeStoredUnsanitized($actionType) argument
[all …]
/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/src/base/
H A DQXmppMixIq.cpp52 QXmppMixIq::Type actionType = QXmppMixIq::None; member in QXmppMixIqPrivate
130 QXmppMixIq::Type QXmppMixIq::actionType() const in actionType() function in QXmppMixIq
132 return d->actionType; in actionType()
139 d->actionType = type; in setActionType()
153 d->actionType = (QXmppMixIq::Type)MIX_ACTION_TYPES.indexOf(child.tagName()); in parseElementFromChild()
182 if (d->actionType == None) in toXmlElementFromChild()
185 writer->writeStartElement(MIX_ACTION_TYPES.at(d->actionType)); in toXmlElementFromChild()
186 if (d->actionType == ClientJoin || d->actionType == ClientLeave) { in toXmlElementFromChild()
191 if (d->actionType == ClientJoin) in toXmlElementFromChild()
193 else if (d->actionType == ClientLeave) in toXmlElementFromChild()
[all …]
/dports/www/matomo/piwik/plugins/Transitions/
H A DAPI.php148 switch ($actionType) {
186 * @param string $actionType
211 * @param string $actionType
240 if ($actionType != 'title') {
296 $type = $this->getColumnTypeSuffix($actionType);
360 $type = $this->getColumnTypeSuffix($actionType);
416 $type = $this->getColumnTypeSuffix($actionType);
420 if ($actionType == 'title') {
525 private function getColumnTypeSuffix($actionType) argument
527 if ($actionType == 'title') {
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Mvc/Resources/
H A DHtmlHelperExtensions.cs31 …esourceForm(this HtmlHelper html, string controllerName, object routeValues, ActionType actionType) in BeginResourceForm() argument
33 return html.BeginResourceForm(controllerName, routeValues, null, actionType); in BeginResourceForm()
45 …lper html, string controllerName, object routeValues, object htmlAttributes, ActionType actionType) in BeginResourceForm() argument
47 switch (actionType) in BeginResourceForm()
100 …HtmlHelper html, string controllerName, string linkText, object routeValues, ActionType actionType) in ResourceLink() argument
102 switch (actionType) in ResourceLink()
128 public static MvcHtmlString HttpMethodOverride(this HtmlHelper html, ActionType actionType) in HttpMethodOverride() argument
130 if (actionType != ActionType.Delete && actionType != ActionType.Update) in HttpMethodOverride()
134 return html.HttpMethodOverride(actionType == ActionType.Delete ? "DELETE" : "PUT"); in HttpMethodOverride()
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOAI_INFO.cpp52 AI_BASE_INC_SIZE, actionType, actionRecno); in update_ai_firm_array()
58 AI_CAMP_INC_SIZE, actionType, actionRecno); in update_ai_firm_array()
64 AI_FACTORY_INC_SIZE, actionType, actionRecno); in update_ai_firm_array()
70 AI_MARKET_INC_SIZE, actionType, actionRecno); in update_ai_firm_array()
76 AI_INN_INC_SIZE, actionType, actionRecno); in update_ai_firm_array()
82 AI_MINE_INC_SIZE, actionType, actionRecno); in update_ai_firm_array()
94 AI_WAR_INC_SIZE, actionType, actionRecno); in update_ai_firm_array()
100 AI_HARBOR_INC_SIZE, actionType, actionRecno); in update_ai_firm_array()
133 err_when( actionType<-1 || actionType>1 ); in update_ai_array()
137 if( actionType == -1 ) in update_ai_array()
[all …]
/dports/audio/giada/giada-0.17.1/src/gui/dialogs/actionEditor/
H A DsampleActionEditor.cpp61 actionType = new geChoice (0, 0, 80, 20); in gdSampleActionEditor()
66 upperArea->add(actionType); in gdSampleActionEditor()
73 actionType->add("Key press"); in gdSampleActionEditor()
74 actionType->add("Key release"); in gdSampleActionEditor()
75 actionType->add("Kill chan"); in gdSampleActionEditor()
76 actionType->value(0); in gdSampleActionEditor()
78 actionType->deactivate(); in gdSampleActionEditor()
122 canChangeActionType() ? actionType->activate() : actionType->deactivate(); in rebuild()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DRowAction.java397 int actionType = ACTION_NONE;
402 actionType = action.type;
417 return actionType;
569 int actionType = ACTION_NONE;
581 actionType = action.type;
588 return actionType;
736 int actionType = ACTION_NONE;
778 actionType = ACTION_DELETE;
788 actionType = action.type;
790 actionType = action.type;
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/model/
H A DGrouperOutSlot.cpp51 DataTypePtr ActionTypes::getDataTypeByAction(const QString &actionType) { in getDataTypeByAction() argument
52 if (MERGE_SEQUENCE == actionType) { in getDataTypeByAction()
54 } else if (SEQUENCE_TO_MSA == actionType) { in getDataTypeByAction()
56 } else if (MERGE_MSA == actionType) { in getDataTypeByAction()
58 } else if (MERGE_STRING == actionType) { in getDataTypeByAction()
60 } else if (MERGE_ANNS == actionType) { in getDataTypeByAction()
99 if (ActionTypes::MERGE_SEQUENCE == actionType) { in isValidParameter()
102 } else if (ActionTypes::SEQUENCE_TO_MSA == actionType) { in isValidParameter()
105 } else if (ActionTypes::MERGE_MSA == actionType) { in isValidParameter()
108 } else if (ActionTypes::MERGE_STRING == actionType) { in isValidParameter()
[all …]
/dports/net/pimcommon/pimcommon-21.12.3/src/pimcommon/genericplugins/autotests/
H A Dactiontypetest.cpp23 PimCommon::ActionType actionType; in shouldHaveDefaultValue() local
24 QVERIFY(!actionType.action()); in shouldHaveDefaultValue()
25 QCOMPARE(actionType.type(), PimCommon::ActionType::Tools); in shouldHaveDefaultValue()
32 PimCommon::ActionType actionType(act, type); in shouldAssignValue() local
33 QCOMPARE(actionType.action(), act); in shouldAssignValue()
34 QCOMPARE(actionType.type(), type); in shouldAssignValue()
/dports/www/grafana8/grafana-8.3.6/public/app/features/plugins/admin/state/
H A Dselectors.ts67 export const selectRequest = (actionType: string) =>
68 createSelector(selectRoot, ({ requests = {} }) => requests[actionType]);
70 export const selectIsRequestPending = (actionType: string) =>
71 createSelector(selectRequest(actionType), (request) => request?.status === RequestStatus.Pending);
73 export const selectRequestError = (actionType: string) =>
74 createSelector(selectRequest(actionType), (request) =>
78 export const selectIsRequestNotFetched = (actionType: string) =>
79 createSelector(selectRequest(actionType), (request) => request === undefined);
/dports/www/matomo/piwik/plugins/Actions/
H A DArchivingHelper.php82 $actionType = $row['type'];
87 if (empty($actionType)) {
96 self::setCachedActionRow($idaction, $actionType, $actionRow);
369 * @param int $actionType
378 $currentTable =& $actionsTablesByType[$actionType];
498 * @param int $actionType
501 private static function getCachedActionRowKey($idAction, $actionType) argument
504 ? $actionType . '_others'
523 * @param int $actionType
526 private static function getCachedActionRow($idAction, $actionType) argument
[all …]
/dports/deskutils/kmail/kmail-21.12.3/src/editor/plugininterface/
H A Dkmailplugineditormanagerinterface.cpp147 const MessageComposer::PluginActionType actionType = interface->actionType(); in actionsType() local
148 MessageComposer::PluginActionType::Type type = actionType.type(); in actionsType()
152 actionType.action()->setEnabled(false); in actionsType()
153 …connect(this, &KMailPluginEditorManagerInterface::textSelectionChanged, actionType.action(), &QAct… in actionsType()
159 lst << act << actionType.action(); in actionsType()
162 mActionHash.insert(type, QList<QAction *>() << actionType.action()); in actionsType()
170 lst << act << actionType.action(); in actionsType()
173 mActionHash.insert(type, QList<QAction *>() << actionType.action()); in actionsType()
182 lst << act << actionType.action(); in actionsType()
185 mActionHash.insert(type, QList<QAction *>() << actionType.action()); in actionsType()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Testing/
H A DRoboDirective.php20 public $actionType; variable in Google_Service_Testing_RoboDirective
24 public function setActionType($actionType) argument
26 $this->actionType = $actionType;
30 return $this->actionType;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Testing/
H A DRoboDirective.php20 public $actionType; variable in Google_Service_Testing_RoboDirective
24 public function setActionType($actionType) argument
26 $this->actionType = $actionType;
30 return $this->actionType;
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/FileManager/lib/src/de/ilias/services/filemanager/events/
H A DListItemContextMenuEventHandler.java54 private int actionType = 0; field in ListItemContextMenuEventHandler
61 public ListItemContextMenuEventHandler(ListItem item, int actionType) { in ListItemContextMenuEventHandler() argument
63 this.actionType = actionType; in ListItemContextMenuEventHandler()
73 switch(actionType) { in handle()
101 this.handleCreateAction(actionType); in handle()
105 this.handleCreateAction(actionType); in handle()
109 this.handleCreateAction(actionType); in handle()
113 this.handleCreateAction(actionType); in handle()
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/FileManager/lib/src/de/ilias/services/filemanager/events/
H A DListItemContextMenuEventHandler.java54 private int actionType = 0; field in ListItemContextMenuEventHandler
61 public ListItemContextMenuEventHandler(ListItem item, int actionType) { in ListItemContextMenuEventHandler() argument
63 this.actionType = actionType; in ListItemContextMenuEventHandler()
73 switch(actionType) { in handle()
101 this.handleCreateAction(actionType); in handle()
105 this.handleCreateAction(actionType); in handle()
109 this.handleCreateAction(actionType); in handle()
113 this.handleCreateAction(actionType); in handle()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsReporting/
H A DEcommerceData.php21 public $actionType; variable in Google_Service_AnalyticsReporting_EcommerceData
28 public function setActionType($actionType) argument
30 $this->actionType = $actionType;
34 return $this->actionType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/
H A DEcommerceData.php21 public $actionType; variable in Google_Service_AnalyticsReporting_EcommerceData
28 public function setActionType($actionType) argument
30 $this->actionType = $actionType;
34 return $this->actionType;
/dports/graphics/okular/okular-21.12.3/core/
H A Daction.h69 virtual ActionType actionType() const = 0;
156 ActionType actionType() const override;
212 ActionType actionType() const override;
256 ActionType actionType() const override;
315 ActionType actionType() const override;
357 ActionType actionType() const override;
418 ActionType actionType() const override;
466 ActionType actionType() const override;
531 ActionType actionType() const override;
581 ActionType actionType() const override;

12345678910>>...47