Search results for "module:URI::ftp"
Class::Value::URI::ftp - Value class for ftp URIs
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
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
JDDPAUSE/MarpaX-ESLIF-URI-0.007
-
19 Apr 2019 12:26:55 UTC
Data::Semantic::URI::ftp - Semantic data class for ftp URIs
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.
$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
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
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
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
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)
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.
RPAUL/LWP-Protocol-virtual-0.02
-
02 Jun 2005 13:47:53 UTC
URI::Find - Find URIs in arbitrary text
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
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.
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
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
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
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
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