Home
last modified time | relevance | path

Searched refs:event_group (Results 151 – 175 of 389) sorted by relevance

12345678910>>...16

/dports/mail/claws-mail-libravatar/claws-mail-3.18.0/src/plugins/vcalendar/
H A Dcommon-views.c221 GtkWidget **event_menu, GtkActionGroup **event_group, in vcal_view_create_popup_menus() argument
225 …*event_group = cm_menu_create_action_group_full(*ui_manager,"VcalViewEvent", view_event_popup_entr… in vcal_view_create_popup_menus()
/dports/mail/claws-mail-address_keeper/claws-mail-3.18.0/src/plugins/vcalendar/
H A Dcommon-views.c221 GtkWidget **event_menu, GtkActionGroup **event_group, in vcal_view_create_popup_menus() argument
225 …*event_group = cm_menu_create_action_group_full(*ui_manager,"VcalViewEvent", view_event_popup_entr… in vcal_view_create_popup_menus()
/dports/mail/claws-mail/claws-mail-3.18.0/src/plugins/vcalendar/
H A Dcommon-views.c221 GtkWidget **event_menu, GtkActionGroup **event_group, in vcal_view_create_popup_menus() argument
225 …*event_group = cm_menu_create_action_group_full(*ui_manager,"VcalViewEvent", view_event_popup_entr… in vcal_view_create_popup_menus()
/dports/mail/claws-mail-archive/claws-mail-3.18.0/src/plugins/vcalendar/
H A Dcommon-views.c221 GtkWidget **event_menu, GtkActionGroup **event_group, in vcal_view_create_popup_menus() argument
225 …*event_group = cm_menu_create_action_group_full(*ui_manager,"VcalViewEvent", view_event_popup_entr… in vcal_view_create_popup_menus()
/dports/mail/claws-mail-gdata/claws-mail-3.18.0/src/plugins/vcalendar/
H A Dcommon-views.c221 GtkWidget **event_menu, GtkActionGroup **event_group, in vcal_view_create_popup_menus() argument
225 …*event_group = cm_menu_create_action_group_full(*ui_manager,"VcalViewEvent", view_event_popup_entr… in vcal_view_create_popup_menus()
/dports/mail/claws-mail-dillo/claws-mail-3.18.0/src/plugins/vcalendar/
H A Dcommon-views.c221 GtkWidget **event_menu, GtkActionGroup **event_group, in vcal_view_create_popup_menus() argument
225 …*event_group = cm_menu_create_action_group_full(*ui_manager,"VcalViewEvent", view_event_popup_entr… in vcal_view_create_popup_menus()
/dports/mail/claws-mail-bogofilter/claws-mail-3.18.0/src/plugins/vcalendar/
H A Dcommon-views.c221 GtkWidget **event_menu, GtkActionGroup **event_group, in vcal_view_create_popup_menus() argument
225 …*event_group = cm_menu_create_action_group_full(*ui_manager,"VcalViewEvent", view_event_popup_entr… in vcal_view_create_popup_menus()
/dports/mail/claws-mail-clamd/claws-mail-3.18.0/src/plugins/vcalendar/
H A Dcommon-views.c221 GtkWidget **event_menu, GtkActionGroup **event_group, in vcal_view_create_popup_menus() argument
225 …*event_group = cm_menu_create_action_group_full(*ui_manager,"VcalViewEvent", view_event_popup_entr… in vcal_view_create_popup_menus()
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/plugins/vcalendar/
H A Dcommon-views.c221 GtkWidget **event_menu, GtkActionGroup **event_group, in vcal_view_create_popup_menus() argument
225 …*event_group = cm_menu_create_action_group_full(*ui_manager,"VcalViewEvent", view_event_popup_entr… in vcal_view_create_popup_menus()
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/plugins/vcalendar/
H A Dcommon-views.c221 GtkWidget **event_menu, GtkActionGroup **event_group, in vcal_view_create_popup_menus() argument
225 …*event_group = cm_menu_create_action_group_full(*ui_manager,"VcalViewEvent", view_event_popup_entr… in vcal_view_create_popup_menus()
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/plugins/vcalendar/
H A Dcommon-views.c221 GtkWidget **event_menu, GtkActionGroup **event_group, in vcal_view_create_popup_menus() argument
225 …*event_group = cm_menu_create_action_group_full(*ui_manager,"VcalViewEvent", view_event_popup_entr… in vcal_view_create_popup_menus()
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/plugins/vcalendar/
H A Dcommon-views.c221 GtkWidget **event_menu, GtkActionGroup **event_group, in vcal_view_create_popup_menus() argument
225 …*event_group = cm_menu_create_action_group_full(*ui_manager,"VcalViewEvent", view_event_popup_entr… in vcal_view_create_popup_menus()
/dports/games/allacrost/allacrost-1.0.2/src/common/global/
H A Dglobal.cpp1010 void GameGlobal::_SaveEvents(WriteScriptDescriptor& file, GlobalEventGroup* event_group) { in _SaveEvents() argument
1015 if (event_group == NULL) { in _SaveEvents()
1020 file.WriteLine("\t" + event_group->GetGroupName() + " = {"); in _SaveEvents()
1022 …for (map<string, int32>::const_iterator i = event_group->GetEvents().begin(); i != event_group->Ge… in _SaveEvents()
1023 if (i == event_group->GetEvents().begin()) in _SaveEvents()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Devents.c148 typedef struct event_group struct
153 struct event_group *next; argument
4091 event_group_t *event_group; in dispatch_event() local
4138 event_group = base_event_group; in dispatch_event()
4140 event_group != NULL && in dispatch_event()
4141 event_group->base + event_group->count < e->type) in dispatch_event()
4143 event_group = event_group->next; in dispatch_event()
4147 event_group != NULL && in dispatch_event()
4148 e->type - event_group->base < event_group->count && in dispatch_event()
4149 event_group->jump_table[e->type - event_group->base] != NULL) in dispatch_event()
[all …]
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Devents.c147 typedef struct event_group struct
152 struct event_group *next; argument
4101 event_group_t *event_group; in dispatch_event() local
4135 event_group = base_event_group; in dispatch_event()
4137 event_group != NULL && in dispatch_event()
4138 event_group->base + event_group->count < e->type) in dispatch_event()
4140 event_group = event_group->next; in dispatch_event()
4144 event_group != NULL && in dispatch_event()
4145 e->type - event_group->base < event_group->count && in dispatch_event()
4146 event_group->jump_table[e->type - event_group->base] != NULL) in dispatch_event()
[all …]
/dports/misc/mc-nox11/mc-4.8.27/lib/widget/
H A Dinput.c1050 mc_event_add (h->event_group, MCEVENT_HISTORY_LOAD, input_load_history, w, NULL); in input_callback()
1052 mc_event_add (h->event_group, MCEVENT_HISTORY_SAVE, input_save_history, w, NULL); in input_callback()
1101 mc_event_del (h->event_group, MCEVENT_HISTORY_LOAD, input_load_history, w); in input_callback()
1103 mc_event_del (h->event_group, MCEVENT_HISTORY_SAVE, input_save_history, w); in input_callback()
/dports/misc/mc/mc-4.8.27/lib/widget/
H A Dinput.c1050 mc_event_add (h->event_group, MCEVENT_HISTORY_LOAD, input_load_history, w, NULL); in input_callback()
1052 mc_event_add (h->event_group, MCEVENT_HISTORY_SAVE, input_save_history, w, NULL); in input_callback()
1101 mc_event_del (h->event_group, MCEVENT_HISTORY_LOAD, input_load_history, w); in input_callback()
1103 mc_event_del (h->event_group, MCEVENT_HISTORY_SAVE, input_save_history, w); in input_callback()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/ui/
H A Dhist.c233 if (symbol_conf.group_sort_idx && symbol_conf.event_group) { in __hpp__sort()
239 if (ret || !symbol_conf.event_group) in __hpp__sort()
294 if (symbol_conf.event_group) in hpp__width_fn()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/ui/
H A Dhist.c233 if (symbol_conf.group_sort_idx && symbol_conf.event_group) { in __hpp__sort()
239 if (ret || !symbol_conf.event_group) in __hpp__sort()
294 if (symbol_conf.event_group) in hpp__width_fn()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/ui/
H A Dhist.c233 if (symbol_conf.group_sort_idx && symbol_conf.event_group) { in __hpp__sort()
239 if (ret || !symbol_conf.event_group) in __hpp__sort()
294 if (symbol_conf.event_group) in hpp__width_fn()
/dports/www/seahub/seahub-8.0.7-server/seahub/views/
H A D__init__.py942 event_group = {}
943 event_group['date'] = e.date
944 event_group['events'] = [e]
945 event_groups.append(event_group)
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/
H A Dbuiltin-report.c117 symbol_conf.event_group = perf_config_bool(var, value); in report__config()
536 if (symbol_conf.event_group && !evsel__is_group_leader(pos)) in evlist__tty_browse_hists()
679 if (symbol_conf.event_group && !evsel__is_group_leader(pos)) { in report__collapse_hists()
1270 OPT_BOOLEAN_SET(0, "group", &symbol_conf.event_group, &report.group_set, in cmd_report()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/
H A Dbuiltin-report.c117 symbol_conf.event_group = perf_config_bool(var, value); in report__config()
536 if (symbol_conf.event_group && !evsel__is_group_leader(pos)) in evlist__tty_browse_hists()
679 if (symbol_conf.event_group && !evsel__is_group_leader(pos)) { in report__collapse_hists()
1270 OPT_BOOLEAN_SET(0, "group", &symbol_conf.event_group, &report.group_set, in cmd_report()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/
H A Dbuiltin-report.c117 symbol_conf.event_group = perf_config_bool(var, value); in report__config()
536 if (symbol_conf.event_group && !evsel__is_group_leader(pos)) in evlist__tty_browse_hists()
679 if (symbol_conf.event_group && !evsel__is_group_leader(pos)) { in report__collapse_hists()
1270 OPT_BOOLEAN_SET(0, "group", &symbol_conf.event_group, &report.group_set, in cmd_report()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Devsel_fprintf.c43 if (details->event_group) { in evsel__fprintf()

12345678910>>...16