HomeSort by relevance Sort by last modified time
    Searched full:www (Results 1051 - 1075 of 79946) sorted by null

<<41424344454647484950>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getNamedItemNS03.java 18 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
38 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getNamedItemNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getNamedItemNS</a>
39 * @see <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=259">http://www.w3.org/Bugs/Public/show_bug.cgi?id=259</a>
81 return "http://www.w3.org/2001/DOM-Test-Suite/level2/core/getNamedItemNS03";
getNamedItemNS04.java 18 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
38 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getNamedItemNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getNamedItemNS</a>
39 * @see <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=259">http://www.w3.org/Bugs/Public/show_bug.cgi?id=259</a>
81 return "http://www.w3.org/2001/DOM-Test-Suite/level2/core/getNamedItemNS04";
isSupported13.java 18 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
36 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports">http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports</a>
37 * @see <a href="http://www.w3.org/2000/11/DOM-Level-2-errata#core-14">http://www.w3.org/2000/11/DOM-Level-2-errata#core-14</a>
74 return "http://www.w3.org/2001/DOM-Test-Suite/level2/core/isSupported13";
isSupported14.java 18 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
36 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports">http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports</a>
37 * @see <a href="http://www.w3.org/2000/11/DOM-Level-2-errata#core-14">http://www.w3.org/2000/11/DOM-Level-2-errata#core-14</a>
76 return "http://www.w3.org/2001/DOM-Test-Suite/level2/core/isSupported14";
  /libcore/luni/src/main/java/org/w3c/dom/
Notation.java 10 * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
17 * declares, by name, the format of an unparsed entity (see <a href='http://www.w3.org/TR/2004/REC-xml-20040204#Notations'>section 4.7</a> of the XML 1.0 specification [<a href='http://www.w3.org/TR/2004/REC-xml-20040204'>XML 1.0</a>]), or is
18 * used for formal declaration of processing instruction targets (see <a href='http://www.w3.org/TR/2004/REC-xml-20040204#sec-pi'>section 2.6</a> of the XML 1.0 specification [<a href='http://www.w3.org/TR/2004/REC-xml-20040204'>XML 1.0</a>]). The
24 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementGetAttributeNS.java 18 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
39 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-ElGetAttrNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-ElGetAttrNS</a>
40 * @see <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=259">http://www.w3.org/Bugs/Public/show_bug.cgi?id=259</a>
78 // childList = doc.getElementsByTagNameNS("http://www.nist.gov",
ElementGetElementsByTagNameNS.java 19 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getElBTNNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getElBTNNS</a>
71 element = doc.createElementNS("http://www.w3.org/DOM", "root");
72 child1 = doc.createElementNS("http://www.w3.org/DOM/Level1",
75 child3 = doc.createElementNS("http://www.w3.org/DOM/Level2",
94 "http://www.altavista.com", "*");
HCEntitiesRemoveNamedItemNS.java 15 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
34 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-1788794630">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-1788794630</a>
36 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-removeNamedItemNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-removeNamedItemNS</a>
83 // "http://www.w3.org/1999/xhtml", "alpha");
HCNotationsRemoveNamedItemNS.java 15 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
34 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-D46829EF">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-D46829EF</a>
36 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-removeNamedItemNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-removeNamedItemNS</a>
81 notations.removeNamedItemNS("http://www.w3.org/1999/xhtml",
HCNotationsSetNamedItemNS.java 15 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
35 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-D46829EF">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-D46829EF</a>
37 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-setNamedItemNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-setNamedItemNS</a>
81 elem = doc.createElementNS("http://www.w3.org/1999/xhtml", "br");
CreateElementNS.java 17 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
39 * "http://www.ecommerce.org/", and qualifiedName as "prefix::local". Method
45 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='NAMESPACE_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='NAMESPACE_ERR'])</a>
47 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-DocCrElNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-DocCrElNS</a>
49 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-DocCrElNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-DocCrElNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])</a>
81 String namespaceURI = "http://www.ecommerce.org/";
116 String namespaceURI = "http://www.wedding.com/"
    [all...]
