Results 1-25 of about 307 results found for '"RFC 2732"' in 0.22 seconds
 1 2345678910...

konviiphelper.cpp
{
    // Full-length IPv6 address with port
    // Example: RFC 2732 notation:     [2001:0DB8:0000:0000:0000:0000:1428:57ab]:6666
    // Example: Non-RFC 2732 notation: 2001:0DB8:0000:0000:0000:0000:1428:57ab:6666
    if (target.contains(':')==8)
Language: C++
License: GPL
(C) 2006 Eike Hein
LOC: 50
KDE Repo : extragear (project search) : .../extragear/network/konversation/src/konviiphelper.cpp

HostQuestion.java
/**
 * An interview question about host name. If the value of the interview is
 * a literal IPv6 address, it will be converted to RFC 2732 format before it is
 * exported.
 */
Language: Java
License: GPL
Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved.
LOC: 61
java.net (SVN) : Compatability and Quality for JavaME (project search) : .../sun/tck/j2me/interview/HostQuestion.java

Escape.pm
        &{$subst{$patn}}($text);
    } else {
        # Default unsafe characters.  RFC 2732 ^(uric - reserved)
        $text =~ s/([^A-Za-z0-9\-_.!~*'()])/$escapes{$1}/g;
    }
Language: Perl
LOC: 61
Spider_20081217_inc : Yet Another Repository (project search) : .../yar/YAR-1.4.4/lib/YAR/Escape.pm

Uri.js
          // to the current document use
          //      new dojo.uri.Uri(document.baseURI, uri)
          // TODO: support for IPv6, see RFC 2732
          // resolve uri components relative to each other
          var uri = arguments[0];
Language: JavaScript
LOC: 68
Google : numbler - Collaborative web based spreadsh...ngine (project search) : .../numbler/dojo/src/uri/Uri.js

Uri.js
          // to the current document use
          //      new dojo.uri.Uri(document.baseURI, uri)
          // TODO: support for IPv6, see RFC 2732
          // resolve uri components relative to each other
          var uri = arguments[0];
Language: JavaScript
LOC: 71
Spider_20090121_inc : Jetspeed-2 (project search) : .../j2-admin.war.---/dojo/src/uri/Uri.js

Uri.js
          // to the current document use
          //      new dojo.uri.Uri(document.baseURI, uri)
          // TODO: support for IPv6, see RFC 2732
          // resolve uri components relative to each other
          var uri = arguments[0];
Language: JavaScript
LOC: 71
Spider_20090121_inc : Jetspeed-2 (project search) : .../j2-admin.war.---/dojo/src/uri/Uri.js

Uri.js
          // to the current document use
          //      new dojo.uri.Uri(document.baseURI, uri)
          // TODO: support for IPv6, see RFC 2732
          // resolve uri components relative to each other
          var uri = arguments[0];
Language: JavaScript
LOC: 71
Spider_20090121_inc : Jetspeed-2 (project search) : .../webapp/dojo/src/uri/Uri.js

Escape.pm
=head1 DESCRIPTION
This module provides functions to escape and unescape URI strings as
defined by RFC 2396 (and updated by RFC 2732).
URIs consist of a restricted set of characters,
denoted as C<uric> in RFC 2396.  The restricted set of characters
Language: Perl
LOC: 113
Spider_20090228_inc : EVoto - Voto Electronico por e-mail - evoto-gpgme (project search) : .../modules/URI-1.19.tar.gz.---/URI-1.19/URI/Escape.pm

Escape.pm
=head1 DESCRIPTION
This module provides functions to escape and unescape URI strings as
defined by RFC 2396 (and updated by RFC 2732).
URIs consist of a restricted set of characters,
denoted as C<uric> in RFC 2396.  The restricted set of characters
Language: Perl
LOC: 113
Spider_20090529_inc : XAMPP - WAMPP (project search) : .../perl/site/lib/URI/Escape.pm

Escape.pm
=head1 DESCRIPTION
This module provides functions to escape and unescape URI strings as
defined by RFC 2396 (and updated by RFC 2732).
URIs consist of a restricted set of characters,
denoted as C<uric> in RFC 2396.  The restricted set of characters
Language: Perl
LOC: 113
Spider_20090529_inc : XAMPP - WAMPP (project search) : .../perl5/site_perl/5.8.0/URI/Escape.pm

Escape.pm
=head1 DESCRIPTION
This module provides functions to escape and unescape URI strings as
defined by RFC 2396 (and updated by RFC 2732).
URIs consist of a restricted set of characters,
denoted as C<uric> in RFC 2396.  The restricted set of characters
Language: Perl
LOC: 113
Spider_20090529_inc : XAMPP - WAMPP (project search) : .../perl/site/lib/URI/Escape.pm

Escape.pm
=head1 DESCRIPTION
This module provides functions to escape and unescape URI strings as
defined by RFC 2396 (and updated by RFC 2732).
A URI consists of a restricted set of characters,
denoted as C<uric> in RFC 2396.  The restricted set of characters
Language: Perl
LOC: 113
Spider_20090108_inc : Jhai PC (project search) : .../usr/share/perl5/URI/Escape.pm

Escape.pm
=head1 DESCRIPTION
This module provides functions to escape and unescape URI strings as
defined by RFC 2396 (and updated by RFC 2732).
URIs consist of a restricted set of characters,
denoted as C<uric> in RFC 2396.  The restricted set of characters
Language: Perl
LOC: 113
Spider_embedded_001 : TimeSys Linux GPL - timesysgpl (project search) : .../usr/share/perl5/URI/Escape.pm

Escape.pm
=head1 DESCRIPTION
This module provides functions to escape and unescape URI strings as
defined by RFC 2396 (and updated by RFC 2732).
URIs consist of a restricted set of characters,
denoted as C<uric> in RFC 2396.  The restricted set of characters
Language: Perl
LOC: 113
Spider_20090108_inc : ProxyFilter (project search) : .../src/URI-1.28.tar.gz.---/URI-1.28/URI/Escape.pm

Escape.pm
=head1 DESCRIPTION
This module provides functions to escape and unescape URI strings as
defined by RFC 2396 (and updated by RFC 2732).
URIs consist of a restricted set of characters,
denoted as C<uric> in RFC 2396.  The restricted set of characters
Language: Perl
LOC: 113
Spider_20090108_inc : ProxyFilter (project search) : .../src/URI-1.28.tar.gz.---/URI-1.28/URI/Escape.pm

IPQuestion.java
/**
 * A question asking the IP address of a host. If the value of the interview is
 * a literal IPv6 address, it will be converted to RFC 2732 format before it is
 * exported.
 */
Language: Java
License: GPL
Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved.
LOC: 124
java.net (SVN) : Compatability and Quality for JavaME (project search) : .../sun/tck/j2me/interview/IPQuestion.java

Escape.pm
=head1 DESCRIPTION
This module provides functions to escape and unescape URI strings as
defined by RFC 2396 (and updated by RFC 2732).
URIs consist of a restricted set of characters,
denoted as C<uric> in RFC 2396.  The restricted set of characters
Language: Perl
LOC: 113
Spider_20090226_inc : ExtMail a high performance webmail - Extmail (project search) : .../extmail/slockd-0.2beta1/lib/URI/Escape.pm

Escape.pm
=head1 DESCRIPTION
This module provides functions to escape and unescape URI strings as
defined by RFC 2396 (and updated by RFC 2732).
URIs consist of a restricted set of characters,
denoted as C<uric> in RFC 2396.  The restricted set of characters
Language: Perl
LOC: 113
Spider_20090529_inc : Open Source Enterprise - Plug-in demo-Linux (project search) : .../5.6.1/site/lib/URI/Escape.pm

Escape.pm
=head1 DESCRIPTION
This module provides functions to escape and unescape URI strings as
defined by RFC 2396 (and updated by RFC 2732).
URIs consist of a restricted set of characters,
denoted as C<uric> in RFC 2396.  The restricted set of characters
Language: Perl
LOC: 113
Spider_20090529_inc : Open Source Enterprise - Plug-in demo-Linux (project search) : .../lib/site_perl/5.8.1/URI/Escape.pm

Escape.pm
=head1 DESCRIPTION
This module provides functions to escape and unescape URI strings as
defined by RFC 2396 (and updated by RFC 2732).
A URI consists of a restricted set of characters,
denoted as C<uric> in RFC 2396.  The restricted set of characters
Language: Perl
LOC: 113
Spider_mobile_001 : maemo (project search) : .../usr/share/perl5/URI/Escape.pm

Uri.js
          //  to the current document use
          //      new dojo.uri.Uri(document.baseURI, uri)
          // TODO: support for IPv6, see RFC 2732
          // resolve uri components relative to each other
          var uri = arguments[0];
Language: JavaScript
License: AFL
(c) 2004-2006, The Dojo Foundation
LOC: 68
Spider_20090401_inc : ESUP-Portail Helpdesk (project search) : .../dojo/resource/src/uri/Uri.js

Uri.js
          //  to the current document use
          //      new dojo.uri.Uri(document.baseURI, uri)
          // TODO: support for IPv6, see RFC 2732
          // resolve uri components relative to each other
          var uri = arguments[0];
Language: JavaScript
License: AFL
(c) 2004-2006, The Dojo Foundation
LOC: 68
Spider_20090401_inc : ESUP-Portail Helpdesk (project search) : .../dojo/resource/src/uri/Uri.js

Uri.js
          //  to the current document use
          //      new dojo.uri.Uri(document.baseURI, uri)
          // TODO: support for IPv6, see RFC 2732
          // resolve uri components relative to each other
          var uri = arguments[0];
Language: JavaScript
License: AFL
(c) 2004-2006, The Dojo Foundation
LOC: 68
Spider_20090227_inc : OpenAppDotOrg Application Framework (project search) : .../javascripts/dojo/src/uri/Uri.js

Uri.js
          //  to the current document use
          //      new dojo.uri.Uri(document.baseURI, uri)
          // TODO: support for IPv6, see RFC 2732
          // resolve uri components relative to each other
          var uri = arguments[0];
Language: JavaScript
License: AFL
(c) 2004-2006, The Dojo Foundation
LOC: 68
Spider_20090227_inc : SNS (Simple News System) (project search) : .../include/scripts/src/uri/Uri.js

Uri.js
          //  to the current document use
          //      new dojo.uri.Uri(document.baseURI, uri)
          // TODO: support for IPv6, see RFC 2732
          // resolve uri components relative to each other
          var uri = arguments[0];
Language: JavaScript
License: AFL
(c) 2004-2006, The Dojo Foundation
LOC: 68
Spider_20090227_inc : SNS (Simple News System) (project search) : .../include/scripts/src/uri/Uri.js

 1 2345678910...







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