Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 38) sorted by relevance

12

/MusicPlayer2/MusicPlayer2/language/
H A DEnglish.ini7 [text] section
9 TXT_UI_NAME_DEFAULT = "UI <%1%>"
10 TXT_UI_NAME_MINI_DEFAULT = "Mini mode <%1%>"
11 TXT_UI_NAME_SIMPLE_UI = "Simple UI"
12 TXT_UI_NAME_GROOVE_MUSIC_STYLE = "Groove Style"
13 TXT_UI_LYRIC_SHOW = "Lyric Show"
14 TXT_UI_FORMAT = "Format"
17 TXT_SERIAL_NUMBER = "No."
18 TXT_ITEM = "Item"
19 TXT_VALUE = "Value"
[all …]
H A DSimplified_Chinese.ini7 [text] section
9 TXT_UI_NAME_DEFAULT = "界面 <%1%>"
10 TXT_UI_NAME_MINI_DEFAULT = "迷你模式 <%1%>"
11 TXT_UI_NAME_SIMPLE_UI = "简洁UI"
12 TXT_UI_NAME_GROOVE_MUSIC_STYLE = "Groove音乐风格"
13 TXT_UI_LYRIC_SHOW = "歌词秀"
14 TXT_UI_FORMAT = "格式"
17 TXT_SERIAL_NUMBER = "序号"
18 TXT_ITEM = "项目"
19 TXT_VALUE = "值"
[all …]
/MusicPlayer2/scintilla/src/
H A DUniqueString.cxx19 UniqueString UniqueStringCopy(const char *text) { in UniqueStringCopy()
41 const char *UniqueStringSet::Save(const char *text) { in Save()
H A DEditModel.cxx92 void EditModel::SetDefaultFoldDisplayText(const char *text) { in SetDefaultFoldDisplayText()
105 const char *text = pcs->GetFoldDisplayText(lineDoc); in GetFoldDisplayText() local
H A DUniqueString.h16 constexpr bool IsNullOrEmpty(const char *text) noexcept { in IsNullOrEmpty()
H A DEditor.cxx1827 long Editor::TextWidth(uptr_t style, const char *text) { in TextWidth()
2036 void Editor::InsertPaste(const char *text, Sci::Position len) { in InsertPaste()
2071 void Editor::InsertPasteShape(const char *text, Sci::Position len, PasteShape shape) { in InsertPasteShape()
3052 std::string text = RangeText(start.Position(), end.Position()); in Duplicate() local
4164 Sci::Position Editor::SearchInTarget(const char *text, Sci::Position length) { in SearchInTarget()
4220 std::string text = RangeText(start, end); in CopySelectionRange() local
4229 std::string text; in CopySelectionRange() local
4251 std::string text = RangeText(start, end); in CopyRangeToClipboard() local
4257 void Editor::CopyText(size_t length, const char *text) { in CopyText()
5589 const char *text = nullptr; in GetTag() local
[all …]
H A DEditView.cxx84 const char *text, const unsigned char *styles, size_t len) { in WidthStyledText()
110 const std::string_view text(st.text + start, lenLine); in WidestLineWidth() local
121 std::string_view text, DrawPhase phase) { in DrawTextNoClipPhase()
149 const std::string_view text(st.text + start + i, end - i + 1); in DrawStyledText() local
873 std::string_view text, ColourDesired textBack, ColourDesired textFore, bool fillBackground) { in DrawTextBlob()
1198 const char *text = model.GetFoldDisplayText(line); in DrawFoldDisplayText() local
1496 const std::string_view text(&ll->chars[offsetFirstChar], numCharsToDraw); in DrawBlockCaret() local
1976 const std::string_view text(&ll->chars[ts.start], i - ts.start + 1); in DrawForeground() local
H A DContractionState.cxx288 bool ContractionState<LINE>::SetFoldDisplayText(Sci::Line lineDoc, const char *text) { in SetFoldDisplayText()
H A DDocument.cxx1142 int Document::SafeSegment(const char *text, int length, int lengthSegment) const noexcept { in SafeSegment() argument
1222 const char *text = cb.DeleteChars(pos, len, startSequence); in DeleteChars() local
1274 const char *text = cb.InsertString(position, s, insertLength, startSequence); in InsertString() local
2161 const char *Document::SubstituteByPosition(const char *text, Sci::Position *length) { in SubstituteByPosition()
2323 void Document::MarginSetText(Sci::Line line, const char *text) { in MarginSetText()
2356 void Document::AnnotationSetText(Sci::Line line, const char *text) { in AnnotationSetText()
2401 void Document::EOLAnnotationSetText(Sci::Line line, const char *text) { in EOLAnnotationSetText()
3251 const char *BuiltinRegex::SubstituteByPosition(Document *doc, const char *text, Sci::Position *leng… in SubstituteByPosition()
H A DUniConversion.cxx385 std::string FixInvalidUTF8(const std::string &text) { in FixInvalidUTF8()
H A DDocument.h107 const char *text; member
549 const char *text; /**< Only valid for changes to text, not for changes to style. */ variable
/MusicPlayer2/MusicPlayer2/
H A DMessageDlg.h24 …void SetLinkInfo(const wstring& text, const wstring& url) { m_link_text = text; m_link_url = url; … in SetLinkInfo()
H A DBASSWmaLibrary.h35 BOOL BASS_WMA_EncodeSetTagW(HWMENCODE handle, const wchar_t *tag, const wchar_t *text) in BASS_WMA_EncodeSetTagW()
H A DEditableListBox.cpp34 CString text = GetItemText(row); //取得子项的内容 in Edit() local
H A DPlayerToolBar.h41 CString text; //显示文本 member
H A DLyric.h14 wstring text; // 歌词的文本 member
H A DBaseDialog.cpp148 CRect CBaseDialog::GetTextExtent(const CString& text) in GetTextExtent()
187 CString text; in RepositionTextBasedControls() local
H A DBASSMidiLibrary.h27 const char *text; // marker text member
H A DMenuMgr.h96 wstring text; member
H A DScintillaEditView.cpp57 void CScintillaEditView::SetTextW(const wstring& text) in SetTextW()
82 void CScintillaEditView::GetTextW(wstring& text) in GetTextW()
H A DMenuMgr.cpp23 …wstring& id_text, IconMgr::IconType icon_type = IconMgr::IT_NO_ICON, const wchar_t* text = nullptr) in AppendItem()
H A DUIWindowCmdHelper.cpp491 …std::wstring text = my_favourite_list->GetItemText(item_selected, UiElement::MyFavouriteList::COL_… in OnMyFavouriteListCommand() local
543 …std::wstring text = all_tracks_list->GetItemText(item_selected, UiElement::AllTracksList::COL_TRAC… in OnAllTracksListCommand() local
/MusicPlayer2/MusicPlayer2/taglib/
H A Dsynchronizedlyricsframe.h90 String text; member
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx444 TextWide(std::string_view text, bool unicodeMode, int codePage=0) : in TextWide()
991 …rawTextCommon(PRectangle rc, const Font &font_, XYPOSITION ybase, std::string_view text, UINT fuOp… in DrawTextCommon()
1005 void SurfaceGDI::DrawTextNoClip(PRectangle rc, Font &font_, XYPOSITION ybase, std::string_view text, in DrawTextNoClip()
1012 …id SurfaceGDI::DrawTextClipped(PRectangle rc, Font &font_, XYPOSITION ybase, std::string_view text, in DrawTextClipped()
1019 …urfaceGDI::DrawTextTransparent(PRectangle rc, Font &font_, XYPOSITION ybase, std::string_view text, in DrawTextTransparent()
1033 XYPOSITION SurfaceGDI::WidthText(Font &font_, std::string_view text) { in WidthText()
1045 void SurfaceGDI::MeasureWidths(Font &font_, std::string_view text, XYPOSITION *positions) { in MeasureWidths()
1775 std::string text; member in Scintilla::ScreenLineLayout
1800 std::string_view text = screenLine->Text(); in FillTextLayoutFormats() local
1868 std::wstring ScreenLineLayout::ReplaceRepresentation(std::string_view text) { in ReplaceRepresentation()
[all …]
/MusicPlayer2/MusicPlayer2/tinyxml2/
H A Dtinyxml2.cpp732 XMLText* text = CreateUnlinkedNode<XMLText>( _textPool ); in Identify() local
1215 XMLText* text = doc->NewText( Value() ); // fixme: this will always allocate memory. Intern? in ShallowClone() local
1224 const XMLText* text = compare->ToText(); in ShallowEqual() local
1361 … XMLUnknown* text = doc->NewUnknown( Value() ); // fixme: this will always allocate memory. Intern? in ShallowClone() local
1991 XMLText* XMLElement::InsertNewText(const char* text) in InsertNewText()
1997 XMLDeclaration* XMLElement::InsertNewDeclaration(const char* text) in InsertNewDeclaration()
2003 XMLUnknown* XMLElement::InsertNewUnknown(const char* text) in InsertNewUnknown()
2229 XMLText* text = CreateUnlinkedNode<XMLText>( _textPool ); in NewText() local
2790 void XMLPrinter::PushText( const char* text, bool cdata ) in PushText()
2925 bool XMLPrinter::Visit( const XMLText& text ) in Visit()

12