| Name | Size | Mode | Actions |
|---|---|---|---|
| Boolean.pm | 660 | 0644 | editdlrm |
| Error.pm | 160 | 0644 | editdlrm |
| Multiselect.pm | 958 | 0644 | editdlrm |
| Note.pm | 159 | 0644 | editdlrm |
| Password.pm | 483 | 0644 | editdlrm |
| Progress.pm | 231 | 0644 | editdlrm |
| Select.pm | 877 | 0644 | editdlrm |
| String.pm | 467 | 0644 | editdlrm |
| Text.pm | 315 | 0644 | editdlrm |
/usr/share/perl5/Debconf/Element/Web/Multiselect.pm (958B)
\n"; my %value = map { $_ => 1 } $this->translate_default; my $id=$this->id; $_.="".$this->question->description."\n\n"; return $_; } sub value { my $this=shift; return $this->SUPER::value() unless @_; my @values=@_; $this->question->template->i18n(''); my @choices=$this->question->choices_split; $this->question->template->i18n(1); $this->SUPER::value(join(', ', $this->order_values(map { $choices[$_] } @values))); } 1