Searched refs:default (Results 26 - 50 of 225) sorted by relevance

123456789

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dhidden.t10 'hidden() with single default value, positional');
12 is( $q->hidden( -name => 'hidden_name', -default =>'foo' ),
14 'hidden() with single default value, named');
18 'hidden() with default array, positional');
24 'hidden() default array, named as "Values"');
27 -default =>[qw/foo bar baz fie/],
30 'hidden() default array, named as "default"');
36 'hidden() default array, named as "value"');
H A Dno_tabindex.t106 -default => 'cribbage',
117 -default=>'starting value',
H A Dform.t110 -default => 'cribbage',
120 -default => 'cribbage',
151 -default=>'meenie'),
168 -default=>'meenie'),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafewrap.t17 $safe->permit_only(qw(:default sort));
H A Dsafesort.t15 $safe->permit_only(qw(:default sort));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DMakefile.PL69 {name=>"SHUT_RD", type=>"IV", default=>["IV", "0"]},
70 {name=>"SHUT_WR", type=>"IV", default=>["IV", "1"]},
71 {name=>"SHUT_RDWR", type=>"IV", default=>["IV", "2"]},
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DMakefile.PL76 {name=>"EXIT_FAILURE", default=>["IV", "1"]},
77 {name=>"EXIT_SUCCESS", default=>["IV", "0"]},
84 {name=>"_POSIX_JOB_CONTROL", type=>"YES", default=>["IV", "0"]},
85 {name=>"_POSIX_SAVED_IDS", type=>"YES", default=>["IV", "0"]},
112 push @names, {name=>$_, type=>"IV", default=>["IV", "0"]}
/osnet-11/usr/src/lib/brand/labeled/zone/
H A Dcommon.ksh266 printf "$fmtsvc" milestone/config default
275 printf "$fmtsvc" network/ldap/client default
293 printf "$fmtsvc" system/name-service/switch default
295 printf "$fmtval" default astring "files ldap"
314 typeset timezone=$(svcprop -p timezone/localtime system/timezone:default)
315 printf "$fmtsvc" system/timezone default
320 printf "$fmtsvc" system/console-login default
326 printf "$fmtsvc" system/config-user default
382 configured=$l_zonepath/root/var/svc/log/milestone-config:default.log
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.t53 # The default is three.
98 my $default = timestr ($diff);
99 isnt ($default, '', 'timestr ($diff)');
101 is ($auto, $default, 'timestr ($diff, "auto") matches timestr ($diff)');
140 like ($got, qr/^timethis $iterations/, 'default title');
141 like ($got, $Default_Pattern, 'default format is all or noc');
151 like ($got, qr/^timethis $iterations/, 'default title');
152 like ($got, $Default_Pattern, 'default format is all or noc');
164 like ($got, $Default_Pattern, 'default format is all or noc');
166 # default i
[all...]
H A Dopen.pm146 open - perl pragma to set default PerlIO layers for input and output
166 default).
168 The C<open> pragma serves as one of the interfaces to declare default
176 With the C<IN> subpragma you can declare the default layers
178 the default layers of output streams. With the C<IO> subpragma
239 returned is used as the default encoding for the open pragma.
246 as the default encoding for the open pragma.
252 any found, C<:utf8> is used as the default encoding for the open
259 the default encoding of your STDIN, STDOUT, and STDERR, and of
/osnet-11/usr/src/lib/pyzfs/common/
H A Ddataset.py42 __slots__ = "name", "number", "type", "default", "attr", "validtypes", \
55 self.default = t[3]
57 self.default = t[4]
149 return p.default
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2html.PL116 Do not use Netscape HTML directives (default).
122 Generate an index at the top of the HTML file (default behaviour).
135 Recurse into subdirectories specified in podpath (default behaviour).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL77 The default name of the old configuration file is by default
82 The default name of the new configuration file is "libnet.cfg", and by
83 default it is written to the current directory, unless otherwise
222 or a single space to clear any default
368 The default name of the old configuration file is by default
373 The default name of the new configuration file is "libnet.cfg", and by
374 default it is written to the current directory, unless otherwise
462 default, hi
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkconfig.in52 -o, --output=FILE output generated config to FILE [default=stdout]
54 [default=/boot/grub]
153 if test -f ${sysconfdir}/default/grub ; then
154 . ${sysconfdir}/default/grub
283 # from ${grub_mkconfig_dir} and settings from ${sysconfdir}/default/grub
307 echo "Ensure that there are no errors in /etc/default/grub" >&2
H A Dgrub-reboot.in3 # Set a default boot entry for GRUB, for the next boot only.
40 Set the default boot entry for GRUB, for the next boot only.
H A Dgrub-set-default.in3 # Set a default boot entry for GRUB.
40 Set the default boot entry for GRUB.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/
H A Dnetrc.t89 default login "baz" password p2
90 default "login" baz password p3
105 # the default password is 'p3', as later declarations have priority
107 'lookup() should find default value' );
109 # lookup() ignores the login parameter when using default data
110 is( Net::Netrc->lookup('default', 'baz')->{password}, 'p3',
111 'lookup() should ignore passed login when searching default' );
113 # lookup() goes to default data if hostname cannot be found in config data
115 'lookup() should use default for unknown machine name' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A Dops.pm30 perl -Mops=:default ... # only allow reasonably safe operations
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainer.pm58 None by default.
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D00_header.in54 set default="${GRUB_DEFAULT_BUTTON}"
56 set default="${GRUB_DEFAULT}"
61 set default="${GRUB_DEFAULT}"
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootconfig.py273 instances this boot instance entry will be placed. The default
299 if boot_instance.default is True:
300 # Find previous default (if any)
302 if x.default is True]
305 self._debug("Previous default was:\n%s", prevDefault)
330 prevDefault.default = False
558 # default bootfs, check the root pool's bootfs property and use
562 if inst.default is True]
565 self._debug('This BootConfig already has a default boot instance')
568 # Get the default bootf
851 def default(self): member in class:BootInstance
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm411 my ($name, $value, $macro, $default, $pre, $post, $def_pre, $def_post, $type)
412 = @$item{qw (name value macro default pre post def_pre def_post type)};
442 if (!defined $default) {
445 my @default = ref $default ? @$default : $default;
446 $type = shift @default;
447 $clause .= assign ($indent, $type, $def_pre, $def_post, @default);
688 and !defined ($_->{default}) an
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Djavascript.cgi90 -default=>'red',
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/
H A Dcpan122 my $Default = 'default';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DTime.pm106 print inet_time(); # use default host from Net::Config
110 print inet_daytime(); # use default host from Net::Config
122 Obtain the time on C<HOST>, or some default host if C<HOST> is not given
130 Obtain the time on C<HOST>, or some default host if C<HOST> is not given

Completed in 78 milliseconds

123456789