Home
last modified time | relevance | path

Searched refs:actionIndex (Results 26 – 50 of 453) sorted by relevance

12345678910>>...19

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-accessanalyzer/source/model/
H A DFindingSummary.cpp69 for(unsigned actionIndex = 0; actionIndex < actionJsonList.GetLength(); ++actionIndex) in operator =() local
71 m_action.push_back(actionJsonList[actionIndex].AsString()); in operator =()
186 for(unsigned actionIndex = 0; actionIndex < actionJsonList.GetLength(); ++actionIndex) in Jsonize() local
188 actionJsonList[actionIndex].AsString(m_action[actionIndex]); in Jsonize()
H A DAccessPreviewFinding.cpp75 for(unsigned actionIndex = 0; actionIndex < actionJsonList.GetLength(); ++actionIndex) in operator =() local
77 m_action.push_back(actionJsonList[actionIndex].AsString()); in operator =()
199 for(unsigned actionIndex = 0; actionIndex < actionJsonList.GetLength(); ++actionIndex) in Jsonize() local
201 actionJsonList[actionIndex].AsString(m_action[actionIndex]); in Jsonize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/winaccessibility/source/UAccCOM/
H A DAccAction.h76 STDMETHOD(doAction)(/* [in] */ long actionIndex) override;
79 STDMETHOD(get_description)(long actionIndex,BSTR __RPC_FAR *description) override;
83 STDMETHOD(get_name)( long actionIndex, BSTR __RPC_FAR *name) override;
86 STDMETHOD(get_localizedName)( long actionIndex, BSTR __RPC_FAR *localizedName) override;
92 /* [in] */ long actionIndex,
H A DAccActionBase.cxx83 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccActionBase::doAction(/* [in] */ long actionIndex) in doAction() argument
91 return GetXInterface()->doAccessibleAction( actionIndex )?S_OK:E_FAIL; in doAction()
104 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccActionBase::get_description(long actionIndex,BSTR __RPC_FAR *… in get_description() argument
118 OUString ouStr = GetXInterface()->getAccessibleActionDescription(actionIndex); in get_description()
150 /* [in] */ long actionIndex, in get_keyBinding() argument
165 …nce< XAccessibleKeyBinding > binding = GetXInterface()->getAccessibleActionKeyBinding(actionIndex); in get_keyBinding()
H A DAccHyperLink.h78 STDMETHOD(doAction)(/* [in] */ long actionIndex) override;
81 STDMETHOD(get_name)( long actionIndex, BSTR __RPC_FAR *name) override;
84 STDMETHOD(get_localizedName)( long actionIndex, BSTR __RPC_FAR *localizedName) override;
87 STDMETHOD(get_description)(long actionIndex,BSTR __RPC_FAR *description) override;
93 /* [in] */ long actionIndex,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/winaccessibility/source/UAccCOM/
H A DAccAction.h77 STDMETHOD(doAction)(/* [in] */ long actionIndex) override;
80 STDMETHOD(get_description)(long actionIndex,BSTR __RPC_FAR *description) override;
84 STDMETHOD(get_name)( long actionIndex, BSTR __RPC_FAR *name) override;
87 STDMETHOD(get_localizedName)( long actionIndex, BSTR __RPC_FAR *localizedName) override;
93 /* [in] */ long actionIndex,
H A DAccActionBase.cxx83 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccActionBase::doAction(/* [in] */ long actionIndex) in doAction() argument
91 return GetXInterface()->doAccessibleAction( actionIndex )?S_OK:E_FAIL; in doAction()
104 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccActionBase::get_description(long actionIndex,BSTR __RPC_FAR *… in get_description() argument
118 OUString ouStr = GetXInterface()->getAccessibleActionDescription(actionIndex); in get_description()
150 /* [in] */ long actionIndex, in get_keyBinding() argument
165 …nce< XAccessibleKeyBinding > binding = GetXInterface()->getAccessibleActionKeyBinding(actionIndex); in get_keyBinding()
H A DAccHyperLink.h79 STDMETHOD(doAction)(/* [in] */ long actionIndex) override;
82 STDMETHOD(get_name)( long actionIndex, BSTR __RPC_FAR *name) override;
85 STDMETHOD(get_localizedName)( long actionIndex, BSTR __RPC_FAR *localizedName) override;
88 STDMETHOD(get_description)(long actionIndex,BSTR __RPC_FAR *description) override;
94 /* [in] */ long actionIndex,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/atn/
H A DActionTransition.swift10 public let actionIndex: Int variable
19 public init(_ target: ATNState, _ ruleIndex: Int, _ actionIndex: Int, _ isCtxDependent: Bool) {
22 self.actionIndex = actionIndex
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lexv2-models/source/model/
H A DCreateResourcePolicyStatementRequest.cpp59 for(unsigned actionIndex = 0; actionIndex < actionJsonList.GetLength(); ++actionIndex) in SerializePayload() local
61 actionJsonList[actionIndex].AsString(m_action[actionIndex]); in SerializePayload()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/accessible/widgets/
H A Dsimplewidgets.cpp224 void QAccessibleButton::doAction(int actionIndex) in doAction() argument
226 switch (actionIndex) { in doAction()
235 switch (actionIndex) { in description()
246 QString QAccessibleButton::name(int actionIndex) in name() argument
248 switch (actionIndex) { in name()
265 switch (actionIndex) { in localizedName()
282 switch (actionIndex) { in keyBindings()
749 QString QAccessibleGroupBox::name(int actionIndex) in name() argument
751 if (actionIndex || !groupBox()->isCheckable()) in name()
759 if (actionIndex || !groupBox()->isCheckable()) in localizedName()
[all …]
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/tray/
H A DActivityItem.qml101 function actionButtonIcon(actionIndex) {
102 const verb = String(model.links[actionIndex].verb);
118 readonly property int actionIndex: model.index
119 … property bool primary: model.index === 0 && String(activityItem.links[actionIndex].verb) !== "DEL…
123 text: !primary ? "" : activityItem.links[actionIndex].label
125 imageSource: !primary ? activityActionsLayout.actionButtonIcon(actionIndex) : ""
135 tooltipText: activityItem.links[actionIndex].label
142 onClicked: activityModel.triggerAction(activityItem.itemIndex, actionIndex)
229 … var actionWithIndex = { actionIndex: index, label: action.label };
252 … onTriggered: activityModel.triggerAction(activityItem.itemIndex, model.modelData.actionIndex)
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/qt/application-pdaxrom/
H A DZLQtApplicationWindow.cpp105 int actionIndex; in addToolbarItem() local
107 actionIndex = iter->second; in addToolbarItem()
109 actionIndex = myActionIndices.size() + 1; in addToolbarItem()
110 myActionIndices[actionId] = actionIndex; in addToolbarItem()
111 myActionIds[actionIndex] = actionId; in addToolbarItem()
113 …((imagePrefix + buttonItem.iconName() + ".png").c_str()), this, SLOT(emptySlot()), 0, actionIndex); in addToolbarItem()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python3/src/antlr4/atn/
H A DLexerAction.py198 def __init__(self, ruleIndex:int, actionIndex:int):
201 self.actionIndex = actionIndex
207 lexer.action(None, self.ruleIndex, self.actionIndex)
210 return hash((self.actionType, self.ruleIndex, self.actionIndex))
218 return self.ruleIndex == other.ruleIndex and self.actionIndex == other.actionIndex
/dports/devel/py-antlr4-python3-runtime/antlr4-python3-runtime-4.9/src/antlr4/atn/
H A DLexerAction.py198 def __init__(self, ruleIndex:int, actionIndex:int):
201 self.actionIndex = actionIndex
207 lexer.action(None, self.ruleIndex, self.actionIndex)
210 return hash((self.actionType, self.ruleIndex, self.actionIndex))
218 return self.ruleIndex == other.ruleIndex and self.actionIndex == other.actionIndex
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/dialogs/
H A Ddialogs_items.h67 int doItemOptions(Character &c, int actionIndex, int itemIndex,
81 ItemSelectionDialog(XeenEngine *vm, int actionIndex, InventoryItems &items) : ButtonContainer(vm), in ItemSelectionDialog() argument
82 _actionIndex(actionIndex), _items(items) { in ItemSelectionDialog()
103 static int show(int actionIndex, InventoryItems &items);
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/dialogs/
H A Ddialogs_items.h72 int doItemOptions(Character &c, int actionIndex, int itemIndex,
86 ItemSelectionDialog(XeenEngine *vm, int actionIndex, InventoryItems &items) : ButtonContainer(vm), in ItemSelectionDialog() argument
87 _actionIndex(actionIndex), _items(items) { in ItemSelectionDialog()
108 static int show(int actionIndex, InventoryItems &items);
H A Ddialogs_items.cpp57 int actionIndex = -1; in execute() local
243 actionIndex = 0; in execute()
246 actionIndex = 1; in execute()
249 actionIndex = 3; in execute()
252 actionIndex = 2; in execute()
275 actionIndex = -1; in execute()
405 actionIndex = 4; in execute()
408 actionIndex = 5; in execute()
411 actionIndex = 6; in execute()
447 actionIndex = 1; in execute()
[all …]
/dports/games/scummvm/scummvm-2.5.1/backends/keymapper/
H A Dremap-widget.h80 void clearMapping(uint actionIndex);
81 void resetMapping(uint actionIndex);
82 void resetKeymap(uint actionIndex);
83 void startRemapping(uint actionIndex);
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python2/src/antlr4/atn/
H A DLexerAction.py198 def __init__(self, ruleIndex, actionIndex): argument
201 self.actionIndex = actionIndex
207 lexer.action(None, self.ruleIndex, self.actionIndex)
210 return hash((self.actionType, self.ruleIndex, self.actionIndex))
218 return self.ruleIndex == other.ruleIndex and self.actionIndex == other.actionIndex
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/qtopia/application/
H A DZLQtApplicationWindow.cpp237 int actionIndex = (iter != myActionIndices.end()) ? iter->second : 0; in setItemState() local
239 if ((actionIndex == 0) || (idAt(myIndex) != actionIndex)) { in setItemState()
241 if (actionIndex == 0) { in setItemState()
244 actionIndex = myActionIndices.size() + 1; in setItemState()
245 myActionIndices[id] = actionIndex; in setItemState()
247 insertItem(tbButton->pixmap(), tbButton, SLOT(doActionSlot()), 0, actionIndex, myIndex); in setItemState()
249 setItemEnabled(actionIndex, enabled); in setItemState()
252 if ((actionIndex != 0) && (idAt(myIndex) == actionIndex)) { in setItemState()
253 removeItem(actionIndex); in setItemState()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Go/antlr/
H A Dlexer_action.go288 ruleIndex, actionIndex int member
291 func NewLexerCustomAction(ruleIndex, actionIndex int) *LexerCustomAction {
295 l.actionIndex = actionIndex
303 lexer.Action(nil, l.ruleIndex, l.actionIndex)
310 h = murmurUpdate(h, l.actionIndex)
320 …ndex == other.(*LexerCustomAction).ruleIndex && l.actionIndex == other.(*LexerCustomAction).action…
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/opie/application/
H A DZLQtApplicationWindow.cpp143 int actionIndex; in refresh() local
145 actionIndex = iter->second; in refresh()
147 actionIndex = myActionIndices.size() + 1; in refresh()
148 myActionIndices[actionId] = actionIndex; in refresh()
149 myActionIds[actionIndex] = actionId; in refresh()
151 menuBar()->insertItem(pixmap, this, SLOT(emptySlot()), 0, actionIndex); in refresh()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/ezx/application/
H A DZLQtApplicationWindow.cpp248 int actionIndex = (iter != myActionIndices.end()) ? iter->second : 0; in setItemState() local
250 if ((actionIndex == 0) || (idAt(myIndex) != actionIndex)) { in setItemState()
252 if (actionIndex == 0) { in setItemState()
255 actionIndex = myActionIndices.size() + 1; in setItemState()
256 myActionIndices[id] = actionIndex; in setItemState()
258 insertItem(tbButton->pixmap(), tbButton, SLOT(doActionSlot()), 0, actionIndex, myIndex); in setItemState()
260 setItemEnabled(actionIndex, enabled); in setItemState()
263 if ((actionIndex != 0) && (idAt(myIndex) == actionIndex)) { in setItemState()
264 removeItem(actionIndex); in setItemState()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/
H A DXPathLexer.cs91 public override void Action(RuleContext _localctx, int ruleIndex, int actionIndex) in Action() argument
95 case 4: ID_action(_localctx, actionIndex); break; in Action()
98 private void ID_action(RuleContext _localctx, int actionIndex) in ID_action() argument
100 switch (actionIndex) in ID_action()

12345678910>>...19