Home
last modified time | relevance | path

Searched refs:action_index (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/updates/announcement_notification/
H A Dannouncement_notification_handler.cc43 const base::Optional<int>& action_index, in OnClick() argument
46 int button_index = action_index.has_value() ? action_index.value() : -1; in OnClick()
50 if (button_index == kReviewButtonIndex || !action_index.has_value()) { in OnClick()
/dports/graphics/R-cran-DiagrammeR/DiagrammeR/R/
H A Ddelete_graph_actions.R106 dplyr::mutate(action_index = dplyr::row_number()) functionVar
114 dplyr::pull(action_index)
127 dplyr::filter(!(action_index %in% actions)) %>%
128 dplyr::mutate(action_index = dplyr::row_number())
/dports/games/freedink-engine/freedink-108.4/src/
H A Dinput.c217 void input_set_button_action(int button_index, enum buttons_actions action_index) in input_set_button_action() argument
221 if (action_index >= ACTION_FIRST && action_index < ACTION_LAST) in input_set_button_action()
222 buttons_map[button_index] = action_index; in input_set_button_action()
224 log_error("Attempted to set invalid action %d", action_index); in input_set_button_action()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_ACDBASSOCACTION.inc14 { 90, "1", NULL, 0, BITS_UNKNOWN, "action_index", 3, {-1,-1,-1,-1,-1} },
30 { 90, "1", NULL, 0, BITS_UNKNOWN, "action_index", 3, {-1,-1,-1,-1,-1} },
46 { 90, "1", NULL, 0, BITS_UNKNOWN, "action_index", 3, {-1,-1,-1,-1,-1} },
62 { 90, "1", NULL, 0, BITS_UNKNOWN, "action_index", 2, {-1,-1,-1,-1,-1} },
83 { 90, "1", NULL, 0, BITS_UNKNOWN, "action_index", 4, {-1,-1,-1,-1,-1} },
101 { 90, "3", NULL, 0, BITS_UNKNOWN, "action_index", 4, {-1,-1,-1,-1,-1} },
120 { 90, "4", NULL, 0, BITS_UNKNOWN, "action_index", 2, {-1,-1,-1,-1,-1} },
138 { 90, "5", NULL, 0, BITS_UNKNOWN, "action_index", 2, {-1,-1,-1,-1,-1} },
157 { 90, "6", NULL, 0, BITS_UNKNOWN, "action_index", 1, {-1,-1,-1,-1,-1} },
175 { 90, "1", NULL, 0, BITS_UNKNOWN, "action_index", 6, {-1,-1,-1,-1,-1} },
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/notifications/
H A Dextension_notification_handler.cc89 const base::Optional<int>& action_index, in OnClick() argument
97 if (action_index.has_value()) in OnClick()
98 args->AppendInteger(action_index.value()); in OnClick()
100 action_index.has_value() ? events::NOTIFICATIONS_ON_BUTTON_CLICKED in OnClick()
103 action_index.has_value() ? api::notifications::OnButtonClicked::kEventName in OnClick()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/notifications/
H A Dextension_notification_handler.cc89 const base::Optional<int>& action_index, in OnClick() argument
97 if (action_index.has_value()) in OnClick()
98 args->AppendInteger(action_index.value()); in OnClick()
100 action_index.has_value() ? events::NOTIFICATIONS_ON_BUTTON_CLICKED in OnClick()
103 action_index.has_value() ? api::notifications::OnButtonClicked::kEventName in OnClick()
/dports/x11/libXext/libXext-1.3.4/src/
H A DXTestExt1.c101 static int action_index = 0; variable
1119 if(((action_index + action_size) <= XTestMAX_ACTION_LIST_SIZE) && in XTestPackInputAction()
1127 action_buf[action_index++] = *(action_addr++); in XTestPackInputAction()
1157 action_index, in XTestPackInputAction()
1170 action_buf[action_index++] = *(action_addr++); in XTestPackInputAction()
1222 action_index = 0; in XTestWriteInputActions()
1301 if (action_index == 0) in XTestFlush()
1315 action_index, in XTestFlush()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/notifications/
H A Dmuted_notification_handler.cc30 const base::Optional<int>& action_index, in OnClick() argument
33 if (!action_index) in OnClick()
35 else if (*action_index == kShowActionIndex) in OnClick()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dgrammar_p.h91 static const short action_index[]; variable
97 const int yyn = action_index [GOTO_INDEX_OFFSET + state] + nt; in nt_action()
106 const int yyn = action_index [state] + token; in t_action()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dgrammar_p.h91 static const short action_index[]; variable
97 const int yyn = action_index [GOTO_INDEX_OFFSET + state] + nt; in nt_action()
106 const int yyn = action_index [state] + token; in t_action()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dgrammar_p.h91 static const short action_index[]; variable
97 const int yyn = action_index [GOTO_INDEX_OFFSET + state] + nt; in nt_action()
106 const int yyn = action_index [state] + token; in t_action()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/svg/
H A Dgedaelementgrammar_p.h47 static const int action_index []; variable
53 const int *const goto_index = &action_index [GOTO_INDEX_OFFSET]; in nt_action()
67 const int yyn = action_index [state] + token; in t_action()
H A Dsvgpathgrammar_p.h47 static const int action_index []; variable
53 const int *const goto_index = &action_index [GOTO_INDEX_OFFSET]; in nt_action()
67 const int yyn = action_index [state] + token; in t_action()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dgrammar_p.h91 static const short action_index[]; variable
97 const int yyn = action_index [GOTO_INDEX_OFFSET + state] + nt; in nt_action()
106 const int yyn = action_index [state] + token; in t_action()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dgrammar_p.h91 static const short action_index[]; variable
97 const int yyn = action_index [GOTO_INDEX_OFFSET + state] + nt; in nt_action()
106 const int yyn = action_index [state] + token; in t_action()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dgrammar_p.h91 static const short action_index[]; variable
97 const int yyn = action_index [GOTO_INDEX_OFFSET + state] + nt; in nt_action()
106 const int yyn = action_index [state] + token; in t_action()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dgrammar_p.h91 static const short action_index[]; variable
97 const int yyn = action_index [GOTO_INDEX_OFFSET + state] + nt; in nt_action()
106 const int yyn = action_index [state] + token; in t_action()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dgrammar_p.h91 static const short action_index[]; variable
97 const int yyn = action_index [GOTO_INDEX_OFFSET + state] + nt; in nt_action()
106 const int yyn = action_index [state] + token; in t_action()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dgrammar_p.h91 static const short action_index[]; variable
97 const int yyn = action_index [GOTO_INDEX_OFFSET + state] + nt; in nt_action()
106 const int yyn = action_index [state] + token; in t_action()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dgrammar_p.h91 static const short action_index[]; variable
97 const int yyn = action_index [GOTO_INDEX_OFFSET + state] + nt; in nt_action()
106 const int yyn = action_index [state] + token; in t_action()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dgrammar_p.h91 static const short action_index[]; variable
97 const int yyn = action_index [GOTO_INDEX_OFFSET + state] + nt; in nt_action()
106 const int yyn = action_index [state] + token; in t_action()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dgrammar_p.h91 static const short action_index[]; variable
97 const int yyn = action_index [GOTO_INDEX_OFFSET + state] + nt; in nt_action()
106 const int yyn = action_index [state] + token; in t_action()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dgrammar_p.h91 static const short action_index[]; variable
97 const int yyn = action_index [GOTO_INDEX_OFFSET + state] + nt; in nt_action()
106 const int yyn = action_index [state] + token; in t_action()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dgrammar_p.h91 static const short action_index[]; variable
97 const int yyn = action_index [GOTO_INDEX_OFFSET + state] + nt; in nt_action()
106 const int yyn = action_index [state] + token; in t_action()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/tools/qlalr/
H A Dgrammar_p.h91 static const short action_index[]; variable
97 const int yyn = action_index [GOTO_INDEX_OFFSET + state] + nt; in nt_action()
106 const int yyn = action_index [state] + token; in t_action()

12345678910>>...20