Searched refs:allowed (Results 1 - 25 of 38) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm43 When C<use re 'eval'> is in effect, a regex is allowed to contain
56 I<is> allowed if $pat is a precompiled regular expression, even
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DCommand.pm136 Multiple sources are allowed if destination is an existing directory.
152 Multiple sources are allowed if destination is an existing directory.
H A DInstalled.pm291 the module name 'Perl'. Additional parameters are allowed. The first is one
300 all the directories from the package. Additional parameters are allowed. The
/osnet-11/usr/src/lib/libc/port/gen/
H A Dcrypt.c208 * either still allowed or not deprecated.
442 boolean_t allowed = B_FALSE; local
454 allowed = B_FALSE;
457 allowed = B_TRUE;
467 return (allowed);
471 return (!allowed);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dstrict.pm82 is allowed so that C<goto &$AUTOLOAD> would not break under stricture.
H A Dutf8.pm53 earlier than 5.6 allowed arbitrary bytes in source code, whereas
H A Dconstant.pm311 ENV INC SIG> is not allowed anywhere but in package C<main::>, for
H A DTest.pm113 should be allowed to fail, and so on.
131 A reference to a list of tests which are allowed to fail.
H A Dattributes.pm140 package-specific attributes are allowed by an extension mechanism.
/osnet-11/usr/src/lib/libadt_jni/
H A Dauditxml_jni630 my @allowed = @$allowedIds;
631 if (@allowed) {
635 for ($i = 0; $i <= $#allowed; $i++) {
636 my $idNo = $externalIdNo{$allowed[$i]};
637 $allowed[$i] =~ s/AUE_/ADT_/;
638 print Sfile "\tstatic final int $allowed[$i] = ",
644 print STDERR "Generic event with no allowed instances: $eventId\n";
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeVerifier.java381 // Get allowed values.
407 // type. Also, if any allowed values, that attribute values
1451 // If this is a keyword attribute, set the allowed
1482 // Parse allowed values.
1573 Vector allowed = new Vector();
1576 // First, collect the allowed values.
1592 allowed.addElement(allval);
1595 // Now compare the allowed with the initial.
1597 if (allowed.size() > 0) {
1599 // Error if allowed i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.pm66 the set of allowed keys. B<Note>: the current implementation prevents
/osnet-11/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c1493 * and integrity will be allowed.
1909 sasl_ssf_t need, allowed; local
1939 allowed = secprops->max_ssf - external;
1941 allowed = 0;
1954 if (allowed >= 56 && need <= 56 && (serverhas & 4)) {
1960 } else if (allowed >= 1 && need <= 1 && (serverhas & 2)) {
2193 * and integrity will be allowed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DMac.pm63 are allowed to make using this routine give reasonable results for some
64 common situations. In other words, you are also allowed to concatenate
82 are allowed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm320 =item Bareword "%s" not allowed while "strict subs" in use
346 =item No comma allowed after filehandle
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_internal.h195 "user is not allowed to change password"
468 ns_enum_map *allowed; /* allowed values */ member in struct:ns_default_config
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm226 refresh the page faster. Fractional values are allowed.
H A DCarp.pm224 content where HTML comments are not allowed:
H A DCookie.pm287 array value (associative arrays are also allowed). Cookies also have
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm878 is allowed then the message will be sent.
892 posting is allowed, this method will return a tied filehandle that you
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpack.t935 like( $@, qr{Within \[\]-length '\@' not allowed} );
1010 # XXXX no spaces are allowed in pack... In pack only before the slash...
H A Dpat.t404 print "not " unless $@ and $@ =~ /not allowed at runtime/ and $blah == 12;
414 print "#'$@','$res','$blah'\nnot " unless $@ and $@ =~ /not allowed at runtime/ and $blah == 12;
567 unless $b eq '14' and $@ =~ /Eval-group not allowed/ and not $match;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm442 allowed are unstable while development continues. It will change.)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm240 croak 'struct class cannot be a subclass (@ISA not allowed)';
608 User definition of accessor allowed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm422 # Supply --version and --help support, if needed and allowed.
848 # Downcase if allowed.
1436 as expected. But it is also allowed to use C<--noverbose>, which will
1958 C<gnu_compat> controls whether C<--opt=> is allowed, and what it should
1971 Whether command line arguments are allowed to be mixed with options.
1979 Whether command line arguments are allowed to be mixed with options.

Completed in 118 milliseconds

12