Home
last modified time | relevance | path

Searched refs:get_picture_path (Results 1 – 3 of 3) sorted by relevance

/dports/mail/sympa/sympa-6.2.62/src/lib/Sympa/
H A DList.pm1438 sub get_picture_path { subroutine
1456 if (-f $self->get_picture_path($login . '.' . $ext)) {
1470 map { $self->get_picture_path($_) }
3042 my $new_path = $self->get_picture_path(
/dports/mail/sympa/sympa-6.2.62/src/cgi/
H A Dwwsympa.fcgi.in13995 my $picture_path = $list->get_picture_path($fullfilename);
13996 unless (creation_picture_file($list->get_picture_path, $fullfilename)) {
/dports/mail/sympa/sympa-6.2.62/
H A DOChangeLog21396 - New: $list->find_picture_paths(), $list->get_picture_path() and $list->get_picture_url().