Home
last modified time | relevance | path

Searched refs:response_id (Results 101 – 125 of 1895) sorted by relevance

12345678910>>...76

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/appcache/
H A Dappcache_backfillers.cc57 [&](std::string response_url, int64_t response_id) -> bool { in BackfillPaddingSizes() argument
61 return UpdateEntryPaddingSize(response_id, entry_padding_size); in BackfillPaddingSizes()
79 int64_t response_id = statement.ColumnInt64(1); in ForEachEntry() local
80 if (!callable(url, response_id)) in ForEachEntry()
97 bool AppCacheBackfillerVersion8::UpdateEntryPaddingSize(int64_t response_id, in UpdateEntryPaddingSize() argument
103 statement.BindInt64(1, response_id); in UpdateEntryPaddingSize()
H A Dappcache_response_info.cc22 int64_t response_id, in AppCacheResponseInfo() argument
26 response_id_(response_id), in AppCacheResponseInfo()
31 DCHECK(response_id != blink::mojom::kAppCacheNoResponseId); in AppCacheResponseInfo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/appcache/
H A Dappcache_backfillers.cc56 [&](std::string response_url, int64_t response_id) -> bool { in BackfillPaddingSizes() argument
60 return UpdateEntryPaddingSize(response_id, entry_padding_size); in BackfillPaddingSizes()
78 int64_t response_id = statement.ColumnInt64(1); in ForEachEntry() local
79 if (!callable(url, response_id)) in ForEachEntry()
96 bool AppCacheBackfillerVersion8::UpdateEntryPaddingSize(int64_t response_id, in UpdateEntryPaddingSize() argument
102 statement.BindInt64(1, response_id); in UpdateEntryPaddingSize()
H A Dappcache_response_info.cc22 int64_t response_id, in AppCacheResponseInfo() argument
26 response_id_(response_id), in AppCacheResponseInfo()
31 DCHECK(response_id != blink::mojom::kAppCacheNoResponseId); in AppCacheResponseInfo()
/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-file-chooser-dialog.c382 gint response_id; in pluma_file_chooser_dialog_new_valist() local
450 response_id = va_arg (varargs, gint); in pluma_file_chooser_dialog_new_valist()
453 pluma_dialog_add_button (GTK_DIALOG (result), _("_Cancel"), button_text, response_id); in pluma_file_chooser_dialog_new_valist()
455 pluma_dialog_add_button (GTK_DIALOG (result), _("_Open"), button_text, response_id); in pluma_file_chooser_dialog_new_valist()
457 pluma_dialog_add_button (GTK_DIALOG (result), _("_Save"), button_text, response_id); in pluma_file_chooser_dialog_new_valist()
459 gtk_dialog_add_button (GTK_DIALOG (result), button_text, response_id); in pluma_file_chooser_dialog_new_valist()
461 if ((response_id == GTK_RESPONSE_OK) || in pluma_file_chooser_dialog_new_valist()
462 (response_id == GTK_RESPONSE_ACCEPT) || in pluma_file_chooser_dialog_new_valist()
463 (response_id == GTK_RESPONSE_YES) || in pluma_file_chooser_dialog_new_valist()
464 (response_id == GTK_RESPONSE_APPLY)) in pluma_file_chooser_dialog_new_valist()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dinfo_bar.rs512 fn response(&self, response_id: ResponseType); in response()
515 fn set_default_response(&self, response_id: ResponseType); in set_default_response()
521 fn set_response_sensitive(&self, response_id: ResponseType, setting: bool); in set_response_sensitive()
557 response_id.into_glib(), in add_action_widget()
567 response_id.into_glib(), in add_button()
618 fn response(&self, response_id: ResponseType) { in response()
624 fn set_default_response(&self, response_id: ResponseType) { in set_default_response()
628 response_id.into_glib(), in set_default_response()
646 response_id.into_glib(), in set_response_sensitive()
704 response_id: ffi::GtkResponseType, in connect_response()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dinfo_bar.rs512 fn response(&self, response_id: ResponseType); in response()
515 fn set_default_response(&self, response_id: ResponseType); in set_default_response()
521 fn set_response_sensitive(&self, response_id: ResponseType, setting: bool); in set_response_sensitive()
557 response_id.into_glib(), in add_action_widget()
567 response_id.into_glib(), in add_button()
618 fn response(&self, response_id: ResponseType) { in response()
624 fn set_default_response(&self, response_id: ResponseType) { in set_default_response()
628 response_id.into_glib(), in set_default_response()
646 response_id.into_glib(), in set_response_sensitive()
704 response_id: ffi::GtkResponseType, in connect_response()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dinfo_bar.rs512 fn response(&self, response_id: ResponseType); in response()
515 fn set_default_response(&self, response_id: ResponseType); in set_default_response()
521 fn set_response_sensitive(&self, response_id: ResponseType, setting: bool); in set_response_sensitive()
557 response_id.into_glib(), in add_action_widget()
567 response_id.into_glib(), in add_button()
618 fn response(&self, response_id: ResponseType) { in response()
624 fn set_default_response(&self, response_id: ResponseType) { in set_default_response()
628 response_id.into_glib(), in set_default_response()
646 response_id.into_glib(), in set_response_sensitive()
704 response_id: ffi::GtkResponseType, in connect_response()
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dinfo_bar.rs519 fn response(&self, response_id: ResponseType); in response()
521 fn set_default_response(&self, response_id: ResponseType); in set_default_response()
525 fn set_response_sensitive(&self, response_id: ResponseType, setting: bool); in set_response_sensitive()
556 response_id.to_glib(), in add_action_widget()
566 response_id.to_glib(), in add_button()
616 fn response(&self, response_id: ResponseType) { in response()
622 fn set_default_response(&self, response_id: ResponseType) { in set_default_response()
626 response_id.to_glib(), in set_default_response()
644 response_id.to_glib(), in set_response_sensitive()
698 response_id: gtk_sys::GtkResponseType, in connect_response()
[all …]
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dinfo_bar.rs512 fn response(&self, response_id: ResponseType); in response()
515 fn set_default_response(&self, response_id: ResponseType); in set_default_response()
521 fn set_response_sensitive(&self, response_id: ResponseType, setting: bool); in set_response_sensitive()
557 response_id.into_glib(), in add_action_widget()
567 response_id.into_glib(), in add_button()
618 fn response(&self, response_id: ResponseType) { in response()
624 fn set_default_response(&self, response_id: ResponseType) { in set_default_response()
628 response_id.into_glib(), in set_default_response()
646 response_id.into_glib(), in set_response_sensitive()
704 response_id: ffi::GtkResponseType, in connect_response()
[all …]
/dports/devel/lua-lgi/lgi-0.9.2/samples/gtk-demo/
H A Ddemo-colorselector.lua52 function dialog:on_response(response_id)
53 if response_id == Gtk.ResponseType.OK then
65 function dialog:on_response(response_id)
66 if response_id == Gtk.ResponseType.OK then
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/mixin/
H A Drequester.hpp62 self->eq_impl(req_id.response_id(), self->ctrl(), self->context(), in request()
71 return handle_type{self, req_id.response_id()}; in request()
116 ids.emplace_back(req_id.response_id()); in fan_out_request()
120 dptr->eq_impl(req_id.response_id(), dptr->ctrl(), dptr->context(), in fan_out_request()
122 ids.emplace_back(req_id.response_id()); in fan_out_request()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/vivado_ipi/axi_dmac/
H A Ddest_axi_stream.v50 output [ID_WIDTH-1:0] response_id, port
115 .response_id(data_id),
142 .response_id(response_id),
H A Ddest_fifo_inf.v49 output [ID_WIDTH-1:0] response_id, port
117 .response_id(data_id),
144 .response_id(response_id),
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dinfobar.hg67 …_WRAP_METHOD(void add_action_widget(Widget& child, int response_id), gtk_info_bar_add_action_widge…
69 …_WRAP_METHOD(Button* add_button(const Glib::ustring& button_text, int response_id), gtk_info_bar_a…
70 …_WRAP_METHOD(Button* add_button(const Gtk::StockID& stock_id, int response_id), gtk_info_bar_add_b…
73 …_WRAP_METHOD(void set_response_sensitive(int response_id, bool setting = true), gtk_info_bar_set_r…
74 _WRAP_METHOD(void set_default_response(int response_id), gtk_info_bar_set_default_response)
76 _WRAP_METHOD(void response(int response_id), gtk_info_bar_response)
87 _WRAP_SIGNAL(void response(int response_id), "response")
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dinfobar.hg71 …_WRAP_METHOD(void add_action_widget(Widget& child, int response_id), gtk_info_bar_add_action_widge…
73 …_WRAP_METHOD(Button* add_button(const Glib::ustring& button_text, int response_id), gtk_info_bar_a…
74 …_WRAP_METHOD(Button* add_button(const Gtk::StockID& stock_id, int response_id), gtk_info_bar_add_b…
77 …_WRAP_METHOD(void set_response_sensitive(int response_id, bool setting = true), gtk_info_bar_set_r…
78 _WRAP_METHOD(void set_default_response(int response_id), gtk_info_bar_set_default_response)
80 _WRAP_METHOD(void response(int response_id), gtk_info_bar_response)
88 _WRAP_SIGNAL(void response(int response_id), "response")
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkfilechooserdialog.c245 gint response_id);
329 is_stock_accept_response_id (gint response_id) in is_stock_accept_response_id() argument
331 return (response_id == GTK_RESPONSE_ACCEPT || in is_stock_accept_response_id()
332 response_id == GTK_RESPONSE_OK || in is_stock_accept_response_id()
333 response_id == GTK_RESPONSE_YES || in is_stock_accept_response_id()
334 response_id == GTK_RESPONSE_APPLY); in is_stock_accept_response_id()
641 gint response_id) in response_cb() argument
648 if (is_stock_accept_response_id (response_id) && in response_cb()
667 gint response_id; in gtk_file_chooser_dialog_new_valist() local
679 response_id = va_arg (varargs, gint); in gtk_file_chooser_dialog_new_valist()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkfilechooserdialog.c263 int response_id);
351 is_accept_response_id (int response_id) in is_accept_response_id() argument
353 return (response_id == GTK_RESPONSE_ACCEPT || in is_accept_response_id()
354 response_id == GTK_RESPONSE_OK || in is_accept_response_id()
355 response_id == GTK_RESPONSE_YES || in is_accept_response_id()
356 response_id == GTK_RESPONSE_APPLY); in is_accept_response_id()
664 int response_id) in response_cb() argument
669 if (is_accept_response_id (response_id) && in response_cb()
688 int response_id; in gtk_file_chooser_dialog_new_valist() local
700 response_id = va_arg (varargs, int); in gtk_file_chooser_dialog_new_valist()
[all …]
/dports/graphics/dia/dia-0.97.3/app/
H A Ddefaults.c38 static gint defaults_respond(GtkWidget *widget, gint response_id, gpointer data);
85 defaults_respond(GtkWidget *widget, gint response_id, gpointer data) in defaults_respond() argument
87 if (response_id == GTK_RESPONSE_OK || in defaults_respond()
88 response_id == GTK_RESPONSE_APPLY) { in defaults_respond()
96 if (response_id != GTK_RESPONSE_APPLY) in defaults_respond()
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/platform-demos/C/samples/
H A Dmessagedialog.py38 def dialog_response(self, widget, response_id): argument
40 if response_id == Gtk.ResponseType.OK:
43 elif response_id == Gtk.ResponseType.CANCEL:
46 elif response_id == Gtk.ResponseType.DELETE_EVENT:
H A Dmessagedialog.c11 gint response_id, in on_response() argument
15 if (response_id == GTK_RESPONSE_OK) in on_response()
19 else if (response_id == GTK_RESPONSE_CANCEL) in on_response()
23 else if (response_id == GTK_RESPONSE_DELETE_EVENT) in on_response()
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/plugins/nx/
H A Dnx_session_manager.c85 static void remmina_nx_session_manager_on_response(GtkWidget *dialog, gint response_id, RemminaProt… in remmina_nx_session_manager_on_response() argument
92 if (response_id <= 0) { in remmina_nx_session_manager_on_response()
95 event_type = response_id; in remmina_nx_session_manager_on_response()
97 if (response_id == REMMINA_NX_EVENT_TERMINATE && gpdata->manager_selected) { in remmina_nx_session_manager_on_response()
100 if (response_id != REMMINA_NX_EVENT_TERMINATE) { in remmina_nx_session_manager_on_response()
104 if (response_id != REMMINA_NX_EVENT_TERMINATE && response_id != REMMINA_NX_EVENT_CANCEL) { in remmina_nx_session_manager_on_response()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/imagemap/
H A Dimap_file.c36 gint response_id, in open_cb() argument
39 if (response_id == GTK_RESPONSE_OK) in open_cb()
95 gint response_id, in save_cb() argument
98 if (response_id == GTK_RESPONSE_OK) in save_cb()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gtk/
H A Dselect_file_dialog_impl_gtk.cc463 bool SelectFileDialogImplGTK::IsCancelResponse(gint response_id) { in IsCancelResponse() argument
464 bool is_cancel = response_id == GTK_RESPONSE_CANCEL || in IsCancelResponse()
465 response_id == GTK_RESPONSE_DELETE_EVENT; in IsCancelResponse()
469 DCHECK(response_id == GTK_RESPONSE_ACCEPT); in IsCancelResponse()
474 gint response_id, in SelectSingleFileHelper() argument
476 if (IsCancelResponse(response_id)) { in SelectSingleFileHelper()
503 int response_id) { in OnSelectSingleFileDialogResponse() argument
504 SelectSingleFileHelper(dialog, response_id, false); in OnSelectSingleFileDialogResponse()
509 int response_id) { in OnSelectSingleFolderDialogResponse() argument
510 SelectSingleFileHelper(dialog, response_id, true); in OnSelectSingleFolderDialogResponse()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gtk/
H A Dselect_file_dialog_impl_gtk.cc463 bool SelectFileDialogImplGTK::IsCancelResponse(gint response_id) { in IsCancelResponse() argument
464 bool is_cancel = response_id == GTK_RESPONSE_CANCEL || in IsCancelResponse()
465 response_id == GTK_RESPONSE_DELETE_EVENT; in IsCancelResponse()
469 DCHECK(response_id == GTK_RESPONSE_ACCEPT); in IsCancelResponse()
474 gint response_id, in SelectSingleFileHelper() argument
476 if (IsCancelResponse(response_id)) { in SelectSingleFileHelper()
503 int response_id) { in OnSelectSingleFileDialogResponse() argument
504 SelectSingleFileHelper(dialog, response_id, false); in OnSelectSingleFileDialogResponse()
509 int response_id) { in OnSelectSingleFolderDialogResponse() argument
510 SelectSingleFileHelper(dialog, response_id, true); in OnSelectSingleFolderDialogResponse()
[all …]

12345678910>>...76