Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2261 - 2270 of 3,449 for filetype:txt (0.05 sec)

  1. rook.rst.txt

    .. _mgr-rook: ==== Rook ==== Rook (https://rook.io/) is an orchestration tool that can run Ceph inside a Kubernetes cluster. The ``rook`` module provides integration between Ceph's orchestrator fra...
    docs.ceph.com/en/latest/_sources/mgr/rook.rst.txt
    Registered: Mon Sep 08 09:53:42 UTC 2025
    - Last Modified: Wed Feb 08 19:04:37 UTC 2023
    - 989 bytes
    - Viewed (0)
  2. cli_api.rst.txt

    CLI API Commands Module ========== The CLI API module exposes most of the ceph-mgr Python API via CLI commands. This API can be benchmarked. Enabling -------- Enable the ``cli api`` module by runni...
    docs.ceph.com/en/latest/_sources/mgr/cli_api.rst.txt
    Registered: Mon Sep 08 09:55:39 UTC 2025
    - Last Modified: Thu Jun 05 00:07:09 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  3. File::Path.txt

    package File::Path; use 5.005_04; use strict; use Cwd 'getcwd'; use File::Basename (); use File::Spec (); BEGIN { if ( $] < 5.006 ) { # can't say 'opendir my $dh, $dirname' # need to initialise $dh...
    perldoc.perl.org/File::Path.txt
    Registered: Thu Sep 04 19:08:27 UTC 2025
    - 42.2K bytes
    - Viewed (0)
  4. Filter::Simple.txt

    package Filter::Simple; use Text::Balanced ':ALL'; our $VERSION = '0.96'; use Filter::Util::Call; use Carp; our @EXPORT = qw( FILTER FILTER_ONLY ); sub import { if (@_>1) { shift; goto &FILTER } el...
    perldoc.perl.org/Filter::Simple.txt
    Registered: Thu Sep 04 15:26:54 UTC 2025
    - 23.4K bytes
    - Viewed (0)
  5. File::Spec::VMS.txt

    package File::Spec::VMS; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); use File::Basename; use VMS::Filespec; =head1...
    perldoc.perl.org/File::Spec::VMS.txt
    Registered: Thu Sep 04 16:45:15 UTC 2025
    - 16.1K bytes
    - Viewed (0)
  6. File::Spec::Win32.txt

    package File::Spec::Win32; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); # Some regexes we use for path splitting my...
    perldoc.perl.org/File::Spec::Win32.txt
    Registered: Thu Sep 04 16:52:22 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  7. I18N::LangTags::Detect.txt

    # Time-stamp: "2004-06-20 21:47:55 ADT" require 5; package I18N::LangTags::Detect; use strict; our ( $MATCH_SUPERS, $USING_LANGUAGE_TAGS, $USE_LITERALS, $MATCH_SUPERS_TIGHTLY); BEGIN { unless(defin...
    perldoc.perl.org/I18N::LangTags::Detect.txt
    Registered: Thu Sep 04 14:55:28 UTC 2025
    - 6.5K bytes
    - Viewed (0)
  8. 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: Thu Sep 04 19:23:36 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  9. IO::Pipe.txt

    # IO::Pipe.pm # # Copyright (c) 1996-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl i...
    perldoc.perl.org/IO::Pipe.txt
    Registered: Thu Sep 04 15:11:42 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  10. ExtUtils::MM_DOS.txt

    package ExtUtils::MM_DOS; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Any; require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Uni...
    perldoc.perl.org/ExtUtils::MM_DOS.txt
    Registered: Thu Sep 04 15:41:14 UTC 2025
    - 1K bytes
    - Viewed (0)
Back to top