- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2261 - 2270 of 3,449 for filetype:txt (0.05 sec)
-
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.txtRegistered: Mon Sep 08 09:53:42 UTC 2025 - Last Modified: Wed Feb 08 19:04:37 UTC 2023 - 989 bytes - Viewed (0) -
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.txtRegistered: Mon Sep 08 09:55:39 UTC 2025 - Last Modified: Thu Jun 05 00:07:09 UTC 2025 - 1.1K bytes - Viewed (0) -
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.txtRegistered: Thu Sep 04 19:08:27 UTC 2025 - 42.2K bytes - Viewed (0) -
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.txtRegistered: Thu Sep 04 15:26:54 UTC 2025 - 23.4K bytes - Viewed (0) -
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.txtRegistered: Thu Sep 04 16:45:15 UTC 2025 - 16.1K bytes - Viewed (0) -
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.txtRegistered: Thu Sep 04 16:52:22 UTC 2025 - 10.5K bytes - Viewed (0) -
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.txtRegistered: Thu Sep 04 14:55:28 UTC 2025 - 6.5K bytes - Viewed (0) -
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.txtRegistered: Thu Sep 04 19:23:36 UTC 2025 - 4.6K bytes - Viewed (0) -
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.txtRegistered: Thu Sep 04 15:11:42 UTC 2025 - 5.4K bytes - Viewed (0) -
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.txtRegistered: Thu Sep 04 15:41:14 UTC 2025 - 1K bytes - Viewed (0)