- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 611 - 620 of 3,803 for filetype:txt (0.04 sec)
-
index.rst.txt
{{ header }} .. _development: ========== Development ========== .. If you update this toctree, also update the manual toctree in the main index.rst.template .. toctree:: :maxdepth: 2 contributing c...pandas.pydata.org/pandas-docs/stable/_sources/development/index.rst.txtRegistered: Wed Jun 04 08:43:56 UTC 2025 - Last Modified: Fri Sep 20 12:23:02 UTC 2024 - 428 bytes - Viewed (0) -
perlrecharclass.txt
=head1 NAME X<character class> perlrecharclass - Perl Regular Expression Character Classes =head1 DESCRIPTION The top level documentation about Perl regular expressions is found in L<perlre>. This ...perldoc.perl.org/perlrecharclass.txtRegistered: Wed Jun 04 23:09:27 UTC 2025 - 47.7K bytes - Viewed (0) -
perlrebackslash.txt
=head1 NAME perlrebackslash - Perl Regular Expression Backslash Sequences and Escapes =head1 DESCRIPTION The top level documentation about Perl regular expressions is found in L<perlre>. This docum...perldoc.perl.org/perlrebackslash.txtRegistered: Wed Jun 04 22:33:59 UTC 2025 - 32.4K bytes - Viewed (0) -
perlmod.txt
=head1 NAME perlmod - Perl modules (packages and symbol tables) =head1 DESCRIPTION =head2 Is this the document you were after? There are other documents which might contain the information that you...perldoc.perl.org/perlmod.txtRegistered: Wed Jun 04 21:24:15 UTC 2025 - 25.9K bytes - Viewed (0) -
charnames.txt
package charnames; use strict; use warnings; our $VERSION = '1.50'; use unicore::Name; # mktables-generated algorithmically-defined names use _charnames (); # The submodule for this where most of t...perldoc.perl.org/charnames.txtRegistered: Thu Jun 05 00:27:27 UTC 2025 - 20.6K bytes - Viewed (0) -
IO::Handle.txt
package IO::Handle; =head1 NAME IO::Handle - supply object methods for I/O handles =head1 SYNOPSIS use IO::Handle; my $io = IO::Handle->new(); if ($io->fdopen(fileno(STDIN),"r")) { print $io->getli...perldoc.perl.org/IO::Handle.txtRegistered: Thu Jun 05 00:55:57 UTC 2025 - 16.7K bytes - Viewed (0) -
File::Glob.txt
package File::Glob; use strict; our($DEFAULT_FLAGS); require XSLoader; # NOTE: The glob() export is only here for compatibility with 5.6.0. # csh_glob() should not be used directly, unless you know...perldoc.perl.org/File::Glob.txtRegistered: Wed Jun 04 22:23:49 UTC 2025 - 12.3K bytes - Viewed (0) -
flock.txt
=over =item flock FILEHANDLE,OPERATION X<flock> X<lock> X<locking> Calls L<flock(2)>, or an emulation of it, on FILEHANDLE. Returns true for success, false on failure. Produces a fatal error if use...perldoc.perl.org/functions/flock.txtRegistered: Thu Jun 05 02:25:24 UTC 2025 - 3.9K bytes - Viewed (0) -
integer.txt
package integer; our $VERSION = '1.01'; =head1 NAME integer - Perl pragma to use integer arithmetic instead of floating point =head1 SYNOPSIS use integer; $x = 10/3; # $x is now 3, not 3.3333333333...perldoc.perl.org/integer.txtRegistered: Wed Jun 04 22:47:45 UTC 2025 - 3.2K bytes - Viewed (0) -
glob.txt
=over =item glob EXPR X<glob> X<wildcard> X<filename, expansion> X<expand> =item glob In list context, returns a (possibly empty) list of filename expansions on the value of EXPR such as the Unix s...perldoc.perl.org/functions/glob.txtRegistered: Thu Jun 05 03:36:44 UTC 2025 - 2.9K bytes - Viewed (0)