Home
last modified time | relevance | path

Searched refs:ACTION_TYPE (Results 1 – 22 of 22) sorted by relevance

/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@reduxjs/toolkit/src/tests/
H A DserializableStateInvariantMiddleware.test.ts120 const ACTION_TYPE = 'TEST_ACTION' constant
130 case ACTION_TYPE: {
150 store.dispatch({ type: ACTION_TYPE })
181 const ACTION_TYPE = 'TEST_ACTION'
189 case ACTION_TYPE: {
221 const ACTION_TYPE = 'TEST_ACTION' constant
234 case ACTION_TYPE: {
269 const ACTION_TYPE = 'TEST_ACTION' constant
279 case ACTION_TYPE: {
393 const ACTION_TYPE = 'TEST_ACTION' constant
[all …]
/dports/devel/kdesvn/kdesvn-2.1.0/src/ksvnwidgets/models/
H A Dcommitmodelhelper.h31 enum ACTION_TYPE { enum
39 Q_FLAGS(ACTION_TYPE)
40 Q_DECLARE_FLAGS(ActionTypes, ACTION_TYPE)
43 CommitActionEntry(const QString &name, const QString &actiondesc, ACTION_TYPE kind = COMMIT)
49 ACTION_TYPE type() const { return _kind; } in type()
54 ACTION_TYPE _kind = COMMIT;
H A Dcommitmodel.h55 void markItems(bool mark, CommitActionEntry::ACTION_TYPE _type);
85 void hideItems(bool bHide, CommitActionEntry::ACTION_TYPE aType);
H A Dcommitmodel.cpp112 void CommitModel::markItems(bool mark, CommitActionEntry::ACTION_TYPE _type) in markItems()
293 void CommitFilterModel::hideItems(bool bHide, CommitActionEntry::ACTION_TYPE aType) in hideItems()
/dports/security/cryptlib/cryptlib-3.4.3/envelope/
H A Denvelope.h62 } ACTION_TYPE; typedef
105 ACTION_TYPE action; /* Type of action to perform */
582 ACTION_TYPE usage; /* Usage (signing, encryption, etc) */
890 IN_ENUM( ACTION ) const ACTION_TYPE actionType,
896 IN_ENUM( ACTION ) const ACTION_TYPE actionType,
903 IN_ENUM( ACTION ) const ACTION_TYPE actionType,
911 IN_ENUM( ACTION ) const ACTION_TYPE actionType );
915 const ACTION_TYPE actionType );
H A Dres_actn.c36 IN_ENUM( ACTION ) const ACTION_TYPE actionType ) in findAction()
65 IN_ENUM( ACTION ) const ACTION_TYPE actionType ) in findLastAction()
156 IN_ENUM( ACTION ) const ACTION_TYPE actionType, in createNewAction()
213 IN_ENUM( ACTION ) const ACTION_TYPE actionType, in addActionEx()
226 IN_ENUM( ACTION ) const ACTION_TYPE actionType, in addAction()
380 IN_ENUM( ACTION ) const ACTION_TYPE actionType, in CHECK_RETVAL_ENUM()
803 const ACTION_TYPE requiredActionType = \ in checkActions()
H A Denv_attr.c863 OUT_ENUM_OPT( ACTION ) ACTION_TYPE *usage, in checkOtherAttribute()
871 assert( isWritePtr( usage, sizeof( ACTION_TYPE ) ) ); in checkOtherAttribute()
1427 const ACTION_TYPE usage; /* Corresponding usage type, */
1486 ACTION_TYPE usage = ACTION_NONE; in setEnvelopeAttribute()
1732 ACTION_TYPE usage = ACTION_NONE; in setEnvelopeAttributeS()
H A Dcms_envpre.c30 IN_ENUM( ACTION ) const ACTION_TYPE actionType, in createActionContext()
H A Dres_env.c601 IN_ENUM( ACTION ) const ACTION_TYPE actionType ) in addContextInfo()
H A Dres_denv.c432 IN_ENUM( ACTION ) const ACTION_TYPE action ) in addActionToList()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/pgsqltypes/
H A Dactiontype.h25 #ifndef ACTION_TYPE
26 #define ACTION_TYPE macro
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dmad.c1040 else if ( ACTION_IS_TYPE( action, D ) ) action = ACTION_TYPE( D ) + generate_randmask( 0, 3 ); in randomize_action()
1044 …else if ( ACTION_IS_TYPE( action, U ) ) action = ACTION_TYPE( U ) + diff + generate_randmask( 0, 1… in randomize_action()
1046 …else if ( ACTION_IS_TYPE( action, T ) ) action = ACTION_TYPE( T ) + diff + generate_randmask( 0, 1… in randomize_action()
1048 …else if ( ACTION_IS_TYPE( action, C ) ) action = ACTION_TYPE( C ) + diff + generate_randmask( 0, 1… in randomize_action()
1050 …else if ( ACTION_IS_TYPE( action, S ) ) action = ACTION_TYPE( S ) + diff + generate_randmask( 0, 1… in randomize_action()
1052 …else if ( ACTION_IS_TYPE( action, B ) ) action = ACTION_TYPE( B ) + diff + generate_randmask( 0, 1… in randomize_action()
1054 …else if ( ACTION_IS_TYPE( action, L ) ) action = ACTION_TYPE( L ) + diff + generate_randmask( 0, 1… in randomize_action()
1056 …else if ( ACTION_IS_TYPE( action, X ) ) action = ACTION_TYPE( X ) + diff + generate_randmask( 0, 1… in randomize_action()
1058 …else if ( ACTION_IS_TYPE( action, F ) ) action = ACTION_TYPE( F ) + diff + generate_randmask( 0, 1… in randomize_action()
1066 else if ( ACTION_IS_TYPE( action, H ) ) action = ACTION_TYPE( H ) + generate_randmask( 0, 3 ); in randomize_action()
[all …]
H A Dmad.h150 #define ACTION_TYPE( CHR ) (ACTION_##CHR##A) macro
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/samples/source/xmpcommand/
H A DActions.h14 enum ACTION_TYPE { NONE, VERSION, INFO, PUT, GET, DUMP, THUMB}; enum
29 ACTION_TYPE actiontype; //inits with NONE
/dports/textproc/exempi/exempi-2.5.2/samples/source/xmpcommand/
H A DActions.h19 enum ACTION_TYPE { NONE, VERSION, INFO, PUT, GET, DUMP }; enum
34 ACTION_TYPE actiontype; //inits with NONE
/dports/graphics/Coin/coin-Coin-4.0.0/src/profiler/
H A DSoProfiler.cpp453 enum TopListType { NODE_TYPE, NODE_NAME, ACTION_TYPE, INVALID } toplisttype = INVALID; in parseCoinProfilerOverlayVariable() enumerator
464 toplisttype = ACTION_TYPE; in parseCoinProfilerOverlayVariable()
487 else if ((subarg[0].compare("action") == 0) && (toplisttype != ACTION_TYPE)) { in parseCoinProfilerOverlayVariable()
503 else if ((subarg[0].compare("inclusive") == 0) && (toplisttype != ACTION_TYPE)) { in parseCoinProfilerOverlayVariable()
506 else if ((subarg[0].compare("exclusive") == 0) && (toplisttype != ACTION_TYPE)) { in parseCoinProfilerOverlayVariable()
/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Drtcs.c37 } ACTION_TYPE; typedef
72 OUT_ENUM_OPT( ACTION ) ACTION_TYPE *actionType ) in checkRtcsHeader()
78 assert( isWritePtr( actionType, sizeof( ACTION_TYPE ) ) ); in checkRtcsHeader()
156 ACTION_TYPE actionType; in readServerResponse()
268 ACTION_TYPE actionType; in readClientRequest()
/dports/mail/archivesmtp/archivesmtp-1.2/
H A DREADME53 ACTION_TYPE ARGUMENTS
59 Valid values for ACTION_TYPE are:
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/jsdialog/
H A Djsdialogbuilder.cxx30 #define ACTION_TYPE "action_type" macro
96 auto it = rData.find(ACTION_TYPE); in extractActionType()
1303 (*pMap)[ACTION_TYPE] = "select"; in select()
/dports/devel/fpc-fcl-xml/fpc-3.2.2/packages/fcl-xml/src/
H A Dxmlread.pp57 // NOTE: DOM 3 LS ACTION_TYPE enumeration starts at 1
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-xml/src/
H A Dxmlread.pp57 // NOTE: DOM 3 LS ACTION_TYPE enumeration starts at 1
/dports/net/ryu/ryu-4.26/ryu/tests/unit/ofproto/
H A Dtest_parser_v10.py2111 ACTION_TYPE = 0 variable in TestOFPFlowStats
2168 eq_(self.action[self.ACTION_TYPE]['val'], res.type)