Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 61 - 70 of 3,750 for filetype:txt (0.13 seconds)

  1. our

    =over =item our VARLIST X<our> X<global> =item our TYPE VARLIST =item our VARLIST : ATTRS =item our TYPE VARLIST : ATTRS C<our> makes a lexical alias to a package (i.e. global) variable of the same...
    perldoc.perl.org/5.43.6/functions/our
    Mon Jan 12 04:43:33 GMT 2026
      4.6K bytes
      Similar Results (5)
  2. state

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS L<C<state>|/state VARLIST> declares a lexically scoped variable, just like L...
    perldoc.perl.org/5.40.0/functions/state
    Mon Jan 12 04:44:51 GMT 2026
      1.9K bytes
  3. state

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS C<state> declares a lexically scoped variable, just like L<C<my>|/my VARLIST...
    perldoc.perl.org/5.42.0/functions/state
    Mon Jan 12 04:49:18 GMT 2026
      1.9K bytes
      Similar Results (2)
  4. index.rst.txt

    :notoc: .. pandas documentation master file, created by .. module:: pandas ********** pandas documentation ********** **Date**: |today| **Version**: |version| **Download documentation**: `Zipped HT...
    pandas.pydata.org/pandas-docs/stable/_sources/index.rst.txt
    Wed Jan 14 19:29:17 GMT 2026
      3.1K bytes
  5. index.rst.txt

    .. _release: {{ header }} ********** Release notes ********** This is the list of changes to pandas between each release. For full details, see the `commit logs <https://github.com/pandas-dev/panda...
    pandas.pydata.org/pandas-docs/stable/_sources/whatsnew/index.rst.txt
    Wed Jan 14 19:22:04 GMT 2026
      3.1K bytes
  6. index.rst.txt

    {{ header }} .. _api: ========== API reference ========== This page gives an overview of all public pandas objects, functions and methods. All classes and functions exposed in ``pandas.*`` namespac...
    pandas.pydata.org/pandas-docs/stable/_sources/reference/index.rst.txt
    Wed Jan 14 19:22:04 GMT 2026
      2.1K bytes
  7. ExtUtils::ParseXS::Node.txt

    package ExtUtils::ParseXS::Node; use strict; use warnings; our $VERSION = '3.57'; =head1 NAME ExtUtils::ParseXS::Node - Classes for nodes of an ExtUtils::ParseXS AST =head1 SYNOPSIS XXX TBC =head1 ...
    perldoc.perl.org/ExtUtils::ParseXS::Node.txt
    Tue Jan 27 17:45:24 GMT 2026
      52.9K bytes
  8. CPAN::Meta.txt

    use 5.006; use strict; use warnings; package CPAN::Meta; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod use v5.10; #pod use strict; #pod use warnings; #pod use CPAN::Meta; #pod use Modul...
    perldoc.perl.org/CPAN::Meta.txt
    Tue Jan 27 16:15:21 GMT 2026
      29.6K bytes
  9. CPAN::Meta::History::Meta_1_4.txt

    =for :stopwords MailingList PODs RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_4 - Version 1.4 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_4.txt
    Tue Jan 27 15:16:27 GMT 2026
      18.6K bytes
  10. CPAN::Meta::Merge.txt

    use strict; use warnings; package CPAN::Meta::Merge; our $VERSION = '2.150010'; use Carp qw/croak/; use Scalar::Util qw/blessed/; use CPAN::Meta::Converter 2.141170; sub _is_identical { my ($left, ...
    perldoc.perl.org/CPAN::Meta::Merge.txt
    Tue Jan 27 15:53:31 GMT 2026
      8.9K bytes
Back to Top