{ /// <summary> /// Performs RFC 3986 encoding and decoding. /// http://www.apps.ietf.org/rfc/rfc3986.html /// </summary>
* G_URI_RESERVED_CHARS_GENERIC_DELIMITERS: * * Generic delimiters characters as defined in RFC 3986. Includes ":/?#[]@". **/ #define G_URI_RESERVED_CHARS_GENERIC_DELIMITERS ":/?#[]@"
{ /// <summary> /// Implements absolute-URI. Defined in RFC 3986.4.3. /// </summary> public class AbsoluteURI
@uri.merge!(@uri).to_s.should == "http://example.com" end # Section 6.2.3 of RFC 3986 specify "should be equivalent to http://example.com/" do @uri.should == GentleCMS::URI.parse("http://example.com/")
end end # Section 1.1.2 of RFC 3986 describe Addressable::URI, " when parsed from " + "'ftp://ftp.is.co.za/rfc/rfc1808.txt'" do
<?php /** * Validates a URI as defined by RFC 3986. * @note Scheme-specific mechanics deferred to HTMLPurifier_URIScheme */
/** * Parses a URI into the components and fragment identifier as specified * by RFC 3986. */ class HTMLPurifier_URIParser
{ PATH: con "/dis/lib/w3c/uris.dis"; # URI Generic Syntax (RFC 3986) # # scheme://authority/path?query#fragment
About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us
©2010 Koders is a trademark of Black Duck Software, Inc. Black Duck, Know Your Code and the Black Duck logo are registered trademarks of Black Duck Software, Inc. in the United States and other jurisdictions. All other trademarks are the property of their respective holders.