Home
last modified time | relevance | path

Searched refs:cancel_txt (Results 1 – 5 of 5) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Services/Utilities/classes/
H A Dclass.ilConfirmationGUI.php89 $this->cancel_txt = $a_txt;
163 $ctab->addCommandButton($this->cancel_cmd, $this->cancel_txt);
194 $cancel->setCaption($this->cancel_txt, false);
/dports/www/ilias6/ILIAS-6.14/Services/Utilities/classes/
H A Dclass.ilConfirmationGUI.php89 $this->cancel_txt = $a_txt;
163 $ctab->addCommandButton($this->cancel_cmd, $this->cancel_txt);
194 $cancel->setCaption($this->cancel_txt, false);
/dports/finance/frontaccounting/frontaccounting/purchasing/
H A Dpo_entry_items.php536 $cancel_txt = _("Cancel Order"); variable
540 $cancel_txt = _("Cancel GRN"); variable
545 $cancel_txt = _("Cancel Invoice"); variable
553 submit_center_last('CancelOrder', $cancel_txt);
556 submit_center('CancelOrder', $cancel_txt, true, false, 'cancel');
/dports/x11-wm/amiwm/amiwm0.21pl2/
H A Dexecutecmd.c41 static const char ok_txt[]="Ok", cancel_txt[]="Cancel"; variable
47 static const char *buttxt[]={ NULL, ok_txt, cancel_txt };
434 w2=XmbTextEscapement(dri.dri_FontSet, cancel_txt, strlen(cancel_txt))+2*BUT_HSPACE; in main()
437 w2=XTextWidth(dri.dri_Font, cancel_txt, strlen(cancel_txt))+2*BUT_HSPACE; in main()
540 refresh_button(cancel, cancel_txt, 2); in main()
/dports/math/octave/octave-6.4.0/libgui/src/
H A Dqt-interpreter-events.cc323 QString cancel_txt = tr ("Cancel"); in debug_cd_or_addpath_error() local
334 btn << cancel_txt; in debug_cd_or_addpath_error()
339 cancel_txt, role); in debug_cd_or_addpath_error()