Home
last modified time | relevance | path

Searched refs:strippedText (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dansiescapecodehandler.cpp86 QString strippedText; in parseText() local
88 strippedText = input.text; in parseText()
94 while (!strippedText.isEmpty()) { in parseText()
111 if (strippedText.isEmpty()) in parseText()
124 while (!strippedText.isEmpty() && escape.at(0) == strippedText.at(0)) { in parseText()
128 strippedText.clear(); in parseText()
161 strippedText.remove(0, 1); in parseText()
178 strippedText.remove(0, 1); in parseText()
180 if (strippedText.isEmpty()) in parseText()
186 strippedText.remove(0, 1); in parseText()
[all …]
/dports/devel/lab/lab-0.17.2/vendor/github.com/rivo/tview/
H A Dutil.go251 …colorIndices, colors, _, _, escapeIndices, strippedText, strippedWidth := decomposeString(text, tr…
265 …iterateString(strippedText, func(main rune, comb []rune, textPos, textWidth, screenPos, screenWidt…
302 rightIndex = len(strippedText)
306 …iterateString(strippedText[leftIndex:], func(main rune, comb []rune, textPos, textWidth, screenPos…
313 …iterateStringReverse(strippedText[leftIndex:rightIndex], func(main rune, comb []rune, textPos, tex…
327 for index := range strippedText {
362 …iterateString(strippedText, func(main rune, comb []rune, textPos, length, screenPos, screenWidth i…
445 colorTagIndices, _, _, _, escapeIndices, strippedText, _ := decomposeString(text, true, false)
448 breakpoints := boundaryPattern.FindAllStringSubmatchIndex(strippedText, -1)
470 …iterateString(strippedText, func(main rune, comb []rune, textPos, textWidth, screenPos, screenWidt…
/dports/net-im/tut/tut-0.0.17/vendor/github.com/rivo/tview/
H A Dutil.go255 …colorIndices, colors, _, _, escapeIndices, strippedText, strippedWidth := decomposeString(text, tr…
269 …iterateString(strippedText, func(main rune, comb []rune, textPos, textWidth, screenPos, screenWidt…
306 rightIndex = len(strippedText)
310 …iterateString(strippedText[leftIndex:], func(main rune, comb []rune, textPos, textWidth, screenPos…
317 …iterateStringReverse(strippedText[leftIndex:rightIndex], func(main rune, comb []rune, textPos, tex…
331 for index := range strippedText {
366 …iterateString(strippedText, func(main rune, comb []rune, textPos, length, screenPos, screenWidth i…
449 colorTagIndices, _, _, _, escapeIndices, strippedText, _ := decomposeString(text, true, false)
452 breakpoints := boundaryPattern.FindAllStringSubmatchIndex(strippedText, -1)
474 …iterateString(strippedText, func(main rune, comb []rune, textPos, textWidth, screenPos, screenWidt…
/dports/audio/stmp/stmp-0.0.2/vendor/github.com/rivo/tview/
H A Dutil.go255 …colorIndices, colors, _, _, escapeIndices, strippedText, strippedWidth := decomposeString(text, tr…
269 …iterateString(strippedText, func(main rune, comb []rune, textPos, textWidth, screenPos, screenWidt…
306 rightIndex = len(strippedText)
310 …iterateString(strippedText[leftIndex:], func(main rune, comb []rune, textPos, textWidth, screenPos…
317 …iterateStringReverse(strippedText[leftIndex:rightIndex], func(main rune, comb []rune, textPos, tex…
331 for index := range strippedText {
366 …iterateString(strippedText, func(main rune, comb []rune, textPos, length, screenPos, screenWidth i…
449 colorTagIndices, _, _, _, escapeIndices, strippedText, _ := decomposeString(text, true, false)
452 breakpoints := boundaryPattern.FindAllStringSubmatchIndex(strippedText, -1)
474 …iterateString(strippedText, func(main rune, comb []rune, textPos, textWidth, screenPos, screenWidt…
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/rivo/tview/tview-2e907d29e475/
H A Dutil.go251 …colorIndices, colors, _, _, escapeIndices, strippedText, strippedWidth := decomposeString(text, tr…
265 …iterateString(strippedText, func(main rune, comb []rune, textPos, textWidth, screenPos, screenWidt…
302 rightIndex = len(strippedText)
306 …iterateString(strippedText[leftIndex:], func(main rune, comb []rune, textPos, textWidth, screenPos…
313 …iterateStringReverse(strippedText[leftIndex:rightIndex], func(main rune, comb []rune, textPos, tex…
327 for index := range strippedText {
362 …iterateString(strippedText, func(main rune, comb []rune, textPos, length, screenPos, screenWidth i…
445 colorTagIndices, _, _, _, escapeIndices, strippedText, _ := decomposeString(text, true, false)
448 breakpoints := boundaryPattern.FindAllStringSubmatchIndex(strippedText, -1)
470 …iterateString(strippedText, func(main rune, comb []rune, textPos, textWidth, screenPos, screenWidt…
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/rivo/tview/
H A Dutil.go251 …colorIndices, colors, _, _, escapeIndices, strippedText, strippedWidth := decomposeString(text, tr…
265 …iterateString(strippedText, func(main rune, comb []rune, textPos, textWidth, screenPos, screenWidt…
302 rightIndex = len(strippedText)
306 …iterateString(strippedText[leftIndex:], func(main rune, comb []rune, textPos, textWidth, screenPos…
313 …iterateStringReverse(strippedText[leftIndex:rightIndex], func(main rune, comb []rune, textPos, tex…
327 for index := range strippedText {
362 …iterateString(strippedText, func(main rune, comb []rune, textPos, length, screenPos, screenWidth i…
445 colorTagIndices, _, _, _, escapeIndices, strippedText, _ := decomposeString(text, true, false)
448 breakpoints := boundaryPattern.FindAllStringSubmatchIndex(strippedText, -1)
470 …iterateString(strippedText, func(main rune, comb []rune, textPos, textWidth, screenPos, screenWidt…
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/content_suggestions/cells/
H A Dcontent_suggestions_learn_more_item.mm115 NSString* strippedText = ParseStringWithLink(text, &linkRange);
120 [[NSMutableAttributedString alloc] initWithString:strippedText];
129 NSInteger strLength = [strippedText length];
H A Dcontent_suggestions_whats_new_item.mm165 NSString* strippedText = ParseStringWithLink(text, &linkRange);
170 [[NSMutableAttributedString alloc] initWithString:strippedText];
185 NSInteger strLength = [strippedText length];
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/table_view/cells/
H A Dtable_view_link_header_footer_item.mm103 NSString* strippedText = ParseStringWithLink(text, &range);
104 NSRange fullRange = NSMakeRange(0, strippedText.length);
106 [[NSMutableAttributedString alloc] initWithString:strippedText];
/dports/audio/cantata/cantata-2.4.2/gui/
H A Dtrayitem.cpp106 newAction->setText(Utils::strippedText(orig->text())); in copyAction()
132 connectionsAction=new Action(Utils::strippedText(mw->connectionsAction->text()), this); in setup()
134 outputsAction=new Action(Utils::strippedText(mw->outputsAction->text()), this); in setup()
/dports/audio/cantata/cantata-2.4.2/support/
H A Daction.cpp122 …setSettingsText(Utils::strippedText(parent->text())+QLatin1String(" / ")+Utils::strippedText(text(… in setSettingsText()
H A Dutils.h72 extern QString strippedText(QString s);
/dports/misc/bibletime/bibletime-2.11.2/src/frontend/display/
H A Dbthtmlreaddisplay.cpp152 return QString(key->strippedText()).append("\n(") in text()
192 return key->strippedText(); in text()
210 return QString(key->strippedText()).append("\n(") in text()
H A Dcplainwritedisplay.cpp128 QString moduleText = key->strippedText(); in dropEvent()
H A Dbthtmljsobject.cpp94 mimedata->setText(key->strippedText()); // This works across applications! in mouseMoveEvent()
/dports/misc/bibletime/bibletime-2.11.2/src/backend/rendering/
H A Dcplaintextexportrendering.cpp44 entry.append(key->strippedText()).append("\n"); in renderEntry()
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/
H A DCommandHistory.cpp494 strippedText(QString s) in strippedText() function
528 action->setToolTip(strippedText(text)); in updateActions()
543 action->setToolTip(strippedText(text)); in updateActions()
/dports/misc/bibletime/bibletime-2.11.2/src/backend/keys/
H A Dcswordkey.h92 QString strippedText();
H A Dcswordkey.cpp128 QString CSwordKey::strippedText() { in strippedText() function in CSwordKey
/dports/deskutils/pinot/pinot-1.20/Tokenize/
H A DFilterUtils.cpp659 string strippedText; in stripMarkup() local
668 strippedText = string(content.c_str(), content.length()); in stripMarkup()
674 return strippedText; in stripMarkup()
/dports/devel/kf5-kcoreaddons/kcoreaddons-5.89.0/src/lib/text/
H A Dkstringhandler.cpp30 const QString strippedText = text.trimmed(); in capwords() local
32 const QStringList words = capwords(strippedText.split(space)); in capwords()
35 result.replace(strippedText, words.join(space)); in capwords()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/settings/password/
H A Dpasswords_mediator.mm266 NSString* strippedText = ParseStringWithLink(text, &range);
268 NSRange fullRange = NSMakeRange(0, strippedText.length);
270 [[NSMutableAttributedString alloc] initWithString:strippedText];
/dports/audio/cantata/cantata-2.4.2/widgets/
H A Dselectorlabel.cpp140 setText(addMarkup(Utils::strippedText(actions.at(current)->text()), useArrow, bold)); in setCurrentIndex()
/dports/misc/sword/sword-1.8.1/bindings/objc/src/
H A DSwordModule.h296 - (NSString *)strippedText;
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/general/
H A DActionFileParser.cpp605 strippedText(QString s)
641 } else if (strippedText(action->text()) != action->toolTip()) {
653 .arg(strippedText(action->text()))

123