Search results for "module:URI::file"
URI::file - URI that maps to local file names
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, see RFC 8089 <https://www.rfc-editor.org/rfc/rfc8089.ht...
OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC
Class::Value::URI::file - Value class for file URIs
This 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 UTC
Data::Domain::URI::file - Data domain class for file URIs
This 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 UTC
MarpaX::ESLIF::URI::file - URI::file syntax as per RFC8089
JDDPAUSE/MarpaX-ESLIF-URI-0.007
-
19 Apr 2019 12:26:55 UTC
Data::Semantic::URI::file - Semantic data class for file URIs
This 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 UTC
Regexp::Common::URI::file - Returns a pattern for file URIs.
$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 UTC
Data::Semantic::URI::TestData::file - Test data class for the file URI semantic data class
Defines 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 UTC
Class::Value::URI::file_TEST - Test companion class for file URIs
Test 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 UTC
Data::Domain::URI::file_TEST - Test companion class for the file URI data domain class
Test 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 UTC
Data::Semantic::URI::file_TEST - Test companion class for the file URI semantic data class
Test 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 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::db - Database URIs
This 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.21 - 09 May 2023 22:21:12 UTC