Home
last modified time | relevance | path

Searched refs:customLabel (Results 1 – 25 of 94) sorted by relevance

1234

/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/src/plugins/es_ui_shared/static/forms/docs/examples/
H A Dserializers_deserializers.mdx23 customLabel: string;
29 customLabel: string;
33 const formDeserializer = ({ name, customLabel }: MyForm): MyFormUI => {
35 const showAdvancedSettings = Boolean(customLabel);
39 customLabel,
44 const formSerializer = ({ name, customLabel }: MyFormUI): MyForm => {
46 return { name, customLabel };
52 customLabel: { label: 'CustomLabel' },
63 customLabel: 'My custom label',
94 <UseField path="customLabel" component={TextField} />
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/messaging/helpers/
H A DDialogHelper.cpp28 … heading, CVariant text, CVariant noLabel, CVariant yesLabel, CVariant customLabel, uint32_t autoC… in ShowYesNoCustomDialog() argument
35 options.customLabel = std::move(customLabel); in ShowYesNoCustomDialog()
67 options.customLabel = ""; in ShowYesNoDialogLines()
H A DDialogHelper.h44 CVariant customLabel; //!< Text to show on the 3rd custom button member
86 … CVariant customLabel = CVariant(), uint32_t autoCloseTimeout = 0);
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/lib-internal/Text/Pandoc/CrossRef/Util/
H A DCustomLabels.hs22 module Text.Pandoc.CrossRef.Util.CustomLabels (customLabel, customHeadingLabel) where
29 customLabel :: Meta -> T.Text -> Int -> Maybe T.Text
30 customLabel meta ref i function
/dports/graphics/yacreader/yacreader-9.8.2/YACReaderLibrary/comic_vine/
H A Dscraper_results_paginator.cpp9 : QWidget(parent), customLabel("items") in ScraperResultsPaginator()
54 numElements->setText(tr("Number of %1 found : %2").arg(customLabel).arg(rp.getNumResults())); in update()
72 customLabel = label; in setCustomLabel()
H A Dscraper_results_paginator.h31 QString customLabel; variable
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dialogs/
H A DGUIDialogYesNo.cpp173 const CVariant& customLabel, in ShowAndGetInput() argument
188 dialog->SetChoice(2, customLabel); // Button only visible when label is not empty in ShowAndGetInput()
210 if (!options.customLabel.isNull()) in ShowAndGetInput()
211 SetChoice(2, options.customLabel); in ShowAndGetInput()
H A DGUIDialogYesNo.h128 const CVariant& customLabel,
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/Ingame/
H A DSupportPowerTooltipLogic.cs62 var customLabel = sp.TooltipTimeTextOverride(); in SupportPowerTooltipLogic()
63 if (customLabel == null) in SupportPowerTooltipLogic()
70 timeLabel.Text = customLabel; in SupportPowerTooltipLogic()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualNativeCTests/BugSnippets/
H A DBug_545587_TooltipColor.cpp328 GtkWidget* customLabel = (GtkWidget*)g_object_new(GTK_TYPE_LABEL, NULL); in getTooltipColors_TooltipSetCustom() local
329 gtk_tooltip_set_custom(tooltip, customLabel); in getTooltipColors_TooltipSetCustom()
332 GtkWidget* tooltipBox = gtk_widget_get_parent(customLabel); in getTooltipColors_TooltipSetCustom()
337 GtkStyleContext* styleContextLabel = gtk_widget_get_style_context(customLabel); in getTooltipColors_TooltipSetCustom()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/DockLibrary/
H A DDockBarItem.cs221 Gtk.Widget customLabel = null; in UpdateTab()
223 customLabel = it.DockLabelProvider.CreateLabel (bar.Orientation); in UpdateTab()
225 if (customLabel != null) { in UpdateTab()
226 customLabel.ShowAll (); in UpdateTab()
227 box.PackStart (customLabel, true, true, 0); in UpdateTab()
/dports/www/cutelyst/cutelyst-3.2.0/Cutelyst/Plugins/Utils/Validator/
H A Dvalidatorrule.h157 …ValidatorMessages(const char *customLabel, const char *customValidationError = nullptr, const char… in Q_DECLARE_LOGGING_CATEGORY()
158 label(customLabel), in Q_DECLARE_LOGGING_CATEGORY()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/autoupdate/
H A DUninstallationProgressDialogue.java62 private JLabel customLabel; field in UninstallationProgressDialogue
151 if (customLabel == null) { in getCustomLabel()
152 customLabel = new JLabel(); in getCustomLabel()
154 return customLabel; in getCustomLabel()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/advancedrename/parser/options/database/
H A Ddatabaseoption.cpp56 QLabel* const customLabel = new QLabel(i18n("Keyword separator:")); in DatabaseOptionDialog() local
63 mainLayout->addWidget(customLabel, 0, 0, 1, 1); in DatabaseOptionDialog()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/advancedrename/parser/options/
H A Dmetadataoption.cpp57 QLabel* const customLabel = new QLabel(i18n("Keyword separator:")); in MetadataOptionDialog() local
87 mainLayout->addWidget(customLabel, 0, 0, 1, 1); in MetadataOptionDialog()
/dports/net/traefik/traefik-2.6.1/docs/content/providers/
H A Decs.md149 defaultRule: "Host(`{{ .Name }}.{{ index .Labels \"customLabel\"}}`)"
155 defaultRule = "Host(`{{ .Name }}.{{ index .Labels \"customLabel\"}}`)"
160 --providers.ecs.defaultRule=Host(`{{ .Name }}.{{ index .Labels \"customLabel\"}}`)
H A Drancher.md108 defaultRule: "Host(`{{ .Name }}.{{ index .Labels \"customLabel\"}}`)"
114 defaultRule = "Host(`{{ .Name }}.{{ index .Labels \"customLabel\"}}`)"
119 --providers.rancher.defaultRule=Host(`{{ .Name }}.{{ index .Labels \"customLabel\"}}`)
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/test/m2m/setLabelAttribute/
H A Dinput.md25 ## Section {label="customLabel"}
H A Dexpect.md23 ## Section {#section-1 label="1.customLabel"}
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/msw/private/
H A Dmsgdlg.h70 const wxString& customLabel);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/msw/private/
H A Dmsgdlg.h70 const wxString& customLabel);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/msw/private/
H A Dmsgdlg.h70 const wxString& customLabel);
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/templates/config/
H A Dconftypes.php234 $customLabel = ''; variable
236 $customLabel = $typeSettings['customLabel_' . $activeType->getId()]; variable
238 …esponsiveInputField(_('Custom label'), 'customLabel_' . $activeType->getId(), $customLabel, '264');
/dports/editors/ted/Ted-2.23/appFrame/
H A DappPaperChooser.h66 const char * customLabel );
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/editor/transform/ratiocrop/
H A Dratiocroptool.cpp75 customLabel (nullptr), in Private()
140 QLabel* customLabel; member in DigikamEditorRatioCropToolPlugin::RatioCropTool::Private
344 d->customLabel = new QLabel(i18n("Custom ratio:"), cropSelection); in RatioCropTool()
345 d->customLabel->setAlignment(Qt::AlignLeft|Qt::AlignVCenter); in RatioCropTool()
406 mainLayout->addWidget(d->customLabel, 1, 0, 1, 1); in RatioCropTool()
932 d->customLabel->setEnabled(true); in applyRatioChanges()
945 d->customLabel->setEnabled(false); in applyRatioChanges()
954 d->customLabel->setEnabled(false); in applyRatioChanges()

1234