Search results for "module:URI::ftp"

lib/URI/ftp.pm River stage five • 1893 direct dependents • 10024 total dependents

OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC

Pcore::Util::URI::ftp River stage one • 1 direct dependent • 1 total dependent

ZDM/Pcore-v0.139.0 - 14 Jul 2020 14:12:56 UTC

Class::Value::URI::ftp - Value class for ftp URIs River stage zero No dependents

This value class uses the Class::Value mechanism and is an adapter for Data::Semantic::URI::ftp - see there for more information....

MARCEL/Class-Value-URI-1.100840 - 25 Mar 2010 19:42:35 UTC

Data::Domain::URI::ftp - Data domain class for ftp URIs River stage zero No dependents

This value class uses the Data::Domain mechanism and is an adapter for Data::Semantic::URI::ftp - see there for more information....

MARCEL/Data-Domain-URI-1.100850 - 25 Mar 2010 23:05:46 UTC

MarpaX::ESLIF::URI::ftp - URI::ftp syntax as per RFC1738 River stage zero No dependents

JDDPAUSE/MarpaX-ESLIF-URI-0.007 - 19 Apr 2019 12:26:55 UTC

Data::Semantic::URI::ftp - Semantic data class for ftp URIs River stage one • 2 direct dependents • 2 total dependents

This class can tell whether a value is an FTP URI, as defined by RFCs 1738 and 2396. The "valid()" method will respect the "type" and "password" attributes and the inherited "keep" boolean attribute. See Regexp::Common::URI::ftp for the meaning of "t...

MARCEL/Data-Semantic-URI-1.100850 - 26 Mar 2010 14:50:55 UTC

Regexp::Common::URI::ftp - Returns a pattern for FTP URIs. River stage three • 195 direct dependents • 487 total dependents

$RE{URI}{FTP}{-type}{-password}; Returns a regex for FTP URIs. Note: FTP URIs are not formally defined. RFC 1738 defines FTP URLs, but parts of that RFC have been obsoleted by RFC 2396. However, the differences between RFC 1738 and RFC 2396 are such ...

ABIGAIL/Regexp-Common-2017060201 - 02 Jun 2017 22:07:57 UTC

Data::Semantic::URI::TestData::ftp - Test data class for the ftp URI semantic data class River stage one • 2 direct dependents • 2 total dependents

Defines test data for Data::Semantic::URI::ftp_TEST, but it is also used in the corresponding value and domain classes, i.e., Class::Value::URI::ftp_TEST and Data::Domain::URI::ftp_TEST....

MARCEL/Data-Semantic-URI-1.100850 - 26 Mar 2010 14:50:55 UTC

Class::Value::URI::ftp_TEST - Test companion class for ftp URIs River stage zero No dependents

Test companion class for Class::Value::URI::ftp. Gets its test data from Data::Semantic::URI::TestData::ftp....

MARCEL/Class-Value-URI-1.100840 - 25 Mar 2010 19:42:35 UTC

Data::Domain::URI::ftp_TEST - Test companion class for the ftp URI data domain class River stage zero No dependents

Test companion class for Data::Domain::URI::ftp. Gets its test data from Data::Semantic::URI::TestData::ftp....

MARCEL/Data-Domain-URI-1.100850 - 25 Mar 2010 23:05:46 UTC

Data::Semantic::URI::ftp_TEST - Test companion class for the ftp URI semantic data class River stage one • 2 direct dependents • 2 total dependents

Test companion class for Data::Semantic::URI::ftp. Gets its test data from Data::Semantic::URI::TestData::ftp....

MARCEL/Data-Semantic-URI-1.100850 - 26 Mar 2010 14:50:55 UTC

URI - Uniform Resource Identifiers (absolute and relative) River stage five • 1893 direct dependents • 10024 total dependents

This module implements the "URI" class. Objects of this class represent "Uniform Resource Identifier references" as specified in RFC 2396 (and updated by RFC 2732). A Uniform Resource Identifier is a compact string of characters that identifies an ab...

OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC

URI::virtual - virtual URI, refers to a list of prefixes. River stage zero No dependents

RPAUL/LWP-Protocol-virtual-0.02 - 02 Jun 2005 13:47:53 UTC

URI::Find - Find URIs in arbitrary text River stage three • 36 direct dependents • 221 total dependents

This module does one thing: Finds URIs and URLs in plain text. It finds them quickly and it finds them all (or what URI.pm considers a URI to be.) It only finds URIs which include a scheme (http:// or the like), for something a bit less strict have a...

MSCHWERN/URI-Find-20160806 - 06 Aug 2016 20:45:50 UTC

Test::URI - Check Uniform Resource Identifiers River stage one • 4 direct dependents • 5 total dependents

Check various parts of Uniform Resource Locators...

BDFOY/Test-URI-1.084 - 09 Jan 2022 02:39:43 UTC

Rose::URI - A URI class that allows easy and efficient manipulation of URI components. River stage one • 2 direct dependents • 4 total dependents

Rose::URI is an alternative to URI. The important differences are as follows. Rose::URI provides a rich set of query string manipulation methods. Query parameters can be added, removed, and checked for their existence. URI allows the entire query to ...

JSIRACUSA/Rose-URI-1.00 - 17 Mar 2010 12:36:20 UTC

URI::Match - Match URLs By Parts River stage one • 1 direct dependent • 1 total dependent

This is a simple utility that adds ability to match URL parts against regular expressions, subroutines, or objects that implement a match() method. Since this module uses loops and method calls, writing up a clever regular expression and using it dir...

DMAKI/URI-Match-0.00001 - 08 Nov 2007 01:44:44 UTC

URI::Simple - Simple way to parse uri River stage one • 2 direct dependents • 2 total dependents

This module is a direct port of javascript parseURI regex by Steven Levithan Please See Original Code <http://blog.stevenlevithan.com/archives/parseuri> This module will attempts to split URIs according to RFC 3986 <http://en.wikipedia.org/wiki/URI_s...

MAMOD/URI-Simple-1.00 - 27 May 2013 20:44:23 UTC

URI::Heuristic - Expand URI using heuristics River stage five • 1893 direct dependents • 10024 total dependents

This module provides functions that expand strings into real absolute URIs using some built-in heuristics. Strings that already represent absolute URIs (i.e. that start with a "scheme:" part) are never modified and are returned unchanged. The main us...

OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC

URI::Find::Rule - Simpler interface to URI::Find River stage one • 1 direct dependent • 1 total dependent

URI::Find::Rule is a simpler interface to URI::Find (closely modelled on File::Find::Rule by Richard Clamp). Because it operates on URI objects instead of the stringified versions of the found URIs, it's nicer than, say, grepping the stringified valu...

RJP/URI-Find-Rule-0.8 - 06 Feb 2005 12:06:04 UTC
28 results (0.035 seconds)