Home
last modified time | relevance | path

Searched defs:buttonText (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Mvc/
H A DButtonsAndLinkExtensions.cs30 … public static MvcHtmlString SubmitButton(this HtmlHelper helper, string name, string buttonText) in SubmitButton()
52 …tic MvcHtmlString SubmitButton(this HtmlHelper helper, string name, string buttonText, object html… in SubmitButton()
66 …tic MvcHtmlString SubmitButton(this HtmlHelper helper, string name, string buttonText, IDictionary… in SubmitButton() argument
123 …public static MvcHtmlString Button(this HtmlHelper helper, string name, string buttonText, HtmlBut… in Button()
137 …public static MvcHtmlString Button(this HtmlHelper helper, string name, string buttonText, HtmlBut… in Button()
152 …public static MvcHtmlString Button(this HtmlHelper helper, string name, string buttonText, HtmlBut… in Button()
168 …public static MvcHtmlString Button(this HtmlHelper helper, string name, string buttonText, HtmlBut… in Button() argument
H A DButtonBuilder.cs12 …public static TagBuilder SubmitButton(string name, string buttonText, IDictionary<string, object> … in SubmitButton() argument
62 …public static TagBuilder Button(string name, string buttonText, HtmlButtonType type, string onClic… in Button() argument
/dports/security/beid/eid-mw-5.0.8/installers/quickinstaller/
H A Dbuttons.nsh4 !define buttonText "!insertMacro buttonText" definition
21 !macro buttonText button value macro
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DButtonRenderer.cs58 …public static void DrawButton (Graphics g, Rectangle bounds, string buttonText, Font font, bool fo… in DrawButton()
63 …public static void DrawButton (Graphics g, Rectangle bounds, string buttonText, Font font, TextFor… in DrawButton()
68 …public static void DrawButton (Graphics g, Rectangle bounds, string buttonText, Font font, Image i… in DrawButton()
73 …public static void DrawButton (Graphics g, Rectangle bounds, string buttonText, Font font, TextFor… in DrawButton()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/dialogues/
H A DConfirmPrompt.cpp14 …rmPrompt::ConfirmPrompt(String title, String message, ResultCallback callback_, String buttonText): in ConfirmPrompt()
70 bool ConfirmPrompt::Blocking(String title, String message, String buttonText) in Blocking()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/ui/WebControls/
H A DNumericPagerField.cs319 …private Control CreateNumericButton(string buttonText, string commandArgument, string commandName)… in CreateNumericButton()
358 …private Control CreateNextPrevButton(string buttonText, string commandName, string commandArgument… in CreateNextPrevButton()
388 private HyperLink CreateNextPrevLink(string buttonText, int pageIndex, string imageUrl) { in CreateNextPrevLink()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/scalpel/
H A Dscalpel_screen.cpp37 const Common::String &buttonText, bool textContainsHotkey) { in makeButton()
51 const Common::String &buttonText, bool textContainsHotkey) { in buttonPrint()
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/scalpel/
H A Dscalpel_screen.cpp37 const Common::String &buttonText, bool textContainsHotkey) { in makeButton()
51 const Common::String &buttonText, bool textContainsHotkey) { in buttonPrint()
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/QSpec/src/base_dialogs/
H A DMessageBoxFiller.h40 QString buttonText; variable
/dports/deskutils/maliit-framework/framework-2.1.1/examples/plugins/cxx/helloworld/
H A Dhelloworldinputmethod.h76 QScopedPointer<Maliit::Plugins::AbstractPluginSetting> buttonText; variable
/dports/www/joomla3/joomla3-3.9.24/administrator/templates/hathor/html/com_installer/languages/
H A Ddefault.php71 …<?php $buttonText = (isset($this->installedLang[0][$language->code]) || isset($this->installedLang… variable
/dports/x11-toolkits/redkite/redkite-1.3.1/include/impl/
H A DRkButtonImpl.h57 RkString buttonText; variable
/dports/audio/geonkick-lv2/geonkick-2.8.0/redkite/include/impl/
H A DRkButtonImpl.h57 RkString buttonText; variable
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/gpe/dialogs/
H A DZLGtkDialog.cpp39 std::string buttonText = gtkButtonName(key); in addButton() local
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/gtk/dialogs/
H A DZLGtkDialog.cpp39 std::string buttonText = gtkString(ZLDialogManager::buttonName(key)); in addButton() local
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/maemo/dialogs/
H A DZLGtkDialog.cpp38 std::string buttonText = gtkButtonName(key); in addButton() local
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/maemo5/dialogs/
H A DZLGtkDialog.cpp38 std::string buttonText = gtkButtonName(key); in addButton() local
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_installer/views/languages/tmpl/
H A Ddefault.php72 …<?php $buttonText = (isset($this->installedLang[0][$language->code]) || isset($this->installedLang… variable
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/src/app/
H A Ddarkmode.h35 QColor buttonText = QColor(170, 170, 170); in createDarkModePalette() local
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/animation/stickman/
H A Drectbutton.cpp54 RectButton::RectButton(const QString &buttonText) : m_ButtonText(buttonText) in RectButton()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/animation/stickman/
H A Drectbutton.cpp44 RectButton::RectButton(QString buttonText) : m_ButtonText(buttonText) in RectButton()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/buttons/
H A Djuce_ToggleButton.cpp35 ToggleButton::ToggleButton (const String& buttonText) in ToggleButton()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/buttons/
H A Djuce_ToggleButton.cpp35 ToggleButton::ToggleButton (const String& buttonText) in ToggleButton()
/dports/games/scorched3d/scorched/src/client/GLW/
H A DGLWTextButton.cpp26 GLWTextButton::GLWTextButton(const LangString &buttonText, in GLWTextButton()
/dports/textproc/jdictionary/jdictionary/src-1_8/info/jdictionary/gui/
H A DProxyButton.java53 public ProxyButton(JDictionary jDictionary, ImageIcon buttonIcon, String buttonText) { in ProxyButton()

12345678910>>...16