SetNamedItemNS.java 18 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
39 * is "domestic" and namespaceURI is "http://www.netzero.com".
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='INUSE_ATTRIBUTE_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='INUSE_ATTRIBUTE_ERR'])</a>
46 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-setNamedItemNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-setNamedItemNS</a>
47 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-setNamedItemNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INUSE_ATTRIBUTE_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-setNamedItemNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INUSE_ATTRIBUTE_ERR'])</a>
89 arg = anotherMap.getNamedItemNS("http://www.netzero.com", "domestic");
104 String namespaceURI = "http://www.usa.com"
    [all...]
  /external/chromium_org/chrome/common/extensions/permissions/
socket_permission_unittest.cc 39 CHECK(data2.ParseForTest("tcp-connect:www.example.com"));
52 EXPECT_FALSE(data.ParseForTest("tcp-connect:www.example.com:-1"));
53 EXPECT_FALSE(data.ParseForTest("tcp-connect:www.example.com:65536"));
56 EXPECT_FALSE(data.ParseForTest("tcp-connect: www.exmaple.com: 99 "));
100 ParseTest("tcp-connect:www.example.com", "tcp-connect:www.example.com:*");
101 ParseTest("tcp-listen:www.example.com", "tcp-listen:www.example.com:*");
102 ParseTest("udp-bind:www.example.com", "udp-bind:www.example.com:*")
    [all...]
  /external/chromium_org/net/cookies/
