Home
last modified time | relevance | path

Searched refs:resultLabel (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/samples/BlackJack/BlackJack_UIClient/
H A DPlayingTable.xaml.cpp119 this->resultLabel->Text.clear(); in Refresh()
140 this->resultLabel->Text.clear(); in InterpretResponse()
268 this->resultLabel->Text.clear(); in __anonfa79cd970302()
310 this->resultLabel->Text.clear(); in __anonfa79cd970402()
346 this->resultLabel->Text.clear(); in __anonfa79cd970502()
381 this->resultLabel->Text.clear(); in __anonfa79cd970602()
415 this->resultLabel->Text.clear(); in __anonfa79cd970702()
452 this->resultLabel->Text.clear(); in __anonfa79cd970802()
485 this->resultLabel->Text = L"Joining table";
502 this->resultLabel->Text.clear(); in __anonfa79cd970902()
[all …]
/dports/www/dillo2/dillo-3.0.5/test/
H A Ddw_find_test.cc41 static Fl_Widget *resultLabel; variable
48 resultLabel->label("SUCCESS"); in findCallback()
52 resultLabel->label("RESTART"); in findCallback()
56 resultLabel->label("NOT_FOUND"); in findCallback()
60 resultLabel->redraw (); in findCallback()
66 resultLabel->label("---"); in resetCallback()
67 resultLabel->redraw (); in resetCallback()
93 resultLabel = new Fl_Box(100, 280, 100, 20, "---"); in main()
94 resultLabel->box(FL_FLAT_BOX); in main()
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/endpoints/filters/
H A Dmetrics.go79 var resultLabel string
83 resultLabel = errorLabel
85 resultLabel = failureLabel
87 resultLabel = successLabel
91 authenticatedAttemptsCounter.WithLabelValues(resultLabel).Inc()
92 authenticationLatency.WithLabelValues(resultLabel).Observe(time.Since(authStart).Seconds())
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/endpoints/filters/
H A Dmetrics.go80 var resultLabel string
84 resultLabel = errorLabel
86 resultLabel = failureLabel
88 resultLabel = successLabel
92 authenticatedAttemptsCounter.WithContext(ctx).WithLabelValues(resultLabel).Inc()
93 …authenticationLatency.WithContext(ctx).WithLabelValues(resultLabel).Observe(authFinish.Sub(authSta…
/dports/polish/kadu/kadu-4.3/plugins/encryption_otr/gui/widgets/
H A Dotr-peer-identity-verification-result-page.cpp42 QLabel *resultLabel = new QLabel(); in createGui() local
43 resultLabel->setWordWrap(true); in createGui()
45 registerField("result", resultLabel); in createGui()
46 registerField("resultText", resultLabel, "text"); in createGui()
49 layout->addWidget(resultLabel); in createGui()
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/
H A DResultValuePanel.java40 JLabel resultLabel = new JLabel(); field in ResultValuePanel
65 labelPanel.add(resultLabel); in jbInit()
66 resultLabel.setText("Value"); in jbInit()
83 resultLabel.setText("Value of: " + opName in setResult()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/painting/imagecomposition/
H A Dimagecomposer.cpp92 resultLabel = new QLabel; in ImageComposer()
93 resultLabel->setMinimumWidth(resultSize.width()); in ImageComposer()
110 mainLayout->addWidget(resultLabel, 0, 4, 3, 1); in ImageComposer()
159 resultLabel->setPixmap(QPixmap::fromImage(resultImage)); in recalculateResult()
H A Dimagecomposer.h79 QLabel *resultLabel; variable
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/painting/imagecomposition/
H A Dimagecomposer.cpp98 resultLabel = new QLabel; in ImageComposer()
99 resultLabel->setMinimumWidth(resultSize.width()); in ImageComposer()
117 mainLayout->addWidget(resultLabel, 0, 4, 3, 1); in ImageComposer()
162 resultLabel->setPixmap(QPixmap::fromImage(resultImage)); in recalculateResult()
H A Dimagecomposer.h89 QLabel *resultLabel; variable
/dports/java/jakarta-oro/jakarta-oro-2.0.8/src/java/examples/
H A DMatcherDemoApplet.java102 Label resultLabel, inputLabel; field in MatcherDemoApplet
144 resultLabel = new Label("Search Results", Label.CENTER); in MatcherDemoApplet()
218 layout.setConstraints(resultLabel, constraints); in init()
219 add(resultLabel); in init()
/dports/net/libgravatar/libgravatar-21.12.3/autotests/
H A Dgravatardownloadpixmapwidgettest.cpp37 auto *resultLabel = w.findChild<QLabel *>(QStringLiteral("resultlabel")); in shouldHaveDefaultValue() local
38 QVERIFY(resultLabel); in shouldHaveDefaultValue()
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfsexplorer/gui/
H A DAllocationFileInfoPanel.java152 resultLabel = new javax.swing.JLabel(); in initComponents()
191 resultLabel.setText("Result"); in initComponents()
220 .add(org.jdesktop.layout.GroupLayout.LEADING, resultLabel)) in initComponents()
243 .add(resultLabel) in initComponents()
261 private javax.swing.JLabel resultLabel; field in AllocationFileInfoPanel
/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/tests/process/
H A Dtest_process.qml53 resultLabel.text = controller.resultToString(result)
58 id: resultLabel
/dports/astro/marble/marble-21.12.3/src/lib/marble/routing/
H A DRoutingWidget.cpp380 d->m_ui.resultLabel->setVisible( false ); in RoutingWidget()
467 d->m_ui.resultLabel->setText( results ); in handleSearchResult()
468 d->m_ui.resultLabel->setVisible( true ); in handleSearchResult()
473 …d->m_ui.resultLabel->setText(QLatin1String("<font color=\"red\">") + results + QLatin1String("</fo… in handleSearchResult()
474 d->m_ui.resultLabel->setVisible( true ); in handleSearchResult()
583 d->m_ui.resultLabel->setVisible( false ); in updateRouteState()
590 …d->m_ui.resultLabel->setText(QLatin1String("<font color=\"red\">") + results + QLatin1String("</fo… in updateRouteState()
591 d->m_ui.resultLabel->setVisible( true ); in updateRouteState()
673 d->m_ui.resultLabel->setText( results ); in updateAlternativeRoutes()
674 d->m_ui.resultLabel->setVisible( true ); in updateAlternativeRoutes()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/viewers/interactive/
H A DStyledCellLabelProviderTests.java194 …er(final Display display, boolean selection, final Runnable[] operation, final Label resultLabel) { in setTimer() argument
202 if (display.isDisposed() || resultLabel.isDisposed()) { in setTimer()
214 resultLabel.setText("Operations per second: " + decimalFormat.format(operationsPerSecond)); in setTimer()
224 resultLabel.setText("Operations per second: xxxx"); in setTimer()
/dports/deskutils/treeline/TreeLine/source/
H A Dconditional.py224 self.resultLabel = None
295 self.resultLabel = QLabel()
296 topLayout.addWidget(self.resultLabel)
555 self.resultLabel.setText('')
559 self.resultLabel.setText(_('No conditional matches were found'))
H A Dmiscdialogs.py586 self.resultLabel = QLabel()
587 topLayout.addWidget(self.resultLabel)
618 self.resultLabel.setText('')
635 self.resultLabel.setText('')
660 self.resultLabel.setText(_('Search string "{0}" not found').
789 self.resultLabel = QLabel()
790 topLayout.addWidget(self.resultLabel, 4, 0, 1, 2)
806 self.resultLabel.setText('')
895 self.resultLabel.setText(_('Search text "{0}" not found').
933 self.resultLabel.setText(_('Replaced {0} matches').format(qty))
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/examples/
H A Dimagecomposition.qdoc81 \c resultSize as well. The \l{QLabel}s \c equalLabel and \c resultLabel
82 are created and \c{resultLabel}'s \l{QWidget::setMinimumWidth()}
136 \c destinationImage are painted, before displaying it on \c resultLabel.
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/doc/src/
H A Dimagecomposition.qdoc84 \c resultSize as well. The \l{QLabel}s \c equalLabel and \c resultLabel
85 are created and \c{resultLabel}'s \l{QWidget::setMinimumWidth()}
139 \c destinationImage are painted, before displaying it on \c resultLabel.
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/find_pattern/
H A DFindPatternMsaWidget.cpp156 resultLabel->setObjectName("resultLabel"); in FindPatternMsaWidget()
157 resultLabel->setFixedHeight(progressLabel->height()); in FindPatternMsaWidget()
196 resultLabel->show(); in showCurrentResultAndStopProgress()
979 resultLabel->setText(tr("Results:")); in startProgressAnimation()
1057 resultLabel->setText(tr("No results")); in updateCurrentResultLabel()
1059resultLabel->setText(tr("Results: %1/%2").arg(currentResultText).arg(visibleSearchResults.size())); in updateCurrentResultLabel()
/dports/misc/mnn/MNN-1.2.0/demo/iOS/playground/
H A DViewController.mm256 @property (strong, nonatomic) IBOutlet UILabel *resultLabel; property
408 self.resultLabel.text = [_currentModel inferImage:_imageView.image cycles:1];
424 self.resultLabel.text = str;
469 self.resultLabel.text = result;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/system/suite_tools/tst_git_clone/
H A Dtest.py51 resultLabel = findObject(":Git Repository Clone.Result._QLabel")
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_sequence/find_pattern/
H A DFindPatternWidget.cpp251 resultLabel->setObjectName("resultLabel"); in FindPatternWidget()
252 resultLabel->setFixedHeight(progressLabel->height()); in FindPatternWidget()
306 resultLabel->show(); in showCurrentResultAndStopProgress()
312resultLabel->setText(tr("Results: %1/%2").arg(currentResultText).arg(QString::number(findPatternRe… in updateResultLabelText()
1465 resultLabel->setText(tr("Results:")); in startProgressAnimation()
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/netmonitor/src/assets/styles/
H A Dsearch.css39 .search-panel .treeTable .resultLabel {

12