Home
last modified time | relevance | path

Searched defs:albums_total (Results 1 – 2 of 2) sorted by relevance

/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/cacheManager/
H A DcacheImages.php246 $albums_total = $albobj->getNumAllAlbums() + 1; // the album itself counts, too ;) variable
251 $albums_total = $_zp_gallery->getNumAlbums(true); variable
/dports/audio/strawberry/strawberry-1.0.0/src/tidal/
H A Dtidalrequest.cpp554 int albums_total = json_obj["totalNumberOfItems"].toInt(); in AlbumsReceived() local
698 …eck(const QString &artist_id, const int limit, const int offset, const int albums_total, const int… in AlbumsFinishCheck()