Results 1-25 of about 31 results found for '"RFC 3987"' in 0.44 seconds
 1 2

encoding.py
    Convert an Internationalized Resource Identifier (IRI) portion to a URI
    portion that is suitable for inclusion in a URL.
    This is the algorithm from section 3.1 of RFC 3987.  However, since we are
    assuming input is either UTF-8 or unicode already, we can simplify things a
    little from the full method.
Language: Python
LOC: 68
Cherokee : pycherokeeconf (project search) : .../trunk/doc/django/utils/encoding.py

encoding.py
    Convert an Internationalized Resource Identifier (IRI) portion to a URI
    portion that is suitable for inclusion in a URL.
    This is the algorithm from section 3.1 of RFC 3987.  However, since we are
    assuming input is either UTF-8 or unicode already, we can simplify things a
    little from the full method.
Language: Python
LOC: 68
Cherokee : gnome-web-properties (project search) : .../trunk/doc/django/utils/encoding.py

encoding.py
    Convert an Internationalized Resource Identifier (IRI) portion to a URI
    portion that is suitable for inclusion in a URL.
    This is the algorithm from section 3.1 of RFC 3987.  However, since we are
    assuming input is either UTF-8 or unicode already, we can simplify things a
    little from the full method.
Language: Python
LOC: 68
Cherokee : cherokee-admin (project search) : .../trunk/doc/django/utils/encoding.py

encoding.py
    Convert an Internationalized Resource Identifier (IRI) portion to a URI
    portion that is suitable for inclusion in a URL.
    This is the algorithm from section 3.1 of RFC 3987.  However, since we are
    assuming input is either UTF-8 or unicode already, we can simplify things a
    little from the full method.
Language: Python
LOC: 68
Cherokee : tests (project search) : .../trunk/doc/django/utils/encoding.py

encoding.py
    Convert an Internationalized Resource Identifier (IRI) portion to a URI
    portion that is suitable for inclusion in a URL.
    This is the algorithm from section 3.1 of RFC 3987.  However, since we are
    assuming input is either UTF-8 or unicode already, we can simplify things a
    little from the full method.
Language: Python
LOC: 68
Cherokee : cherokee (project search) : .../trunk/doc/django/utils/encoding.py

iri2uri.py
"""
import urlparse
# Convert an IRI to a URI following the rules in RFC 3987
# 
# The characters we need to enocde and escape are defined in the spec:
Language: Python
LOC: 80
Google : feedvalidator - A validator for syndicated...el... (project search) : .../trunk/apptestsuite/client/httplib2/iri2uri.py

iri2uri.py
"""
import urlparse
# Convert an IRI to a URI following the rules in RFC 3987
# 
# The characters we need to enocde and escape are defined in the spec:
Language: Python
LOC: 80
Google : python-openid-graph - A Django application...works (project search) : .../trunk/lib/third_party/httplib2/iri2uri.py

