Home
last modified time | relevance | path

Searched refs:error_label (Results 51 – 75 of 237) sorted by relevance

12345678910

/dports/security/pinentry-gtk2/pinentry-1.1.1/gtk+-2/
H A Dpinentry-gtk-2.c72 static GtkWidget *error_label; variable
298 gtk_label_set_text (GTK_LABEL (error_label), in button_clicked()
383 gtk_label_set_text (GTK_LABEL (error_label), ""); in changed_text_handler()
671 error_label = gtk_label_new (msg); in create_window()
674 gtk_misc_set_alignment (GTK_MISC (error_label), 0.0, 0.5); in create_window()
675 gtk_label_set_line_wrap (GTK_LABEL (error_label), TRUE); in create_window()
676 gtk_box_pack_start (GTK_BOX (box), error_label, TRUE, FALSE, 0); in create_window()
677 gtk_widget_modify_fg (error_label, GTK_STATE_NORMAL, &color); in create_window()
/dports/games/gtkevemon/gtkevemon-ac2ca34/src/gui/
H A Dguiupdater.cc362 Gtk::Label* error_label = MK_LABEL(message); in append_ui_info() local
363 error_label->set_line_wrap(true); in append_ui_info()
364 error_label->set_halign(Gtk::ALIGN_START); in append_ui_info()
372 error_box->pack_start(*error_label, true, true, 0); in append_ui_info()
/dports/deskutils/elementary-calendar/calendar-6.0.3/src/
H A DMainWindow.vala65 var error_label = new Gtk.Label (null);
66 error_label.show ();
73 error_bar.get_content_area ().add (error_label);
109 error_label.label = message;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/
H A Dsecurity_token_request_controller.cc103 if (request.error_label == chromeos::security_token_pin::ErrorLabel::kNone) { in SetPinUiState()
111 request.error_label, request.attempts_left, in SetPinUiState()
/dports/deskutils/go-for-it/Go-For-It-1.9.6/src/Todo.txt/Dialogs/
H A DTxtListEditDialog.vala28 private Gtk.Label error_label;
176 error_label = new Gtk.Label ("");
179 error_label.hexpand = true;
180 error_label.wrap = true;
181 error_label.wrap_mode = Pango.WrapMode.WORD_CHAR;
182 error_label.width_request = 200;
183 error_label.use_markup = true;
184 error_label.halign = Gtk.Align.START;
186 error_revealer.add (error_label);
511 error_label.label = string.joinv ("\n", error_msgs);
/dports/sysutils/gtk-imonc/gtk-imonc-0.6.4.1/src/
H A Dremote_update.c137 *error_label, in on_remoteupdate_go_button_clicked() local
153 error_label = lookup_widget (error_dialog, "error_label"); in on_remoteupdate_go_button_clicked()
159 gtk_label_set_text (GTK_LABEL(error_label), "Can't open Source Dir!"); in on_remoteupdate_go_button_clicked()
211 gtk_label_set_text (GTK_LABEL(error_label), buf); in on_remoteupdate_go_button_clicked()
224 gtk_label_set_text (GTK_LABEL(error_label), "No files selected for transmission!"); in on_remoteupdate_go_button_clicked()
/dports/graphics/colmap/colmap-3.6/src/ui/
H A Dpoint_viewer_widget.cc271 QLabel* error_label = new QLabel(QString::number(reproj_errors_[i]), this); in UpdateImages() local
272 error_label->setAlignment(Qt::AlignCenter); in UpdateImages()
273 location_table_->setCellWidget(i, 1, error_label); in UpdateImages()
274 location_labels_.push_back(error_label); in UpdateImages()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/payments/
H A Dshipping_address_editor_view_controller_browsertest.cc855 views::View* error_label = sheet->children().front()->GetViewByID( in IN_PROC_BROWSER_TEST_F() local
858 static_cast<views::Label*>(error_label)->GetText()); in IN_PROC_BROWSER_TEST_F()
882 views::View* error_label = sheet->children().front()->GetViewByID( in IN_PROC_BROWSER_TEST_F() local
885 static_cast<views::Label*>(error_label)->GetText()); in IN_PROC_BROWSER_TEST_F()
957 views::View* error_label = sheet->children().front()->GetViewByID( in IN_PROC_BROWSER_TEST_F() local
960 static_cast<views::Label*>(error_label)->GetText()); in IN_PROC_BROWSER_TEST_F()
1007 views::View* error_label = sheet->children().front()->GetViewByID( in IN_PROC_BROWSER_TEST_F() local
1010 static_cast<views::Label*>(error_label)->GetText()); in IN_PROC_BROWSER_TEST_F()
1062 views::View* error_label = sheet->children().front()->GetViewByID( in IN_PROC_BROWSER_TEST_F() local
1065 static_cast<views::Label*>(error_label)->GetText()); in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/editors/mousepad/mousepad-0.5.8/mousepad/
H A Dmousepad-encoding-dialog.c74 GtkWidget *button_ok, *button_cancel, *error_box, *error_label, *progress_bar; member
209 dialog->error_label = gtk_label_new (NULL); in mousepad_encoding_dialog_init()
210 gtk_box_pack_start (GTK_BOX (dialog->error_box), dialog->error_label, FALSE, FALSE, 0); in mousepad_encoding_dialog_init()
211 gtk_label_set_use_markup (GTK_LABEL (dialog->error_label), TRUE); in mousepad_encoding_dialog_init()
212 gtk_widget_show (dialog->error_label); in mousepad_encoding_dialog_init()
579 gtk_label_set_markup (GTK_LABEL (dialog->error_label), message); in mousepad_encoding_dialog_read_file()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/certificate_provider/
H A Dpin_dialog_manager.h85 security_token_pin::ErrorLabel error_label,
95 security_token_pin::ErrorLabel error_label,
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstregistrychunks.c63 #define unpack_element(inptr, outptr, element, endptr, error_label) G_STMT_START{ \ argument
68 goto error_label; \
74 #define unpack_const_string(inptr, outptr, endptr, error_label) G_STMT_START{\ argument
77 goto error_label; \
82 #define unpack_string(inptr, outptr, endptr, error_label) G_STMT_START{\ argument
85 goto error_label; \
90 #define unpack_string_nocopy(inptr, outptr, endptr, error_label) G_STMT_START{\ argument
93 goto error_label; \
/dports/x11-fm/caja/caja-1.26.0/src/file-manager/
H A Dfm-empty-view.c399 .error_label = N_("Empty View"),
412 fm_empty_view.error_label = fm_empty_view.error_label; in fm_empty_view_register()
/dports/benchmarks/fio/fio-3.29/
H A Dgfio.h68 GtkWidget *error_label; member
114 GtkWidget *error_label; member
/dports/mail/rspamd-devel/rspamd-93430bb/src/libutil/
H A Dexpression.c935 goto error_label; in rspamd_parse_expression()
978 goto error_label; in rspamd_parse_expression()
987 goto error_label; in rspamd_parse_expression()
1019 goto error_label; in rspamd_parse_expression()
1035 goto error_label; in rspamd_parse_expression()
1087 goto error_label; in rspamd_parse_expression()
1147 goto error_label; in rspamd_parse_expression()
1153 goto error_label; in rspamd_parse_expression()
1160 goto error_label; in rspamd_parse_expression()
1185 error_label: in rspamd_parse_expression()
/dports/mail/rspamd/rspamd-3.1/src/libutil/
H A Dexpression.c935 goto error_label; in rspamd_parse_expression()
978 goto error_label; in rspamd_parse_expression()
987 goto error_label; in rspamd_parse_expression()
1019 goto error_label; in rspamd_parse_expression()
1035 goto error_label; in rspamd_parse_expression()
1087 goto error_label; in rspamd_parse_expression()
1147 goto error_label; in rspamd_parse_expression()
1153 goto error_label; in rspamd_parse_expression()
1160 goto error_label; in rspamd_parse_expression()
1185 error_label: in rspamd_parse_expression()
/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_png.c526 goto error_label; in iSavePngInternal()
566 goto error_label; in iSavePngInternal()
590 goto error_label; in iSavePngInternal()
691 goto error_label; in iSavePngInternal()
721 error_label: in iSavePngInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/certificate_provider/
H A Dcertificate_provider_api.cc283 const PinErrorLabel error_label = in Run() local
287 extension()->id(), error_label, in Run()
360 const PinErrorLabel error_label = in Run() local
389 params->details.sign_request_id, code_type, error_label, in Run()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dcode_editor.h70 Label *error_label; variable
144 Label *error_label; variable
H A Dasset_library_editor_plugin.cpp533 error_label->raise(); in _notification()
992 error_label->set_text(TTR("Can't resolve hostname:") + " " + host); in _http_request_completed()
997 error_label->set_text(TTR("Connection error, please try again.")); in _http_request_completed()
1001 error_label->set_text(TTR("Can't connect to host:") + " " + host); in _http_request_completed()
1004 error_label->set_text(TTR("No response from host:") + " " + host); in _http_request_completed()
1007 error_label->set_text(TTR("Request failed, return code:") + " " + itos(p_code)); in _http_request_completed()
1010 error_label->set_text(TTR("Request failed, too many redirects")); in _http_request_completed()
1015 error_label->set_text(TTR("Request failed, return code:") + " " + itos(p_code)); in _http_request_completed()
1418 error_label = memnew(Label); in EditorAssetLibrary()
1419 error_label->add_color_override("color", Color(1, 0.4, 0.3)); in EditorAssetLibrary()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dcode_editor.h70 Label *error_label; variable
144 Label *error_label; variable
H A Dasset_library_editor_plugin.cpp533 error_label->raise(); in _notification()
992 error_label->set_text(TTR("Can't resolve hostname:") + " " + host); in _http_request_completed()
997 error_label->set_text(TTR("Connection error, please try again.")); in _http_request_completed()
1001 error_label->set_text(TTR("Can't connect to host:") + " " + host); in _http_request_completed()
1004 error_label->set_text(TTR("No response from host:") + " " + host); in _http_request_completed()
1007 error_label->set_text(TTR("Request failed, return code:") + " " + itos(p_code)); in _http_request_completed()
1010 error_label->set_text(TTR("Request failed, too many redirects")); in _http_request_completed()
1015 error_label->set_text(TTR("Request failed, return code:") + " " + itos(p_code)); in _http_request_completed()
1418 error_label = memnew(Label); in EditorAssetLibrary()
1419 error_label->add_color_override("color", Color(1, 0.4, 0.3)); in EditorAssetLibrary()
[all …]
/dports/devel/py-pytools/pytools-2018.5/pytools/
H A Dconvergence.py53 def pretty_print(self, abscissa_label="h", error_label="Error", gliding_mean=2): argument
57 tbl.add_row((abscissa_label, error_label, "Running EOC"))
/dports/multimedia/gnome-twitch/gnome-twitch-0.4.1-155-g8e774a0/src/
H A Dgt-item-container.c37 GtkWidget* error_label; member
226 gtk_label_set_text(GTK_LABEL(priv->error_label), priv->props.error_label_text); in constructed()
248 gtk_label_set_text(GTK_LABEL(priv->error_label), priv->error_label_text); in constructed()
287 …tk_widget_class_bind_template_child_private(GTK_WIDGET_CLASS(klass), GtItemContainer, error_label); in gt_item_container_class_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/security_token_pin/
H A Derror_generator.h18 base::string16 GenerateErrorMessage(ErrorLabel error_label,
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-rename-file-popover-controller.c293 GtkWidget *error_label; in nautilus_rename_file_popover_controller_new() local
301 error_label = GTK_WIDGET (gtk_builder_get_object (builder, "error_label")); in nautilus_rename_file_popover_controller_new()
308 "error-label", error_label, in nautilus_rename_file_popover_controller_new()

12345678910