Home
last modified time | relevance | path

Searched refs:getAllAlbums (Results 1 – 25 of 39) sorted by relevance

12

/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/test/Database/
H A DAlbumTest.cpp94 success = db->getAllAlbums(albums, true);
109 bool success = db->getAllAlbums(albums, true);
141 bool success = db->getAllAlbums(albums, true);
174 bool success = db->getAllAlbums(albums, true);
193 success = db->getAllAlbums(albums, true);
213 success = db->getAllAlbums(albums, true);
240 bool success = db->getAllAlbums(albums, true);
H A DLibraryDatabaseTest.cpp97 libraryDb->getAllAlbums(albums, true); in testStore()
126 success = libraryDb->getAllAlbums(albums, true); in testStore()
142 libraryDb->getAllAlbums(albums, true); in testStore()
151 libraryDb->getAllAlbums(albums, false); in testStore()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Streaming/Soundcloud/
H A DSoundcloudLibraryDatabase.h28 bool getAllAlbums(AlbumList& result, bool alsoEmpty) const override;
H A DSoundcloudLibrary.cpp171 void SC::Library::getAllAlbums(AlbumList& albums) const
175 m->libraryDatabase->getAllAlbums(albums, false);
456 m->libraryDatabase->getAllAlbums(tmp_albums, true);
H A DSoundcloudLibrary.h67 void getAllAlbums(AlbumList& albums) const override;
H A DSoundcloudLibraryDatabase.cpp273 bool SC::LibraryDatabase::getAllAlbums(AlbumList& result, bool alsoEmpty) const in getAllAlbums() function in SC::LibraryDatabase
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Database/
H A DAlbums.h47 virtual bool getAllAlbums(AlbumList& result, bool alsoEmpty) const;
H A DAlbums.cpp214 bool Albums::getAllAlbums(AlbumList& result, bool alsoEmpty) const in getAllAlbums() function in Albums
349 getAllAlbums(albums, true); in updateAlbumCissearch()
H A DLibraryDatabase.cpp186 DB::Albums::getAllAlbums(albums, true); in insertMissingArtistsAndAlbums()
H A DConnector.cpp192 lib_db->getAllAlbums(albums, true); in updateAlbumCissearchFix()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Library/
H A DLocalLibrary.cpp172 void LocalLibrary::getAllAlbums(AlbumList& albums) const in getAllAlbums() function in LocalLibrary
174 m->libraryDatabase->getAllAlbums(albums, false); in getAllAlbums()
H A DLocalLibrary.h78 void getAllAlbums(AlbumList& albums) const override;
H A DAbstractLibrary.cpp136 getAllAlbums(m->albums);
393 getAllAlbums(m->albums);
624 getAllAlbums(m->albums);
H A DAbstractLibrary.h166 virtual void getAllAlbums(AlbumList& albums) const = 0;
/dports/audio/mpdcon/MPDCon-1.5.1/
H A DMPDController.h117 - (NSArray *) getAllAlbums;
H A DMPDController.m747 - (NSArray *) getAllAlbums
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/deprecated-functions/
H A Ddeprecated-functions.php53 $list = $_zp_gallery->getAllAlbums($curAlbum, $rights, true);
64 function getAllAlbums($album = NULL) { function
71 $list = getAllAlbums($albumobj = NULL, $rights = LIST_RIGHTS, false);
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Library/Utils/
H A DGUI_LibraryInfoBox.cpp110 libraryDatabase->getAllAlbums(albums, false); in refresh()
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dclass-gallery.php345 function getAllAlbums($albumobj = NULL, $rights = UPLOAD_RIGHTS, $includetitles = true) { function in Gallery
371 $allalbums = array_merge($allalbums, $this->getAllAlbums($album, $rights));
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/
H A Dimage_album_statistics.php593 $albums = $_zp_gallery->getAllAlbums($albumobj, LIST_RIGHTS, false);
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Tagging/
H A DGUI_TagEdit.cpp154 libraryDatabase->getAllAlbums(albums, true);
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/locale/zh_Hant_TW/LC_MESSAGES/
H A Dzenphoto.po10836 msgid "Use getAllAlbums()."
10837 msgstr "請改用 getAllAlbums() 函式。"
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/locale/sk_SK/LC_MESSAGES/
H A Dzenphoto.po15396 "Use the gallery class method getAllAlbums() or getAllAlbumsFromDB() instead"
15398 "Namiesto toho použite class method galérie getAllAlbums() alebo "
23789 #~ msgid "Use getAllAlbums()."
23790 #~ msgstr "Použiť getAllAlbums()."
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/locale/he_IL/LC_MESSAGES/
H A Dzenphoto.po9766 msgid "Use getAllAlbums()."
9767 msgstr "Use getAllAlbums()."
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/locale/de_DE/LC_MESSAGES/
H A Dzenphoto.po16216 "Use the gallery class method getAllAlbums() or getAllAlbumsFromDB() instead"
16218 "Verwenden Sie stattdessen die gallery-Klassen-Methoden getAllAlbums() or "
25976 #~ msgid "Use getAllAlbums()."
25977 #~ msgstr "getAllAlbums() verwenden."

12