- Sort Score
- Num 10 results
- Language All
- Labels All
Results 5061 - 5070 of 7,247 for content_length:[0 TO 9999] (0.1 seconds)
-
DependencyFileSets Task – Apache Maven AntRun P...
DependencyFilesets Task This task will create fileset objects containing the Maven project dependencies. This can be ...maven.apache.org/plugins/maven-antrun-plugin/tasks/dependencyFilesets.htmlFri Oct 17 19:02:38 GMT 2025 9.8K bytes -
index.html.md
# Develop with Redis ```json metadata { "title": "Develop with Redis", "description": "Learn how to develop with Redis", "categories": null, "tableOfContents": {"sections":}, "codeExamples": [] } `...redis.io/docs/latest/develop/index.html.mdWed Jan 28 22:15:07 GMT 2026 4.8K bytes -
Apache Maven JLink Plugin – PMD Results
PMD Results The following document contains the results of PMD 6.55.0. Violations By Priority Priority 4 org/apache/m...maven.apache.org/plugins/maven-jlink-plugin/pmd.htmlMon Jan 29 19:35:35 GMT 2024 9.3K bytes -
autodie::exception::system.txt
package autodie::exception::system; use 5.008; use strict; use warnings; use parent 'autodie::exception'; use Carp qw(croak); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # AB...perldoc.perl.org/autodie::exception::system.txtFri Feb 06 15:09:41 GMT 2026 1.6K bytes -
subs.txt
package subs; use strict; use warnings; our $VERSION = '1.04'; =head1 NAME subs - Perl pragma to predeclare subroutine names =head1 SYNOPSIS use subs qw(frob); frob 3..10; =head1 DESCRIPTION This w...perldoc.perl.org/subs.txtFri Feb 06 17:02:18 GMT 2026 945 bytes -
ExtUtils::Command.txt
package ExtUtils::Command; use 5.00503; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod dos2unix);...perldoc.perl.org/ExtUtils::Command.txtSat Feb 07 01:54:46 GMT 2026 7.6K bytes -
Env.txt
package Env; our $VERSION = '1.06'; =head1 NAME Env - perl module that imports environment variables as scalars or arrays =head1 SYNOPSIS use Env; use Env qw(PATH HOME TERM); use Env qw($SHELL @LD_...perldoc.perl.org/Env.txtSat Feb 07 05:07:17 GMT 2026 5.4K bytes -
CPAN::Version.txt
package CPAN::Version; use strict; use vars qw($VERSION); $VERSION = "5.5003"; # CPAN::Version::vcmp courtesy Jost Krieger sub vcmp { my($self,$l,$r) = @_; local($^W) = 0; CPAN->debug("l[$l] r[$r]"...perldoc.perl.org/CPAN::Version.txtSat Feb 07 04:40:42 GMT 2026 4.3K bytes -
integer.txt
package integer; our $VERSION = '1.01'; =head1 NAME integer - Perl pragma to use integer arithmetic instead of floating point =head1 SYNOPSIS use integer; $x = 10/3; # $x is now 3, not 3.3333333333...perldoc.perl.org/integer.txtFri Feb 06 21:14:42 GMT 2026 3.2K bytes -
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.txtFri Feb 06 21:22:27 GMT 2026 3.1K bytes