/MusicPlayer2/scintilla/lexlib/ |
H A D | OptionSet.h | 80 void AppendName(const char *name) { in AppendName() 101 int PropertyType(const char *name) { in PropertyType() 108 const char *DescribeProperty(const char *name) { in DescribeProperty() 116 bool PropertySet(T *base, const char *name, const char *val) { in PropertySet() 124 const char *PropertyGet(const char *name) { in PropertyGet()
|
H A D | LexAccessor.h | 188 const char *name; member
|
/MusicPlayer2/MusicPlayer2/tinyxml2/ |
H A D | tinyxml2.h | 412 void Trace( const char* name ) { in Trace() 1342 XMLError QueryIntAttribute( const char* name, int* value ) const { in QueryIntAttribute() 1351 XMLError QueryUnsignedAttribute( const char* name, unsigned int* value ) const { in QueryUnsignedAttribute() 1360 XMLError QueryInt64Attribute(const char* name, int64_t* value) const { in QueryInt64Attribute() 1369 XMLError QueryUnsigned64Attribute(const char* name, uint64_t* value) const { in QueryUnsigned64Attribute() 1378 XMLError QueryBoolAttribute( const char* name, bool* value ) const { in QueryBoolAttribute() 1386 XMLError QueryDoubleAttribute( const char* name, double* value ) const { in QueryDoubleAttribute() 1394 XMLError QueryFloatAttribute( const char* name, float* value ) const { in QueryFloatAttribute() 1403 XMLError QueryStringAttribute(const char* name, const char** value) const { in QueryStringAttribute() 1431 XMLError QueryAttribute( const char* name, int* value ) const { in QueryAttribute() [all …]
|
H A D | tinyxml2.cpp | 1577 const char* XMLElement::Attribute( const char* name, const char* value ) const in Attribute() argument 1589 int XMLElement::IntAttribute(const char* name, int defaultValue) const in IntAttribute() argument 1596 unsigned XMLElement::UnsignedAttribute(const char* name, unsigned defaultValue) const in UnsignedAttribute() argument 1603 int64_t XMLElement::Int64Attribute(const char* name, int64_t defaultValue) const in Int64Attribute() argument 1610 uint64_t XMLElement::Unsigned64Attribute(const char* name, uint64_t defaultValue) const in Unsigned64Attribute() argument 1617 bool XMLElement::BoolAttribute(const char* name, bool defaultValue) const in BoolAttribute() argument 1624 double XMLElement::DoubleAttribute(const char* name, double defaultValue) const in DoubleAttribute() argument 1631 float XMLElement::FloatAttribute(const char* name, float defaultValue) const in FloatAttribute() argument 1852 XMLAttribute* XMLElement::FindOrCreateAttribute( const char* name ) in FindOrCreateAttribute() 1880 void XMLElement::DeleteAttribute( const char* name ) in DeleteAttribute() [all …]
|
/MusicPlayer2/MusicPlayer2/ |
H A D | UiMediaLibItemMgr.h | 30 std::wstring name; member 81 std::wstring name; member
|
H A D | ListItem.cpp | 134 …wstring name = CSongInfoHelper::GetDisplayStr(song_info, theApp.m_media_lib_setting_data.display_f… in GetLastTrackDisplayName() local
|
H A D | CListenTimeStatisticsDlg.h | 33 wstring name; member
|
H A D | BASSMidiLibrary.h | 14 const char *name; member
|
H A D | UiMediaLibItemMgr.cpp | 71 const std::wstring& name{ GetItemName(type, index) }; in GetItemDisplayName() local 107 …ediaLibItemMgr::SetCurrentName(CMediaClassifier::ClassificationType type, const std::wstring& name) in SetCurrentName()
|
H A D | CommonData.h | 15 wstring name; //设备的名称 member 53 wstring name; //字体名称 member
|
H A D | LastFM.cpp | 60 auto name = child->Name(); in FindElement() local 294 auto name = doc.NewElement("name"); in GetPostData() local
|
H A D | MediaClassifyDlg.cpp | 55 const wstring& name = m_list_data_left[i][0]; in SetLeftListSel() local
|
H A D | AudioCommon.cpp | 331 wstring name{ fileinfo.name }; in CheckCueAudioPath() local
|
H A D | UIElement.h | 45 std::string name; variable
|
H A D | bass.h | 205 const wchar_t *name; // description member 430 const wchar_t *name; // format description member 433 const char *name; // format description member 809 const char *name; // description member
|
H A D | UIElement.cpp | 3183 std::shared_ptr<UiElement::TreeElement::Node> UiElement::TestTree::CreateNode(std::wstring name, st… in CreateNode() 3208 …UiElement::TestTree::Node> UiElement::FolderExploreTree::CreateNode(std::wstring name, int song_nu… in CreateNode() 3465 std::shared_ptr<UiElement::Element> CElementFactory::CreateElement(const std::string& name, CPlayer… in CreateElement()
|
H A D | MusicPlayerCmdHelper.cpp | 685 void CMusicPlayerCmdHelper::OnViewInMediaLib(eMediaLibTab tab, const std::wstring name) in OnViewInMediaLib()
|
H A D | Common.cpp | 1509 wstring name; in NormalizeFont() local
|
H A D | MusicPlayerDlg.cpp | 1850 wstring name = CFilePathHelper(playlist_cache.at(i).path).GetFileNameWithoutExtension(); in IniPlaylistPopupMenu() local
|
/MusicPlayer2/MusicPlayer2/taglib/ |
H A D | mp4atom.h | 87 TagLib::ByteVector name; variable
|
/MusicPlayer2/scintilla/src/ |
H A D | ExternalLexer.cxx | 58 std::string name; member in __anon2578cd970111::ExternalLexerModule
|
H A D | ScintillaBase.cxx | 742 int LexState::PropertyType(const char *name) { in PropertyType() 750 const char *LexState::DescribeProperty(const char *name) { in DescribeProperty()
|
H A D | ViewStyle.cxx | 396 void ViewStyle::SetStyleFontName(int styleIndex, const char *name) { in SetStyleFontName()
|
H A D | Editor.cxx | 5592 char name[3] = "\\?"; in GetTag() local
|
/MusicPlayer2/scintilla/win32/ |
H A D | PlatWin.cxx | 3427 Function FindFunction(const char *name) noexcept override { in FindFunction()
|