The "URI::file" class supports "URI" objects belonging to the *file* URI scheme. This scheme allows us to map the conventional file names found on various computer systems to the URI name space. An old specification of the *file* URI scheme is found ...
OALDERS/URI-5.09 - 03 Mar 2021 15:19:29 UTCThis value class uses the Class::Value mechanism and is an adapter for Data::Semantic::URI::file - see there for more information....
MARCEL/Class-Value-URI-1.100840 - 25 Mar 2010 19:42:35 UTCThis value class uses the Data::Domain mechanism and is an adapter for Data::Semantic::URI::file - see there for more information....
MARCEL/Data-Domain-URI-1.100850 - 25 Mar 2010 23:05:46 UTCJDDPAUSE/MarpaX-ESLIF-URI-0.007 - 19 Apr 2019 12:26:55 UTC
$RE{URI}{file} Returns a pattern that matches *file* URIs, as defined by RFC 1738. File URIs have the form: "file:" "//" [ host | "localhost" ] "/" fpath Under "{-keep}", the following are returned: $1 The complete URI. $2 The scheme. $3 The part of ...
ABIGAIL/Regexp-Common-2017060201 - 02 Jun 2017 22:07:57 UTCThis class can tell whether a value is a file URI, as defined by RFC 1738. The "valid()" method will respect the inherited "keep" boolean attribute. If "keep" is set, "kept()" will return a hash with the following keys/value pairs: URI The complete U...
MARCEL/Data-Semantic-URI-1.100850 - 26 Mar 2010 14:50:55 UTCDefines test data for Data::Semantic::URI::file_TEST, but it is also used in the corresponding value and domain classes, i.e., Class::Value::URI::file_TEST and Data::Domain::URI::file_TEST....
MARCEL/Data-Semantic-URI-1.100850 - 26 Mar 2010 14:50:55 UTCTest companion class for Class::Value::URI::file. Gets its test data from Data::Semantic::URI::TestData::file....
MARCEL/Class-Value-URI-1.100840 - 25 Mar 2010 19:42:35 UTCTest companion class for Data::Domain::URI::file. Gets its test data from Data::Semantic::URI::TestData::file....
MARCEL/Data-Domain-URI-1.100850 - 25 Mar 2010 23:05:46 UTCTest companion class for Data::Semantic::URI::file. Gets its test data from Data::Semantic::URI::TestData::file....
MARCEL/Data-Semantic-URI-1.100850 - 26 Mar 2010 14:50:55 UTCThis 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.09 - 03 Mar 2021 15:19:29 UTCThis class provides support for database URIs. They're inspired by JDBC URIs <http://docs.oracle.com/cd/B14117_01/java.101/b10979/urls.htm#BEIJFHHB> and PostgreSQL URIs <http://www.postgresql.org/docs/9.3/static/libpq-connect.html#LIBPQ-CONN STRING>,...
DWHEELER/URI-db-0.19 - 19 Jul 2018 15:16:59 UTC