canonical_cookie_unittest.cc 46 GURL url("http://www.example.com/test");
49 CanonicalCookie cookie(url, "A", "2", "www.example.com", "/test",
55 EXPECT_EQ("www.example.com", cookie.Domain());
81 GURL url("http://www.example.com/test/foo.html");
90 EXPECT_EQ("www.example.com", cookie->Domain());
94 GURL url2("http://www.foo.com");
99 EXPECT_EQ("www.foo.com", cookie->Domain());
124 url, "A", "2", "www.example.com", "/test", creation_time, base::Time(),
129 EXPECT_EQ(".www.example.com", cookie->Domain());
134 url, "A", "2", ".www.example.com", "/test", creation_time, base::Time()
    [all...]
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.cc 23 const char kIconUrl1[] = "http://www.google.com/icon1.jpg";
24 const char kIconUrl2[] = "http://www.google.com/icon2.jpg";
25 const char kIconUrl3[] = "http://www.google.com/icon3.jpg";
26 const char kIconUrl4[] = "http://www.google.com/icon4.jpg";
27 const char kIconUrl5[] = "http://www.google.com/icon5.jpg";
28 const char kIconUrl6[] = "http://www.google.com/icon6.jpg";
29 const char kIconUrl7[] = "http://www.google.com/icon7.jpg";
45 const char kImageUrl1[] = "http://www.google.com/image1.jpg";
46 const char kImageUrl2[] = "http://www.google.com/image2.jpg";
47 const char kImageUrl3[] = "http://www.google.com/image3.jpg"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_25.txt 3 by www.linux.org.uk with esmtp (Exim 3.13 #1)
5 for linuxuser-admin@www.linux.org.uk; Fri, 06 Apr 2001 16:46:09 +0100
9 Subject: Returned mail: Too many hops 19 (17 max): from <linuxuser-admin@www.linux.org.uk> via [199.164.235.226], to <scoffman@wellpartner.com>
11 To: <linuxuser-admin@www.linux.org.uk>
29 554 Too many hops 19 (17 max): from <linuxuser-admin@www.linux.org.uk> via [199.164.235.226], to <scoffman@wellpartner.com>
46 Return-Path: linuxuser-admin@www.linux.org.uk
76 Received: from www.linux.org.uk (parcelfarce.linux.theplanet.co.uk [195.92.249.252])
92 To: linuxuser@www.linux.org.uk
100 Sender: linuxuser-admin@www.linux.org.uk
101 Errors-To: linuxuser-admin@www.linux.org.u
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_25.txt 3 by www.linux.org.uk with esmtp (Exim 3.13 #1)
5 for linuxuser-admin@www.linux.org.uk; Fri, 06 Apr 2001 16:46:09 +0100
9 Subject: Returned mail: Too many hops 19 (17 max): from <linuxuser-admin@www.linux.org.uk> via [199.164.235.226], to <scoffman@wellpartner.com>
11 To: <linuxuser-admin@www.linux.org.uk>
29 554 Too many hops 19 (17 max): from <linuxuser-admin@www.linux.org.uk> via [199.164.235.226], to <scoffman@wellpartner.com>
46 Return-Path: linuxuser-admin@www.linux.org.uk
76 Received: from www.linux.org.uk (parcelfarce.linux.theplanet.co.uk [195.92.249.252])
92 To: linuxuser@www.linux.org.uk
100 Sender: linuxuser-admin@www.linux.org.uk
101 Errors-To: linuxuser-admin@www.linux.org.u
    [all...]
  /developers/samples/android/connectivity/network/NetworkConnect/NetworkConnect/src/main/res/values/
strings.xml 8 http://www.apache.org/licenses/LICENSE-2.0
21 Click FETCH to fetch the first 500 characters of raw HTML from www.google.com.
  /development/samples/AliasActivity/res/xml/
alias.xml 8 http://www.apache.org/licenses/LICENSE-2.0
19 android:data="http://www.google.com/">
  /development/samples/ApiDemos/src/com/example/android/apis/
_package.html 4 <script type="text/javascript" src="http://www.corp.google.com/style/prettify.js"></script>
5 <script src="http://www.corp.google.com/eng/techpubs/include/navbar.js" type="text/javascript"></script>
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/
site.xml 10 img="http://www.antlr.org/wiki/download/attachments/292/ANTLR3"/>
15 <item name="Antlr Web Site" href="http://www.antlr.org/"/>
  /external/chromium/chrome/browser/google/
google_url_tracker_unittest.cc 314 EXPECT_EQ(GURL("http://www.google.co.uk/"), GetFetchedGoogleURL());
316 EXPECT_EQ(GURL("http://www.google.co.uk/"), GoogleURLTracker::GoogleURL());
321 SetLastPromptedGoogleURL(GURL("http://www.google.co.uk/"));
330 EXPECT_EQ(GURL("http://www.google.co.uk/"), GetFetchedGoogleURL());
339 SetLastPromptedGoogleURL(GURL("http://www.google.co.jp/"));
340 SetGoogleURL(GURL("http://www.google.co.uk/"));
344 EXPECT_EQ(GURL("http://www.google.co.uk/"), GetFetchedGoogleURL());
345 EXPECT_EQ(GURL("http://www.google.co.uk/"), GoogleURLTracker::GoogleURL());
346 EXPECT_EQ(GURL("http://www.google.co.uk/"), GetLastPromptedGoogleURL());
354 EXPECT_EQ(GURL("http://www.google.co.uk/"), GetFetchedGoogleURL())
    [all...]
  /external/chromium/net/url_request/
url_request_throttler_header_interface.h 18 // ex: location: www.example.com -> key = "location" value = "www.example.com"
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/static/
index.html 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_server_bound_cert_helper_unittest.cc 41 cert_store->SetServerBoundCert("https://www.google.com:443",
44 cert_store->SetServerBoundCert("https://www.youtube.com:443",
89 EXPECT_EQ("https://www.google.com:443", it->server_identifier());
92 EXPECT_EQ("https://www.youtube.com:443", it->server_identifier());
104 helper->DeleteServerBoundCert("https://www.google.com:443");
117 EXPECT_EQ("https://www.youtube.com:443", it->server_identifier());
121 helper->DeleteServerBoundCert("https://www.youtube.com:443");
133 std::string origin = "https://www.google.com";

Completed in 1431 milliseconds

<<41424344454647484950>>