- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 7831 - 7840 of about 10,000 for content_length:[10000 TO 99999] (1.51 sec)
-
jQuery.hasData() | jQuery API Documentation
jQuery API Documentation jQuery.hasData( element ) Returns: Boolean Description: Determine whether an element has any...api.jquery.com/jQuery.hasData/Registered: Fri Dec 12 00:32:16 UTC 2025 - Last Modified: Fri Dec 12 00:32:16 UTC 2025 - 39.8K bytes - Viewed (0) -
kubernetes
*kubernetes* enables reading zone data from a Kubernetes cluster.coredns.io/plugins/kubernetes/Registered: Fri Dec 12 00:30:17 UTC 2025 - 20.5K bytes - Viewed (0) -
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) -
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) -
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: Mon Dec 08 04:54:45 UTC 2025 - 42.2K 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: Mon Dec 08 07:06:36 UTC 2025 - 16.1K bytes - Viewed (0) -
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.txtRegistered: Tue Dec 09 09:11:11 UTC 2025 - 83.5K bytes - Viewed (0) -
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.txtRegistered: Tue Dec 09 09:25:46 UTC 2025 - 66K bytes - Viewed (0) -
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.txtRegistered: Tue Dec 09 07:19:11 UTC 2025 - 63.1K bytes - Viewed (0) -
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.txtRegistered: Tue Dec 09 08:24:41 UTC 2025 - 29.1K bytes - Viewed (0)