Home
last modified time | relevance | path

Searched refs:UniqList (Results 1 – 5 of 5) sorted by relevance

/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser_songs.pm2220 return UniqList($field,$::Library,1); #FIXME use ___name directly
2284 sub UniqList #FIXME same as UniqList2. use "string" (for artist) in this one and not in UniqList2 ? subroutine
2291 { &UniqList;
3228 { my $l=Songs::UniqList('artist', Get('id:list',$_[0],$_[1]));
H A Dgmusicbrowser_tags.pm380 { my $folders= Songs::UniqList('path',\@IDs);
H A Dgmusicbrowser_list.pm8071 my $l= Songs::UniqList('album',$songs);
8076 my $l= Songs::UniqList($field,$songs);
8082 my $l= Songs::UniqList('album',$songs);
H A Dgmusicbrowser.pl531 DRAG_ARTIST, sub { @{Songs::UniqList('artist',\@_,1)}; },
532 DRAG_ALBUM, sub { @{Songs::UniqList('album',\@_,1)}; },
5746 AutoSelPictures(album=> @{Songs::UniqList(album=>\@IDs)});
/dports/devel/cscope/cscope-15.9/contrib/
H A Dcctree.vim1084 let s:UniqList = {}
1086 function! s:UniqList.mFilterEntries(lstval) dict
1098 let s:CCTreeUniqListFilter = deepcopy(s:UniqList)