Home
last modified time | relevance | path

Searched refs:error_icon (Results 1 – 25 of 34) sorted by relevance

12

/dports/deskutils/egroupware/egroupware/setup/
H A Dcheck_install.php40 $error_icon = '*** Error: '; variable
319 global $passed_icon, $error_icon;
359 global $passed_icon, $warning_icon, $error_icon;
363 echo '<div>'.$error_icon.' <span class="setup_error">'.
379 $icon = $error_icon;
420 global $passed_icon, $warning_icon, $is_windows, $error_icon;
428 $icon = $available ? $passed_icon : (isset($args['error']) ? $error_icon : $warning_icon);
527 global $passed_icon, $error_icon, $warning_icon,$is_windows;
657 global $passed_icon, $error_icon, $warning_icon, $is_windows;
734 echo '<div>'.$error_icon.' <span class="setup_error">'.$msg.'</span></div>';
[all …]
/dports/graphics/pinta/pinta-1.7.1/Pinta/Dialogs/
H A DFileUnsupportedFormatDialog.cs55 var error_icon = new Image(); in Build()
56 error_icon.Pixbuf = PintaCore.Resources.GetIcon(Stock.DialogError, 32); in Build()
57 error_icon.Yalign = 0; in Build()
58 hbox.PackStart(error_icon, false, false, 0); in Build()
H A DErrorDialog.cs85 var error_icon = new Image (); in Build()
86 error_icon.Pixbuf = PintaCore.Resources.GetIcon (Stock.DialogError, 32); in Build()
87 error_icon.Yalign = 0; in Build()
88 hbox.PackStart (error_icon, false, false, 0); in Build()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DDataGridViewTopLeftHeaderCell.cs60 Size error_icon = new Size (12, 11); in GetErrorIconBounds()
61 … new Rectangle (new Point (Size.Width - error_icon.Width - 5, (Size.Height - error_icon.Height) / … in GetErrorIconBounds()
H A DDataGridViewImageCell.cs161 Size error_icon = new Size (12, 11); in GetErrorIconBounds()
162 … new Rectangle (new Point (Size.Width - error_icon.Width - 5, (Size.Height - error_icon.Height) / … in GetErrorIconBounds()
H A DDataGridViewButtonCell.cs108 Size error_icon = new Size (12, 11); in GetErrorIconBounds()
109 … new Rectangle (new Point (Size.Width - error_icon.Width - 5, (Size.Height - error_icon.Height) / … in GetErrorIconBounds()
H A DDataGridViewTextBoxCell.cs169 Size error_icon = new Size (12, 11); in GetErrorIconBounds()
170 … new Rectangle (new Point (Size.Width - error_icon.Width - 5, (Size.Height - error_icon.Height) / … in GetErrorIconBounds()
H A DDataGridViewLinkCell.cs100 Size error_icon = new Size (12, 11); in GetErrorIconBounds()
101 … new Rectangle (new Point (Size.Width - error_icon.Width - 5, (Size.Height - error_icon.Height) / … in GetErrorIconBounds()
H A DDataGridViewCheckBoxCell.cs231 Size error_icon = new Size (12, 11); in GetErrorIconBounds()
232 … new Rectangle (new Point (Size.Width - error_icon.Width - 5, (Size.Height - error_icon.Height) / … in GetErrorIconBounds()
H A DDataGridViewRowHeaderCell.cs152 Size error_icon = new Size (12, 11); in GetErrorIconBounds()
153 … new Rectangle (new Point (Size.Width - error_icon.Width - 5, (Size.Height - error_icon.Height) / … in GetErrorIconBounds()
H A DDataGridViewComboBoxCell.cs301 Size error_icon = new Size (12, 11); in GetErrorIconBounds()
302 … new Rectangle (new Point (Size.Width - error_icon.Width - 23, (Size.Height - error_icon.Height) /… in GetErrorIconBounds()
/dports/www/coppermine/cpg1.6.x-1.6.12/
H A Dupdate.php381 global $update_icon, $ok_icon, $already_done_icon, $error_icon, $file_system_icon;
393 $error_icon = cpg_fetch_icon('stop', 2);
399 $error_icon = '';
470 global $update_icon, $ok_icon, $already_done_icon, $error_icon, $file_system_icon;
767 global $lang_update_php, $lang_common, $ok_icon, $already_done_icon, $error_icon;
802 $result_output = $error_icon . $lang_update_php['could_not_delete'];
818 global $CONFIG, $lang_update_php, $lang_common, $ok_icon, $already_done_icon, $error_icon;
876 $result_output = $error_icon . $lang_update_php['could_not_delete'];
894 $result_output = $error_icon . $lang_update_php['could_not_rename'];
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/ui/
H A Drequest_system_proxy_credentials_view.cc155 auto error_icon = std::make_unique<views::ImageView>(); in Init() local
157 error_icon->SetImage( in Init()
161 error_icon->SetImageSize(gfx::Size(kIconSize, kIconSize)); in Init()
162 error_icon->SetVisible(show_error_label_); in Init()
163 layout->AddView(std::move(error_icon)); in Init()
/dports/deskutils/gtimer/gtimer-2.0.0/
H A Dconfirm.c71 static GdkPixmap *error_icon = NULL, *confirm_icon = NULL, variable
197 if ( error_icon == NULL )
198 error_icon = gdk_pixmap_create_from_xpm_d (
201 icon = error_icon;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/payments/
H A Dcvc_unmask_view_controller.cc247 auto error_icon = std::make_unique<views::ImageView>(); in FillContentView() local
248 error_icon->SetID(static_cast<int>(DialogViewID::CVC_ERROR_ICON)); in FillContentView()
249 error_icon->SetImage( in FillContentView()
251 error_icon->GetNativeTheme()->GetSystemColor( in FillContentView()
253 error_icon->SetVisible(false); in FillContentView()
254 layout->AddView(std::move(error_icon)); in FillContentView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/autofill/payments/
H A Dcard_unmask_prompt_views.cc152 auto error_icon = std::make_unique<views::ImageView>(); in GotVerificationResult() local
153 error_icon->SetImage(gfx::CreateVectorIcon( in GotVerificationResult()
159 layout->AddView(std::move(error_icon)); in GotVerificationResult()
393 auto error_icon = std::make_unique<views::ImageView>(); in InitIfNecessary() local
394 error_icon->SetImage( in InitIfNecessary()
397 temporary_error->AddChildView(std::move(error_icon)); in InitIfNecessary()
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/gtk/
H A Dgroupchat_join.py159 error_icon = Gtk.Image.new_from_icon_name(
161 error_icon.set_valign(Gtk.Align.END)
171 self.add(error_icon)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/policy/
H A Denterprise_startup_dialog_view.cc136 auto error_icon = std::make_unique<views::ImageView>(); in DisplayErrorMessage() local
137 error_icon->SetImage( in DisplayErrorMessage()
148 SetupLayout(std::move(error_icon), std::move(text)); in DisplayErrorMessage()
/dports/www/luakit/luakit-2.3/lib/
H A Derror_page.lua224 error_icon = "error",
342 error_icon = "security-error",
367 error_icon = "crash",
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/lib/
H A Derror_page.lua224 error_icon = "error",
342 error_icon = "security-error",
367 error_icon = "crash",
/dports/print/hplip/hplip-3.20.6/ui4/
H A Dsendfaxdialog.py709 self.error_icon = QIcon(load_pixmap("error", "16x16"))
875 …StatusMessage(self.__tr("Fax send error (Possible cause: No answer or dialtone)"), self.error_icon)
877 …lf.__tr("Fax send error (%s)"%pml.DN_ERROR_STR.get(error_state, "Unknown error")), self.error_icon)
881 … self.addStatusMessage(self.__tr("Fax send error (Error in connecting)"), self.error_icon)
885 … self.addStatusMessage(self.__tr("Fax send error (Error in transmitting)"), self.error_icon)
889 … self.addStatusMessage(self.__tr("Fax send error (Problem with the fax line)"), self.error_icon)
893 self.addStatusMessage(self.__tr("(Fax Job Cancelled)"), self.error_icon)
898 self.addStatusMessage(self.__tr("Fax is busy."), self.error_icon)
/dports/print/hplip/hplip-3.20.6/ui5/
H A Dsendfaxdialog.py715 self.error_icon = QIcon(load_pixmap("error", "16x16"))
881 …StatusMessage(self.__tr("Fax send error (Possible cause: No answer or dialtone)"), self.error_icon)
883 …lf.__tr("Fax send error (%s)"%pml.DN_ERROR_STR.get(error_state, "Unknown error")), self.error_icon)
887 … self.addStatusMessage(self.__tr("Fax send error (Error in connecting)"), self.error_icon)
891 … self.addStatusMessage(self.__tr("Fax send error (Error in transmitting)"), self.error_icon)
895 … self.addStatusMessage(self.__tr("Fax send error (Problem with the fax line)"), self.error_icon)
899 self.addStatusMessage(self.__tr("(Fax Job Cancelled)"), self.error_icon)
904 self.addStatusMessage(self.__tr("Fax is busy."), self.error_icon)
/dports/www/piwigo/piwigo/themes/default/template/
H A Dpicture_content.tpl4 {footer_script}var error_icon = "{$ROOT_URL}{$themeconf.icon_dir}/errors_small.png"{/footer_script}
H A Dmainpage_categories.tpl11 …var error_icon = "{$ROOT_URL}{$themeconf.icon_dir}/errors_small.png", max_requests = {$maxRequests…
/dports/science/gramps/gramps-5.1.4/gramps/gui/widgets/
H A Dvalidatedmaskedentry.py984 def __init__(self, data_type=None, error_icon=ERROR_ICON): argument
987 self.error_icon = error_icon
1221 self.set_stock(self.error_icon)

12