XRI.php
    } else {
        global $_escapeme_re;
        // According to RFC 3987, section 3.1, "Mapping of IRIs to URIs"
        return preg_replace_callback($_escapeme_re,
                                     '_pct_escape_unicode', $iri);
Language: PHP
copyright 2005 Janrain, Inc.
LOC: 149
Google : whobar - Website login with multiple ident...ocols (project search) : .../trunk/lib/Services/Yadis/XRI.php

XRI.php
    } else {
        global $_escapeme_re;
        // According to RFC 3987, section 3.1, "Mapping of IRIs to URIs"
        return preg_replace_callback($_escapeme_re,
                                     '_pct_escape_unicode', $iri);
Language: PHP
copyright 2005 Janrain, Inc.
LOC: 149
Google : whobar - Website login with multiple ident...ocols (project search) : .../vendor/PHP-openid/Services/Yadis/XRI.php

XRI.php
        return $iri;
    } else {
        // According to RFC 3987, section 3.1, "Mapping of IRIs to URIs"
        return preg_replace_callback(Auth_Yadis_getEscapeRE(),
                                     'Auth_Yadis_pct_escape_unicode', $iri);
Language: PHP
copyright 2005-2008 Janrain, Inc.
LOC: 161
Spider_20090529_inc : asicms (project search) : .../asicms-0-208.zip/classes/Auth/Yadis/XRI.php

XRI.php
        return $iri;
    } else {
        // According to RFC 3987, section 3.1, "Mapping of IRIs to URIs"
        return preg_replace_callback(Auth_Yadis_getEscapeRE(),
                                     'Auth_Yadis_pct_escape_unicode', $iri);
Language: PHP
copyright 2005 Janrain, Inc.
LOC: 159
Spider_20090529_inc : SilverStripe Content Framework (project search) : .../auth_openid/code/Auth/Yadis/XRI.php

XRI.php
        return $iri;
    } else {
        // According to RFC 3987, section 3.1, "Mapping of IRIs to URIs"
        return preg_replace_callback(Auth_Yadis_getEscapeRE(),
                                     'Auth_Yadis_pct_escape_unicode', $iri);
Language: PHP
copyright 2005-2008 Janrain, Inc.
LOC: 160
Spider_mobile_001 : Tikiwiki - tiki 1.9 -sirius- (project search) : .../lib/pear/Auth/Yadis/XRI.php

XRI.php
    } else {
        global $_escapeme_re;
        // According to RFC 3987, section 3.1, "Mapping of IRIs to URIs"
        return preg_replace_callback($_escapeme_re,
                                     '_pct_escape_unicode', $iri);
Language: PHP
copyright 2005 Janrain, Inc.
LOC: 149
Spider_20090227_inc : WordPress OpenID plugin (project search) : .../wpopenid.86.tgz/wpopenid/Services/Yadis/XRI.php

XRI.php
    } else {
        global $_escapeme_re;
        // According to RFC 3987, section 3.1, "Mapping of IRIs to URIs"
        return preg_replace_callback($_escapeme_re,
                                     '_pct_escape_unicode', $iri);
Language: PHP
copyright 2005 Janrain, Inc.
LOC: 154
Spider_20090227_inc : OpenID Auth for phpBB (project search) : .../includes/openid/Services/Yadis/XRI.php

AtomLink.cs
        /// <remarks>
        ///     <para>
        ///         The value of this property is interpreted as a URI Reference as defined in <a href="http://www.ietf.org...  
        ///         after processing according to <a href="http://www.w3.org/TR/xmlbase/#escaping">XML Base, Section 3.1 (U...  
        /// </remarks>
Language: C#
LOC: 452
Spider_20090505_inc : Argotic Syndication Framework (project search) : .../Microsoft .NET 2.0/Argotic.Core/Syndication/Atom/AtomLink.cs

AtomLink.cs
        /// <remarks>
        ///     <para>
        ///         The value of this property is interpreted as a URI Reference as defined in <a href="http://www.ietf.org...  
        ///         after processing according to <a href="http://www.w3.org/TR/xmlbase/#escaping">XML Base, Section 3.1 (U...  
        /// </remarks>
Language: C#
LOC: 452
Spider_20090505_inc : Argotic Syndication Framework (project search) : .../Microsoft .NET 3.5/Argotic.Core/Syndication/Atom/AtomLink.cs

JHBServlet.java
      * should be in the form: "xmpp:" ihost [ ":" port ]
      * 
      * NOTE: RFC 3987 defines the form of ihost like this: ihost = IP-literal /
      * IPv4address / ireg-name This function cuts corners and uses
      * InetAddress.getByName() to check ihost validity.
Language: Java
License: GPL
(c) 2005-2006 Stefan Strigler
LOC: 414
Google : gwt-jsjac - GWT wrapper for jsjac library (jabber) (project search) : .../java/org/jabber/JabberHTTPBind/JHBServlet.java

AtomId.cs
        /// <remarks>
        ///     <para>
        ///         The value of this property is interpreted as a URI Reference as defined in <a href="http://www.ietf.org...  
        ///         after processing according to <a href="http://www.w3.org/TR/xmlbase/#escaping">XML Base, Section 3.1 (U...  
        /// </remarks>
Language: C#
LOC: 281
Spider_20090505_inc : Argotic Syndication Framework (project search) : .../Microsoft .NET 2.0/Argotic.Core/Syndication/Atom/AtomId.cs

AtomPersonConstruct.cs
        /// <remarks>
        ///     <para>
        ///         The value of this property is interpreted as a URI Reference as defined in <a href="http://www.ietf.org...  
        ///         after processing according to <a href="http://www.w3.org/TR/xmlbase/#escaping">XML Base, Section 3.1 (U...  
        /// </remarks>
Language: C#
LOC: 341
Spider_20090505_inc : Argotic Syndication Framework (project search) : .../Microsoft .NET 2.0/Argotic.Core/Syndication/Atom/AtomPersonConstruct.cs

AtomLogo.cs
        /// <remarks>
        ///     <para>
        ///         The value of this property is interpreted as a URI Reference as defined in <a href="http://www.ietf.org...  
        ///         after processing according to <a href="http://www.w3.org/TR/xmlbase/#escaping">XML Base, Section 3.1 (U...  
        /// </remarks>
Language: C#
LOC: 281
Spider_20090505_inc : Argotic Syndication Framework (project search) : .../Microsoft .NET 2.0/Argotic.Core/Syndication/Atom/AtomLogo.cs

AtomIcon.cs
        /// <remarks>
        ///     <para>
        ///         The value of this property is interpreted as a URI Reference as defined in <a href="http://www.ietf.org...  
        ///         after processing according to <a href="http://www.w3.org/TR/xmlbase/#escaping">XML Base, Section 3.1 (U...  
        /// </remarks>
Language: C#
LOC: 281
Spider_20090505_inc : Argotic Syndication Framework (project search) : .../Microsoft .NET 2.0/Argotic.Core/Syndication/Atom/AtomIcon.cs

AtomCategory.cs
        /// <remarks>
        ///     <para>
        ///         The value of this property is interpreted as a URI Reference as defined in <a href="http://www.ietf.org...  
        ///         after processing according to <a href="http://www.w3.org/TR/xmlbase/#escaping">XML Base, Section 3.1 (U...  
        /// </remarks>
Language: C#
LOC: 342
Spider_20090505_inc : Argotic Syndication Framework (project search) : .../Microsoft .NET 2.0/Argotic.Core/Syndication/Atom/AtomCategory.cs

AtomGenerator.cs
        /// <remarks>
        ///     <para>
        ///         The value of this property is interpreted as a URI Reference as defined in <a href="http://www.ietf.org...  
        ///         after processing according to <a href="http://www.w3.org/TR/xmlbase/#escaping">XML Base, Section 3.1 (U...  
        /// </remarks>
Language: C#
LOC: 341
Spider_20090505_inc : Argotic Syndication Framework (project search) : .../Microsoft .NET 2.0/Argotic.Core/Syndication/Atom/AtomGenerator.cs

AtomId.cs
        /// <remarks>
        ///     <para>
        ///         The value of this property is interpreted as a URI Reference as defined in <a href="http://www.ietf.org...  
        ///         after processing according to <a href="http://www.w3.org/TR/xmlbase/#escaping">XML Base, Section 3.1 (U...  
        /// </remarks>
Language: C#
LOC: 281
Spider_20090505_inc : Argotic Syndication Framework (project search) : .../Microsoft .NET 3.5/Argotic.Core/Syndication/Atom/AtomId.cs

AtomPersonConstruct.cs
        /// <remarks>
        ///     <para>
        ///         The value of this property is interpreted as a URI Reference as defined in <a href="http://www.ietf.org...  
        ///         after processing according to <a href="http://www.w3.org/TR/xmlbase/#escaping">XML Base, Section 3.1 (U...  
        /// </remarks>
Language: C#
LOC: 341
Spider_20090505_inc : Argotic Syndication Framework (project search) : .../Microsoft .NET 3.5/Argotic.Core/Syndication/Atom/AtomPersonConstruct.cs

 1 2







About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us