Home
last modified time | relevance | path

Searched refs:cancelLabel (Results 1 – 25 of 75) sorted by relevance

123

/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DQuestionDialogManager.C41 char* cancelLabel, in post() argument
58 (cancelLabel ? cancelLabel : (char *)"No"), helpLabel, in post()
84 char* title, char* okLabel, char* cancelLabel, char* helpLabel, in userQuery() argument
92 QueryOK, QueryCancel, QueryHelp, okLabel, cancelLabel, helpLabel, in userQuery()
H A DDialogManager.C291 char* cancelLabel, in post() argument
372 if(cancelLabel) in post()
374 label = XmStringCreateSimple(cancelLabel); in post()
448 char* cancelLabel, in modalPost() argument
472 cancelLabel, in modalPost()
H A DQuestionDialogManager.h64 char* cancelLabel = NULL,
77 char* cancelLabel,
H A DWarningDialogManager.C106 char* cancelLabel, in post() argument
122 cancelLabel, in post()
H A DDialogManager.h110 char* cancelLabel = NULL,
126 char* cancelLabel = NULL,
H A DWarningDialogManager.h67 char* cancelLabel = NULL,
/dports/x11-toolkits/viewklass/ViewKlass-0.7.2/
H A DVkGenericDialog.C58 XmString cancelLabel = XmStringCreateLocalized(const_cast<char*>("Cancel")); in createDialog() local
66 XtSetArg(args[n],XmNcancelLabelString, cancelLabel); n++; in createDialog()
79 XmStringFree(cancelLabel); in createDialog()
H A DVkDialogManager.C610 const char* cancelLabel, in setButtonLabels() argument
623 if (cancelLabel) { in setButtonLabels()
625 top, cancelLabel, "String", "String", cancelLabel); in setButtonLabels()
/dports/security/keybase/client-v5.7.1/shared/pinentry/
H A Dremote-proxy.desktop.tsx34 const {cancelLabel, prompt, retryLabel, submitLabel, windowTitle} = pinentry
37 cancelLabel={cancelLabel}
/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/quicktemplates2/
H A Dqquickgroupbox.cpp92 void cancelLabel();
104 void QQuickGroupBoxPrivate::cancelLabel() in cancelLabel() function in QQuickGroupBoxPrivate
196 d->cancelLabel(); in setLabel()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/extensions/openpgp/content/modules/
H A Ddialog.jsm34 * @cancelLabel: String - OPTIONAL label for cancel button
38 confirmDlg(win, mesg, okLabel, cancelLabel) {
44 cancelButton: cancelLabel
45 ? cancelLabel
301 * @param {String} [cancelLabel] - Label for Cancel button.
309 confirmBoolPref(win, mesg, pref, okLabel, cancelLabel) {
323 cancelButton: cancelLabel
324 ? cancelLabel
345 confirmIntPref(win, mesg, pref, okLabel, cancelLabel) {
359 cancelButton: cancelLabel
[all …]
/dports/security/keybase/client-v5.7.1/shared/reducers/
H A Dpinentry.tsx16 draftState.cancelLabel = action.payload.cancelLabel
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/api/widgets/
H A Ddialog-buttons.tsx27 cancelLabel: string;
45 title={props.cancelLabel}
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/google_cloud/components/
H A Dservice_accounts_form.vue21 cancelLabel: __('Cancel'),
67 <gl-button class="gl-ml-1" :href="cancelPath">{{ $options.i18n.cancelLabel }}</gl-button>
/dports/devel/gh/cli-2.4.0/pkg/cmd/pr/shared/
H A Dsurvey.go35 cancelLabel = "Cancel"
45 options = append(options, cancelLabel)
72 case cancelLabel:
/dports/security/keybase/client-v5.7.1/shared/actions/
H A Dpinentry.tsx27 const {prompt, submitLabel, cancelLabel, windowTitle, features, type} = pinentry
37 cancelLabel,
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/todo/
H A Dactions.c228 XmString okLabel, cancelLabel; in EditPage() local
234 cancelLabel = XmStringCreateLocalized("Cancel"); in EditPage()
239 XtSetArg(args[4], XmNcancelLabelString, cancelLabel); in EditPage()
248 XmStringFree(cancelLabel); in EditPage()
/dports/security/keybase/client-v5.7.1/shared/constants/types/
H A Dpinentry.tsx4 readonly cancelLabel?: string
/dports/security/keybase/client-v5.7.1/protocol/avdl/keybase1/
H A Dpassphrase_common.avdl27 string cancelLabel;
/dports/games/scummvm/scummvm-2.5.1/engines/stark/ui/
H A Ddialogbox.h56 const Common::String &confirmLabel, const Common::String &cancelLabel);
/dports/games/blockattack/blockattack-game-2.7.0/source/code/
H A DDialogBox.hpp72 sago::SagoTextField cancelLabel; member in DialogBox
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/controls/
H A DAlert.as241 // cancelLabel
246 * Storage for the cancelLabel property.
265 public static function get cancelLabel():String property in Alert
275 public static function set cancelLabel(value:String):void property in Alert
282 "controls", "cancelLabel");
552 cancelLabel = cancelLabelOverride;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/controls/
H A DAlert.as295 // cancelLabel
300 * Storage for the cancelLabel property.
324 public static function get cancelLabel():String property in Alert
334 public static function set cancelLabel(value:String):void property in Alert
341 "controls", "cancelLabel");
647 cancelLabel = cancelLabelOverride;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/authentication/
H A Dauthentication_flow_performer.mm209 NSString* cancelLabel = l10n_util::GetNSString(IDS_CANCEL);
235 [_alertCoordinator addItemWithTitle:cancelLabel
373 NSString* cancelLabel = l10n_util::GetNSString(IDS_CANCEL);
398 [_alertCoordinator addItemWithTitle:cancelLabel
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/bundles/ru_RU/
H A Dcontrols.properties29 cancelLabel=Отмена key

123