Home
last modified time | relevance | path

Searched refs:ACTION_NAME (Results 1 – 25 of 43) sorted by relevance

12

/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/utils/
H A DZapTextComponentUndoManager.java196 this.textComponent.getActionMap().put(UndoAction.ACTION_NAME, undoAction); in setEnabled()
197 this.textComponent.getActionMap().put(RedoAction.ACTION_NAME, redoAction); in setEnabled()
199 this.textComponent.getInputMap().put(UndoAction.KEY_STROKE, UndoAction.ACTION_NAME); in setEnabled()
200 this.textComponent.getInputMap().put(RedoAction.KEY_STROKE, RedoAction.ACTION_NAME); in setEnabled()
206 this.textComponent.getActionMap().remove(UndoAction.ACTION_NAME); in setEnabled()
207 this.textComponent.getActionMap().remove(RedoAction.ACTION_NAME); in setEnabled()
237 public static final String ACTION_NAME = "Undo"; field in ZapTextComponentUndoManager.UndoAction
244 super(ACTION_NAME); in UndoAction()
264 public static final String ACTION_NAME = "Redo"; field in ZapTextComponentUndoManager.RedoAction
271 super(ACTION_NAME); in RedoAction()
/dports/science/gramps/gramps-5.1.4/gramps/gui/
H A Duimanager.py39 ACTION_NAME = 0 # tuple index for action name variable
367 if not Gio.action_name_is_valid(item[ACTION_NAME]):
373 group.prefix + item[ACTION_NAME], [accel])
391 action = Gio.SimpleAction.new(item[ACTION_NAME], None)
397 item[ACTION_NAME], GLib.VariantType.new("s"),
403 item[ACTION_NAME], None,
428 window_group.remove_action(item[ACTION_NAME])
450 action = group.act_group.lookup_action(item[ACTION_NAME])
467 action = group.act_group.lookup_action(item[ACTION_NAME])
518 act = group.prefix + item[ACTION_NAME]
[all …]
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dviewmanip.py27 ACTION_NAME = 'PanViewMode' variable in PanViewMode
48 self.ACTION_NAME)
53 self.ACTION_NAME)
65 ACTION_NAME = 'ZoomViewMode' variable in ZoomViewMode
86 self.ACTION_NAME)
91 self.ACTION_NAME)
107 ACTION_NAME = 'RotateViewMode' variable in RotateViewMode
128 self.ACTION_NAME)
133 self.ACTION_NAME)
H A Dlayermanip.py40 ACTION_NAME = 'LayerMoveMode' variable in LayerMoveMode
58 self.ACTION_NAME,
68 self.ACTION_NAME,
H A Dcolorpicker.py47 ACTION_NAME = 'ColorPickMode' variable in ColorPickMode
262 ACTION_NAME = 'ColorPickModeH' variable in ColorPickModeH
285 ACTION_NAME = 'ColorPickModeC' variable in ColorPickModeC
308 ACTION_NAME = 'ColorPickModeY' variable in ColorPickModeY
H A Dmode.py170 ACTION_NAME = None variable in InteractionMode
252 if self.ACTION_NAME:
253 return self.doc.app.find_action(self.ACTION_NAME)
887 self.ACTION_NAME, gui.cursor.Name.ARROW)
1111 get_action_cursor(self.ACTION_NAME,
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_sequence/
H A DAutoAnnotationUtils.cpp41 const QString AutoAnnotationsADVAction::ACTION_NAME("AutoAnnotationUpdateAction"); member in U2::AutoAnnotationsADVAction
47 …: ADVSequenceWidgetAction(ACTION_NAME, tr("Automatic annotations highlighting")), aaObj(obj), upda… in AutoAnnotationsADVAction()
209 …enceWidgetAction *advAction = w->getADVSequenceWidgetAction(AutoAnnotationsADVAction::ACTION_NAME); in findAutoAnnotationsToggleAction()
255 …enceWidgetAction *advAction = w->getADVSequenceWidgetAction(AutoAnnotationsADVAction::ACTION_NAME); in findAutoAnnotationADVAction()
270 …enceWidgetAction *advAction = w->getADVSequenceWidgetAction(AutoAnnotationsADVAction::ACTION_NAME); in getAutoAnnotationToggleActions()
H A DGraphMenu.cpp115 const QString GraphMenuAction::ACTION_NAME("GraphMenuAction"); member in U2::GraphMenuAction
121 : ADVSequenceWidgetAction(ACTION_NAME, tr("Graphs")) { in GraphMenuAction()
145 GraphMenuAction::ACTION_NAME); in findGraphMenuAction()
H A DGraphMenu.h67 static const QString ACTION_NAME;
H A DAutoAnnotationUtils.h53 static const QString ACTION_NAME; variable
/dports/games/scummvm/scummvm-2.5.1/engines/lastexpress/entities/
H A Dentity.h170 …debugC(6, kLastExpressDebugLogic, "Entity: " #class "::" #name "() - action: %s", ACTION_NAME(save…
187 …gic, "Entity: " #class "::" #name "(%d) - action: %s", params->param1, ACTION_NAME(savepoint.actio…
196 …ss "::" #name "(%d, %d) - action: %s", params->param1, params->param2, ACTION_NAME(savepoint.actio…
205 …%d, %d) - action: %s", params->param1, params->param2, params->param3, ACTION_NAME(savepoint.actio…
214 …ntity: " #class "::" #name "(%s) - action: %s", (char *)&params->seq1, ACTION_NAME(savepoint.actio…
223 … #name "(%s, %d) - action: %s", (char *)&params->seq1, params->param4, ACTION_NAME(savepoint.actio…
232 …) - action: %s", (char *)&params->seq, params->param4, params->param5, ACTION_NAME(savepoint.actio…
257 …"(%s, %s) - action: %s", (char *)&params->seq1, (char *)&params->seq2, ACTION_NAME(savepoint.actio…
265 …on: %s", (char *)&params->seq1, (char *)&params->seq2, params->param7, ACTION_NAME(savepoint.actio…
273 …" #name "(%d, %s) - action: %s", params->param1, (char *)&params->seq, ACTION_NAME(savepoint.actio…
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lastexpress/entities/
H A Dentity.h158 …debugC(6, kLastExpressDebugLogic, "Entity: " #class "::" #name "() - action: %s", ACTION_NAME(save…
175 …gic, "Entity: " #class "::" #name "(%d) - action: %s", params->param1, ACTION_NAME(savepoint.actio…
184 …ss "::" #name "(%d, %d) - action: %s", params->param1, params->param2, ACTION_NAME(savepoint.actio…
193 …%d, %d) - action: %s", params->param1, params->param2, params->param3, ACTION_NAME(savepoint.actio…
202 …ntity: " #class "::" #name "(%s) - action: %s", (char *)&params->seq1, ACTION_NAME(savepoint.actio…
211 … #name "(%s, %d) - action: %s", (char *)&params->seq1, params->param4, ACTION_NAME(savepoint.actio…
220 …) - action: %s", (char *)&params->seq, params->param4, params->param5, ACTION_NAME(savepoint.actio…
245 …"(%s, %s) - action: %s", (char *)&params->seq1, (char *)&params->seq2, ACTION_NAME(savepoint.actio…
253 …on: %s", (char *)&params->seq1, (char *)&params->seq2, params->param7, ACTION_NAME(savepoint.actio…
261 …" #name "(%d, %s) - action: %s", params->param1, (char *)&params->seq, ACTION_NAME(savepoint.actio…
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/view/
H A DDeleteContextAction.java46 public static final String ACTION_NAME = "zap.delete.context"; field in DeleteContextAction
50 super(ACTION_NAME); in DeleteContextAction()
/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/api/
H A Dprefix.py125 FLOWSPEC_ACTION_TRAFFIC_RATE = BGPFlowSpecTrafficRateCommunity.ACTION_NAME
126 FLOWSPEC_ACTION_TRAFFIC_ACTION = BGPFlowSpecTrafficActionCommunity.ACTION_NAME
127 FLOWSPEC_ACTION_REDIRECT = BGPFlowSpecRedirectCommunity.ACTION_NAME
128 FLOWSPEC_ACTION_TRAFFIC_MARKING = BGPFlowSpecTrafficMarkingCommunity.ACTION_NAME
129 FLOWSPEC_ACTION_VLAN = BGPFlowSpecVlanActionCommunity.ACTION_NAME
130 FLOWSPEC_ACTION_TPID = BGPFlowSpecTPIDActionCommunity.ACTION_NAME
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lastexpress/game/
H A Dsavepoint.cpp99 …t: entity1=%s, action=%s, entity2=%s", ENTITY_NAME(savepoint.entity1), ACTION_NAME(savepoint.actio… in process()
154 …t: entity1=%s, action=%s, entity2=%s, param=%d", ENTITY_NAME(entity1), ACTION_NAME(action), ENTITY… in call()
170 …t: entity1=%s, action=%s, entity2=%s, param=%s", ENTITY_NAME(entity1), ACTION_NAME(action), ENTITY… in call()
215 …data: entity1=%s, action=%s, param=%u", ENTITY_NAME(_data[i].entity1), ACTION_NAME(_data[i].action… in updateEntityFromData()
/dports/games/scummvm/scummvm-2.5.1/engines/lastexpress/game/
H A Dsavepoint.cpp99 …t: entity1=%s, action=%s, entity2=%s", ENTITY_NAME(savepoint.entity1), ACTION_NAME(savepoint.actio… in process()
154 …t: entity1=%s, action=%s, entity2=%s, param=%d", ENTITY_NAME(entity1), ACTION_NAME(action), ENTITY… in call()
170 …t: entity1=%s, action=%s, entity2=%s, param=%s", ENTITY_NAME(entity1), ACTION_NAME(action), ENTITY… in call()
215 …data: entity1=%s, action=%s, param=%u", ENTITY_NAME(_data[i].entity1), ACTION_NAME(_data[i].action… in updateEntityFromData()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.test/src/main/java/org/springframework/mock/web/portlet/
H A DMockActionRequest.java50 setParameter(ActionRequest.ACTION_NAME, actionName); in MockActionRequest()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.portlet/src/test/java/org/springframework/mock/web/portlet/
H A DMockActionRequest.java50 setParameter(ActionRequest.ACTION_NAME, actionName); in MockActionRequest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/public/java/src/org/chromium/chrome/browser/autofill_assistant/
H A DAutofillAssistantDirectActionHandler.java32 private static final String ACTION_NAME = "name"; field in AutofillAssistantDirectActionHandler
68 .withParameter(ACTION_NAME, Type.STRING, /* required= */ false) in reportAvailableDirectActions()
/dports/x11/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2/panel-plugin/
H A Dactions.c131 ACTION_NAME, enumerator
224 parser->state = (parser->state == ACTION) ? ACTION_NAME : COMMAND_NAME; in start_element_handler()
261 case ACTION_NAME: in end_element_handler()
309 case ACTION_NAME: in text_handler()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lastexpress/
H A Dhelpers.h96 #define ACTION_NAME(action) (action > 18 ? Common::String::format("%d", action).c_str() : g_actionN… macro
/dports/games/scummvm/scummvm-2.5.1/engines/lastexpress/
H A Dhelpers.h96 #define ACTION_NAME(action) (action > 18 ? Common::String::format("%d", action).c_str() : g_actionN… macro
/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DYamlLogConfigDecoders.cc102 if (strcasecmp(action_str, LogFilter::ACTION_NAME[i]) == 0) { in decode()
H A DLogFilter.cc43 const char *LogFilter::ACTION_NAME[] = {"REJECT", "ACCEPT", "WIPE_FIELD_VALUE"}; member in LogFilter
467 …fprintf(fd, "Filter \"%s\" %sS records if %s %s ", m_name, ACTION_NAME[m_action], m_field->symbol(… in display()
700 …fprintf(fd, "Filter \"%s\" %sS records if %s %s ", m_name, ACTION_NAME[m_action], m_field->symbol(… in display()
898 …fprintf(fd, "Filter \"%s\" %sS records if %s %s ", m_name, ACTION_NAME[m_action], m_field->symbol(… in display()
/dports/deskutils/syncthingtray/c++utilities/cmake/modules/
H A DAppTarget.cmake228 list(GET META_APP_ACTION_${ACTION_VAR} 1 ACTION_NAME)
231 …"${DESKTOP_FILE_ADDITIONAL_ENTRIES}\n[Desktop Action ${ACTION_ID}]\nName=${ACTION_NAME}\nExec=${ME…

12