Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 7831 - 7840 of about 10,000 for content_length:[10000 TO 99999] (2.15 sec)

  1. Unbounded Splittable DoFn Support Status

    Apache Beam is an open source, unified model and set of language-specific SDKs for defining and executing data processing workflows, and also data ingestion and integration flows, supporting Enterprise Integration Patterns (EIPs) and Domain Specific Languages (DSLs). Dataflow pipelines simplify the mechanics of large-scale batch and streaming data processing and can run on a number of runtimes like Apache Flink, Apache Spark, and Google Cloud Dataflow (a cloud service). Beam also brings DSL in different languages, allowing users to easily implement their data integration processes.
    beam.apache.org/documentation/runners/capability-matrix/unbounded-splittable-dofn-support-status/
    Registered: Fri Dec 12 00:29:33 UTC 2025
    - Last Modified: Thu Dec 11 17:48:43 UTC 2025
    - 23K bytes
    - Viewed (0)
  2. loadbalance

    *loadbalance* randomizes the order of A, AAAA and MX records and optionally prefers specific subnets.
    coredns.io/plugins/loadbalance/
    Registered: Fri Dec 12 00:31:32 UTC 2025
    - 10.3K 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: Mon Dec 08 04:54:45 UTC 2025
    - 42.2K bytes
    - Viewed (0)
  4. 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: Mon Dec 08 07:06:36 UTC 2025
    - 16.1K bytes
    - Viewed (0)
  5. POSIX.txt

    =head1 NAME POSIX - Perl interface to IEEE Std 1003.1 =head1 SYNOPSIS use POSIX (); use POSIX qw(setsid); use POSIX qw(:errno_h :fcntl_h); printf "EINTR is %d\n", EINTR; my $sess_id = POSIX::setsid...
    perldoc.perl.org/POSIX.txt
    Registered: Tue Dec 09 09:11:11 UTC 2025
    - 83.5K bytes
    - Viewed (0)
  6. IPC::Cmd.txt

    package IPC::Cmd; use strict; BEGIN { use constant IS_VMS => $^O eq 'VMS' ? 1 : 0; use constant IS_WIN32 => $^O eq 'MSWin32' ? 1 : 0; use constant IS_HPUX => $^O eq 'hpux' ? 1 : 0; use constant IS_...
    perldoc.perl.org/IPC::Cmd.txt
    Registered: Tue Dec 09 09:25:46 UTC 2025
    - 66K bytes
    - Viewed (0)
  7. Pod::Perldoc.txt

    use 5.006; # we use some open(X, "<", $y) syntax package Pod::Perldoc; use strict; use warnings; use Config '%Config'; use Fcntl; # for sysopen use File::Basename qw(basename); use File::Spec::Func...
    perldoc.perl.org/Pod::Perldoc.txt
    Registered: Tue Dec 09 07:19:11 UTC 2025
    - 63.1K bytes
    - Viewed (0)
  8. Hash::Util::FieldHash.txt

    package Hash::Util::FieldHash; use strict; use warnings; no warnings 'experimental::builtin'; use builtin qw(reftype); our $VERSION = '1.27'; use Exporter 'import'; our %EXPORT_TAGS = ( 'all' => [ ...
    perldoc.perl.org/Hash::Util::FieldHash.txt
    Registered: Tue Dec 09 08:24:41 UTC 2025
    - 29.1K bytes
    - Viewed (0)
  9. IO::Uncompress::Base.txt

    package IO::Uncompress::Base ; use strict ; use warnings; use bytes; our (@ISA, $VERSION, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(IO::File Exporter); $VERSION = '2.213'; use constant G_EOF => 0 ; use ...
    perldoc.perl.org/IO::Uncompress::Base.txt
    Registered: Tue Dec 09 09:39:46 UTC 2025
    - 37.6K bytes
    - Viewed (0)
  10. CloudControlApi - Boto3 1.42.7 documentation

    Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Close Menu Hid...
    boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudcontrol.html
    Registered: Fri Dec 12 00:22:22 UTC 2025
    - Last Modified: Wed Dec 10 20:38:23 UTC 2025
    - 76.5K bytes
    - Viewed (0)
Back to top