Home
last modified time | relevance | path

Searched refs:response_id (Results 126 – 150 of 1895) sorted by relevance

12345678910>>...76

/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimptoolgui.h48 gint response_id);
105 gint response_id);
107 gint response_id);
109 gint response_id,
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-alert.h79 gint response_id);
91 gint response_id);
104 gint response_id,
113 gint response_id);
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/platform-demos/C/samples/
H A Dfilechooserdialog.py75 def open_response_cb(self, dialog, response_id): argument
78 if response_id == Gtk.ResponseType.ACCEPT:
96 elif response_id == Gtk.ResponseType.CANCEL:
128 def save_response_cb(self, dialog, response_id): argument
131 if response_id == Gtk.ResponseType.ACCEPT:
137 elif response_id == Gtk.ResponseType.CANCEL:
H A Ddialog.c8 gint response_id, in on_response() argument
13 g_print ("response is %d\n", response_id); in on_response()
31 gint response_id; in show_dialog() local
H A Ddialog.py32 dialog.add_button(button_text="OK", response_id=Gtk.ResponseType.OK)
44 def on_response(self, widget, response_id): argument
45 print("response_id is", response_id)
/dports/net/cpp-pcp-client/cpp-pcp-client-1.7.7/tutorial/09/controller/
H A Dmain.cpp171 auto response_id = parsed_chunks.envelope.get<std::string>("id"); in processResponse() local
174 std::cout << "Received response " << response_id in processResponse()
180 auto response_id = parsed_chunks.envelope.get<std::string>("id"); in processError() local
186 std::cout << "Received error " << response_id in processError()
193 auto response_id = parsed_chunks.envelope.get<std::string>("id"); in processInventoryResponse() local
197 std::cout << "Received inventory response " << response_id in processInventoryResponse()
/dports/net/cpp-pcp-client/cpp-pcp-client-1.7.7/tutorial/10/controller/
H A Dmain.cpp172 auto response_id = parsed_chunks.envelope.get<std::string>("id"); in processResponse() local
175 std::cout << "Received response " << response_id in processResponse()
181 auto response_id = parsed_chunks.envelope.get<std::string>("id"); in processError() local
187 std::cout << "Received error " << response_id in processError()
194 auto response_id = parsed_chunks.envelope.get<std::string>("id"); in processInventoryResponse() local
198 std::cout << "Received inventory response " << response_id in processInventoryResponse()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/
H A Duitapeattach.c131 static void on_response(GtkWidget *widget, gint response_id, in on_response() argument
140 debug_gtk3("got response ID %d, index %d.", response_id, index); in on_response()
144 switch (response_id) { in on_response()
210 gint response_id, in on_response_native() argument
219 debug_gtk3("got response ID %d, index %d.", response_id, index); in on_response_native()
223 switch (response_id) { in on_response_native()
/dports/graphics/gimp-app/gimp-2.10.30/app/dialogs/
H A Dinput-devices-dialog.c44 guint response_id,
89 guint response_id, in input_devices_dialog_response() argument
92 switch (response_id) in input_devices_dialog_response()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/appcache/
H A Dappcache_disk_cache_ops.h48 int64_t response_id() const { return response_id_; } in response_id() function
51 AppCacheResponseIO(int64_t response_id,
94 AppCacheResponseReader(int64_t response_id,
157 explicit AppCacheResponseWriter(int64_t response_id,
229 AppCacheResponseMetadataWriter(int64_t response_id,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/appcache/
H A Dappcache_disk_cache_ops.h47 int64_t response_id() const { return response_id_; } in response_id() function
50 AppCacheResponseIO(int64_t response_id,
92 AppCacheResponseReader(int64_t response_id,
155 explicit AppCacheResponseWriter(int64_t response_id,
227 AppCacheResponseMetadataWriter(int64_t response_id,
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/tests/
H A Dtest_dialog.py12 response_id = sys.maxint + 1
13 self.assertRaises(OverflowError, dialog.add_button, "Foo", response_id)
14 self.assertRaises(OverflowError, dialog.add_buttons, "Foo", response_id)
/dports/science/gabedit/GabeditSrc251_300720/src/Spectrum/
H A DECDSpectrum.c152 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_gabedit_molden_file()
229 static gboolean read_mpqc_file(GabeditFileChooser *SelecFile, gint response_id) in read_mpqc_file() argument
244 static gboolean read_molpro_file(GabeditFileChooser *SelecFile, gint response_id) in read_molpro_file() argument
264 static gboolean read_dalton_file(GabeditFileChooser *SelecFile, gint response_id) in read_dalton_file() argument
269 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_dalton_file()
315 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_firefly_file()
399 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_gaussian_file()
710 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_qchem_file()
779 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_orca_file()
846 static gboolean read_adf_file(GabeditFileChooser *SelecFile, gint response_id) in read_adf_file() argument
[all …]
H A DRamanSpectrum.c262 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_gabedit_molden_file()
381 static gboolean read_mpqc_file(GabeditFileChooser *SelecFile, gint response_id) in read_mpqc_file() argument
396 static gboolean read_molpro_file(GabeditFileChooser *SelecFile, gint response_id) in read_molpro_file() argument
421 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_dalton_file()
458 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_gamess_file()
591 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_gaussian_file()
663 static gboolean read_adf_file(GabeditFileChooser *SelecFile, gint response_id) in read_adf_file() argument
678 static gboolean read_orca_file(GabeditFileChooser *SelecFile, gint response_id) in read_orca_file() argument
694 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_orca_file()
772 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_sample_2columns_file()
[all …]
H A DIRSpectrum.c261 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_gabedit_molden_file()
413 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_molpro_file()
599 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_dalton_file()
636 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_gamess_file()
770 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_gamess_anharmonic_file()
853 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_gaussian_file()
942 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_gaussian_anharmonic_file()
1084 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_qchem_file()
1174 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_nwchem_file()
1249 if(response_id != GTK_RESPONSE_OK) return FALSE; in read_psicode_file()
[all …]
/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DImages.c130 if(response_id != GTK_RESPONSE_OK) return; in save_png_without_background_file()
148 void save_png_file(GabeditFileChooser *SelecFile, gint response_id) in save_png_file() argument
152 if(response_id != GTK_RESPONSE_OK) return; in save_png_file()
170 void save_jpeg_file(GabeditFileChooser *SelecFile, gint response_id) in save_jpeg_file() argument
174 if(response_id != GTK_RESPONSE_OK) return; in save_jpeg_file()
279 void save_ppm_file(GabeditFileChooser *SelecFile, gint response_id) in save_ppm_file() argument
284 if(response_id != GTK_RESPONSE_OK) return; in save_ppm_file()
399 void save_bmp_file(GabeditFileChooser *SelecFile, gint response_id) in save_bmp_file() argument
404 if(response_id != GTK_RESPONSE_OK) return; in save_bmp_file()
496 void save_ps_file(GabeditFileChooser *SelecFile, gint response_id) in save_ps_file() argument
[all …]
/dports/net/uget/uget-2.2.1/ui-gtk/
H A DUgtkNodeDialog.c51 static void on_response_new_category (GtkDialog *dialog, gint response_id,
53 static void on_response_new_download (GtkDialog *dialog, gint response_id,
55 static void on_response_edit_category (GtkDialog *dialog, gint response_id,
57 static void on_response_edit_download (GtkDialog *dialog, gint response_id,
454 static void on_response_new_category (GtkDialog *dialog, gint response_id, in on_response_new_category() argument
459 if (response_id == GTK_RESPONSE_OK) { in on_response_new_category()
472 static void on_response_new_download (GtkDialog *dialog, gint response_id, in on_response_new_download() argument
479 if (response_id == GTK_RESPONSE_OK) { in on_response_new_download()
496 static void on_response_edit_category (GtkDialog *dialog, gint response_id, in on_response_edit_category() argument
501 if (response_id == GTK_RESPONSE_OK && ndialog->node_data) { in on_response_edit_category()
[all …]
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Ddialog.hg78 _WRAP_METHOD(void add_action_widget(Widget& child, int response_id), gtk_dialog_add_action_widget)
79 …_WRAP_METHOD(Button* add_button(const Glib::ustring& button_text, int response_id), gtk_dialog_add…
80 …_WRAP_METHOD(Button* add_button(const Gtk::StockID& stock_id, int response_id), gtk_dialog_add_but…
81 …_WRAP_METHOD(void set_response_sensitive(int response_id, bool setting = true), gtk_dialog_set_res…
82 _WRAP_METHOD(void set_default_response(int response_id), gtk_dialog_set_default_response)
83 _WRAP_METHOD(Widget* get_widget_for_response(int response_id), gtk_dialog_get_widget_for_response)
84 …_WRAP_METHOD(const Widget* get_widget_for_response(int response_id) const, gtk_dialog_get_widget_f…
111 _WRAP_METHOD(void response(int response_id), gtk_dialog_response)
126 _WRAP_SIGNAL(void response(int response_id), "response")
/dports/science/gabedit/GabeditSrc251_300720/src/Geometry/
H A DExportGeom.c41 static void export_file(GabeditFileChooser *SelecteurFichier , gint response_id) in export_file() argument
53 if(response_id != GTK_RESPONSE_OK) return; in export_file()
99 static void export_geometry_file(GabeditFileChooser *SelecFile, gint response_id) in export_geometry_file() argument
103 if(response_id != GTK_RESPONSE_OK) return; in export_geometry_file()
/dports/deskutils/caja-extensions/caja-extensions-1.26.0/image-converter/
H A Dcaja-image-rotator.c192 int response_id; in op_finished() local
206 response_id = gtk_dialog_run (GTK_DIALOG (msg_dialog)); in op_finished()
208 if (response_id == 0) { in op_finished()
210 } else if (response_id == GTK_RESPONSE_CANCEL) { in op_finished()
212 } else if (response_id == 1) { in op_finished()
298 gint response_id, in on_caja_image_rotator_response() argument
301 if (response_id == GTK_RESPONSE_OK) { in on_caja_image_rotator_response()
H A Dcaja-image-resizer.c196 int response_id; in op_finished() local
210 response_id = gtk_dialog_run (GTK_DIALOG (msg_dialog)); in op_finished()
212 if (response_id == 0) { in op_finished()
214 } else if (response_id == GTK_RESPONSE_CANCEL) { in op_finished()
216 } else if (response_id == 1) { in op_finished()
303 gint response_id, in on_caja_image_resizer_response() argument
306 if (response_id == GTK_RESPONSE_OK) { in on_caja_image_resizer_response()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/vivado_ipi/axi_dmac/
H A Dsrc_axi_stream.v49 output [ID_WIDTH-1:0] response_id, port
108 .response_id(response_id),
H A Dsrc_fifo_inf.v49 output [ID_WIDTH-1:0] response_id, port
122 .response_id(response_id),
/dports/www/eolie/eolie-0.9.101/eolie/
H A Ddialog_import_bookmarks.py66 def _on_dialog_response(self, dialog, response_id): argument
72 if response_id == Gtk.ResponseType.DELETE_EVENT:
125 def __on_file_chooser_response(self, dialog, response_id): argument
131 if response_id == Gtk.ResponseType.ACCEPT:
/dports/multimedia/peek/peek-1.5.1/src/ui/
H A Dabout-dialog.vala35 private void on_response (int response_id) {
36 if (response_id == Gtk.ResponseType.CANCEL
37 || response_id == Gtk.ResponseType.DELETE_EVENT) {

12345678910>>...76