Searched refs:leading (Results 1 - 25 of 34) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dwritemain.SH39 : Remove any .a suffixes and any leading path components
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DMac.pm92 leading colon.
101 Generally, each argument has one leading ":" and one trailing ":"
110 of directories to climb up is handled correctly, not removing leading
247 $arg =~ s/^://s; # remove a leading ':' if any
255 # add a leading colon if need be
297 Note that the leading ":" is removed from the filename, so that
393 If the path has a leading ":", it's a relative path. Otherwise, it's an
451 is always returned with a leading (to denote a relative path) and a trailing ":"
452 (to denote a directory). The file portion is always returned I<without> a leading ":".
573 beginning with a ':'. If $volume and $directory are empty, a leading "
[all...]
H A DWin32.pm226 Unlike just splitting the directories on the separator, leading empty and
314 # Now, remove all leading components that are the same
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm83 conventions with the leading C<rl_> stripped.
106 which conform to standard conventions with the leading C<rl_> stripped.
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c68 short leading; member in struct:grub_font
214 /* Default leading value, not in font file yet. */
215 font->leading = 1;
916 /* Get the *standard leading* of the font in pixel, which is the spacing
923 return font->leading;
930 return font->ascent + font->descent + font->leading;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseLink.pm144 of the parsing, as is any leading or trailing whitespace.
H A DParseUtils.pm142 E.g. when converting to HTML, one might strip the leading number in
294 # strip leading/trailing whitespace
296 $self->warning("ignoring leading whitespace in link");
H A DInputObjects.pm292 the name of the command (I<without> any leading C<=> prefix).
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h545 int leading; /* leading match on this char */ member in struct:reglib_s
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.pm163 syntax. By convention you can use a leading underscore on names to
225 A leading ! indicates that matching names should be deleted from the
250 with a leading ^, e.g., C</^EXIT/> rather than C</EXIT/>.
407 Note that the tag names in %EXPORT_TAGS don't have the leading ':'.
H A DBenchmark.pm186 leading '%') to use to print the times. It defaults to '5.2f'.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm559 usually with the leading "class indication" prefix removed (Sv, Av,
560 Hv, ...). The leading prefix is only left in cases where its removal
919 with the leading "class indication" prefix (C<"op_">) removed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DLint.pm23 (indicated by a leading B<->) come lint check arguments. Each such
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm58 parts: a leading B<path>, a file B<name>, and a B<suffix>. The
H A DDosGlob.pm476 directory name in the current working directory, where the leading colon
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm221 from F<pwd.h>, stripped of their leading "pw_" parts, namely C<name>,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm405 directory name in the current working directory, where the leading colon
421 both a leading and a trailing colon will be added, when the directory name in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm596 with the leading type identifier included. A bareword is treated as a
625 variable without any leading type marker. For example:
H A DOpcode.pm240 leading capital letter on their tag names since lowercase names are
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm314 # Strip leading prefix so people can specify "--foo=i" if they like.
1658 Integer. An optional leading plus or minus sign, followed by a
1663 Extended integer, Perl style. This can be either an optional leading
2251 first argument (or the first argument after a leading hash reference
2264 GetOptions() will not interpret a leading C<< "<>" >> as option starters
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL163 leading zeroes or whatever.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm171 $mantissa =~ s/^0+(\d)/$1/; # strip leading zeros
321 # internal format is always normalized (no leading zeros, "-0" => "+0")
384 # internal format is always normalized (no leading zeros, "-0E0" => "+0E0")
2607 all with optional leading and trailing zeros and/or spaces. Additonally,
2620 The string output will always have leading and trailing zeros stripped and drop
2918 Both stringify and bstr() now drop the leading '+'. The old code would return
H A DBigInt.pm760 # internal format is always normalized (no leading zeros, "-0E0" => "+0E0")
2475 # strip leading/trailing whitespace, leading zeros, underscore and reject
2479 # strip white space at front, also extranous leading zeros
2512 if ($e =~ /^([+-]?)0*(\d+)$/) # strip leading zeros
2522 if ($mi =~ /^([+-]?)0*(\d+)$/) # strip leading zeros
2902 input is accepted as decimal, hex (with leading '0x') or binary (with leading
3932 drop the leading '+'. The old code would return '+3', the new returns '3'.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm456 _failmsg "Did not find leading dereferencer", pos $$textref;
1468 tag is constructed by inserting a C</> after any leading bracket
1757 # Replace one or more leading whitespace-separated quotelike
2034 it is matched against the text in a scalar context with a leading
2219 =item C<Did not find leading dereferencer>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm51 # names must have leading $ sign stripped. begin the name with *
731 anonymous array of names for the values. The names need not have a leading

Completed in 81 milliseconds

12