Home
last modified time | relevance | path

Searched refs:response_id (Results 251 – 275 of 1895) sorted by relevance

1...<<11121314151617181920>>...76

/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/gtk/
H A Ddialogs.py111 def on_response(self, dialog, response_id): argument
112 if response_id not in self.possible_responses:
114 if not self.possible_responses[response_id]:
116 elif isinstance(self.possible_responses[response_id], tuple):
117 if len(self.possible_responses[response_id]) == 1:
118 self.possible_responses[response_id][0](dialog)
120 self.possible_responses[response_id][0](
121 dialog, *self.possible_responses[response_id][1:])
123 self.possible_responses[response_id](dialog)
/dports/x11-toolkits/unique/libunique-1.1.6/unique/bacon/
H A Duniquefactory-bacon.c106 UniqueResponse response_id; in connection_cb() local
151 response_id = unique_app_emit_message_received (factory->parent, in connection_cb()
155 response = g_strconcat (unique_response_to_string (response_id), "\r\n", NULL); in connection_cb()
/dports/graphics/gimp-app/gimp-2.10.30/app/dialogs/
H A Dtemplate-options-dialog.c59 gint response_id,
163 gint response_id, in template_options_dialog_response() argument
166 if (response_id == GTK_RESPONSE_OK) in template_options_dialog_response()
H A Dimage-merge-layers-dialog.c57 gint response_id,
175 gint response_id, in image_merge_layers_dialog_response() argument
178 if (response_id == GTK_RESPONSE_OK) in image_merge_layers_dialog_response()
H A Dvectors-import-dialog.c50 gint response_id,
175 gint response_id, in vectors_import_dialog_response() argument
178 if (response_id == GTK_RESPONSE_OK) in vectors_import_dialog_response()
/dports/x11-toolkits/libunique3/libunique-3.0.2/unique/bacon/
H A Duniquefactory-bacon.c106 UniqueResponse response_id; in connection_cb() local
151 response_id = unique_app_emit_message_received (factory->parent, in connection_cb()
155 response = g_strconcat (unique_response_to_string (response_id), "\r\n", NULL); in connection_cb()
/dports/www/ilias/ILIAS-5.4.25/Services/Survey/classes/
H A Dclass.SurveyImportParser.php57 public $response_id; variable in SurveyImportParser
99 $this->response_id = "";
379 $this->response_id = $a_attribs["id"];
384 $this->response_id = $a_attribs["id"];
389 $this->response_id = $a_attribs["id"];
394 $this->response_id = $a_attribs["id"];
399 $this->response_id = $a_attribs["id"];
697 $this->responses[$this->response_id]["material"] = $this->material;
/dports/www/ilias6/ILIAS-6.14/Services/Survey/classes/
H A Dclass.SurveyImportParser.php32 public $response_id; variable in SurveyImportParser
74 $this->response_id = "";
352 $this->response_id = $a_attribs["id"];
357 $this->response_id = $a_attribs["id"];
362 $this->response_id = $a_attribs["id"];
367 $this->response_id = $a_attribs["id"];
372 $this->response_id = $a_attribs["id"];
665 $this->responses[$this->response_id]["material"] = $this->material;
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/gtkgui/widgets/
H A Dtrayicon.py118 def on_open_private_chat_response(self, dialog, response_id, _data): argument
123 if response_id != Gtk.ResponseType.OK or not user:
141 def on_get_a_users_info_response(self, dialog, response_id, _data): argument
146 if response_id != Gtk.ResponseType.OK or not user:
163 def on_get_a_users_shares_response(self, dialog, response_id, _data): argument
168 if response_id != Gtk.ResponseType.OK or not user:
/dports/dns/fpdns/fpdns-20190131/utils/rails_implementation/app/controllers/
H A Dhome_controller.rb69 response_id = get_id_for_response(responses, response_header_string)
71 if node.xpath("response[@id='#{response_id}']").length == 1
72 … output += dfs_traverse(node.xpath("response[@id='#{response_id}']"), queries, responses, resolver)
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/
H A Duitapeattach.c120 static void on_response(GtkWidget *widget, gint response_id, in on_response() argument
128 debug_gtk3("got response ID %d, index %d.", response_id, index); in on_response()
130 switch (response_id) { in on_response()
/dports/graphics/gimp-app/gimp-2.10.30/app/actions/
H A Derror-console-commands.c42 gint response_id,
176 gint response_id, in error_console_save_response() argument
179 if (response_id == GTK_RESPONSE_OK) in error_console_save_response()
H A Dtext-tool-commands.c50 gint response_id,
205 gint response_id, in text_tool_load_dialog_response() argument
208 if (response_id == GTK_RESPONSE_OK) in text_tool_load_dialog_response()
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/applib/
H A Dcmdex_sync_gui.h96 void on_running_dialog_response(int response_id) in on_running_dialog_response() argument
99 if (response_id == Gtk::RESPONSE_CANCEL) in on_running_dialog_response()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-alert.c67 gint response_id; member
283 button->response_id = in e_alert_load()
625 alert, action, button->response_id, button->destructive); in alert_constructed()
632 alert, action, button->response_id, button->destructive); in alert_constructed()
803 gint response_id) in e_alert_set_default_response() argument
807 alert->priv->default_response = response_id; in e_alert_set_default_response()
944 gint response_id, in e_alert_add_action() argument
952 GINT_TO_POINTER (response_id)); in e_alert_add_action()
1006 gint response_id) in e_alert_response() argument
1010 g_signal_emit (alert, signals[RESPONSE], 0, response_id); in e_alert_response()
/dports/graphics/evince/evince-41.3/shell/
H A Dev-password-view.c181 gint response_id, in ev_password_dialog_got_response() argument
190 if (response_id == GTK_RESPONSE_OK) { in ev_password_dialog_got_response()
196 } else if (response_id == GTK_RESPONSE_CANCEL || in ev_password_dialog_got_response()
197 response_id == GTK_RESPONSE_CLOSE || in ev_password_dialog_got_response()
198 response_id == GTK_RESPONSE_DELETE_EVENT) { in ev_password_dialog_got_response()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/demos/gtk-demo/
H A Dexample_change_display.cc67 void on_response(int response_id) override;
222 gint response_id = dialog.run(); in on_button_display_open() local
223 if (response_id != Gtk::RESPONSE_OK) in on_button_display_open()
273 void Example_ChangeDisplay::on_response(int response_id) in on_response() argument
275 if (response_id == Gtk::RESPONSE_OK) in on_response()
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-data-table.c78 cb_data_table_response (GtkWidget *dialog, gint response_id, GnmDialogDataTable *state) in cb_data_table_response() argument
80 if (response_id == GTK_RESPONSE_HELP) in cb_data_table_response()
82 if (response_id == GTK_RESPONSE_OK) in cb_data_table_response()
H A Ddialog-so-list.c75 cb_so_list_response (GtkWidget *dialog, gint response_id, GnmDialogSOList *state) in cb_so_list_response() argument
77 if (response_id == GTK_RESPONSE_HELP) in cb_so_list_response()
79 if (response_id == GTK_RESPONSE_OK) { in cb_so_list_response()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/tests/
H A Dbsock_test_connection_setup.cc124 uint32_t response_id = kMessageIdUnknown; in ConnectToDirector() local
126 PBareosSocket UA_sock(console::ConnectToDirector(jcr, 0, args, response_id), in ConnectToDirector()
129 EXPECT_EQ(response_id, kMessageIdOk); in ConnectToDirector()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/tests/
H A Dbsock_test_connection_setup.cc124 uint32_t response_id = kMessageIdUnknown; in ConnectToDirector() local
126 PBareosSocket UA_sock(console::ConnectToDirector(jcr, 0, args, response_id), in ConnectToDirector()
129 EXPECT_EQ(response_id, kMessageIdOk); in ConnectToDirector()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/tests/
H A Dbsock_test_connection_setup.cc124 uint32_t response_id = kMessageIdUnknown; in ConnectToDirector() local
126 PBareosSocket UA_sock(console::ConnectToDirector(jcr, 0, args, response_id), in ConnectToDirector()
129 EXPECT_EQ(response_id, kMessageIdOk); in ConnectToDirector()
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/tests/
H A Dbsock_test_connection_setup.cc124 uint32_t response_id = kMessageIdUnknown; in ConnectToDirector() local
126 PBareosSocket UA_sock(console::ConnectToDirector(jcr, 0, args, response_id), in ConnectToDirector()
129 EXPECT_EQ(response_id, kMessageIdOk); in ConnectToDirector()
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Ddlg-open-with.c43 int response_id, in app_chooser_response_cb() argument
49 switch (response_id) { in app_chooser_response_cb()
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Ddlg-open-with.c41 int response_id, in app_chooser_response_cb() argument
47 switch (response_id) { in app_chooser_response_cb()

1...<<11121314151617181920>>...76