Home
last modified time | relevance | path

Searched refs:denylist (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Locale-Maketext/t/
D94_denylist.t69 $lh->denylist( 'sprintf', 'numerate' );
77 $lh->denylist('numf');
78 $lh->denylist('_internal_method');
/openbsd/src/usr.bin/ssh/
Dmatch.c314 filter_list(const char *proposal, const char *filter, int denylist) in filter_list() argument
332 if ((denylist && r != 1) || (!denylist && r == 1)) { in filter_list()
/openbsd/src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/
DMaketext.pm184 sub denylist { subroutine
257 $handle->denylist;
DMaketext.pod310 =item $lh->denylist(@list) <or> $lh->blacklist(@list)
878 Locale::Maketext does support denylist and allowlist functionality
885 The default denylist for Locale::Maketext also prevents use of the
888 denylist
907 the denylist() method:
910 $lh->denylist(qw{my_internal_method my_other_method});
921 The denylist() and allowlist() methods extend their internal lists
922 whenever they are called. To reset the denylist or allowlist, create
926 $lh->denylist('numerate');
927 $lh->denylist('numf');
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/Locale-Maketext/
DChangeLog16 * Provide alternate methods allowlist and denylist for