Results 1-25 of about 818 results found for '"RFC 2732"' in 0.73 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

Escape.pm
    my($text) = @_;
    return undef unless defined $text;
    # Default unsafe characters.  RFC 2732 ^(uric - reserved)
    $text =~ s/([^A-Za-z0-9\-_.!~*'()])/$uri_escapes{$1} || sprintf "%%u%04x", ord($1)/ge;
    $text;
Language: Perl
(C) 2004 Slaven Rezic. All rights reserved.
LOC: 15
Spider_cpan0001 : WE_Framework (project search) : .../WE_Framework-0.097_03/lib/WE/Util/Escape.pm

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
Spider_20090226_inc : SpotSec Networks WebConsole (project search) : .../jslinker/tests/src/uri/Uri.js

www.pm
    my($text) = shift;
    return undef unless defined $text;
    # Default unsafe characters.  RFC 2732 ^(uric - reserved)
    $text =~ s/([^A-Za-z0-9\-_.!~*'()])/$escapes{$1}/g;
    return $text;
Language: Perl
License: GPL
Copyright 1999-2003 Johan Boer.
LOC: 52
Spider_20081217_inc : PerfMon (project search) : .../perfmon-2.1b1.tgz/perfmon-2.1b1/lib/PerfMon/www.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: 48
Spider_20090121_inc : a web base hrm system,use java, tapestry (project search) : .../tapestry-framework-4.1.jar.---/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: 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

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
BerliOS (SVN) : OpenRecord (project search) : .../third_party/dojo/src/uri/Uri.js

common.rb
  module REGEXP
    module PATTERN
      # RFC 2396 (URI Generic Syntax)
      # RFC 2732 (IPv6 Literal Addresses in URL's)
      # RFC 2373 (IPv6 Addressing Architecture)
Language: Ruby
(c) 2001 akira yamada
LOC: 253
Spider_20090401_inc : NARF -- better web libraries for Ruby - narf (project search) : .../narf-0.7.3.gem/data.tar.gz.---/scripts/uri/common.rb

common.rb
  module REGEXP
    module PATTERN
      # RFC 2396 (URI Generic Syntax)
      # RFC 2732 (IPv6 Literal Addresses in URL's)
      # RFC 2373 (IPv6 Addressing Architecture)
Language: Ruby
(c) 2001 akira yamada
LOC: 253
Spider_20090401_inc : NARF -- better web libraries for Ruby - narf (project search) : .../narf-0.7.3.tgz/narf-0.7.3/scripts/uri/common.rb

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_306 : MTOS - Movable Type Open Source (project search) : .../branches/boomer/extlib/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 : UltraSPARC T1 (project search) : .../lib/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_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

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_291 : PicoDebian (project search) : .../usr/share/perl5/URI/Escape.pm

 1 2345678910...







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