HomeSort by relevance Sort by last modified time
    Searched refs:can (Results 1 - 25 of 379) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
universal.t 77 test $a->can("eat");
78 test ! $a->can("sleep");
79 test my $ref = $a->can("drink"); # returns a coderef
81 test $ref = $a->can("sing");
114 test ! UNIVERSAL::can(23, "can");
116 test $a->can("VERSION");
118 test $a->can("can");
119 test ! $a->can("export_tags"); # a method in Exporte
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/t/
XSLoader.t 18 ok( ref XSLoader->can('load') );
25 ::ok( ref SDBM_File->can('TIEHASH') );
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
GetOptsOO.pm 36 ) if $target->can('aside');
54 if( $target->can($method) ) { # it's argumental
69 if( $target->can( $method = "opt_$first" ) ) {
75 } elsif( $target->can('handle_unknown_option') ) {
100 ) if $target->can('aside');
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Solaris/
README 9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
30 This directory contains SMI-developed Perl modules that can be released as Open
  /onnv/onnv-gate/usr/src/uts/common/xen/public/
README.DO_NOT_EDIT 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
32 build of the xen consolidation which can be found in:
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
UNIVERSAL.pm 7 # accident that can't be fixed without breaking code. Note that we
13 @EXPORT_OK = qw(isa can VERSION);
27 $sub = $obj->can("print");
28 $sub = Class->can("print");
30 use UNIVERSAL qw( isa can VERSION );
32 $sub = can $ref, "fandango" ;
96 =item C<< $obj->can( METHOD ) >>
98 =item C<< CLASS->can( METHOD ) >>
100 =item C<can( VAL, METHOD )>
102 C<can> checks if the object or class has a method called C<METHOD>. If it doe
    [all...]
  /onnv/onnv-gate/usr/src/cmd/msgfmt/
xgettext.lx.l 10 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
63 * that can change the current state of scanning source code.
126 * Since multiple files can be processed, yywrap() should keep feeding
142 (void) fprintf(stderr, "ERROR, can't open input file: %s\n",
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/utils/
README 13 The standard MakeMaker framework is obviously not ON-aware and we can't patch
  /onnv/onnv-gate/usr/src/uts/common/xen/sys/
README 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
32 copies from a specific build of the xen consolidation which can be found in:
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
Util.pm 48 keys. No keys outside of this set can be added. It also introduces
64 given it restricts it to its current keyset. No more keys can be
68 to do so will raise an exception. Of course you can still bless()
147 No value can be changed, no keys can be added or deleted.
152 are made read/write. All values can be changed and keys can be added
191 can craft a denial-of-service attack against Perl code, even remotely,
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
SysV.pm 4 # This program is free software; you can redistribute it and/or
54 *dl_load_flags = DynaLoader->can('dl_load_flags');
57 __PACKAGE__->can('bootstrap') || \&DynaLoader::bootstrap
83 Return a key based on PATH and ID, which can be used as a key for
100 This program is free software; you can redistribute it and/or modify it
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
Select.t 60 a sub-section can be specified
110 a sub-section can be specified
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
skip.t 18 unless Pigs->can('fly');
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
caps 12 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
48 erase_overstrike, "eo" "eo" Can erase overstrikes with a blank
59 status_line_esc_ok, "eslok" "es" Escape can be used on the status line
61 tilde_glitch, "hz" "hz" Hazeltine; can't print ~'s
70 can_change, "ccc" "cc" Can re-define existing color
98 max_attributes, "ma" "ma" max combined video attributes terminal can display
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/download/
README 9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
26 special map file (which can be selected using the -m option). See example.map
29 (file ../common/path.h) and can be changed on the command line using the
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
errors.t 35 print $@ =~ /can only store scalars/
36 || $@ =~ /Can't locate.*in \@INC/
37 || $@ =~ /Can't load '.*?' for module/ ? "ok $n\n" : "not ok $n # $@\n";
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
Task.xs 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
48 # Define any constants that need to be exported. By doing it this way we can
  /onnv/onnv-gate/usr/src/lib/passwdutil/
README.SunOS-aging 9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
38 of time. Password aging can also force a user to keep a password for
58 1: Maximum number of weeks a password can be used without changing.
77 the user is not allowed to change his/her password. Only root can
81 aging data. An account with an expired password can be su'd to
  /onnv/onnv-gate/usr/src/xmod/
README 9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
37 cry_files - files saved after 'make CRYPT_SRC' in usr/src. They can
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/dpost/
README 9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
26 Several new text encoding schemes, based on widthshow, have been added. Each can
30 You can change the default encoding scheme by adjusting the definition of ENCODING
42 ASCII font and description files for many standard PostScript fonts can be found
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postscript/
README 9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
27 moved to these files. All can be changed without requiring a recompilation of any
30 The option can be useful if you want to change parameters that are defined in
46 Another example is postbgi.ps, which can be used as the prologue for both STARE
  /onnv/onnv-gate/usr/src/lib/libexacct/demo/
README 9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
34 This utility demonstrates how developers can use the libexacct
42 Exdump can be compiled as either a 32-bit or 64-bit application; because
43 exacct is endian-neutral, exdump can read exacct files from either SPARC
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/
README 9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
23 Source code in this directory is for the program that can be used to send files
29 and runs in a mode that can help if flow control doesn't appear to be working
37 printers under a single userid. Four things can help improve performance, and all
38 can be set by command line options:
44 2: Use a large input buffer. The default size is 2048 bytes, but it can be set
50 are being sent to the printer. You can turn off the status query stuff with
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/
Group.pod 12 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
44 inside a Perl array. A reference to the array can be accessed with the
45 inherited value() method. The individual Items within a Group can be
48 Group objects can also be nested inside each other simply by adding an
67 The catalog tag can be either an integer or a
72 contents of the returned Group object can be accessed with the array returned
  /onnv/onnv-gate/usr/src/cmd/svc/milestone/
README.share 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
33 some software repairs can be made; the recommended exit approach once a
34 repair has been made is to reboot the system. The system can be brought
41 maintenance state and restart services instances can be used.
44 start automatically can be started manually. In the case that the
94 read-write, such that persistent changes can be made to the system's
95 configuration. If this method is failing, one can directly remount
126 to activate network interfaces manually, such that other hosts can be
127 contacted. The service methods can be invoked directly as
132 If these methods fail, a direct invocation of ifconfig(1M) can b
    [all...]

Completed in 1009 milliseconds

1 2 3 4 5 6 7 8 91011>>