Home
last modified time | relevance | path

Searched refs:tagsLabel (Results 1 – 25 of 63) sorted by relevance

123

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/context/applets/upcomingevents/
H A DUpcomingEventsWidget.cpp94 … QGraphicsWidget *supportLabel, *venueLabel, *locationLabel, *dateLabel, *attendLabel, *tagsLabel; in UpcomingEventsWidget() local
100 tagsLabel = createLabel( i18nc("@label:textbox", "Tags:"), minPol ); in UpcomingEventsWidget()
108 infoLayout->addItem( tagsLabel, 5, 0 ); in UpcomingEventsWidget()
207 QLabel *tagsLabel = static_cast<QLabel*>( m_tags->widget() ); in setTags() local
208 tagsLabel->setText( tags.isEmpty() ? i18n( "none" ) : tags.join(", ") ); in setTags()
217tagsLabel->setToolTip( i18nc( "@info:tooltip", "<strong>Tags:</strong><nl/>%1", tooltips.join(", "… in setTags()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/search/
H A DSearchView.cpp41tagsLabel = new ui::Label(ui::Point(270, WINDOWH-18), ui::Point(WINDOWW-540, 16), "\boPopular Tag… in SearchView()
376 RemoveComponent(tagsLabel); in NotifyTagListChanged()
377 tagsLabel->SetParentWindow(NULL); in NotifyTagListChanged()
402 AddComponent(tagsLabel); in NotifyTagListChanged()
403 tagsLabel->Position.Y = tagYOffset-16; in NotifyTagListChanged()
H A DSearchView.h35 ui::Label * tagsLabel; variable
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/documentation/examples/custom-sd/adapter-usage/
H A Dmain.go49 tagsLabel = model.MetaLabelPrefix + "consul_tags" var
134 model.LabelName(tagsLabel): model.LabelValue(tags),
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/documentation/examples/custom-sd/adapter-usage/
H A Dmain.go50 tagsLabel = model.MetaLabelPrefix + "consul_tags" var
135 model.LabelName(tagsLabel): model.LabelValue(tags),
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/documentation/examples/custom-sd/adapter-usage/
H A Dmain.go49 tagsLabel = model.MetaLabelPrefix + "consul_tags" var
134 model.LabelName(tagsLabel): model.LabelValue(tags),
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/documentation/examples/custom-sd/adapter-usage/
H A Dmain.go49 tagsLabel = model.MetaLabelPrefix + "consul_tags" var
136 model.LabelName(tagsLabel): model.LabelValue(tags),
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/documentation/examples/custom-sd/adapter-usage/
H A Dmain.go50 tagsLabel = model.MetaLabelPrefix + "consul_tags" var
139 model.LabelName(tagsLabel): model.LabelValue(tags),
/dports/net-mgmt/prometheus2/prometheus-2.30.3/documentation/examples/custom-sd/adapter-usage/
H A Dmain.go50 tagsLabel = model.MetaLabelPrefix + "consul_tags" var
139 model.LabelName(tagsLabel): model.LabelValue(tags),
/dports/net-mgmt/prometheus1/prometheus-1.8.2/discovery/consul/
H A Dconsul.go45 tagsLabel = model.MetaLabelPrefix + "consul_tags" const
304 tagsLabel: model.LabelValue(tags),
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Dtransferlistfilterswidget.cpp699 QCheckBox *tagsLabel = new ArrowCheckBox(tr("Tags"), this); in TransferListFiltersWidget() local
700 tagsLabel->setChecked(pref->getTagFilterState()); in TransferListFiltersWidget()
701 tagsLabel->setFont(font); in TransferListFiltersWidget()
702 …connect(tagsLabel, &QCheckBox::toggled, this, &TransferListFiltersWidget::onTagFilterStateChanged); in TransferListFiltersWidget()
703 frameLayout->addWidget(tagsLabel); in TransferListFiltersWidget()
/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/app/qml/listcomponents/
H A DBookTile.qml278 id: tagsLabel;
284 left: tagsLabel.right;
288 width: {parent.width - tagsLabel.width - Kirigami.Units.smallSpacing;}
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/discovery/consul/
H A Dconsul.go51 tagsLabel = model.MetaLabelPrefix + "consul_tags" const
513 tagsLabel: model.LabelValue(tags),
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/flickr/
H A Dflickrwidget.cpp154 QLabel* const tagsLabel = new QLabel(i18n("Added Tags: "), m_extendedTagsBox); in FlickrWidget() local
165 extendedTagsLayout->addWidget(tagsLabel, 0, 0); in FlickrWidget()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/discovery/consul/
H A Dconsul.go51 tagsLabel = model.MetaLabelPrefix + "consul_tags" const
520 tagsLabel: model.LabelValue(tags),
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/discovery/consul/
H A Dconsul.go49 tagsLabel = model.MetaLabelPrefix + "consul_tags" const
502 tagsLabel: model.LabelValue(tags),
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/discovery/consul/
H A Dconsul.go52 tagsLabel = model.MetaLabelPrefix + "consul_tags" const
546 tagsLabel: model.LabelValue(tags),
/dports/net-mgmt/prometheus2/prometheus-2.30.3/discovery/consul/
H A Dconsul.go50 tagsLabel = model.MetaLabelPrefix + "consul_tags" const
549 tagsLabel: model.LabelValue(tags),
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/clients/pkg/promtail/discovery/consulagent/
H A Dconsul.go45 tagsLabel = model.MetaLabelPrefix + "consulagent_tags" const
539 tagsLabel: model.LabelValue(tags),
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/prometheus/discovery/consul/
H A Dconsul.go50 tagsLabel = model.MetaLabelPrefix + "consul_tags" const
549 tagsLabel: model.LabelValue(tags),
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/discovery/consul/
H A Dconsul.go50 tagsLabel = model.MetaLabelPrefix + "consul_tags" const
549 tagsLabel: model.LabelValue(tags),
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/webservices/flickr/
H A Dflickrwidget.cpp162 QLabel* const tagsLabel = new QLabel(i18n("Added Tags: "), d->extendedTagsBox); in FlickrWidget() local
173 extendedTagsLayout->addWidget(tagsLabel, 0, 0); in FlickrWidget()
/dports/finance/kmymoney/kmymoney-5.1.1/po/ms/
H A Dkmymoney.po5084 #. i18n: ectx: property (text), widget (QLabel, tagsLabel)
/dports/finance/kmymoney/kmymoney-5.1.1/po/ia/
H A Dkmymoney.po5080 #. i18n: ectx: property (text), widget (QLabel, tagsLabel)
/dports/finance/kmymoney/kmymoney-5.1.1/po/ug/
H A Dkmymoney.po5131 #. i18n: ectx: property (text), widget (QLabel, tagsLabel)

123