Searched refs:This (Results 226 - 250 of 520) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigrat.pm192 Math::BigInt::Calc. This is equivalent to saying:
220 the fxxx() notation, though. This makes you independed on the fact that the
267 This program is free software; you may redistribute it and/or modify it under
H A Dattributes.pm146 This means that you have to I<reach> the run-time component of the C<my>
185 This has a meaning when taken together with the B<locked> attribute,
208 This routine expects a single parameter--a reference to a
219 This routine expects a single parameter--a reference to a subroutine or
222 This can be useful for determining the I<type> value which forms part of
258 This method receives a single argument, which is a reference to the
261 This list may be empty.
265 This method is called with two fixed arguments, followed by the list of
405 This last example is purely for purposes of completeness. You should not
H A Dsigtrap.pm171 trace to STDERR and then tries to dump core. This is the default signal
225 This token tells B<sigtrap> to install handlers only for subsequently
230 This token tells B<sigtrap> to install handlers for all subsequently
231 listed signals. This is the default behavior.
H A Dvars.pm63 This will predeclare all the variables whose names are
/opensolaris-onvv-gate/usr/src/cmd/dtrace/demo/
H A Dmkdemo.pl110 * This D script is used as an example in the Solaris Dynamic Tracing Guide
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm13 The Devel::DProf package is a Perl code profiler. This will collect
15 script. This information can be used to determine which subroutines are
16 using the most time and which subroutines are being called most often. This
152 C<current_sub>, i.e., to C<0>. This will cause a segfault on the exit
184 # This sub is needed for calibration.
201 # This sub is needed during startup.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Byte/
H A DByte.pm23 This module implements various single byte encodings. For most cases it uses
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/
H A DKR.pm30 This module implements Korean charset encodings. Encodings supported
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSysV.pm4 # This program is free software; you can redistribute it and/or
100 This program is free software; you can redistribute it and/or modify it
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/
H A DUtil.pm4 # This program is free software; you can redistribute it and/or
83 # This eval will fail if the reference is not blessed
263 REF will be turned into a weak reference. This means that it will not
267 This is useful for keeping copies of references , but you don't want to
281 There is a bug in perl5.6.0 with UV's that are >= 1<<31. This will
287 This program is free software; you can redistribute it and/or modify it
293 This program is free software; you can redistribute it and/or modify it
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm105 C<nanosleep()> does not use signals. This, however is unportable, and you
148 Returns a floating seconds since the epoch. This function can be
152 B<NOTE 1>: This higher resolution timer can return values either less
175 seconds actually slept (a floating point value). This function can be
184 behaviour. This function can be imported, resulting in a nice drop-in
189 This means that an C<alarm()> followed by a C<select()>
222 may be more or less than real or wallclock time. (This time is also
227 (This time is also known as the I<system time>.) (The sum of user
356 This program is free software; you can redistribute it and/or modify
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
H A Dattrs.pm27 This pragma lets you set and get attributes for subroutines.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DFunctions.pm60 This module exports convenience functions for all of the class methods
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.pm57 process rather than an external command. This feature isn't yet
62 take care of this, you need to do this yourself. This is normally as
72 This is very dangerous, as you may block forever. It assumes it's
74 from it. This is presumably safe because you "know" that commands
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DConfig.pm4 # This program is free software; you can redistribute it and/or
135 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
150 invoked as class methods. This is because C<Net::Config> inherits from
164 This is done by using hostname lookup and the C<local_netmask> entry in
H A DPing.pm603 # (This can occur on some platforms with errno
631 # This should set $! to the correct error.
750 # This writes the given string to the socket and then reads it
907 # This will disconnect from the old saddr.
1041 # This is the expected condition.
1217 # This should set $! to the correct error.
1427 This module contains methods to test the reachability of remote
1440 data is actually echoed. This protocol does not require any special
1447 reachable. This protocol does not require any special privileges.
1481 This protoco
[all...]
H A DSMTP.pm4 # This program is free software; you can redistribute it and/or
522 This module implements a client interface to the SMTP and ESMTP
523 protocol, enabling a perl5 application to talk to SMTP servers. This
534 This example prints the mail domain name of the SMTP server known as mailhost:
544 This example sends a small message to the postmaster at the SMTP server
570 This is the constructor for a new Net::SMTP object. C<HOST> is the
582 B<Hello> - SMTP requires that you identify yourself. This option
653 is the address of the sender. This initiates the sending of a message. The
671 Reset the status of the server. This may be called after a message has been
763 This progra
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm369 Initialise the object. This method is subclassed from C<Pod::Parser>.
370 The base class method is invoked. This method defines the default
378 This method should not be invoked by the user directly.
442 # This can not happen when running parse_from_filehandle though
480 This is similar to:
497 package. This is not yet added to the preamble automaatically.
539 a pod C<=head1> directive. This can be used, for example, to turn
540 a C<=head1> into a C<latex> C<subsection>. This should hold a number
583 This is the label that is prefixed to all C<latex> label and index
597 This labe
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToTk.pm114 This is a "plug-in" class that allows Perldoc to use
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DUsage.t119 Testing Pod::Usage. This section is not displayed with -verbose < 2.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm108 This header tells how many tests there will be. For example, C<1..10>
109 means you plan on running 10 tests. This is a safeguard in case your
198 This only works if the header appears at the beginning of the test.
200 This style is B<deprecated>.
207 Test::Harness will report it as a bonus. This indicates that whatever
341 This runs all the given @test_files and divines whether they passed
351 This is just _run_all_tests() plus _show_results()
391 Returns all the files in a directory. This is shorthand for backwards
1032 Harness sets this before executing the individual tests. This allows
1038 This valu
[all...]
/opensolaris-onvv-gate/usr/src/cmd/terminfo/
H A DREADME106 and addressed the cursor to line 25. This model doesn't fit other
114 master set of capabilities. This list is maintained at AT&T UNIX
134 and yyy are sequences to go into the colors you really want. This way
144 terminals that can't do it. This includes "request cursor position",
/opensolaris-onvv-gate/usr/src/lib/libc/i386/fp/
H A D_D_cplx_div.c37 * with r = c * c + d * d. This implementation computes intermediate
50 * This implementation can raise spurious invalid operation, inexact,
58 #error This code is for x86 only
H A D_F_cplx_div.c37 * with r = c * c + d * d. This implementation computes intermediate
50 * This implementation can raise spurious invalid operation, inexact,
58 #error This code is for x86 only
/opensolaris-onvv-gate/usr/src/lib/libc/i386/threads/
H A Dasm_subr.s31 / This is where execution resumes when a thread created with
89 * This is called from sigacthandler() for the purpose of
112 * This version is faster than the old non-threaded version because we

Completed in 224 milliseconds

1234567891011>>