Home
last modified time | relevance | path

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

/dports/devel/p5-Devel-Events/Devel-Events-0.09/lib/Devel/Events/
H A DMatch.pm49 $self->limit( %args, to => sub { not $compiled_cond->(@_) }, to_inclusive => 0 );
57 $self->limit( %args, to => $match, to_inclusive => 0 );
88 my $to_inclusive = exists $args{to_inclusive} ? $args{to_inclusive} : 1;
106 push @matches, $event if $to_inclusive;
/dports/security/py-stem/stem-1.8.0/stem/
H A Dversion.py327 def in_range(self, from_version, to_version, from_inclusive = True, to_inclusive = False): argument
338 if from_inclusive and to_inclusive:
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-pileup/
H A Dsam-dump.c1847 unsigned const to_inclusive = param->region[ i ].r[ k ].to; in AlignRegionFilter() local
1849 if ( from_zero < refEnd_exclusive && refStart_zero <= to_inclusive ) in AlignRegionFilter()