1 23456
|
{
/// <summary>
/// Performs RFC 3986 encoding and decoding.
/// http://www.apps.ietf.org/rfc/rfc3986.html
/// </summary>
Language: C# License: MITD (c) 2008 Madgex LOC: 119 CodePlex1 : Yammyy - a Yammer Client for .NET (project search) : .../svn/OAuth/Rfc3986.cs
|
{
/// <summary>
/// Implements absolute-URI. Defined in RFC 3986.4.3.
/// </summary>
public class AbsoluteURI
Language: C# LOC: 30 CodePlex1 : WorkTimeCard (project search) : .../ReceiveMail/Mail/Net/URI/AbsoluteURI.cs
|
@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/")
Language: Ruby (c) 2006 Robert Aman LOC: 1321 RubyForge (SVN) : GentleCMS (project search) : .../gentlecms/trunk/spec/gentlecms/uri_spec.rb
|
{
PATH: con "/dis/lib/w3c/uris.dis";
# URI Generic Syntax (RFC 3986)
#
# scheme://authority/path?query#fragment
Language: ObjectiveC LOC: 33 Google : acme-sac - acme stand alone complex_ progr...fa... (project search) : .../a/acme-sac/trunk/module/uris.m
|
/**
* Parses a URI into the components and fragment identifier as specified
* by RFC 3986.
*/
class HTMLPurifier_URIParser
Language: PHP LOC: 39 Spider_20090401_inc : PHPNuke-Evolution (project search) : .../html/includes/HTMLPurifier/HTMLPurifier/URIParser.php
|
/**
* Parses a URI into the components and fragment identifier as specified
* by RFC 3986.
*/
class HTMLPurifier_URIParser
Language: PHP LOC: 39 Spider_mobile_001 : Tikiwiki - tiki 1.9 -sirius- (project search) : .../tikiwiki-2.2.tar.bz2/tikiwiki-2.2/lib/HTMLPurifier/URIParser.php
|
/**
* Parses a URI into the components and fragment identifier as specified
* by RFC 3986.
*/
class HTMLPurifier_URIParser
Language: PHP LOC: 39 Spider_20090529_inc : PHPNuke-Evolution Italia (project search) : .../html/includes/HTMLPurifier/HTMLPurifier/URIParser.php
|
Returns the untainted URI if the test value appears to be well-formed. Note that
you may really want one of the more practical methods like is_http_uri or is_https_uri,
since the URI standard (RFC 3986) allows a lot of things you probably don't want.
=item I<Arguments>
=over 4
Language: Perl LOC: 237 CPAN : Data__Validate__URI (project search) : .../Data-Validate-URI/lib/Data/Validate/URI.pm
|
/*
* uriparser - RFC 3986 URI parsing library
*
* Copyright (C) 2007, Weijia Song <songweijia@gmail.com>
Language: C (C) 2007, Weijia Song ... LOC: 75 Spider_20090226_inc : uriparser (project search) : .../uriparser-0.4.1.tar.bz2/uriparser-0.4.1/include/uriparser/Uri.h
|
"""should replace urlparse.urlsplit
Given a valid URI reference as a string, returns a tuple representing the
generic URI components, as per RFC 2396 appendix B. The tuple's structure
is (scheme, authority, path, query, fragment).
All values will be strings (possibly empty) or None if undefined.
Language: Python Copyright 2004 Fourthought, Inc. (USA). LOC: 248 Spider_mobile_001 : jythonroid (project search) : .../jythonroid/Jythonroid/Lib/xml/Uri.py
|
"""should replace urlparse.urlsplit
Given a valid URI reference as a string, returns a tuple representing the
generic URI components, as per RFC 2396 appendix B. The tuple's structure
is (scheme, authority, path, query, fragment).
All values will be strings (possibly empty) or None if undefined.
Language: Python Copyright 2004 Fourthought, Inc. (USA). LOC: 248 Spider_20090401_inc : dbmstools (project search) : .../lib/dbmstools-jython-2.2.1.jar.---/Lib/xml/Uri.py
|
"""should replace urlparse.urlsplit
Given a valid URI reference as a string, returns a tuple representing the
generic URI components, as per RFC 2396 appendix B. The tuple's structure
is (scheme, authority, path, query, fragment).
All values will be strings (possibly empty) or None if undefined.
Language: Python Copyright 2004 Fourthought, Inc. (USA). LOC: 248 Spider_20090401_inc : JPokerTM (project search) : .../src/jython.jar.---/Lib/xml/Uri.py
|
"""should replace urlparse.urlsplit
Given a valid URI reference as a string, returns a tuple representing the
generic URI components, as per RFC 2396 appendix B. The tuple's structure
is (scheme, authority, path, query, fragment).
All values will be strings (possibly empty) or None if undefined.
Language: Python Copyright 2004 Fourthought, Inc. (USA). LOC: 248 Spider_20090401_inc : JPokerTM (project search) : .../JPokerTM_v0_3/JPokerTM.jar.---/Lib/xml/Uri.py
|
"""should replace urlparse.urlsplit
Given a valid URI reference as a string, returns a tuple representing the
generic URI components, as per RFC 2396 appendix B. The tuple's structure
is (scheme, authority, path, query, fragment).
All values will be strings (possibly empty) or None if undefined.
Language: Python Copyright 2004 Fourthought, Inc. (USA). LOC: 248 java.net : Scripting Project (project search) : .../jython/lib/python/xml/Uri.py
|
"""should replace urlparse.urlsplit
Given a valid URI reference as a string, returns a tuple representing the
generic URI components, as per RFC 2396 appendix B. The tuple's structure
is (scheme, authority, path, query, fragment).
All values will be strings (possibly empty) or None if undefined.
Language: Python Copyright 2004 Fourthought, Inc. (USA). LOC: 248 Spider_20090401_inc : Coadunation (project search) : .../CoadunationSource_1.5.0.B7.zip/CoadunationSource_1.5.0.B7/Jython-windows/xml/Uri.py
|
"""should replace urlparse.urlsplit
Given a valid URI reference as a string, returns a tuple representing the
generic URI components, as per RFC 2396 appendix B. The tuple's structure
is (scheme, authority, path, query, fragment).
All values will be strings (possibly empty) or None if undefined.
Language: Python Copyright 2004 Fourthought, Inc. (USA). LOC: 248 Spider_20090401_inc : Coadunation (project search) : .../CoadunationSource_1.5.0.B7.zip/CoadunationSource_1.5.0.B7/Jython-unix/xml/Uri.py
|
/*
* uriparser - RFC 3986 URI parsing library
*
* Copyright (C) 2007, Weijia Song <songweijia@gmail.com>
Language: C (C) 2007, Weijia Song ... LOC: 11 Spider_20090226_inc : uriparser (project search) : .../uriparser-0.4.1.tar.bz2/uriparser-0.4.1/include/uriparser/UriIp4Base.h
|
from string import ascii_letters
from Ft.Lib import UriException, ImportUtil
__all__ = [ # RFC 3986 implementation
'MatchesUriRefSyntax', 'MatchesUriSyntax',
'PercentEncode', 'PercentDecode',
Language: Python LOC: 1259 Spider_20081215_inc : 4 Suite (project search) : .../4_Suite/4Suite_XML-1.0.2-py2.5-win32.egg/Ft/Lib/Uri.py
|
from string import ascii_letters
from Ft.Lib import UriException, ImportUtil
__all__ = [ # RFC 3986 implementation
'MatchesUriRefSyntax', 'MatchesUriSyntax',
'PercentEncode', 'PercentDecode',
Language: Python LOC: 1259 Spider_20081215_inc : 4 Suite (project search) : .../4_Suite/4Suite_XML-1.0.2-py2.3-win32.egg/Ft/Lib/Uri.py
|
from string import ascii_letters
from Ft.Lib import UriException, ImportUtil
__all__ = [ # RFC 3986 implementation
'MatchesUriRefSyntax', 'MatchesUriSyntax',
'PercentEncode', 'PercentDecode',
Language: Python LOC: 1259 Spider_20081215_inc : 4 Suite (project search) : .../4Suite-XML-1.0.2.tar.bz2/4Suite-XML-1.0.2/Ft/Lib/Uri.py
|
from string import ascii_letters
from Ft.Lib import UriException, ImportUtil
__all__ = [ # RFC 3986 implementation
'MatchesUriRefSyntax', 'MatchesUriSyntax',
'PercentEncode', 'PercentDecode',
Language: Python LOC: 1259 Spider_20081215_inc : 4 Suite (project search) : .../4_Suite/4Suite_XML-1.0.2-py2.4-win32.egg/Ft/Lib/Uri.py
|
Format is:
\[TYPE USER PASSWORD HOST PORT FILE TARGET ATTRIBUTES FULL\]"
;; See RFC 3986.
(cond
((null url)
Language: Lisp License: GPL (C) 1996, 1997, 1998, 1999, 2004, LOC: 121 Savannah GNU : emacs (project search) : .../emacs/emacs/lisp/url/url-parse.el
|
#define UTILS__URI_H
namespace Utils {
//! Implements a URI as per RFC 3986.
/*!
Represents URIs as defined in http://www.rfc-editor.org/rfc/rfc3986.txt.
Language: C++ License: GPL (C) 2006-2007 by Peter Dimov. LOC: 106 Spider_20090401_inc : Calitko (project search) : .../0011/calitko/calitko-0.6.3/Utils/Uri.h
|
const URL_VARIABLE = ':';
const REGEX_DELIMITER = '#';
// TODO: allow for all types of URI characters (per RFC 3986)
// http://en.wikipedia.org/wiki/URL_encoding
const DEFAULT_REGEX = '[a-z0-9\-\._]+';
Language: PHP (c) 2005-2006 Zend Technologies USA Inc. (http://www.zend.com) LOC: 63 BerliOS : software and licenses record (project search) : .../lib/Zend/Controller/Router/Route.php
|
const URL_VARIABLE = ':';
const REGEX_DELIMITER = '#';
// TODO: allow for all types of URI characters (per RFC 3986)
// http://en.wikipedia.org/wiki/URL_encoding
const DEFAULT_REGEX = '[a-z0-9\-\._]+';
Language: PHP (c) 2005-2006 Zend Technologies USA Inc. (http://www.zend.com) LOC: 63 Google : youcz - student community portal (project search) : .../lib/Zend/Controller/Router/Route.php
|
1 23456
|