Home
last modified time | relevance | path

Searched refs:error_label (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/audio/tagutil/tagutil-3.1/src/
H A Dt_json.c62 goto error_label; in t_tags2json()
66 goto error_label; in t_tags2json()
69 goto error_label; in t_tags2json()
72 goto error_label; in t_tags2json()
79 error_label: in t_tags2json()
114 goto error_label; in t_json2tags()
118 goto error_label; in t_json2tags()
123 goto error_label; in t_json2tags()
132 goto error_label; in t_json2tags()
164 goto error_label; in t_json2tags()
[all …]
H A Dt_ftid3v1.c237 goto error_label; in t_ftid3v1_init()
243 goto error_label; in t_ftid3v1_init()
246 goto error_label; in t_ftid3v1_init()
250 goto error_label; in t_ftid3v1_init()
261 goto error_label; in t_ftid3v1_init()
263 goto error_label; in t_ftid3v1_init()
268 goto error_label; in t_ftid3v1_init()
276 error_label: in t_ftid3v1_init()
298 goto error_label; in t_ftid3v1_read()
312 error_label: in t_ftid3v1_read()
[all …]
H A Dt_fttaglib.c111 goto error_label; in t_fttaglib_read()
113 goto error_label; in t_fttaglib_read()
118 goto error_label; in t_fttaglib_read()
120 goto error_label; in t_fttaglib_read()
133 goto error_label; in t_fttaglib_read()
135 goto error_label; in t_fttaglib_read()
148 goto error_label; in t_fttaglib_read()
150 goto error_label; in t_fttaglib_read()
155 goto error_label; in t_fttaglib_read()
157 goto error_label; in t_fttaglib_read()
[all …]
H A Dt_renamer.c92 goto error_label;
97 goto error_label;
102 goto error_label;
108 goto error_label;
116 goto error_label;
119 goto error_label;
124 goto error_label;
139 error_label:
165 goto error_label;
169 goto error_label;
[all …]
/dports/audio/gmpc/gmpc-11.8.16/src/Tools/
H A Dsetup-assistant.c26 GtkWidget *con_pref = NULL, *error_label = NULL; variable
38 if (error_label) in setup_assistant_set_error()
40 gtk_label_set_markup(GTK_LABEL(error_label), error); in setup_assistant_set_error()
60 error_label = NULL; in destroy_assistant()
84 if (error_label) in connection_changed_assistant()
86 gtk_label_set_text(GTK_LABEL(error_label), ""); in connection_changed_assistant()
125 error_label = gtk_label_new(""); in setup_assistant()
129 gtk_box_pack_start(GTK_BOX(page), error_label, FALSE, FALSE, 0); in setup_assistant()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/ui/
H A Drequest_pin_view.cc120 security_token_pin::ErrorLabel error_label, in SetDialogParameters() argument
124 SetErrorMessage(error_label, attempts_left, accept_input); in SetDialogParameters()
202 auto error_label = std::make_unique<views::Label>(); in Init() local
203 error_label->SetVisible(false); in Init()
204 error_label->SetHorizontalAlignment(gfx::ALIGN_LEFT); in Init()
205 error_label_ = layout->AddView(std::move(error_label)); in Init()
219 void RequestPinView::SetErrorMessage(security_token_pin::ErrorLabel error_label, in SetErrorMessage() argument
222 if (error_label == security_token_pin::ErrorLabel::kNone && in SetErrorMessage()
230 error_label, attempts_left, accept_input); in SetErrorMessage()
H A Drequest_system_proxy_credentials_view.cc164 auto error_label = std::make_unique<views::Label>( in Init() local
166 error_label->SetEnabled(true); in Init()
167 error_label->SetVisible(show_error_label_); in Init()
168 error_label->SetEnabledColor(error_label->GetNativeTheme()->GetSystemColor( in Init()
170 error_label_ = layout->AddView(std::move(error_label)); in Init()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dscript_create_dialog.cpp76 error_label->set_text(TTR("Invalid parent class name")); in _class_name_changed()
77 error_label->add_color_override("font_color", Color(1, 0.4, 0.0, 0.8)); in _class_name_changed()
80 error_label->set_text(TTR("Valid chars:") + " a-z A-Z 0-9 _"); in _class_name_changed()
81 error_label->add_color_override("font_color", Color(1, 1, 1, 0.6)); in _class_name_changed()
83 error_label->set_text(TTR("Invalid class name")); in _class_name_changed()
86 error_label->set_text(TTR("Valid name")); in _class_name_changed()
91 error_label->set_text(TTR("N/A")); in _class_name_changed()
368 error_label = memnew(Label); in ScriptCreateDialog()
369 error_label->set_text("valid chars: a-z A-Z 0-9 _"); in ScriptCreateDialog()
370 error_label->set_align(Label::ALIGN_CENTER); in ScriptCreateDialog()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dscript_create_dialog.cpp76 error_label->set_text(TTR("Invalid parent class name")); in _class_name_changed()
77 error_label->add_color_override("font_color", Color(1, 0.4, 0.0, 0.8)); in _class_name_changed()
80 error_label->set_text(TTR("Valid chars:") + " a-z A-Z 0-9 _"); in _class_name_changed()
81 error_label->add_color_override("font_color", Color(1, 1, 1, 0.6)); in _class_name_changed()
83 error_label->set_text(TTR("Invalid class name")); in _class_name_changed()
86 error_label->set_text(TTR("Valid name")); in _class_name_changed()
91 error_label->set_text(TTR("N/A")); in _class_name_changed()
368 error_label = memnew(Label); in ScriptCreateDialog()
369 error_label->set_text("valid chars: a-z A-Z 0-9 _"); in ScriptCreateDialog()
370 error_label->set_align(Label::ALIGN_CENTER); in ScriptCreateDialog()
[all …]
/dports/devel/py-mypy/mypy-0.910/mypyc/transform/
H A Dexceptions.py26 error_label = None
30 error_label = add_handler_block(ir)
32 if error_label:
33 ir.blocks = split_blocks_at_errors(ir.blocks, error_label, ir.traceback_name)
59 error_label = block.error_handler or default_error_handler
93 true_label=error_label,
/dports/editors/poke/poke-1.0/jitter/example-vms/jitterlisp/
H A Djitterlisp-code-generator.c402 jitterlispvm_label error_label = jitterlisp_error_label (p, map); in jitterlisp_translate_primitive() local
403 jitterlispvm_mutable_routine_append_label_parameter (p, error_label); in jitterlisp_translate_primitive()
417 jitterlispvm_label error_label = jitterlisp_error_label (p, map); in jitterlisp_translate_primitive() local
418 jitterlispvm_mutable_routine_append_label_parameter (p, error_label); in jitterlisp_translate_primitive()
439 jitterlispvm_label error_label = jitterlisp_error_label (p, map); in jitterlisp_translate_primitive() local
440 jitterlispvm_mutable_routine_append_label_parameter (p, error_label); in jitterlisp_translate_primitive()
487 jitterlispvm_label error_label = jitterlisp_error_label (p, map); in jitterlisp_translate_instruction() local
488 jitterlispvm_mutable_routine_append_label_parameter (p, error_label); in jitterlisp_translate_instruction()
516 jitterlispvm_label error_label = jitterlisp_error_label (p, map); in jitterlisp_translate_instruction() local
525 jitterlispvm_label error_label = jitterlisp_error_label (p, map); in jitterlisp_translate_instruction() local
[all …]
/dports/net-im/cawbird/cawbird-1.4.2/src/widgets/
H A DListBox.vala23 private Gtk.Label error_label;
51 error_label = new Gtk.Label ("");
52 error_label.get_style_context ().add_class ("dim-label");
53 error_label.margin = 12;
54 error_label.selectable = true;
55 error_label.wrap = true;
62 error_box.add (error_label);
83 error_label.label = err_msg;
/dports/net-im/cawbird/cawbird-1.4.2/src/
H A DCbMediaVideoWidget.c28 gtk_stack_set_visible_child (GTK_STACK (self), self->error_label); in G_DEFINE_TYPE()
29 gtk_label_set_label (GTK_LABEL (self->error_label), error_message); in G_DEFINE_TYPE()
261 self->error_label = gtk_label_new (""); in cb_media_video_widget_init()
262 gtk_label_set_line_wrap (GTK_LABEL (self->error_label), TRUE); in cb_media_video_widget_init()
263 gtk_label_set_selectable (GTK_LABEL (self->error_label), TRUE); in cb_media_video_widget_init()
264 gtk_widget_set_halign (self->error_label, GTK_ALIGN_CENTER); in cb_media_video_widget_init()
265 gtk_widget_set_valign (self->error_label, GTK_ALIGN_CENTER); in cb_media_video_widget_init()
266 gtk_widget_show (self->error_label); in cb_media_video_widget_init()
273 gtk_container_add (GTK_CONTAINER (self), self->error_label); in cb_media_video_widget_init()
/dports/misc/veles/veles-2018.05.0/src/visualization/
H A Dbase.cc68 auto error_label = new QLabel(tr( in paintGL() local
72 error_label->setAlignment(Qt::AlignCenter); in paintGL()
73 error_label->setWordWrap(true); in paintGL()
74 layout->addWidget(error_label); in paintGL()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/packages/debian/
H A Dcreate_distribution_service.rb57 create_objects(distribution.components, components, error_label: 'Component')
61 create_objects(distribution.architectures, architectures, error_label: 'Architecture')
64 def create_objects(objects, object_names_from_params, error_label: ) argument
67 append_errors(new_object, error_label)
H A Dupdate_distribution_service.rb54 update_objects(distribution.components, components, error_label: 'Component')
58 update_objects(distribution.architectures, architectures, error_label: 'Architecture')
61 def update_objects(objects, object_names_from_params, error_label: ) argument
68 append_errors(new_object, error_label)
/dports/mail/roundcube/roundcubemail-1.5.1/program/actions/settings/
H A Dupload.php104 $error_label = null;
106 $error_label = 'invalidimageformat';
109 $error_label = ['name' => 'filesizeerror', 'vars' => ['size' => $max_size]];
112 self::upload_error($err, $attachment, $error_label);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/admin/dolistore/class/
H A DPSWebServiceLibrary.class.php90 …$error_label = 'This call to PrestaShop Web Services failed and returned an HTTP status of %d. Tha…
97 throw new PrestaShopWebserviceException(sprintf($error_label, $status_code, 'No content'));
99 throw new PrestaShopWebserviceException(sprintf($error_label, $status_code, 'Bad Request'));
101 throw new PrestaShopWebserviceException(sprintf($error_label, $status_code, 'Unauthorized'));
103 throw new PrestaShopWebserviceException(sprintf($error_label, $status_code, 'Not Found'));
105 …throw new PrestaShopWebserviceException(sprintf($error_label, $status_code, 'Method Not Allowed'));
107 …throw new PrestaShopWebserviceException(sprintf($error_label, $status_code, 'Internal Server Error…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/admin/dolistore/class/
H A DPSWebServiceLibrary.class.php91 …$error_label = 'This call to PrestaShop Web Services failed and returned an HTTP status of %d. Tha…
97 throw new PrestaShopWebserviceException(sprintf($error_label, $status_code, 'No content'));
99 throw new PrestaShopWebserviceException(sprintf($error_label, $status_code, 'Bad Request'));
101 throw new PrestaShopWebserviceException(sprintf($error_label, $status_code, 'Unauthorized'));
103 throw new PrestaShopWebserviceException(sprintf($error_label, $status_code, 'Not Found'));
105 …throw new PrestaShopWebserviceException(sprintf($error_label, $status_code, 'Method Not Allowed'));
107 …throw new PrestaShopWebserviceException(sprintf($error_label, $status_code, 'Internal Server Error…
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/payments/
H A Dcvc_unmask_view_controller.cc256 auto error_label = std::make_unique<views::Label>(); in FillContentView() local
257 error_label->SetID(static_cast<int>(DialogViewID::CVC_ERROR_LABEL)); in FillContentView()
258 error_label->SetMultiLine(true); in FillContentView()
259 error_label->SetHorizontalAlignment(gfx::ALIGN_LEFT); in FillContentView()
260 error_label->SetEnabledColor(error_label->GetNativeTheme()->GetSystemColor( in FillContentView()
262 error_label->SetVisible(false); in FillContentView()
264 layout->AddView(std::move(error_label)); in FillContentView()
311 views::Label* error_label = static_cast<views::Label*>( in DisplayError() local
313 error_label->SetText(error); in DisplayError()
314 error_label->SetVisible(true); in DisplayError()
/dports/x11-wm/lxsession/lxsession-0.5.4/lxsession-logout/
H A Dlxsession-logout.c58 GtkWidget * error_label; /* Text of an error, if we get one */ member
223 gtk_label_set_text(GTK_LABEL(handler_context->error_label), NULL); in shutdown_clicked()
240 gtk_label_set_text(GTK_LABEL(handler_context->error_label), err->message); in shutdown_clicked()
253 gtk_label_set_text(GTK_LABEL(handler_context->error_label), NULL); in reboot_clicked()
270 gtk_label_set_text(GTK_LABEL(handler_context->error_label), err->message); in reboot_clicked()
283 gtk_label_set_text(GTK_LABEL(handler_context->error_label), NULL); in suspend_clicked()
295 gtk_label_set_text(GTK_LABEL(handler_context->error_label), err->message); in suspend_clicked()
308 gtk_label_set_text(GTK_LABEL(handler_context->error_label), NULL); in hibernate_clicked()
333 gtk_label_set_text(GTK_LABEL(handler_context->error_label), NULL); in switch_user_clicked()
359 gtk_label_set_text(GTK_LABEL(handler_context->error_label), NULL); in lock_screen_clicked()
[all …]
/dports/net-im/cawbird/cawbird-1.4.2/src/window/
H A DModifySnippetDialog.vala25 private unowned Gtk.Label error_label;
59 error_label.label = "";
63 error_label.label = _("Snippet can't be empty");
70 error_label.label = _("Replacement can't be empty");
78 error_label.label = _("Snippet may not contain whitespace");
86 error_label.label = _("Snippet already exists");
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/include/uhdlib/utils/
H A Deeprom_utils.hpp42 bool check_for_duplicates(const std::string& error_label, in check_for_duplicates() argument
69 UHD_LOG_ERROR(error_label, in check_for_duplicates()
85 UHD_LOG_ERROR(error_label, in check_for_duplicates()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/autofill/payments/
H A Dcard_unmask_prompt_views.cc143 auto error_label = std::make_unique<views::Label>(error_message); in GotVerificationResult() local
145 *error_label, ChromeTextContext::CONTEXT_DIALOG_BODY_TEXT_SMALL, in GotVerificationResult()
147 error_label->SetEnabledColor(warning_text_color); in GotVerificationResult()
148 error_label->SetMultiLine(true); in GotVerificationResult()
160 layout->AddView(std::move(error_label)); in GotVerificationResult()
399 auto error_label = std::make_unique<views::Label>(); in InitIfNecessary() local
400 error_label->SetHorizontalAlignment(gfx::ALIGN_LEFT); in InitIfNecessary()
401 error_label->SetEnabledColor(warning_text_color); in InitIfNecessary()
402 error_label_ = temporary_error->AddChildView(std::move(error_label)); in InitIfNecessary()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/
H A Dsecurity_token_pin_dialog_host_ash_impl.cc27 security_token_pin::ErrorLabel error_label, in ShowSecurityTokenPinDialog() argument
54 request.error_label = error_label; in ShowSecurityTokenPinDialog()

12345678910