- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2831 - 2840 of 3,598 for filetype:txt (0.29 sec)
-
Unicode::Normalize.txt
package Unicode::Normalize; use 5.006; use strict; use warnings; use Carp; no warnings 'utf8'; our $VERSION = '1.32'; our $PACKAGE = __PACKAGE__; our @EXPORT = qw( NFC NFD NFKC NFKD ); our @EXPORT_...perldoc.perl.org/Unicode::Normalize.txtRegistered: Wed Dec 03 10:35:54 UTC 2025 - 19.5K bytes - Viewed (0) -
autodie::Scope::GuardStack.txt
package autodie::Scope::GuardStack; use strict; use warnings; use autodie::Scope::Guard; # ABSTRACT: Hook stack for managing scopes via %^H our $VERSION = '2.37'; # VERSION my $H_KEY_STEM = __PACKA...perldoc.perl.org/autodie::Scope::GuardStack.txtRegistered: Wed Dec 03 11:27:14 UTC 2025 - 3.3K bytes - Viewed (0) -
Unicode::UCD.txt
package Unicode::UCD; use strict; use warnings; no warnings 'surrogate'; # surrogates can be inputs to this use charnames (); our $VERSION = '0.81'; sub DEBUG () { 0 } $|=1 if DEBUG; require Export...perldoc.perl.org/Unicode::UCD.txtRegistered: Wed Nov 26 04:42:39 UTC 2025 - 183.2K bytes - Viewed (0) -
podchecker.txt
#!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # podchecker -- command to invoke the podchecker function in Pod::Checker # # Copyright (c) 1998-2...perldoc.perl.org/podchecker.txtRegistered: Fri Nov 28 03:40:34 UTC 2025 - 3.7K bytes - Viewed (0) -
contributors.txt
# Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/regular_expressions/named_backreference/index.md 164developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Named_backreference...Registered: Fri Dec 12 02:37:14 UTC 2025 - Last Modified: Tue Aug 19 16:04:56 UTC 2025 - 164 bytes - Viewed (0) -
versions.rst.txt
========== Public OSD Version ========== We maintain two versions on disk: an eversion_t pg_log.head and a version_t info.user_version. Each object is tagged with both the pg version and user_versi...docs.ceph.com/en/latest/_sources/dev/versions.rst.txtRegistered: Fri Dec 12 02:37:21 UTC 2025 - Last Modified: Wed Feb 08 19:04:48 UTC 2023 - 2.1K bytes - Viewed (0) -
perlfaq6.txt
=pod =encoding UTF-8 =head1 NAME perlfaq6 - Regular Expressions =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section is surprisingly small because the rest of the FAQ is littered with ...perldoc.perl.org/perlfaq6.txtRegistered: Fri Dec 05 15:36:24 UTC 2025 - 38.6K bytes - Viewed (0) -
perlgit.txt
=encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlgit.pod =head1 NAME perlgit - Detailed information about git and the Perl repository ...perldoc.perl.org/perlgit.txtRegistered: Fri Dec 05 23:26:40 UTC 2025 - 31K bytes - Viewed (0) -
re.txt
package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.48"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...perldoc.perl.org/re.txtRegistered: Fri Dec 05 18:00:01 UTC 2025 - 28.3K bytes - Viewed (0) -
perlxstypemap.txt
=head1 NAME perlxstypemap - Perl XS C/Perl type mapping =head1 DESCRIPTION The more you think about interfacing between two languages, the more you'll realize that the majority of programmer effort...perldoc.perl.org/perlxstypemap.txtRegistered: Sat Dec 06 01:54:15 UTC 2025 - 23.4K bytes - Viewed (0)