Home
last modified time | relevance | path

Searched refs:netscape (Results 1 – 25 of 33) sorted by relevance

12

/external/libxml2/result/
Dslashdot.rdf.sax23 …lns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#', xmlns='http://my.netscape.com/rdf/simple/0.…
7 SAX.startElementNs(channel, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
10 SAX.startElementNs(title, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
12 SAX.endElementNs(title, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
15 SAX.startElementNs(link, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
17 SAX.endElementNs(link, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
20 SAX.startElementNs(description, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
22 SAX.endElementNs(description, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
25 SAX.endElementNs(channel, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
29 SAX.startElementNs(image, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
[all …]
Dslashdot.rdf.sax3 …lns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#', xmlns='http://my.netscape.com/rdf/simple/0.…
/external/libxml2/result/noent/
Dslashdot.rdf.sax23 …lns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#', xmlns='http://my.netscape.com/rdf/simple/0.…
7 SAX.startElementNs(channel, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
10 SAX.startElementNs(title, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
12 SAX.endElementNs(title, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
15 SAX.startElementNs(link, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
17 SAX.endElementNs(link, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
20 SAX.startElementNs(description, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
22 SAX.endElementNs(description, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
25 SAX.endElementNs(channel, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
29 SAX.startElementNs(image, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/misc/
DMiscObjectIdentifiers.java14 ASN1ObjectIdentifier netscape = new ASN1ObjectIdentifier("2.16.840.1.113730.1"); field
18 ASN1ObjectIdentifier netscapeCertType = netscape.branch("1");
22 ASN1ObjectIdentifier netscapeBaseURL = netscape.branch("2");
26 ASN1ObjectIdentifier netscapeRevocationURL = netscape.branch("3");
30 ASN1ObjectIdentifier netscapeCARevocationURL = netscape.branch("4");
34 ASN1ObjectIdentifier netscapeRenewalURL = netscape.branch("7");
38 ASN1ObjectIdentifier netscapeCApolicyURL = netscape.branch("8");
42 ASN1ObjectIdentifier netscapeSSLServerName = netscape.branch("12");
46 ASN1ObjectIdentifier netscapeCertComment = netscape.branch("13");
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/misc/
DMiscObjectIdentifiers.java18 ASN1ObjectIdentifier netscape = new ASN1ObjectIdentifier("2.16.840.1.113730.1"); field
22 ASN1ObjectIdentifier netscapeCertType = netscape.branch("1");
26 ASN1ObjectIdentifier netscapeBaseURL = netscape.branch("2");
30 ASN1ObjectIdentifier netscapeRevocationURL = netscape.branch("3");
34 ASN1ObjectIdentifier netscapeCARevocationURL = netscape.branch("4");
38 ASN1ObjectIdentifier netscapeRenewalURL = netscape.branch("7");
42 ASN1ObjectIdentifier netscapeCApolicyURL = netscape.branch("8");
46 ASN1ObjectIdentifier netscapeSSLServerName = netscape.branch("12");
50 ASN1ObjectIdentifier netscapeCertComment = netscape.branch("13");
/external/apache-http/src/org/apache/http/impl/cookie/
DBestMatchSpec.java63 private NetscapeDraftSpec netscape; field in BestMatchSpec
90 if (this.netscape == null) { in getNetscape()
95 this.netscape = new NetscapeDraftSpec(patterns); in getNetscape()
97 return netscape; in getNetscape()
111 boolean netscape = false; in parse()
117 netscape = true; in parse()
120 if (netscape) { in parse()
126 } else if (netscape) { in parse()
/external/boringssl/src/crypto/obj/
Dobjects.txt783 !Cname netscape
785 !Cname netscape-cert-extension
786 netscape 1 : nsCertExt : Netscape Certificate Extension
787 !Cname netscape-data-type
788 netscape 2 : nsDataType : Netscape Data Type
789 !Cname netscape-cert-type
790 netscape-cert-extension 1 : nsCertType : Netscape Cert Type
791 !Cname netscape-base-url
792 netscape-cert-extension 2 : nsBaseUrl : Netscape Base Url
793 !Cname netscape-revocation-url
[all …]
Dobj_mac.num58 netscape 57
/external/python/cpython2/Lib/
Dcookielib.py866 netscape=True, rfc2965=False, argument
877 self.netscape = netscape
956 elif cookie.version == 0 and not self.netscape:
1095 elif cookie.version == 0 and not self.netscape:
1579 netscape = self._policy.netscape
1583 (not rfc2965_hdrs and not netscape) or
1584 (not netscape and not rfc2965)):
1594 if ns_hdrs and netscape:
/external/python/cpython3/Lib/http/
Dcookiejar.py872 netscape=True, rfc2965=False, argument
883 self.netscape = netscape
962 elif cookie.version == 0 and not self.netscape:
1101 elif cookie.version == 0 and not self.netscape:
1595 netscape = self._policy.netscape
1599 (not rfc2965_hdrs and not netscape) or
1600 (not netscape and not rfc2965)):
1610 if ns_hdrs and netscape:
/external/autotest/client/site_tests/platform_ToolchainOptions/
Dgold_whitelist27 /opt/netscape/plugins/libflashplayer.so
/external/curl/docs/
DHTTP-COOKIES.md39 The netscape cookie file format stores one cookie per physical line in the
94 set, or pass in a line from a netscape cookie file. This option can also be
DFEATURES55 - reads/writes the netscape cookie file format
/external/skia/third_party/gif/
DLICENSE22 * Chris Saari <saari@netscape.com>
/external/skqp/third_party/gif/
DLICENSE22 * Chris Saari <saari@netscape.com>
/external/python/cpython2/Doc/library/
Dwebbrowser.rst113 | ``'netscape'`` | :class:`Mozilla('netscape')` | |
Dcookielib.rst88 .. class:: DefaultCookiePolicy( blocked_domains=None, allowed_domains=None, netscape=True, rfc2965=…
409 .. attribute:: CookiePolicy.netscape
754 cj.load(os.path.join(os.path.expanduser("~"), ".netscape", "cookies.txt"))
/external/python/cpython3/Doc/library/
Dwebbrowser.rst114 | ``'netscape'`` | :class:`Mozilla('netscape')` | |
Dhttp.cookiejar.rst81 .. class:: DefaultCookiePolicy( blocked_domains=None, allowed_domains=None, netscape=True, rfc2965=…
406 .. attribute:: CookiePolicy.netscape
743 cj.load(os.path.join(os.path.expanduser("~"), ".netscape", "cookies.txt"))
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/netscape/
DNetscapeCertRequest.java1 package org.bouncycastle.jce.netscape;
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/netscape/
DNetscapeCertRequest.java2 package com.android.org.bouncycastle.jce.netscape;
/external/libunwind/
DTODO20 + According to Nicholas S. Wourms <nwourms@netscape.net>, adding this to the
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a3.rst70 netscape cookie format and making it consistent with documentation.
D3.5.3rc1.rst1314 netscape cookie format and making it consistent with documentation.
/external/python/cpython2/Misc/NEWS.d/
D2.7.13rc1.rst632 netscape cookie format and making it consistent with documentation.

12