| /libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
| hc_nodeelementnodeattributes.java | 16 See W3C License http://www.w3.org/Consortium/Legal/ for more details. 33 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-84CF096">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-84CF096</a> 34 * @see <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=236">http://www.w3.org/Bugs/Public/show_bug.cgi?id=236</a> 35 * @see <a href="http://lists.w3.org/Archives/Public/www-dom-ts/2003Jun/0011.html">http://lists.w3.org/Archives/Public/www-dom-ts/2003Jun/0011.html</a> 36 * @see <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=184">http://www.w3.org/Bugs/Public/show_bug.cgi?id=184</a> 99 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeelementnodeattributes" [all...] |
| nodeprocessinginstructionsetnodevalue.java | 16 See W3C License http://www.w3.org/Consortium/Legal/ for more details. 34 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-F68D080">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-F68D080</a> 35 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-1004215813">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-1004215813</a> 36 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-837822393">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-837822393</a> 37 * @see <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=181">http://www.w3.org/Bugs/Public/show_bug.cgi?id=181</a> 79 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/nodeprocessinginstructionsetnodevalue" [all...] |
| /libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
| createAttributeNS01.java | 18 See W3C License http://www.w3.org/Consortium/Legal/ for more details. 39 * the XMLNS Document with namespaceURI being "http://www.ecommerce.org/", 44 * @see <a 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> 45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-DocCrAttrNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-DocCrAttrNS</a> 46 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-DocCrAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-DocCrAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])</a> 70 String namespaceURI = "http://www.ecommerce.org/"; 91 return "http://www.w3.org/2001/DOM-Test-Suite/level2/core/createAttributeNS01" [all...] |
| createDocument01.java | 18 See W3C License http://www.w3.org/Consortium/Legal/ for more details. 41 * the literal string "http://www.ecommerce.org/", qualifiedName as 46 * @see <a 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 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-DOM-createDocument">http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-DOM-createDocument</a> 48 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Level-2-Core-DOM-createDocument')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Level-2-Core-DOM-createDocument')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])</a> 72 String namespaceURI = "http://www.ecommerce.org/"; 97 return "http://www.w3.org/2001/DOM-Test-Suite/level2/core/createDocument01" [all...] |
| createElementNS01.java | 18 See W3C License http://www.w3.org/Consortium/Legal/ for more details. 40 * "http://www.ecommerce.org/", and qualifiedName as "prefix::local". 44 * @see <a 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> 45 * @see <a 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> 46 * @see <a 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> 70 String namespaceURI = "http://www.ecommerce.org/"; 91 return "http://www.w3.org/2001/DOM-Test-Suite/level2/core/createElementNS01" [all...] |
| documentcreateattributeNS02.java | 18 See W3C License http://www.w3.org/Consortium/Legal/ for more details. 40 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core">http://www.w3.org/TR/DOM-Level-2-Core/core</a> 41 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-DocCrAttrNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-DocCrAttrNS</a> 74 attribute1 = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace", "xml:xml"); 84 assertEquals("documentcreateattributeNS02_att1_namespaceURI", "http://www.w3.org/XML/1998/namespace", namespaceURI); 85 attribute2 = doc.createAttributeNS("http://www.w3.org/2000/xmlns/", "xmlns"); 94 assertEquals("documentcreateattributeNS02_att2_namespaceURI", "http://www.w3.org/2000/xmlns/", namespaceURI); 101 return "http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentcreateattributeNS02" [all...] |
| documentcreateattributeNS06.java | 18 See W3C License http://www.w3.org/Consortium/Legal/ for more details. 35 * is "xml" and the namespaceURI is different from "http://www.w3.org/XML/1998/namespace". 38 * as xml:root and namespaceURI as http://www.w3.org/XML/1998 /namespace. 42 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core">http://www.w3.org/TR/DOM-Level-2-Core/core</a> 43 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-DocCrAttrNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-DocCrAttrNS</a> 73 String namespaceURI = "http://www.w3.org/XML/1998 /namespace"; 77 newDoc = domImpl.createDocument("http://www.w3.org/DOM/Test", "dom:doc", docType); 94 return "http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentcreateattributeNS06" [all...] |
| documentcreateelementNS06.java | 18 See W3C License http://www.w3.org/Consortium/Legal/ for more details. 36 * from http://www.w3.org/XML/1998/namespace 39 * the qualifiedName as xml:root and namespaceURI as http://www.w3.org/xml/1998/namespace 43 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core">http://www.w3.org/TR/DOM-Level-2-Core/core</a> 44 * @see <a 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> 74 String namespaceURI = "http://www.w3.org/xml/1998/namespace "; 78 newDoc = domImpl.createDocument("http://www.w3.org/DOM/Test", "dom:doc", docType); 95 return "http://www.w3.org/2001/DOM-Test-Suite/level2/core/documentcreateelementNS06" [all...] |
| nodegetnamespaceuri03.java | 18 See W3C License http://www.w3.org/Consortium/Legal/ for more details. 42 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-NodeNSname">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-NodeNSname</a> 43 * @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> 86 elementNS = doc.createElementNS("http://www.w3.org/DOM/Test/elem", "qual:qelem"); 88 attrNS = doc.createAttributeNS("http://www.w3.org/DOM/Test/attr", "qual:qattr"); 93 assertEquals("nodegetnamespaceuri03_elemNSURI", "http://www.w3.org/DOM/Test/elem", elemNSURI); 95 assertEquals("nodegetnamespaceuri03_attrNSURI", "http://www.w3.org/DOM/Test/attr", attrNSURI); 103 return "http://www.w3.org/2001/DOM-Test-Suite/level2/core/nodegetnamespaceuri03" [all...] |
| prefix05.java | 18 See W3C License http://www.w3.org/Consortium/Legal/ for more details. 37 * http://www.w3.org/2000/xmlns. 42 * http://www.w3.org/2000/xmlns. 45 * @see <a 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> 46 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-NodeNSPrefix">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-NodeNSPrefix</a> 47 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-NodeNSPrefix')/setraises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-NodeNSPrefix')/setraises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])</a> 96 return "http://www.w3.org/2001/DOM-Test-Suite/level2/core/prefix05" [all...] |
| prefix10.java | 18 See W3C License http://www.w3.org/Consortium/Legal/ for more details. 37 * http://www.w3.org/XML/1998/namespace. 41 * http://www.w3.org/XML/1998/namespace. 44 * @see <a 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> 45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-NodeNSPrefix">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-NodeNSPrefix</a> 46 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-NodeNSPrefix')/setraises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-NodeNSPrefix')/setraises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])</a> 92 return "http://www.w3.org/2001/DOM-Test-Suite/level2/core/prefix10" [all...] |
| removeNamedItemNS02.java | 18 See W3C License http://www.w3.org/Consortium/Legal/ for more details. 41 * and namespace uri "http://www.usa.com" with 46 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='NOT_FOUND_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='NOT_FOUND_ERR'])</a> 47 * @see <a 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> 48 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-removeNamedItemNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_FOUND_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-removeNamedItemNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_FOUND_ERR'])</a> 72 String namespaceURI = "http://www.usa.com"; 99 return "http://www.w3.org/2001/DOM-Test-Suite/level2/core/removeNamedItemNS02" [all...] |
| /external/chromium_org/extensions/common/matcher/ |
| url_matcher_unittest.cc | 40 GURL matching_url("https://www.foobar.com"); 41 GURL non_matching_url("http://www.foobar.com"); 53 EXPECT_TRUE(filter.IsMatch(GURL("http://www.example.com"))); 54 EXPECT_TRUE(filter.IsMatch(GURL("http://www.example.com:80"))); 55 EXPECT_TRUE(filter.IsMatch(GURL("http://www.example.com:81"))); 56 EXPECT_TRUE(filter.IsMatch(GURL("http://www.example.com:90"))); 57 EXPECT_TRUE(filter.IsMatch(GURL("http://www.example.com:8080"))); 58 EXPECT_FALSE(filter.IsMatch(GURL("http://www.example.com:79"))); 59 EXPECT_FALSE(filter.IsMatch(GURL("http://www.example.com:91"))); 60 EXPECT_FALSE(filter.IsMatch(GURL("https://www.example.com"))) [all...] |
| /external/chromium_org/chrome/browser/autocomplete/ |
| history_provider_util.h | 28 // (e.g. "http://www.google.com/") and not some other subpage 29 // (e.g. "http://www.google.com/foo.html"). 47 // A match after any scheme/"www.", if the user input could match at both 49 // better than a non-innermost match ("www.google.com"). If the user types 50 // "x", no scheme in our prefix list (or "www.") begins with x, so all
|
| /external/chromium_org/chrome/browser/managed_mode/ |
| managed_mode_url_filter_unittest.cc | 76 EXPECT_TRUE(IsURLWhitelisted("https://www.example.com")); 94 EXPECT_TRUE(IsURLWhitelisted("http://www.secure.com")); 95 EXPECT_FALSE(IsURLWhitelisted("https://www.secure.com")); 96 EXPECT_FALSE(IsURLWhitelisted("wss://www.secure.com")); 110 EXPECT_TRUE(IsURLWhitelisted("http://www.path.to/ruin")); 133 list.push_back(".www.example.com"); 137 EXPECT_TRUE(IsURLWhitelisted("http://www.example.com")); 156 hosts["www.moose.org"] = true; 157 hosts["www.xn--n3h.net"] = true; 159 urls[GURL("http://www.example.com/foo/")] = true [all...] |
| /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
| background.js | 6 'request_url' : 'https://www.google.com/accounts/OAuthGetRequestToken', 7 'authorize_url' : 'https://www.google.com/accounts/OAuthAuthorizeToken', 8 'access_url' : 'https://www.google.com/accounts/OAuthGetAccessToken', 11 'scope' : 'http://www.google.com/m8/feeds/', 55 var url = "http://www.google.com/m8/feeds/contacts/default/full";
|
| /external/chromium_org/chrome/installer/linux/debian/ |
| postinst | 13 # update-alternatives --query x-www-browser): 45 update-alternatives --install /usr/bin/x-www-browser x-www-browser \ 47 update-alternatives --install /usr/bin/gnome-www-browser gnome-www-browser \
|
| /external/chromium_org/third_party/libxml/src/include/libxml/ |
| xinclude.h | 6 * http://www.w3.org/TR/2003/WD-xinclude-20031110 28 * Macro defining the Xinclude namespace: http://www.w3.org/2003/XInclude 30 #define XINCLUDE_NS (const xmlChar *) "http://www.w3.org/2003/XInclude" 34 * Macro defining the draft Xinclude namespace: http://www.w3.org/2001/XInclude 36 #define XINCLUDE_OLD_NS (const xmlChar *) "http://www.w3.org/2001/XInclude"
|
| /external/chromium_org/third_party/mesa/src/docs/ |
| utility.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 16 <li><a href="http://www.dgp.utoronto.ca/%7Emac/projects/glbiff.html" 22 <li><a href="http://www.scitechsoft.com/gldirect.html" 29 <li><a href="http://www.vros.com/" target="_parent">VR/OS</a> - VR 35 <li><a href="http://www.jwz.org/xscreensaver"
|
| /external/chromium_org/webkit/data/test_shell/frames/iframe1_files/ |
| foo1.htm | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>Inline Frame Test</title> 15 Web Content Accessibility Guidelines, World Wide Web Consortium, W3C, WWW, 45 <a href="http://www.w3.org/WAI/UA/WD-UAAG10-20010411/">11 May 2001 48 <span class="indented"><http://www.w3.org/WAI/UA/WD-UAAG10-20010411/></span> 54 that the user agent <a href="http://www.w3.org/TR/UAAG10/#def-implement" rel="glossary" title="Definition of implement"><span class="dfn-instance"> 55 implements</span></a>, make <a href="http://www.w3.org/TR/UAAG10/#def-content" rel="glossary" title="Definition of Content"><span class="dfn-instance">content</span></a> 61 (e.g., when to render the "<code>alt</code>" <a href="http://www.w3.org/TR/UAAG10/#def-attribute" rel="glossary" title="Definition of Attribute"><span class="dfn-instance"> 62 attribute</span></a> in HTML <cite><a href="http://www.w3.org/TR/UAAG10/#ref-HTML4" title="Link to reference HTML4">[HTML4]</a></cite>, the rendering order of 63 nested <code>OBJECT</code> elements in HTML, test attributes in SMIL <cite><a href="http://www.w3.org/TR/UAAG10/#ref-SMIL" title="Link to reference SMIL">[SMIL]</a></cite>, and th [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/about_files/ |
| NOTICE | 11 The Apache Software Foundation (http://www.apache.org/). 14 - the W3C consortium (http://www.w3c.org) , 15 - the SAX project (http://www.saxproject.org) 22 - software copyright (c) 1999, IBM Corporation., http://www.ibm.com. 23 - software copyright (c) 1999, Sun Microsystems., http://www.sun.com.
|
| /external/libxml2/include/libxml/ |
| xinclude.h | 6 * http://www.w3.org/TR/2003/WD-xinclude-20031110 28 * Macro defining the Xinclude namespace: http://www.w3.org/2003/XInclude 30 #define XINCLUDE_NS (const xmlChar *) "http://www.w3.org/2003/XInclude" 34 * Macro defining the draft Xinclude namespace: http://www.w3.org/2001/XInclude 36 #define XINCLUDE_OLD_NS (const xmlChar *) "http://www.w3.org/2001/XInclude"
|
| /external/mesa3d/docs/ |
| utility.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 16 <li><a href="http://www.dgp.utoronto.ca/%7Emac/projects/glbiff.html" 22 <li><a href="http://www.scitechsoft.com/gldirect.html" 29 <li><a href="http://www.vros.com/" target="_parent">VR/OS</a> - VR 35 <li><a href="http://www.jwz.org/xscreensaver"
|
| /external/mp4parser/ |
| NOTICE | 8 CoreMedia AG (http://www.coremedia.com/).
11 castLabs GmbH (http://www.castlabs.com/).
17 The Apache Software Foundation (http://www.apache.org/).
20 The Apache Software Foundation (http://www.apache.org/).
23 Stanislav Vitvitskiy and originally licensed under MIT license (http://www.opensource.org/licenses/mit-license.php)
|
| /external/mp4parser/isoparser/src/main/resources/ |
| NOTICE.txt | 8 CoreMedia AG (http://www.coremedia.com/).
11 castLabs GmbH (http://www.castlabs.com/).
17 The Apache Software Foundation (http://www.apache.org/).
20 The Apache Software Foundation (http://www.apache.org/).
23 Stanislav Vitvitskiy and originally licensed under MIT license (http://www.opensource.org/licenses/mit-license.php)
|