Home
last modified time | relevance | path

Searched refs:secondary_text (Results 76 – 100 of 223) sorted by relevance

123456789

/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/user-accounts/
H A Dcc-password-dialog.c113 const gchar *secondary_text; in password_changed_cb() local
125 secondary_text = _("Please choose another password."); in password_changed_cb()
134 secondary_text = _("Please type your current password again."); in password_changed_cb()
141 secondary_text = error->message; in password_changed_cb()
150 "%s", secondary_text); in password_changed_cb()
/dports/cad/horizon-eda/horizon-2.1.0/src/board/
H A Dboard_package.cpp198 it_pad.second.secondary_text = conn.net->name; in update_nets()
201 it_pad.second.secondary_text = "NC"; in update_nets()
207 it_pad.second.secondary_text = in update_nets()
215 it_pad.second.secondary_text = "NC"; in update_nets()
/dports/x11/cinnamon-session/cinnamon-session-4.8.0/cinnamon-session/
H A Dcsm-logout-dialog.c227 char *secondary_text; in csm_logout_dialog_timeout() local
281secondary_text = g_strdup_printf (_("You are currently logged in as \"%s\"."), name); in csm_logout_dialog_timeout()
296 secondary_text, in csm_logout_dialog_timeout()
301 g_free (secondary_text); in csm_logout_dialog_timeout()
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/gtkgui/widgets/
H A Ddialogs.py121 secondary_text=message
176 secondary_text=message
204 secondary_text=message
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-keypad-button.c45 gchar *secondary_text = NULL; in G_DEFINE_TYPE() local
48 secondary_text = g_utf8_find_next_char (self->symbols, NULL); in G_DEFINE_TYPE()
53 gtk_label_set_label (self->secondary_label, secondary_text); in G_DEFINE_TYPE()
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-keypad-button.c45 gchar *secondary_text = NULL; in G_DEFINE_TYPE() local
48 secondary_text = g_utf8_find_next_char (self->symbols, NULL); in G_DEFINE_TYPE()
53 gtk_label_set_label (self->secondary_label, secondary_text); in G_DEFINE_TYPE()
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dgtk-utils.c244 const char *secondary_text, in _gtk_error_dialog_new() argument
287 if (secondary_text != NULL) { in _gtk_error_dialog_new()
292 va_start (args, secondary_text); in _gtk_error_dialog_new()
293 secondary_message = g_strdup_vprintf (secondary_text, args); in _gtk_error_dialog_new()
318 gtk_expander_set_expanded (GTK_EXPANDER (expander), secondary_text == NULL); in _gtk_error_dialog_new()
/dports/security/nmap/nmap-7.91/zenmap/radialnet/gui/
H A DSaveDialog.py141 secondary_text=_("""\
149 secondary_text=_("""\
/dports/x11-toolkits/libhandy0/libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c/src/
H A Dhdy-keypad-button.c45 gchar *secondary_text = NULL; in G_DEFINE_TYPE_WITH_PRIVATE() local
48 secondary_text = g_utf8_find_next_char (priv->symbols, NULL); in G_DEFINE_TYPE_WITH_PRIVATE()
53 gtk_label_set_label (priv->secondary_label, secondary_text); in G_DEFINE_TYPE_WITH_PRIVATE()
/dports/audio/pithos/pithos-1.5.1/pithos/plugins/
H A Dlastfm.py106 secondary_text = _('Would you like to continue Scrobbling to this Last.fm account?')
112 secondary_text = _('But Pithos is still authorized with this Last.fm account:')
126 secondary_text=secondary_text,
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/Global/+mobile/
H A DListItem.qml66 tintColor: Style.color.secondary_text
120 tintColor: Style.color.secondary_text
/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Dconfirmation.c588 const gchar *secondary_text, in gtkpod_confirmation_simple() argument
591 return gtkpod_confirmation_hig(parent, icon, primary_text, secondary_text, in gtkpod_confirmation_simple()
598 const gchar *secondary_text, in gtkpod_confirmation_hig() argument
616 secondary_text); in gtkpod_confirmation_hig()
/dports/x11/mate-panel/mate-panel-1.26.1/mate-panel/libpanel-util/
H A Dpanel-error.h44 const char *secondary_text);
/dports/textproc/meld-legacy/meld-1.8.6/meld/ui/
H A Dmsgarea.py189 def set_text_and_icon(self, stockid, primary_text, secondary_text=None): argument
216 if secondary_text:
217 secondary_markup = "<small>%s</small>" % (secondary_text,)
/dports/graphics/rawstudio/rawstudio-2.0/librawstudio/
H A Drs-gui-functions.h27 …dget *gui_dialog_make_from_text(const gchar *stock_id, gchar *primary_text, gchar *secondary_text);
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/services/evolution-user-prompter/
H A Dprompt-user.h38 const gchar *secondary_text,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/
H A Dautocomplete_match_unittest.cc504 const std::string secondary_text, bool expected_return, in TEST()
518 base::UTF8ToUTF16(secondary_text), input), in TEST()
630 const std::string secondary_text, bool expected_return, in TEST()
642 base::UTF8ToUTF16(secondary_text), input), in TEST()
H A Dautocomplete_match.cc1183 const base::string16& secondary_text, in TryRichAutocompletion() argument
1194 fill_into_edit_additional_text = secondary_text; in TryRichAutocompletion()
1201 base::i18n::ToLower(secondary_text)}; in TryRichAutocompletion()
1223 fill_into_edit = secondary_text; in TryRichAutocompletion()
1226 inline_autocompletion = secondary_text.substr(input_text_lower.length()); in TryRichAutocompletion()
1264 fill_into_edit = secondary_text; in TryRichAutocompletion()
1268 secondary_text.substr(find_index + input_text_lower.length()); in TryRichAutocompletion()
1269 prefix_autocompletion = secondary_text.substr(0, find_index); in TryRichAutocompletion()
1307 fill_into_edit = secondary_text; in TryRichAutocompletion()
/dports/cad/horizon-eda/horizon-2.1.0/src/package/
H A Dpad.hpp28 std::string secondary_text; member in horizon::Pad
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/extensions/
H A Dmedia_gallery_checkbox_view.h33 views::Label* secondary_text() { return secondary_text_; } in secondary_text() function
/dports/astro/siril/siril/src/gui/
H A Dmessage_dialog.h11 const char *secondary_text; member
/dports/deskutils/elementary-calendar/calendar-6.0.3/src/
H A DImportDialog.vala44secondary_text = _("Events from \"%s\" will be merged with this calendar:").printf (name);
46 secondary_text = ngettext (
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/gui/src/
H A Dquests_item_delegate.cpp156 QString secondary_text = quest_info.path; in paint() local
158 secondary_text, Qt::ElideRight, author_rect_width); in paint()
/dports/editors/quilter/quilter-2.2.3/src/Services/
H A DDialogUtils.vala45secondary_text: _("There are unsaved changes to the file. If you don't save, changes will be lost …
62secondary_text: _("By removing this file from the Sidebar, you will lose any changes made if not s…
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-ui-utilities.h41 const gchar *secondary_text,

123456789