Home
last modified time | relevance | path

Searched refs:barText (Results 1 – 10 of 10) sorted by relevance

/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/klipper/autotests/
H A Dhistorytest.cpp85 const QString barText = QStringLiteral("bar"); in testInsertRemove() local
88 const QByteArray barUuid = QCryptographicHash::hash(barText.toUtf8(), QCryptographicHash::Sha1); in testInsertRemove()
101 history->insert(HistoryItemPtr(new HistoryStringItem(barText))); in testInsertRemove()
103 QCOMPARE(history->first()->text(), barText); in testInsertRemove()
126 history->insert(HistoryItemPtr(new HistoryStringItem(barText))); in testInsertRemove()
128 QCOMPARE(history->first()->text(), barText); in testInsertRemove()
143 QCOMPARE(history->first()->text(), barText); in testInsertRemove()
174 QCOMPARE(history->first()->text(), barText); in testInsertRemove()
256 const QString barText = QStringLiteral("bar"); in testCycle() local
259 const QByteArray barUuid = QCryptographicHash::hash(barText.toUtf8(), QCryptographicHash::Sha1); in testCycle()
[all …]
H A Dhistorymodeltest.cpp73 const QString barText = QStringLiteral("bar"); in testInsertRemove() local
76 const QByteArray barUuid = QCryptographicHash::hash(barText.toUtf8(), QCryptographicHash::Sha1); in testInsertRemove()
86 history->insert(QSharedPointer<HistoryItem>(new HistoryStringItem(barText))); in testInsertRemove()
87 QCOMPARE(index.data().toString(), barText); in testInsertRemove()
107 history->insert(QSharedPointer<HistoryItem>(new HistoryStringItem(barText))); in testInsertRemove()
108 QCOMPARE(history->data(history->index(0, 0)).toString(), barText); in testInsertRemove()
122 QCOMPARE(history->data(history->index(0, 0)).toString(), barText); in testInsertRemove()
148 QCOMPARE(history->data(history->index(0, 0)).toString(), barText); in testInsertRemove()
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dscan-bar.go54 barText := scanPrefix + source
55 console.PrintC("\r" + barText + "\r")
/dports/devel/py-enlighten/enlighten-1.10.1/enlighten/
H A D_counter.py729 barText = u''
752 barText += subcounter._colorize(self.series[-1] * subLen)
755 barText += self.series[-1] * subLen
761 barText += self.series[-1] * barLen
767 barText += self.series[int(round((complete - barLen) * (len(self.series) - 1)))]
769 barText += self.series[0] * (barWidth - partial_len)
771 return rtn.format(self._colorize(barText))
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dmultiprogressdialog.cpp142 bool MultiProgressDialog::setupBar(const QString &barName, const QString & barText, int progress, i… in setupBar() argument
145 progressLabels[barName]->setText(barText); in setupBar()
H A Dmultiprogressdialog.h147 bool setupBar(const QString&barName, const QString&barText, int progress, int totalSteps);
/dports/graphics/qgis-ltr/qgis-3.16.16/src/quickgui/plugin/
H A Dqgsquickscalebar.qml66 property string barText: scaleBarKit.distance + " " + scaleBarKit.units
114 text: barText
/dports/x11-toolkits/scintilla/scite/win32/
H A DSciTEWinBar.cxx72 GUI::gui_string barText = GUI::StringFromUTF8(s); in SetStatusBarText() local
74 SB_SETTEXT, 0, reinterpret_cast<LPARAM>(barText.c_str())); in SetStatusBarText()
/dports/editors/scite/scite/win32/
H A DSciTEWinBar.cxx72 GUI::gui_string barText = GUI::StringFromUTF8(s); in SetStatusBarText() local
74 SB_SETTEXT, 0, reinterpret_cast<LPARAM>(barText.c_str())); in SetStatusBarText()
/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DIO.c4478 char barText[] = " "; // string length is 20 in printProgressBar() local
4507 barText[i + labelOffset] = barLabel[i]; in printProgressBar()
4524 plotCharWithColor(barText[i], x + i, y, &textColor, &currentFillColor); in printProgressBar()