Searched refs:properties (Results 1 – 25 of 33) sorted by relevance
12
61 PropertyMap properties() const;71 void removeUnsupportedProperties(const StringList& properties);79 PropertyMap setProperties(const PropertyMap &properties);
110 PropertyMap properties() const;118 void removeUnsupportedProperties(const StringList& properties);134 PropertyMap setProperties(const PropertyMap &properties);
199 PropertyMap properties() const;200 void removeUnsupportedProperties(const StringList& properties);201 PropertyMap setProperties(const PropertyMap &properties);
93 PropertyMap properties() const;99 void removeUnsupportedProperties(const StringList &properties);
92 PropertyMap properties() const;98 void removeUnsupportedProperties(const StringList &properties);
101 PropertyMap properties() const;103 void removeUnsupportedProperties(const StringList &properties);
123 PropertyMap properties() const;129 void removeUnsupportedProperties(const StringList &properties);
117 PropertyMap properties() const;119 void removeUnsupportedProperties(const StringList &properties);
123 PropertyMap properties() const;125 void removeUnsupportedProperties(const StringList &properties);
105 PropertyMap properties() const;106 void removeUnsupportedProperties(const StringList& properties);107 PropertyMap setProperties(const PropertyMap &properties);
141 PropertyMap properties() const;143 void removeUnsupportedProperties(const StringList &properties);
120 PropertyMap properties() const;122 void removeUnsupportedProperties(const StringList &properties);
146 PropertyMap properties() const;155 void removeUnsupportedProperties(const StringList &properties);
133 static TextIdentificationFrame *createTIPLFrame(const PropertyMap &properties);141 static TextIdentificationFrame *createTMCLFrame(const PropertyMap &properties);
147 PropertyMap properties() const;149 void removeUnsupportedProperties(const StringList &properties);
314 PropertyMap properties() const;327 void removeUnsupportedProperties(const StringList &properties);
79 PropertyMap properties() const;
78 PropertyMap properties() const;
74 PropertyMap properties() const;
95 PropertyMap properties() const;
339 auto properties = tag->properties(); in GetTagPropertyMap() local340 for (const auto& prop : properties) in GetTagPropertyMap()388 TagLib::PropertyMap properties = file.properties(); in WriteOtherProperties() local389 properties["ALBUMARTIST"].clear(); in WriteOtherProperties()390 properties["DISCNUMBER"].clear(); in WriteOtherProperties()392 properties["ALBUMARTIST"].append(song_info.album_artist); in WriteOtherProperties()394 properties["DISCNUMBER"].append(std::to_wstring(static_cast<int>(song_info.disc_num))); in WriteOtherProperties()395 file.setProperties(properties); in WriteOtherProperties()1120 auto properties = file.properties(); in GetFlacLyric() local1123 auto lyric_item = properties[STR_FLAC_LYRIC_TAG]; in GetFlacLyric()[all …]
1 # SciTE.properties is the per directory local options file and can be used to override2 # settings made in SciTEGlobal.properties
17 # SciTE.properties is the per directory local options file and can be used to override18 # settings made in SciTEGlobal.properties
36 properties file is installed at $prefix/share/scite/SciTEGlobal.properties.37 The language specific properties files are also installed into this directory.