Home
last modified time | relevance | path

Searched refs:textWithTags (Results 1 – 25 of 30) sorted by relevance

12

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/data/
H A Ddata_drafts.cpp38 const TextWithTags &textWithTags, in Draft() argument
43 : textWithTags(textWithTags) in Draft()
55 : textWithTags(field->getTextWithTags()) in Draft()
70 const auto textWithTags = TextWithTags{ in ApplyPeerCloudDraft()
79 textWithTags, in ApplyPeerCloudDraft()
H A Ddata_drafts.h38 const TextWithTags &textWithTags,
50 TextWithTags textWithTags; member
/dports/editors/o/o-2.46.0/
H A Dhighlight.go174 coloredString = UnEscape(tout.DarkTags(string(textWithTags)))
203 coloredString = UnEscape(tout.DarkTags(string(textWithTags)))
225 coloredString = UnEscape(tout.DarkTags(string(textWithTags)))
235 coloredString = UnEscape(tout.DarkTags(string(textWithTags)))
244 coloredString = UnEscape(tout.DarkTags(string(textWithTags)))
253 coloredString = UnEscape(tout.DarkTags(string(textWithTags)))
346 coloredString = UnEscape(tout.DarkTags(string(textWithTags)))
348 coloredString = UnEscape(tout.DarkTags(string(textWithTags)))
350 coloredString = UnEscape(tout.DarkTags(string(textWithTags)))
356 coloredString = UnEscape(tout.DarkTags(string(textWithTags)))
[all …]
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/syntax/syntax-ca482ff0125a/cmd/hicat/
H A Dmain.go33 textWithTags := string(text)
35 o.OutputTags(textWithTags)
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/api/
H A Dapi_sending.cpp97 message.textWithTags.text, in SendExistingMedia()
98 TextUtilities::ConvertTextTagsToEntities(message.textWithTags.tags) in SendExistingMedia()
213 const auto full = QStringView(message.textWithTags.text).trimmed(); in SendDice()
241 message.textWithTags = TextWithTags(); in SendDice()
H A Dapi_common.h44 TextWithTags textWithTags; member
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/controls/
H A Dcompose_controls_common.h22 TextWithTags textWithTags; member
H A Dhistory_view_compose_controls.cpp891 void ComposeControls::setText(const TextWithTags &textWithTags) { in setText() argument
892 setFieldText(textWithTags); in setText()
896 const TextWithTags &textWithTags, in setFieldText() argument
900 _field->setTextWithTags(textWithTags, fieldHistoryAction); in setFieldText()
1510 setFieldText(draft->textWithTags, 0, fieldHistoryAction); in applyDraft()
1651 const auto &textWithTags = _field->getTextWithTags(); in cancelInlineBot() local
1652 if (textWithTags.text.size() > _inlineBotUsername.size() + 2) { in cancelInlineBot()
2107 if (localDraft->textWithTags.text.isEmpty()) { in cancelReplyMessage()
H A Dhistory_view_compose_controls.h265 const TextWithTags &textWithTags,
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_scheduled_section.cpp438 message.textWithTags = base::take(caption); in sendingFilesConfirmed()
535 message.textWithTags = _composeControls->getTextWithAppliedMarkdown(); in send()
594 const auto textWithTags = _composeControls->getTextWithAppliedMarkdown(); in edit() local
600 textWithTags.text, in edit()
601 TextUtilities::ConvertTextTagsToEntities(textWithTags.tags) }; in edit()
1217 message.textWithTags = { text }; in listSendBotCommand()
H A Dhistory_view_replies_section.cpp749 message.textWithTags = base::take(caption); in sendingFilesConfirmed()
956 message.textWithTags = _composeControls->getTextWithAppliedMarkdown(); in send()
995 const auto textWithTags = _composeControls->getTextWithAppliedMarkdown(); in edit() local
1001 textWithTags.text, in edit()
1002 TextUtilities::ConvertTextTagsToEntities(textWithTags.tags) }; in edit()
1916 message.textWithTags = { text }; in listSendBotCommand()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/support/
H A Dsupport_helper.cpp179 const auto &text = draft->textWithTags.text; in ParseOccupationTag()
205 const auto &text = draft->textWithTags.text; in ParseOccupationName()
231 const auto &text = draft->textWithTags.text; in OccupiedBySomeoneTill()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/chat_helpers/
H A Dmessage_field.cpp538 const auto &textWithTags = _field->getTextWithTags(); in parse() local
539 const auto &text = textWithTags.text; in parse()
540 const auto &tags = textWithTags.tags; in parse()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/
H A Dedit_caption_box.cpp663 const auto textWithTags = _field->getTextWithAppliedMarkdown(); in save() local
665 textWithTags.text, in save()
666 TextUtilities::ConvertTextTagsToEntities(textWithTags.tags) in save()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/
H A Dhistory_widget.cpp1660 …MessageCursor cursor = { int(textWithTags.text.size()), int(textWithTags.text.size()), QFIXED_MAX … in notify_switchInlineBotButtonReceived()
1662 textWithTags, in notify_switchInlineBotButtonReceived()
1681 …MessageCursor cursor = { int(textWithTags.text.size()), int(textWithTags.text.size()), QFIXED_MAX … in notify_switchInlineBotButtonReceived()
1683 textWithTags, in notify_switchInlineBotButtonReceived()
3230 auto &textWithTags = _field->getTextWithTags(); in cancelInlineBot() local
3308 textWithTags.text, in saveEditMsg()
3442 message.textWithTags, in send()
3918 auto &textWithTags = _field->getTextWithTags(); in insertBotCommand() local
3924 textWithTagsToSet = textWithTags; in insertBotCommand()
4642 message.textWithTags = base::take(caption); in sendingFilesConfirmed()
[all …]
H A Dhistory.cpp186 if (!draft->textWithTags.text.isEmpty() in takeLocalDraft()
213 draft->textWithTags, in createLocalDraftFromCloud()
219 existing->textWithTags = draft->textWithTags; in createLocalDraftFromCloud()
287 fromDraft->textWithTags, in createCloudDraft()
293 existing->textWithTags = fromDraft->textWithTags; in createCloudDraft()
H A Dhistory_widget.h562 const TextWithTags &textWithTags,
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/widgets/
H A Dinput_fields.cpp108 const TextWithTags &textWithTags, in CheckFullTextTag() argument
112 const auto &text = textWithTags.text; in CheckFullTextTag()
162 const TextWithTags &textWithTags, in HasFullTextTag() argument
2509 const TextWithTags &textWithTags, in setTextWithTags() argument
2511 _insertedTags = textWithTags.tags; in setTextWithTags()
2514 _realCharsAdded = textWithTags.text.size(); in setTextWithTags()
2526 cursor.insertText(textWithTags.text); in setTextWithTags()
3315 const TextWithTags &textWithTags) { in finishMarkdownTagChange() argument
3319 _insertedTags = textWithTags.tags; in finishMarkdownTagChange()
3527 const auto &text = textWithTags.text; in addMarkdownActions()
[all …]
H A Dinput_fields.h216 const TextWithTags &textWithTags,
458 const TextWithTags &textWithTags);
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/storage/
H A Dstorage_account.h55 TextWithTags textWithTags; member
H A Dstorage_account.cpp987 draft->textWithTags, in EnumerateDrafts()
995 || !draft.textWithTags.text.isEmpty() in EnumerateDrafts()
1000 draft.textWithTags, in EnumerateDrafts()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/
H A Dapiwrap.cpp2448 auto &textWithTags = cloudDraft->textWithTags; in saveDraftsToCloud() local
2455 if (!textWithTags.tags.isEmpty()) { in saveDraftsToCloud()
2460 TextUtilities::ConvertTextTagsToEntities(textWithTags.tags), in saveDraftsToCloud()
2468 MTP_string(textWithTags.text), in saveDraftsToCloud()
3908 message.textWithTags = base::take(caption); in sendFiles()
4016 auto &textWithTags = message.textWithTags; in sendMessage() local
4025 local().saveRecentSentHashtags(textWithTags.text); in sendMessage()
4029 textWithTags.text, in sendMessage()
4030 TextUtilities::ConvertTextTagsToEntities(textWithTags.tags) in sendMessage()
4164 message.textWithTags = { qsl("/start"), TextWithTags::Tags() }; in sendBotStart()
H A Dmainwidget.cpp529 TextWithTags textWithTags = { in shareUrl() local
540 textWithTags, in shareUrl()
560 TextWithTags textWithTags = { botAndQuery, TextWithTags::Tags() }; in inlineSwitchChosen() local
563 textWithTags, in inlineSwitchChosen()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/
H A Dnotifications_manager.cpp710 message.textWithTags = reply; in notificationReplied()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/group/
H A Dcalls_group_settings.cpp179 message.textWithTags = comment; in ShareInviteLinkBox()

12