Searched refs:it (Results 51 - 75 of 394) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DTask.xs26 # Define any constants that need to be exported. By doing it this way we can
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm49 Perl first searches there for that method, but if it's not there, it
51 maybe "height-first" is the word) search. In the above example, it'd
68 you need to consider it, add it to the end.
94 * Contrary to its name, Class::ISA isn't a class; it's just a package.
95 Strange, isn't it?
100 searching for a method, actually discovers this cyclicity, it will
110 * If Perl can't find a method anywhere in the ISA tree, it then looks
112 that I expect Class::ISA functions to be put to, but if it matter
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.pm152 newly created symbol (see the C<Symbol> package). If it receives any
154 the C<FileHandle> object is destroyed. Otherwise, it is returned to
160 Otherwise, it is returned to the caller.
163 it is just a front end for the built-in C<open> function. With two
169 or a POSIX fopen() mode string ("w", "r+", etc.), it uses the basic
172 If C<FileHandle::open> is given a numeric mode, it passes that mode
241 except that it's more readable and can be safely called in a
247 read all the remaining lines in a file, except that it's more readable.
H A DMemoize.pm122 croak("You can't use $package for LIST_CACHE because it can only store scalars");
135 # options. But if you did, it does do something reasonable: They
170 # This function tries to load a tied hash class and tie the hash to it.
186 croak("You can't use $module for LIST_CACHE because it can only store scalars");
262 # so we have a scalar value cached, so just return it straightaway:
283 croak "Could not unmemoize function `$f', because it was not memoized to begin with";
367 slow_function(arguments); # Is faster than it was before
391 `Memoizing' a function makes it faster by trading space for time. It
407 This function is very slow. Why? To compute fib(14), it first wants
409 fib(13), it firs
[all...]
H A Dsort.pm121 add overhead, so it should only be done if it matters.
124 does fewer comparisons than quicksort, so it may be better when
126 advantage of pre-existing order, so it would be favored for using
133 you do not explicitly demand it.
141 I<forbid> what follows, it just leaves the choice open. Thus, after
156 it appears in. That means the following will probably not do what you
H A DFindBin.pm4 # This program is free software; you can redistribute it and/or modify it
46 C<BEGIN> block, it'll be executed only once, and only the first caller
47 will get it right. This is a problem under mod_perl and other persistent
70 assumes that it was invoked via the C<$ENV{PATH}>.
87 This program is free software; you can redistribute it and/or modify it
148 # well we actually only check that it is an ASCII file
149 # we know its executable so it is probably a script
168 # Resolve $script if it i
[all...]
H A Dautouse.pm107 otherwise it is a fatal error.)
137 some initialization which it expects to be done early.
144 find it out until the corresponding function is executed. This will be
151 To alleviate the second problem (partially) it is advised to write
160 out the first line, since it makes the second one useless.
H A DAnyDBM_File.pm30 This module is a "pure virtual base class"--it has nothing of its own.
33 L<DB_File>), GDBM, SDBM (which is always there--it comes with Perl), and
40 Having multiple DBM implementations makes it trivial to copy database formats:
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgenemuinit.sh6 # gives unlimited permission to copy and/or distribute it,
9 # This program is distributed in the hope that it will be useful,
23 * GRUB is free software: you can redistribute it and/or modify
24 * it under the terms of the GNU General Public License as published by
28 * GRUB is distributed in the hope that it will be useful,
H A Dgensymlist.sh6 # gives unlimited permission to copy and/or distribute it,
9 # This program is distributed in the hope that it will be useful,
20 * GRUB is free software: you can redistribute it and/or modify
21 * it under the terms of the GNU General Public License as published by
25 * GRUB is distributed in the hope that it will be useful,
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_hashitem.c135 * locked the table, lock it. If the table already is
142 /* Already locked; find out if it's us */
193 * Leave traverser_id as it is, so that it
207 * traversing the table, leave it locked.
236 __nis_hash_item_mt *it, **pp; local
248 for (pp = &table->keys[key]; (it = *pp) != 0; pp = &it->next) {
249 if (strcmp(name, it->name) == 0) {
363 * There's a writer, but it'
692 __nis_hash_item_mt *it; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.pm38 the child will read from it directly. If RDRFH or ERRFH begins with
44 in the parameter slot so it can be overwritten in the caller, or
51 failure: it just raises an exception matching C</^open3:/>. However,
60 open3() does not wait for and reap the child process after it exits.
61 Except for short programs where it's acceptable to let the operating system
72 This is very dangerous, as you may block forever. It assumes it's
73 going to talk to something like B<bc>, both writing to it and reading
74 from it. This is presumably safe because you "know" that commands
81 what it does with pipe buffering. Thus you can't just open a pipe to
82 C<cat -v> and continually read and write a line from it
[all...]
/osnet-11/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s86 ! boot attribute value vector. Otherwise, it's already been done and we can
87 ! skip it.
96 ! it to use the stack frame we have.
103 st %l0, [%o0] ! store it
110 st %l0, [%o0 + 12] ! store it in the vector
112 st %l1, [%o0 + 8] ! store it
114 st %l1, [%o0 + 16] ! store it
122 st %l0, [%o0 + 24] ! and store it
148 call __rtld ! call it
174 add %o7, %o1, %o1 ! and now make it absolut
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm52 make it easier for programs to work with test results, we provide
85 Initialize the internal state of a strap to make it ready for parsing.
103 Analyzes the output of a single test, assigning it the given C<$name>
115 my $it = Test::Harness::Iterator->new($test_output);
116 return $self->_analyze_iterator($name, $it);
121 my($self, $name, $it) = @_;
139 while( defined(my $line = $it->next) ) {
230 Like C<analyze>, but it reads from the given filehandle.
237 my $it = Test::Harness::Iterator->new($fh);
238 $self->_analyze_iterator($name, $it);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm9 # Can't use Carp because it might cause use_ok() to accidentally succeed
122 C<ok()> function, it doesn't provide good diagnostic output.
125 =head2 I love it when a plan comes together
137 have no plan. (Try to avoid using this as it weakens your test.)
203 largely done automatically for you. However, it's often very useful to
216 The later gives you some idea of what failed. It also makes it easier
221 suggested that you use it.
254 out. It makes it very easy to find a test in your script when it fails
258 Should an ok() fail, it wil
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm10 # (4-byte number of last-access-time) (For LRU when I implement it)
154 will be looked up afresh when it expires. When a data item is looked
159 you access it. When a data item is looked up afresh, its number of
200 example. If you don't like the policy that it implements, you are
218 cache, and if so, is it fresh enough to use?
224 the cache and return it.
247 the cache, and it should return the cache object to the caller.
250 contains a regular Perl hash (which it will to store the cached
255 already, it will invoke C<< C->EXISTS(key) >>. C<key> is the normalized
257 is not in the cache, or if it ha
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm103 before the __DATA__ token (or you can get it to print the entire
105 a method is called, it will get loaded. They are needed specifically
125 the AUTOLOAD mechanism in B because it first finds the method
142 By default it just prints the stubs, but you can set the
143 global $Devel::SelfStubber::JUST_STUBS to 0 and it will
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.pm49 the ability to lock an individual key so it cannot be deleted and the
64 given it restricts it to its current keyset. No more keys can be
67 the hash from being bless()ed while it is in a locked state. Any attempt
190 B<Note that the hash seed is sensitive information>: by knowing it one
193 B<Do not disclose the hash seed> to people who don't need to know it.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL102 # Changed in 1.09 to close the REP file before calling it up in the editor.
109 # Changed in 1.13 to hopefully make it more difficult to accidentally
315 # we don't really want it. We'll just take it if we have to.)
352 in perl, and e-mail it to $address. It is *NOT* intended for
353 sending test messages or simply verifying that perl works, *NOR* is it
403 # move $domain to where we can use it elsewhere
417 default shown is not your full internet e-mail address, please correct it.
428 # use it
431 # verify it
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL43 # This program is free software; you may redistribute it and/or modify it
57 # Insert -- into @ARGV before any single dash argument to hide it from
58 # Getopt::Long; we want to interpret it as meaning stdin (which Pod::Parser
115 B<pod2man> is a front-end for Pod::Man, using it to generate *roff input
120 code). If I<input> isn't given, it defaults to STDIN. I<output>, if given,
133 it. This generally only matters for troff output for printing. Similarly,
198 the manual section is 3, in which case the path is parsed to see if it is a
199 Perl module path. If it is, a path like C<.../lib/Pod/Man.pm> is converted
215 I<quotes> is a single character, it i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm67 on AFS it is quite likely that people are installing to a different
73 If $dont_execute is true it will only print what it was going to do
74 without actually doing it. Default is false.
260 (ie. Foo::Bar would be Foo/Bar). If $fullext is not specified, it
261 will attempt to read it from @ARGV.
307 If $dont_execute is true it will only print what it was going to do
308 without actually doing it. Default is false.
426 # so we pass name of file here - eval it t
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToNroff.pm7 # This is unlike ToMan.pm in that it emits the raw nroff source!
11 sub is_pageable { 1 } # well, if you ask for it...
88 This library is free software; you can redistribute it and/or modify it
91 This program is distributed in the hope that it will be useful, but
H A DToRtf.pm73 This library is free software; you can redistribute it and/or modify it
76 This program is distributed in the hope that it will be useful, but
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DColor.pm6 # This program is free software; you may redistribute it and/or modify it
113 text using ANSI color escape sequences. Apart from the color, it in all
142 This program is free software; you may redistribute it and/or modify it
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/TabsWrap/t/
H A Dfill.t15 Important Press Release regarding Cyberdog and Netscape. Check it out!
19 to the Cyberdog Beta Download page and download it now!
28 the Mac OS Runtime for Java and try it out!
39 Cyberdog and Netscape. Check it out!
42 it now!
47 install the Mac OS Runtime for Java and try it out!

Completed in 62 milliseconds

1234567891011>>