Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3601 - 3610 of 6,576 for content_length:[0 TO 9999] (0.17 sec)

  1. CPAN::Meta::Feature.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Feature; our $VERSION = '2.150010'; use CPAN::Meta::Prereqs; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Feature object describes an opt...
    perldoc.perl.org/CPAN::Meta::Feature.txt
    Registered: Sat Dec 27 02:07:13 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  2. warnings::register.txt

    package warnings::register 1.06; require warnings; # left here as cruft in case other users were using this undocumented routine # -- rjbs, 2010-09-08 sub mkMask { my ($bit) = @_; my $mask = ""; ve...
    perldoc.perl.org/warnings::register.txt
    Registered: Sat Dec 27 06:20:26 UTC 2025
    - 768 bytes
    - Viewed (0)
  3. English.txt

    package English; our $VERSION = '1.11'; require Exporter; @ISA = qw(Exporter); =head1 NAME English - use nice English (or awk) names for ugly punctuation variables =head1 SYNOPSIS use English; use ...
    perldoc.perl.org/English.txt
    Registered: Fri Dec 26 16:05:56 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  4. Devel::SelfStubber.txt

    package Devel::SelfStubber; use File::Spec; require SelfLoader; @ISA = qw(SelfLoader); @EXPORT = 'AUTOLOAD'; $JUST_STUBS = 1; $VERSION = 1.06; sub Version {$VERSION} # Use as # perl -e 'use Devel::...
    perldoc.perl.org/Devel::SelfStubber.txt
    Registered: Sat Dec 27 01:24:49 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  5. CPAN::Kwalify.txt

    =head1 NAME CPAN::Kwalify - Interface between CPAN.pm and Kwalify.pm =head1 SYNOPSIS use CPAN::Kwalify; validate($schema_name, $data, $file, $doc); =head1 DESCRIPTION =over =item _validate($schema_...
    perldoc.perl.org/CPAN::Kwalify.txt
    Registered: Sat Dec 27 01:56:03 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  6. Digest::base.txt

    package Digest::base; use strict; use warnings; our $VERSION = "1.20"; # subclass is supposed to implement at least these sub new; sub clone; sub add; sub digest; sub reset { my $self = shift; $sel...
    perldoc.perl.org/Digest::base.txt
    Registered: Sat Dec 27 01:46:22 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  7. if.txt

    package if; use strict; our $VERSION = '0.0610'; sub work { my $method = shift() ? 'import' : 'unimport'; unless (@_ >= 2) { my $type = ($method eq 'import') ? 'use' : 'no'; die "Too few arguments ...
    perldoc.perl.org/if.txt
    Registered: Sat Dec 27 15:15:03 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  8. stable.txt

    package stable; $stable::VERSION = '0.035'; use strict; use warnings; use version (); use experimental (); use Carp qw/croak carp/; my %allow_at = ( bitwise => 5.022000, isa => 5.032000, lexical_su...
    perldoc.perl.org/stable.txt
    Registered: Sat Dec 27 15:47:16 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  9. format_args_nl in std - Rust

    Same as `format_args`, but adds a newline in the end.
    doc.rust-lang.org/std/macro.format_args_nl.html
    Registered: Fri Oct 24 01:25:31 UTC 2025
    - Last Modified: Thu Sep 18 13:24:44 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  10. index.html.md

    # Tutorials and use cases ### Text search - [Tutorial: Text Search](text-search.html). A text search tutorial and introduction to text ranking with Vespa using traditional information retrieval tec...
    docs.vespa.ai/en/tutorials/index.html.md
    Registered: Mon Nov 17 05:17:39 UTC 2025
    - Last Modified: Fri Nov 14 15:30:23 UTC 2025
    - 4.3K bytes
    - Viewed (0)
Back to top