- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 271 - 280 of 3,812 for filetype:txt (0.03 sec)
-
erasure-code.rst.txt
.. _ecpool: ========== Erasure code ========== By default, Ceph `pools <../pools>`_ are created with the type "replicated". In replicated-type pools, every object is copied to multiple disks. This ...docs.ceph.com/en/latest/_sources/rados/operations/erasure-code.rst.txtRegistered: Wed Apr 16 01:59:38 UTC 2025 - Last Modified: Sun Mar 30 21:48:31 UTC 2025 - 15.1K bytes - Viewed (0) -
contributors.txt
# Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/global_objects/typeerror/index.md # Original Wiki contributors mfuji09 fscholz Zear...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypeError/contributors.txtRegistered: Wed Apr 16 02:01:24 UTC 2025 - Last Modified: Fri Apr 14 01:38:14 UTC 2023 - 289 bytes - Viewed (0) -
index.rst.txt
.. _pgcalc: ======= PG Calc ======= .. raw:: html <link rel="stylesheet" id="wp-job-manager-job-listings-css" href="https://web.archive.org/web/20230614135557cs_/https://old.ceph.com/wp-content/plu...docs.ceph.com/en/latest/_sources/rados/operations/pgcalc/index.rst.txtRegistered: Wed Apr 16 02:02:51 UTC 2025 - Last Modified: Fri Mar 08 08:51:21 UTC 2024 - 5.9K bytes - Viewed (0) -
IO::Socket::IP.txt
# You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2010-2023 -- leonerd@leonerd.org.uk packa...perldoc.perl.org/IO::Socket::IP.txtRegistered: Sat Apr 12 20:09:41 UTC 2025 - 39.9K bytes - Viewed (0) -
charnames.txt
package charnames; use strict; use warnings; our $VERSION = '1.50'; use unicore::Name; # mktables-generated algorithmically-defined names use _charnames (); # The submodule for this where most of t...perldoc.perl.org/charnames.txtRegistered: Sat Apr 12 19:13:12 UTC 2025 - 20.6K bytes - Viewed (0) -
constant.txt
package constant; use 5.008; use strict; use warnings::register; our $VERSION = '1.33'; our %declared; #========= # Some names are evil choices. my %keywords = map +($_, 1), qw{ BEGIN INIT CHECK EN...perldoc.perl.org/constant.txtRegistered: Sat Apr 12 16:53:29 UTC 2025 - 14.4K bytes - Viewed (0) -
autodie.txt
package autodie; use 5.008; use strict; use warnings; use parent qw(Fatal); our $VERSION; # ABSTRACT: Replace functions with ones that succeed or die with lexical scope BEGIN { our $VERSION = '2.37...perldoc.perl.org/autodie.txtRegistered: Sat Apr 12 17:21:24 UTC 2025 - 12.1K bytes - Viewed (0) -
Digest.txt
package Digest; use strict; use warnings; our $VERSION = "1.20"; our %MMAP = ( "SHA-1" => [ [ "Digest::SHA", 1 ], "Digest::SHA1", [ "Digest::SHA2", 1 ] ], "SHA-224" => [ [ "Digest::SHA", 224 ] ], "...perldoc.perl.org/Digest.txtRegistered: Sat Apr 12 19:40:42 UTC 2025 - 11K bytes - Viewed (0) -
Amiga::ARexx.txt
package Amiga::ARexx; use 5.016000; use strict; use warnings; use Carp; use Exporter 'import'; # Items to export into callers namespace by default. Note: do not export # names by default without a ...perldoc.perl.org/Amiga::ARexx.txtRegistered: Sat Apr 12 16:23:21 UTC 2025 - 6.7K bytes - Viewed (0) -
less.txt
package less; use strict; use warnings; our $VERSION = '0.03'; sub _pack_tags { return join ' ', @_; } sub _unpack_tags { return grep { defined and length } map { split ' ' } grep {defined} @_; } s...perldoc.perl.org/less.txtRegistered: Sat Apr 12 19:31:10 UTC 2025 - 3.1K bytes - Viewed (0)