Searched refs:by (Results 101 - 125 of 385) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DSelect.t76 I'll go by the POD in Pod::Select.
102 I'll go by the POD in Pod::Select.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DRefHash.pm29 The Nestable version works by looking for hash references being stored
60 'Nestable' by Ed Avis ed@membled.com
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbase.pm77 ${$base.'::VERSION'} = '-1, set by base.pm'
94 ${$base.'::VERSION'} = "-1, set by base.pm"
190 C<require> a base class module is determined by the absence of a global variable
193 C<-1, set by base.pm>.
H A DDirHandle.pm26 namespace pollution by creating globs to hold directory handles.
H A DBenchmark.pm92 Enables or disable debugging by setting the C<$Benchmark::Debug> flag:
123 Results will be printed to STDOUT as TITLE followed by the times.
139 time spent by the child processes. Less than 0.1 seconds is not
164 Returns a hash of Benchmark objects, keyed by name.
175 similar to that returned by timediff().
260 by the times that you are concerned with, not just the iterations.
298 in seconds for the whole loop (not divided by the number of rounds).
318 Caching is off by default, as it can (usually slightly) decrease
394 September 8th, 1994; by Tim Bunce.
396 March 28th, 1997; by Hug
[all...]
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrchr.s16 * fields enclosed by brackets "[]" replaced with your own identifying
37 ! Here, we start by checking to see if we're searching the dest
173 ! if we are, and then search by whole word.
H A Dalloca.s17 * fields enclosed by brackets "[]" replaced with your own identifying
37 ! we want to bump %sp by the requested size
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrchr.s16 * fields enclosed by brackets "[]" replaced with your own identifying
37 ! Here, we start by checking to see if we're searching the dest
173 ! if we are, and then search by whole word.
H A Dalloca.s16 * fields enclosed by brackets "[]" replaced with your own identifying
22 * Copyright (c) 1998, by Sun Microsystems, Inc.
36 ! we want to bump %sp by the requested size
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex14 % published by the Free Software Foundation; either version 2, or (at
27 % As a special exception, when this file is read by TeX when processing
273 % Added by P. A. MacKay, 12 Nov. 1986
275 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
292 \ifodd\pageno \advance\hoffset by \bindingoffset
293 \else \advance\hoffset by -\bindingoffset\fi
302 % take effect in \write's, yet the group defined by the \vbox ends
413 % Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space.
418 % by \finishparsearg.
583 % Others are defined by plai
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpodselect.PL41 # Copyright (c) 1996-2000 by Bradford Appleton. All rights reserved.
92 B<podselect> invokes the B<podselect()> function exported by B<Pod::Select>
105 Based on code for B<Pod::Text::pod2text(1)> written by
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A DIO.pm54 ones exist by searching for "^IO::" on http://search.cpan.org.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.pm52 Encode data by calling the encode_base64() function. The first
62 Decode a base64 string by calling the decode_base64() function. This
140 Distantly based on LWP::Base64 written by Martijn Koster
142 code posted to comp.lang.perl <3pd2lp$6gf@wsinti07.win.tue.nl> by Hans
H A DQuotedPrint.pm41 character (as defined by English Americans) is represented by a
42 triplet consisting of the character "=" followed by two hexadecimal
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/
H A Dbase.pm88 A minimal subclass needs to implement the following methods by itself:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToPod.pm67 Currently this class works by just filtering out the non-Pod stuff from
/osnet-11/usr/src/lib/libc/i386/fp/
H A D__xgetRD.s21 / fields enclosed by brackets "[]" replaced with your own identifying
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm156 for the date-time, date, and time formats used by the strftime() function
196 Nothing is exported by default.
210 Copyright 2001 by Jarkko Hietaniemi
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCheckTree.pm54 written by Larry Wall.
55 Revised by Paul Grassie <F<grassie@perl.com>> in 2002.
60 It used to count only those warnings produced by a generic C<|| warn>
112 # expand relative $file to full pathname if preceded by cd directive
157 # re-raise an exception caused by a "... || die" test
181 'r' => "is not readable by uid $>.",
182 'w' => "is not writable by uid $>.",
183 'x' => "is not executable by uid $>.",
184 'o' => "is not owned by uid $>.",
185 'R' => "is not readable by yo
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DUsage.pm4 # Copyright (C) 1996-2000 by Bradford Appleton. All rights reserved.
106 file indicated by C<$0> (C<$PROGRAM_NAME> for users of F<English.pm>).
113 implied by C<$ENV{PATH}>. The list may be specified either by a reference
114 to an array, or by a string of directory paths which use the same path
194 If program usage has been explicitly requested by the user, it is often
202 use them by default if you don't expressly tell it to do otherwise. The
235 seeing a number of different ways to invoke B<pod2usage> (although by no
260 of "Syntax error." (followed by a newline) to C<STDERR>, immediately
261 followed by jus
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm5 # by Russ Allbery <rra@stanford.edu> and Zenin <zenin@bawdycaste.com>
164 # Given a string and a set of attributes, returns the string surrounded by
250 Note that not all attributes are supported by all terminal types, and some
254 Attributes, once set, last until they are unset (by sending the attribute
272 like a pager that can be confused by attributes that span lines. Normally
309 subroutines that you may not even use that often, or risk a silly bug by
369 If this environment variable is set, all of the functions defined by this
399 The codes generated by this module are standard terminal control codes,
409 ignored, or they may display as an ESC character followed by some apparent
435 specified in ANSI X3.64 and ECMA-048 but are not commonly supported by mos
[all...]
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrncat.s16 * fields enclosed by brackets "[]" replaced with your own identifying
112 subq $8, %rdx / decrement number of bytes by 8
125 decq %rdx / decrement number of bytes by 1
139 decq %rdx / decrement number of bytes by 1
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrncat.s16 * fields enclosed by brackets "[]" replaced with your own identifying
111 subl $4, %esi / decrement number of bytes by 4
124 decl %esi / decrement number of bytes by 1
138 decl %esi / decrement number of bytes by 1
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DLint.pm21 Option words are separated by commas (not whitespace) and follow the
23 (indicated by a leading B<->) come lint check arguments. Each such
82 of the single character name "_" by itself (e.g. $_ and @_).
90 definition of subs until runtime by means of the AUTOLOAD
118 include other package names whose subs are then checked by Lint.
152 # Lint checks turned on by default
325 # Now do subs in non-main packages given by -u options
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DConfig.pm135 tree, but a user may override any of these values by providing their own. This
136 can be done by having a C<.libnetrc> file in their home directory. This file
164 This is done by using hostname lookup and the C<local_netmask> entry in
283 mode; when not going via a firewall, by setting C<ftp_int_passive> to
289 These are used by the C<requires_firewall> function to determine if a given

Completed in 111 milliseconds

1234567891011>>