Searched refs:it (Results 276 - 300 of 394) sorted by relevance

<<111213141516

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfigpm114 # Search for it in the big string
128 return undef if ( ($start == -1) && # in case it's first
143 # If we had a double-quote, we'd better eval it so escape
155 $self->{$key} = $value; # cache it
222 # NB. as $summary is unique, we need to copy it in a lexical variable
223 # before expanding it, because may have been made readonly if a perl
521 itself it is possible (but unlikely) that the information does not
522 relate to the actual perl binary which is being used to access it.
525 specific library directory ($Config{installarchlib}) and it checks the
540 on platforms supported by it (whic
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm97 # it can just be renamed, instead of read and written.
211 # of "\n" is different on different OS's (sometimes it generates CRLF, sometimes LF
213 # doesn't accept CRLF -- instead it wants a LR. EBCDIC machines don't
268 # See if UNIVERSAL::can finds it.
283 # Now that the function is loaded (if it exists)
382 # are unlinked (via CGITempFile->DESTROY) because it is not
446 # If values is provided, then we set it.
527 # if it was read from STDIN originally.)
616 # from it.
644 # last chance -- treat it a
[all...]
H A DBenchmark.pm62 figure out how long it takes to execute some code.
70 timeit - run a chunk of code and see how long it goes
115 be eval'd; either way it will be run in the caller's package.
182 the children times are both zero, in which case it acts as 'noc'.
254 be eval'd; either way it will be run in the caller's package.
257 calculate the speed of CODE before running it for TIME. The actual
259 resolution, so it's best to look at the number of iterations divided
318 Caching is off by default, as it can (usually slightly) decrease
408 and return an empty string. If cmpthese is calling timethese, make it pass the
644 # -0.01, +0. If we don't wait, then it'
[all...]
H A DCPAN.pm252 # we delay requiring LWP::UserAgent and setting up inheritence until we need it
347 # Now we try to use it for dependency tracking. For that to happen
357 # immediate treatment, I either unshifted it to the front of the queue,
358 # or, if it was already in the queue, I spliced and let it bypass the
359 # others. This became a too correct model that made it impossible to put
364 # (1) looks at the first item in the queue without shifting it off
373 # want to retry later. That's easy if we have it twice in the queue.
384 # tell the distribution object that it should ask the user before
433 # user typed it severa
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm450 # to be an alternative end of line seperator on VMS so we quote it
499 want to include this file in the library. Otherwise it returns the
675 to be interpreted normally, otherwise it will be considered a make
676 macro. Also remember to quote make macros else it might be used as a
690 This will quote $text so it is interpreted literally in the shell.
765 Something of a hack but it prevents a lot of code duplication between
789 Some OSes do not need these in which case leave it blank.
H A DInstalled.pm152 # accepting it
263 created during installation to provide this information. In addition it
309 This is identical in operation to directories(), except that it includes all the
H A DMM_Win32.pm126 The Win9x shell does not expand globs and I'll play it safe and assume
129 So we do it for them.
189 # Setting SHELL from $Config{sh} can break dmake. Its ok without it.
193 # -Lfoo must come first for Borland, so we put it in LDDLFLAGS
277 # then copy that to $(INST_STATIC) and add $(OBJECT) into it.
425 All we send is -nologo to nmake to prevent it from printing its damned
463 # I don't know if this is correct, but it seems to work on
468 # quotes; however it transforms {{ into { either inside and outside double
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm4 # This program is free software; you can redistribute it and/or
5 # modify it under the same terms as Perl itself.
123 # currently know and SASL mechanisms that are used by smtp that need it
128 # so we dont inherit from IO::Socket, but instead hold it in an attribute
614 states that it returns a value, failure will be returned as I<undef> or an
634 normally not have to call it manually.
690 bad address is encountered and it will return an array of addresses
740 and pass that to mail(). While this may work, it is not reccomended.
763 This program is free software; you can redistribute it and/or modify
764 it unde
[all...]
H A DFTP.pm4 # This program is free software; you can redistribute it and/or
5 # modify it under the same terms as Perl itself.
34 # Name is too long for AutoLoad, it clashes with pasv_xfer
587 unless $filelist && @$filelist; # failed, it is probably not a directory
596 # Failed to delete it, assume its a directory
650 # can cd to it, if so then return path
914 # convention (RFC 959 requires it, but the first 3 servers I checked
915 # didn't implement it). It will fail on a server which uses a quote in
1336 states that it returns a value, failure will be returned as I<undef> or an
1374 text files, then it wil
[all...]
H A DPOP3.pm4 # This program is free software; you can redistribute it and/or
5 # modify it under the same terms as Perl itself.
427 states that it returns a value, failure will be returned as I<undef> or an
545 This program is free software; you can redistribute it and/or modify
546 it under the same terms as Perl itself.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm110 return 2 if $Name{$tag}; # not only is it decent, it's known!
142 and returns the best attempt at an English name for it, or
143 undef if it can't make sense of the tag.
150 "fr" or "fr-ca", below). That is, it returns false for tags that are
154 The map of tags-to-names that it uses is accessable as
155 %I18N::LangTags::List::Name, and it's the same as the list
230 The name in the =item line MUST NOT have E<...>'s in it!!
863 =item {it} : Italian
866 {it
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm52 # are NaNs ok? (otherwise it dies when encountering an NaN) set w/ config()
73 # the old code had $rnd_mode, so we need to support it, too
82 # whether it is valid or not.
422 # objectify is costly, so avoid it
456 # the numify somewhat limits our length, but makes it much faster
468 my $xm = $x->{_m}; # not yet copy it
492 # objectify is costly, so avoid it
523 # the numify somewhat limits our length, but makes it much faster
532 my $xm = $x->{_m}; # not yet copy it
554 # objectify is costly, so avoid it
[all...]
H A DComplex.pm1296 # don't happen to have overridden it via ->display_format
1343 # . If a specific display format has been recorded for this object, use it.
1505 it with real numbers... you just have to remember that
1531 (also called the I<complex plane>, but it's really a 2D plane).
1536 is the point whose coordinates are (a, b). Actually, it would
1562 In other words, it's the projection of the vector onto the I<x> and I<y>
1581 non-negative real number (it is an application from B<R+> to B<R+>).
1582 If we allow it to return a complex number, then it can be extended to
1606 I<as usual> when the imaginary part is zero (otherwise, it woul
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL138 Time (in seconds) spent in this routine and routines called from it.
143 from it).
148 (including those called from it).
167 Otherwise the time to autoload it is counted as time of the subroutine
205 Tells dprofpp that it should profile the given script and then interpret its
234 calling level then it is displayed once with a repeat count.
273 Ignore subroutines except C<subroutine> and whatever is called from it.
349 # there was a filename, it overrides any earlier name.
415 $Monfile = 'tmon.out'; # because that's where it is
H A Dh2ph.PL366 # tack { on the front, and skip it in the loop
661 # Create "_h2ph_pre.ph", if it doesn't exist or was built by a different
838 The usual warnings if it can't read or write the files involved.
844 It doesn't handle all C constructs, but it does attempt to isolate
846 that it can translate.
851 You have to run this program by hand; it's not run as part of the Perl
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm139 # except on OSX where it is set to 250 msec, and can be set
314 # if $ident is undefined, it means openlog() wasn't previously called
315 # so do it now in order to have sensible defaults
390 # "native" mechanism already handles it by itself
398 # it's possible that we'll get an error from sending
405 # it's been a while... maybe things have been fixed
408 $transmit_ok = 0; # make it look like a fresh attempt
441 # so we do it in a child process and always return success
451 # it's possible that the caller has other
469 # look like a putmsg() with simple header. For instance it work
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm60 adds the line to the history of input, from where it can be used if
70 If argument is specified, it is an advice on minimal size of line to
144 is true, it should be tail of the name of the package to use, such as
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dconfig.charset6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
11 # This program is distributed in the hope that it will be useful,
137 fr_LU ga ga_IE gl gl_ES id id_ID in in_ID is is_IS it it_CH \
473 # to file system functions, and it is the OS which will convert
516 # BeOS and Haiku have a single locale, and it has UTF-8 encoding.
527 echo "# correct it in this file, and send a mail to"
589 echo "it CP850"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2usage.PL43 # you can redistribute it and/or modify it under the same terms
102 Specifies one or more directories to search for the input file if it
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL735 a distinct argument, so it may need to be surrounded by whitespace and/or
759 on the position of the C<-follow> option. If it precedes the file
865 a distinct argument, so it may need to be surrounded by whitespace and/or
873 a distinct argument, so it may need to be surrounded by whitespace and/or
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
H A DFile.xs32 # Open an exacct file and return an object with which to manipulate it.
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs24 * In a void context it returns nothing, in a scalar context it returns just
25 * the name of the project and in a list context it returns a 6-element list
91 # 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/ext/B/B/
H A DXref.pm74 The C<t> option prints the object on the top of the stack as it's
75 being tracked. The C<O> option prints each operator as it's being
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DMakefile.PL89 # unfortunately, it is a little buggy around #ifdef'd code.
90 # my choice is leave it in and have people with old perls complain
91 # about the "Usage" bug, or leave it out and be unable to compile myself
92 # without changing it, and then I'd always forget to change it before a
258 (or, at least, I cannot find it)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dupgrade.inc6 # BigFloat, depending on how good the internal optimization is (e.g. it
12 # with ^, since then we test whether it has the proper class and that it left
208 ok (ref($ans1),$expected_class); # also checks that it really is ref!
573 # it must be exactly /^[+-]inf$/

Completed in 56 milliseconds

<<111213141516