Home
last modified time | relevance | path

Searched refs:msgspec (Results 1 – 16 of 16) sorted by relevance

/dports/misc/amanda-client/amanda-3.3.9/perl/Amanda/IPC/
H A DLineProtocol.pm272 for $param (keys %$msgspec) {
278 $msgspec->{'name'} = $name;
281 $msgspec->{'match'} = qr/^$msgspec->{'name'}$/i;
284 $msgspec->{'format'} = [];
384 my @line = $msgspec->{'name'};
439 my $match = $msgspec->{'match'};
449 my ($msgspec, @line) = @_;
489 if (!defined $msgspec) {
500 return $self->{'cmd_cbs'}{$msgspec->{'name'}}->($msgspec->{'name'}, %$args);
530 if (!defined $msgspec) {
[all …]
/dports/misc/amanda-server/amanda-3.3.9/perl/Amanda/IPC/
H A DLineProtocol.pm272 for $param (keys %$msgspec) {
278 $msgspec->{'name'} = $name;
281 $msgspec->{'match'} = qr/^$msgspec->{'name'}$/i;
284 $msgspec->{'format'} = [];
384 my @line = $msgspec->{'name'};
439 my $match = $msgspec->{'match'};
449 my ($msgspec, @line) = @_;
489 if (!defined $msgspec) {
500 return $self->{'cmd_cbs'}{$msgspec->{'name'}}->($msgspec->{'name'}, %$args);
530 if (!defined $msgspec) {
[all …]
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dcmd-head.c82 static int _headers(int msgspec);
712 int msgspec, size, maxs; in a_chead_scroll() local
717 msgspec = onlynew ? -1 : 0; in a_chead_scroll()
787 if(msgspec == -1) in a_chead_scroll()
788 msgspec = -2; in a_chead_scroll()
797 size = _headers(msgspec); in a_chead_scroll()
827 if (msgspec <= 0) in _headers()
830 k = msgspec; in _headers()
837 needdot = (msgspec <= 0) ? TRU1 : (dot != &message[msgspec - 1]); in _headers()
851 if ((msgspec > 0 && PCMP(mp, ==, message + msgspec - 1)) || in _headers()
[all …]
/dports/mail/p5-Mail-IMAPClient/Mail-IMAPClient-3.43/lib/Mail/
H A DIMAPClient.pm2407 my ( $self, $msgspec ) = ( shift, shift );
2417 ? $msgspec
2418 : $self->Range($msgspec);
2469 my ( $self, $msgspec ) = ( shift, shift );
2472 ? $msgspec
2473 : $self->Range($msgspec);
2503 if ref $msgspec;
2506 my $flagsref = $flagset->{$msgspec};
2524 my ( $self, $msgspec, @fields ) = @_;
2526 my $msg = ref $msgspec eq 'ARRAY' ? $self->Range($msgspec) : $msgspec;
[all …]
/dports/mail/imapsync/imapsync-1d08afa/W/Mail-IMAPClient-3.42/lib/Mail/
H A DIMAPClient.pm2397 my ( $self, $msgspec ) = ( shift, shift );
2407 ? $msgspec
2408 : $self->Range($msgspec);
2459 my ( $self, $msgspec ) = ( shift, shift );
2462 ? $msgspec
2463 : $self->Range($msgspec);
2493 if ref $msgspec;
2496 my $flagsref = $flagset->{$msgspec};
2514 my ( $self, $msgspec, @fields ) = @_;
2516 my $msg = ref $msgspec eq 'ARRAY' ? $self->Range($msgspec) : $msgspec;
[all …]
/dports/mail/mailutils/mailutils-3.13/mail/
H A Dmsgset.y69 %type <mset> msgset msgspec msgexpr msg rangeset range partno number
119 msgexpr : msgspec
135 msgspec : msg
/dports/mail/mailutils/mailutils-3.13/mh/
H A Dmh_init.c1070 mh_draft_message (const char *name, const char *msgspec, char **pname) in mh_draft_message() argument
1084 if (strcmp (msgspec, "new") == 0) in mh_draft_message()
1103 argv[0] = (char*) msgspec; in mh_draft_message()
H A Dmh.h243 int mh_draft_message (const char *name, const char *msgspec, char **pname);
/dports/mail/imapsync/imapsync-1d08afa/W/patches/
H A Dimapsync_Cvitkovich_pidfile_tmpfile1973 my $msgspec = \@msgs;
1976 $msg = $self->Range($msgspec);
H A Dimapsync-yahoo2168 my $msgspec = \@msgs;
2171 $msg = $self->Range($msgspec);
H A Dimapsync_1.267_jari2461 my $msgspec = \@msgs;
2464 $msg = $self->Range($msgspec);
H A Dimapsync_minsize3124 my $msgspec = \@msgs;
3127 $msg = $self->Range($msgspec);
H A Dimapsync-xgwtrustedapp5199 my $msgspec = \@msgs;
5202 $msg = $self->Range($msgspec);
H A Dimapsync.dave4736 my $msgspec = \@msgs;
4739 $msg = $self->Range($msgspec);
/dports/devel/py-ipykernel5/ipykernel-5.5.0/docs/
H A Dchangelog.rst428 - provisional implementation of ``comm_info`` request/reply for msgspec
/dports/devel/py-ipykernel/ipykernel-6.6.0/
H A DCHANGELOG.md809 * provisional implementation of `comm_info` request/reply for msgspec