Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 711 - 720 of 3,443 for filetype:txt (0.66 sec)

  1. Encode::Encoder.txt

    # # $Id: Encoder.pm,v 2.3 2013/09/14 07:51:59 dankogai Exp $ # package Encode::Encoder; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d"...
    perldoc.perl.org/Encode::Encoder.txt
    Registered: Sat Oct 18 21:47:10 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  2. ExtUtils::Constant::XS.txt

    package ExtUtils::Constant::XS; use strict; use vars qw($VERSION %XS_Constant %XS_TypeSet @ISA @EXPORT_OK $is_perl56); use Carp; use ExtUtils::Constant::Utils 'perl_stringify'; require ExtUtils::Co...
    perldoc.perl.org/ExtUtils::Constant::XS.txt
    Registered: Sat Oct 18 23:40:54 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  3. Encode::Unicode::UTF7.txt

    # # $Id: UTF7.pm,v 2.10 2017/06/10 17:23:50 dankogai Exp $ # package Encode::Unicode::UTF7; use strict; use warnings; use parent qw(Encode::Encoding); __PACKAGE__->Define('UTF-7'); our $VERSION = d...
    perldoc.perl.org/Encode::Unicode::UTF7.txt
    Registered: Sat Oct 18 19:31:49 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  4. File::Spec::Cygwin.txt

    package File::Spec::Cygwin; use strict; require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Cygwin - methods for Cygwin fi...
    perldoc.perl.org/File::Spec::Cygwin.txt
    Registered: Sat Oct 18 23:55:55 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  5. Encode::Config.txt

    # # Demand-load module list # package Encode::Config; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use strict; use warnings; our %ExtModule = ( #...
    perldoc.perl.org/Encode::Config.txt
    Registered: Sat Oct 18 19:34:15 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  6. ExtUtils::MM_OS390.txt

    package ExtUtils::MM_OS390; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head...
    perldoc.perl.org/ExtUtils::MM_OS390.txt
    Registered: Sat Oct 18 22:33:36 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  7. Encode::MIME::Name.txt

    package Encode::MIME::Name; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 1.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; # NOTE: This table must be 1:1 mapping our %MI...
    perldoc.perl.org/Encode::MIME::Name.txt
    Registered: Sat Oct 18 20:17:46 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  8. Encode::KR.txt

    package Encode::KR; BEGIN { if ( ord("A") == 193 ) { die "Encode::KR not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...
    perldoc.perl.org/Encode::KR.txt
    Registered: Sun Oct 19 00:52:32 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  9. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/reference/element/fecomposite/index.md # Original Wiki contributors mfluehr fscholz liyongleihf2006 ...
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feComposite/contributors.txt
    Registered: Fri Oct 24 01:29:29 UTC 2025
    - Last Modified: Tue Aug 19 16:05:20 UTC 2025
    - 254 bytes
    - Viewed (0)
  10. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/reference/element/marker/index.md # Original Wiki contributors gerardo-rodriguez Jeremie fscholz eri...
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/marker/contributors.txt
    Registered: Fri Oct 24 01:36:18 UTC 2025
    - Last Modified: Tue Aug 19 16:05:22 UTC 2025
    - 250 bytes
    - Viewed (0)
Back to top