Home
last modified time | relevance | path

Searched refs:Field_property (Results 1 – 4 of 4) sorted by relevance

/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser_songs.pm45 …'editwidget:many' => sub { my $field=$_[0]; GMB::TagEdit::Combo->new(@_, Field_property($field,'ed…
1517 sub Field_property subroutine
1532 return map Field_property($field,$_), @keys;
1545 { $prop= Songs::Field_property($field,"filterdesc:$c");
1549 if (@$prop==2) { $c= $prop->[1]; $prop= Songs::Field_property($field,"filterdesc:$c"); }
2401 { Field_property($_[0],'rightalign') || 0;
4426 elsif (my $found= Songs::Field_property($field,'smartfilter:'.$op1))
4457 my $opt= { @{ Songs::Field_property($field,'filterpat:value') || [] } };
4634 my $step= Songs::Field_property($field,'step') || 0;
5036 …my $text= Songs::Field_property($field,"filterdesc:$inv$cmd:$pattern") || Songs::Field_property($f…
[all …]
H A Dgmusicbrowser_tags.pm1118 @l= @{ Songs::Gid_to_Get($field,\@l) } if Songs::Field_property($field,'gid_to_get');
H A Dgmusicbrowser.pl8956 my $d1= Songs::Field_property($self->{field},'default_filter');
8957 my $d2= Songs::Field_property($field,'default_filter');
8982 { $cmd= Songs::Field_property($field,'default_filter');
9011 my $opt2= Songs::Field_property($field,'filterpat:'.$type) || [];
H A Dgmusicbrowser_list.pm2498 my $always_first= Songs::Field_property($type,'always_first_gid');