Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1751 - 1760 of 7,713 for content_length:[0 TO 9999] (0.09 seconds)

  1. DocletArtifact (Apache Maven Javadoc Plugin 3.1...

    declaration: package: org.apache.maven.plugins.javadoc.options, class: DocletArtifact
    maven.apache.org/plugins/maven-javadoc-plugin/apidocs/org/apache/maven/plugins/javadoc/options/Do...
    Tue Sep 16 08:36:55 GMT 2025
      9.3K bytes
  2. autodie::skip.txt

    package autodie::skip; use strict; use warnings; our $VERSION = '2.37'; # VERSION # This package exists purely so people can inherit from it, # which isn't at all how roles are supposed to work, bu...
    perldoc.perl.org/autodie::skip.txt
    Fri Feb 06 14:17:01 GMT 2026
      1.2K bytes
  3. fields.txt

    use 5.008; package fields; use strict; no strict 'refs'; unless( eval {require warnings::register; warnings::register->import; 1} ) { *warnings::warnif = sub { require Carp; Carp::carp(@_); } } our...
    perldoc.perl.org/fields.txt
    Fri Feb 06 16:40:31 GMT 2026
      9.2K bytes
  4. encoding::warnings.txt

    package encoding::warnings; $encoding::warnings::VERSION = '0.14'; use strict; use 5.007; =head1 NAME encoding::warnings - Warn on implicit encoding conversions =head1 VERSION This document describ...
    perldoc.perl.org/encoding::warnings.txt
    Fri Feb 06 17:37:37 GMT 2026
      7K bytes
  5. bytes.txt

    package bytes 1.09; use v5.38; BEGIN { $bytes::hint_bits = 0x0000_0008 } sub import { $^H |= $bytes::hint_bits } sub unimport { $^H &= ~$bytes::hint_bits } sub chr :prototype(_) { BEGIN { import() ...
    perldoc.perl.org/bytes.txt
    Sat Feb 07 00:34:56 GMT 2026
      3.8K bytes
  6. parent.txt

    package parent; use strict; our $VERSION = '0.244'; sub import { my $class = shift; my $inheritor = caller(0); if ( @_ and $_[0] eq '-norequire' ) { shift @_; } else { for ( my @filename = @_ ) { l...
    perldoc.perl.org/parent.txt
    Fri Feb 06 18:50:46 GMT 2026
      2.7K bytes
  7. ExtUtils::CBuilder.txt

    package ExtUtils::CBuilder; use File::Spec (); use File::Path (); use File::Basename (); use Perl::OSType qw/os_type/; use warnings; use strict; our $VERSION = '0.280242'; # VERSION our @ISA; # We ...
    perldoc.perl.org/ExtUtils::CBuilder.txt
    Sat Feb 07 02:44:18 GMT 2026
      8.7K bytes
  8. Encode::PerlIO.txt

    =head1 NAME Encode::PerlIO -- a detailed document on Encode and PerlIO =head1 Overview It is very common to want to do encoding transformations when reading or writing files, network connections, p...
    perldoc.perl.org/Encode::PerlIO.txt
    Sat Feb 07 06:25:28 GMT 2026
      5.9K bytes
  9. 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
    Sat Feb 07 01:48:59 GMT 2026
      3.7K bytes
  10. DirHandle.txt

    package DirHandle; our $VERSION = '1.05'; =head1 NAME DirHandle - (obsolete) supply object methods for directory handles =head1 SYNOPSIS # recommended approach since Perl 5.6: do not use DirHandle ...
    perldoc.perl.org/DirHandle.txt
    Sat Feb 07 06:03:36 GMT 2026
      2K bytes
Back to Top