Home
last modified time | relevance | path

Searched refs:noLabel (Results 1 – 25 of 129) sorted by relevance

123456

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/interfaces/gui/dialogs/
H A DYesNo.cpp44 const char* noLabel, in show_and_get_input_single_text() argument
54 if (!heading || !text || !canceled || !noLabel || !yesLabel) in show_and_get_input_single_text()
60 static_cast<void*>(canceled), static_cast<const void*>(noLabel), in show_and_get_input_single_text()
65 DialogResponse result = HELPERS::ShowYesNoDialogText(heading, text, noLabel, yesLabel); in show_and_get_input_single_text()
75 const char* noLabel, in show_and_get_input_line_text() argument
85 if (!heading || !line0 || !line1 || !line2 || !noLabel || !yesLabel) in show_and_get_input_line_text()
97 return HELPERS::ShowYesNoDialogLines(heading, line0, line1, line2, noLabel, yesLabel) == in show_and_get_input_line_text()
107 const char* noLabel, in show_and_get_input_line_button_text() argument
117 if (!heading || !line0 || !line1 || !line2 || !canceled || !noLabel || !yesLabel) in show_and_get_input_line_button_text()
125 static_cast<const void*>(canceled), static_cast<const void*>(noLabel), in show_and_get_input_line_button_text()
[all …]
H A DYesNo.h49 const char* noLabel,
57 const char* noLabel,
66 const char* noLabel,
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dialogs/
H A DGUIDialogYesNo.cpp94 const CVariant& noLabel /* = "" */, in ShowAndGetInput() argument
98 return ShowAndGetInput(heading, line0, line1, line2, bDummy, noLabel, yesLabel, NO_TIMEOUT); in ShowAndGetInput()
106 const CVariant& noLabel, in ShowAndGetInput() argument
120 dialog->SetChoice(0, !noLabel.empty() ? noLabel : 106); in ShowAndGetInput()
139 const CVariant& noLabel /* = "" */, in ShowAndGetInput() argument
143 int result = ShowAndGetInput(heading, text, noLabel, yesLabel, "", autoCloseTime); in ShowAndGetInput()
171 const CVariant& noLabel, in ShowAndGetInput() argument
186 dialog->SetChoice(0, !noLabel.empty() ? noLabel : 106); in ShowAndGetInput()
206 if (!options.noLabel.isNull()) in ShowAndGetInput()
207 SetChoice(0, options.noLabel); in ShowAndGetInput()
H A DGUIDialogYesNo.h69 const CVariant& noLabel = "",
88 const CVariant& noLabel,
111 const CVariant& noLabel,
126 const CVariant& noLabel,
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/messaging/helpers/
H A DDialogHelper.cpp22 DialogResponse ShowYesNoDialogText(CVariant heading, CVariant text, CVariant noLabel, CVariant yesL… in ShowYesNoDialogText() argument
24 return ShowYesNoCustomDialog(std::move(heading), std::move(text), std::move(noLabel), in ShowYesNoDialogText()
28 DialogResponse ShowYesNoCustomDialog(CVariant heading, CVariant text, CVariant noLabel, CVariant ye… in ShowYesNoCustomDialog() argument
33 options.noLabel = std::move(noLabel); in ShowYesNoCustomDialog()
58 CVariant noLabel, CVariant yesLabel, uint32_t autoCloseTimeout) in ShowYesNoDialogLines() argument
65 options.noLabel = std::move(noLabel); in ShowYesNoDialogLines()
H A DDialogHelper.h43 CVariant noLabel; //!< Text to show on the no button member
64 DialogResponse ShowYesNoDialogText(CVariant heading, CVariant text, CVariant noLabel = CVariant(),
85 DialogResponse ShowYesNoCustomDialog(CVariant heading, CVariant text, CVariant noLabel = CVariant()…
107 CVariant line2 = CVariant(), CVariant noLabel = CVariant(),
/dports/deskutils/charmtimetracker/Charm-1.12.0/Charm/Widgets/
H A DMessageBox.cpp31 QMessageBox::StandardButton noButton, const QString &noLabel, in messageBox() argument
40 messageBox->button(noButton)->setText(noLabel); in messageBox()
48 const QString &yesLabel, const QString &noLabel, in question() argument
51 return messageBox(parent, title, text, QMessageBox::Yes, yesLabel, QMessageBox::No, noLabel, in question()
56 const QString &yesLabel, const QString &noLabel, in warning() argument
59 return messageBox(parent, title, text, QMessageBox::Yes, yesLabel, QMessageBox::No, noLabel, in warning()
H A DMessageBox.h31 const QString &noLabel,
35 const QString &noLabel,
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/gui/dialogs/
H A DYesNo.h77 const std::string& noLabel = "",
83 noLabel.c_str(), yesLabel.c_str());
121 const std::string& noLabel = "",
127 line2.c_str(), noLabel.c_str(), yesLabel.c_str());
171 const std::string& noLabel = "",
178 line2.c_str(), &canceled, noLabel.c_str(), yesLabel.c_str());
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/c-api/gui/dialogs/
H A Dyes_no.h25 const char* noLabel,
32 const char* noLabel,
40 const char* noLabel,
/dports/deskutils/hs-arbtt/arbtt-0.10.2/_cabal_deps/bytestring-progress-1.4/
H A DExample.hs11 import System.ProgressBar (msg,noLabel)
44 (msg "Downloading: ") noLabel
59 noLabel
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DLinkFactoryImpl.java69 boolean noLabel = linkInfo.label == null || linkInfo.label.isEmpty(); in getClassLink()
92 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
105 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
113 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DLinkFactoryImpl.java69 boolean noLabel = linkInfo.label == null || linkInfo.label.isEmpty(); in getClassLink()
92 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
105 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
113 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/tests/unit_tests/
H A DxcosPalAddBlock.tst34 expectedResult = ["SUM_f" msprintf("%s/SUM_f.gif", TMPDIR) msprintf("noLabel=1;image="+ root_url +"…
44 expectedResult = ["SUM_f" msprintf("%s/SUM_f.gif", TMPDIR) msprintf("noLabel=1;image="+ root_url +"…
55 expectedResult = ["SUM_f" msprintf("%s/SUM_f.gif", TMPDIR) msprintf("noLabel=1;image="+ root_url +"…
64 expectedResult = ["SUM_f" msprintf("%s/SUM_f.gif", TMPDIR) msprintf("noLabel=1;image="+ root_url +"…
82 expectedResult = ["SUM_f" iconPath msprintf("noLabel=1;image="+ root_url +"%s/SUM_f.svg;", TMPDIR)];
H A DxcosPalAddBlock.dia.ref28 expectedResult = ["SUM_f" msprintf("%s/SUM_f.gif", TMPDIR) msprintf("noLabel=1;image="+ root_url +"…
36 expectedResult = ["SUM_f" msprintf("%s/SUM_f.gif", TMPDIR) msprintf("noLabel=1;image="+ root_url +"…
45 expectedResult = ["SUM_f" msprintf("%s/SUM_f.gif", TMPDIR) msprintf("noLabel=1;image="+ root_url +"…
53 expectedResult = ["SUM_f" msprintf("%s/SUM_f.gif", TMPDIR) msprintf("noLabel=1;image="+ root_url +"…
68 expectedResult = ["SUM_f" iconPath msprintf("noLabel=1;image="+ root_url +"%s/SUM_f.svg;", TMPDIR)];
/dports/x11-toolkits/viewklass/ViewKlass-0.7.2/
H A DVkPrefRadio.C51 Boolean noLabel) in VkPrefRadio() argument
52 : VkPrefGroup(name, horizOrientation, noLabel) in VkPrefRadio()
/dports/security/acmetool/acmetool-0.2.1/interaction/
H A Ddialog.go161 noLabel := c.NoLabel
162 if noLabel == "" {
163 noLabel = "No"
165 opts = append(opts, yesLabelArg, yesLabel, noLabelArg, noLabel, "--yesno", c.Body, height, width)
/dports/security/acmetool/acmetool-0.2.1/vendor/github.com/hlandau/acmetool/interaction/
H A Ddialog.go161 noLabel := c.NoLabel
162 if noLabel == "" {
163 noLabel = "No"
165 opts = append(opts, yesLabelArg, yesLabel, noLabelArg, noLabel, "--yesno", c.Body, height, width)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DLinkFactoryImpl.java82 boolean noLabel = linkInfo.label == null || linkInfo.label.isEmpty(); in getClassLink()
106 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
118 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
126 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DLinkFactoryImpl.java76 boolean noLabel = linkInfo.label == null || linkInfo.label.isEmpty(); in getClassLink()
100 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
112 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
120 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DLinkFactoryImpl.java82 boolean noLabel = linkInfo.label == null || linkInfo.label.isEmpty(); in getClassLink()
106 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
118 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
126 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DLinkFactoryImpl.java82 boolean noLabel = linkInfo.label == null || linkInfo.label.isEmpty(); in getClassLink()
106 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
118 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
126 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DLinkFactoryImpl.java84 boolean noLabel = linkInfo.label == null || linkInfo.label.isEmpty(); in getClassLink()
108 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
120 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
128 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DLinkFactoryImpl.java82 boolean noLabel = linkInfo.label == null || linkInfo.label.isEmpty(); in getClassLink()
106 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
118 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
126 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DLinkFactoryImpl.java76 boolean noLabel = linkInfo.label == null || linkInfo.label.isEmpty(); in getClassLink()
100 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
112 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()
120 if (noLabel && !classLinkInfo.excludeTypeParameterLinks) { in getClassLink()

123456