Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 6,422 for content_length:[0 TO 9999] (0.05 sec)

  1. Test2::Plugin::BailOnFail.txt

    package Test2::Plugin::BailOnFail; use strict; use warnings; our $VERSION = '1.302210'; use Test2::API qw/test2_add_callback_context_release/; my $LOADED = 0; sub import { return if $LOADED++; test...
    perldoc.perl.org/Test2::Plugin::BailOnFail.txt
    Registered: Thu Nov 13 22:57:31 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  2. Test2::Require::NonInteractiveTesting.txt

    package Test2::Require::NonInteractiveTestin; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '1.302210'; sub skip { my $class = shift; return undef if $ENV{'NONINTERACTIVE_TEST...
    perldoc.perl.org/Test2::Require::NonInteractiveTesting.txt
    Registered: Thu Nov 13 18:51:54 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  3. Test2::Require::AuthorTesting.txt

    package Test2::Require::AuthorTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '1.302210'; sub skip { my $class = shift; return undef if $ENV{'AUTHOR_TESTING'}; return '...
    perldoc.perl.org/Test2::Require::AuthorTesting.txt
    Registered: Thu Nov 13 20:35:25 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  4. autodie::Util.txt

    package autodie::Util; use strict; use warnings; use Exporter 5.57 qw(import); use autodie::Scope::GuardStack; our @EXPORT_OK = qw( fill_protos install_subs make_core_trampoline on_end_of_compile_s...
    perldoc.perl.org/autodie::Util.txt
    Registered: Fri Nov 14 06:17:14 UTC 2025
    - 7.6K bytes
    - Viewed (0)
  5. Time::Seconds.txt

    package Time::Seconds; use strict; our $VERSION = '1.36'; use Exporter 5.57 'import'; our @EXPORT = qw( ONE_MINUTE ONE_HOUR ONE_DAY ONE_WEEK ONE_MONTH ONE_YEAR ONE_FINANCIAL_MONTH LEAP_YEAR NON_LEA...
    perldoc.perl.org/Time::Seconds.txt
    Registered: Fri Nov 14 04:49:31 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  6. Tie::Scalar.txt

    package Tie::Scalar; our $VERSION = '1.06'; =head1 NAME Tie::Scalar, Tie::StdScalar - base class definitions for tied scalars =head1 SYNOPSIS package NewScalar; require Tie::Scalar; @ISA = qw(Tie::...
    perldoc.perl.org/Tie::Scalar.txt
    Registered: Fri Nov 14 08:02:22 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  7. User::grent.txt

    package User::grent 1.05; use v5.38; our ($gr_name, $gr_gid, $gr_passwd, @gr_members); use Exporter 'import'; our @EXPORT = qw(getgrent getgrgid getgrnam getgr); our @EXPORT_OK = qw($gr_name $gr_gi...
    perldoc.perl.org/User::grent.txt
    Registered: Fri Nov 14 07:20:31 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  8. autodie::Scope::Guard.txt

    package autodie::Scope::Guard; use strict; use warnings; # ABSTRACT: Wrapper class for calling subs at end of scope our $VERSION = '2.37'; # VERSION # This code schedules the cleanup of subroutines...
    perldoc.perl.org/autodie::Scope::Guard.txt
    Registered: Fri Nov 14 08:13:17 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  9. exposing-schema-information.html.md

    # Exposing schema information Some applications need to expose information about schemas to data plane clients. This document explains how to add an API for that to your application. You need to kn...
    docs.vespa.ai/en/exposing-schema-information.html.md
    Registered: Mon Nov 17 05:23:33 UTC 2025
    - Last Modified: Fri Nov 14 15:30:23 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  10. document-summaries.html.md

    # Document Summaries A _document summary_ is the information that is shown for each document in a query result. What information to include is determined by a _document summary class_: A named set ...
    docs.vespa.ai/en/document-summaries.html.md Similar Results (1)
    Registered: Mon Nov 17 05:23:55 UTC 2025
    - Last Modified: Fri Nov 14 15:30:23 UTC 2025
    - 8.4K bytes
    - Viewed (0)
Back to top