/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/ |
pywebsocket.conf | 36 PythonOption mod_pywebsocket.handler_root /var/www 37 PythonOption mod_pywebsocket.handler_scan /var/www/ws
|
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/ |
set-href-attribute-whitespace.js | 6 a.href = " https://www.mydomain.com/path/testurl.html?key=value"; 7 shouldBe("a.hostname", "'www.mydomain.com'"); 10 a.href = "\nhttps://www.mydomain.com/path/testurl.html?key=value"; 11 shouldBe("a.hostname", "'www.mydomain.com'"); 14 a.href = "\thttps://www.mydomain.com/path/testurl.html?key=value"; 15 shouldBe("a.hostname", "'www.mydomain.com'"); 18 a.href = "\rhttps://www.mydomain.com/path/testurl.html?key=value"; 19 shouldBe("a.hostname", "'www.mydomain.com'"); 22 a.href = "\n \t\r \nhttps://www.mydomain.com/path/testurl.html?key=value"; 23 shouldBe("a.hostname", "'www.mydomain.com'") [all...] |
set-href-attribute-host.js | 6 a.href = "https://www.mydomain.com:8080/path/"; 7 a.host = "www.otherdomain.com:0"; 8 shouldBe("a.href", "'https://www.otherdomain.com:0/path/'"); 13 a.href = "https://www.mydomain.com:8080/path/?key=value"; 14 a.host = "www.other?domain.com:8080"; 15 shouldBe("a.href", "'https://www.other/?domain.com:8080/path/?key=value'"); 21 a.href = "https://www.mydomain.com:8080/path/"; 22 a.host = "www.otherdomain.com:80"; 23 shouldBe("a.href", "'https://www.otherdomain.com:80/path/'"); 26 a.href = "https://www.mydomain.com:8080/path/" [all...] |
set-href-attribute-search.js | 6 a.href = "https://www.mydomain.com/path/?key=value"; 8 shouldBe("a.href", "'https://www.mydomain.com/path/?value=key'"); 12 a.href = "https://www.mydomain.com/path/?key=value"; 14 shouldBe("a.href", "'https://www.mydomain.com/path/?val%20ue=%20key?'"); 17 a.href = "s:www.mydomain.com/path/"; 19 shouldBe("a.href", "'s:www.mydomain.com/path/?%'"); 24 a.href = "https://www.mydomain.com/path/?key=value#hash"; 26 shouldBe("a.href", "'https://www.mydomain.com/path/?value%23key#hash'"); 38 a.href = "https://www.mydomain.com/path/?key=value"; 40 shouldBe("a.href", "'https://www.mydomain.com/path/'") [all...] |
set-href-attribute-port.js | 6 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value"; 8 shouldBe("a.href", "'https://www.mydomain.com/path/testurl.html?key=value'"); 11 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value"; 13 shouldBe("a.href", "'https://www.mydomain.com/path/testurl.html?key=value'"); 16 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value"; 18 shouldBe("a.href", "'https://www.mydomain.com:0/path/testurl.html?key=value'"); 22 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value"; 24 shouldBe("a.href", "'https://www.mydomain.com:4/path/testurl.html?key=value'"); 28 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value"; 30 shouldBe("a.href", "'https://www.mydomain.com:0/path/testurl.html?key=value'") [all...] |
set-href-attribute-protocol.js | 6 a.href = "https://www.mydomain.com/path/"; 8 shouldBe("a.href", "'http-foo://www.mydomain.com/path/'"); 13 a.href = "https://www.mydomain.com/path/"; 15 shouldBe("a.href", "'http://www.mydomain.com/path/'"); 23 a.href = "https://www.mydomain.com/path/"; 25 shouldBe("a.href", "'https://www.mydomain.com/path/'"); 40 a.href = "https://www.mydomain.com/path/"; 42 shouldBe("a.href", "'https://www.mydomain.com/path/'"); 49 a.href = "https://www.mydomain.com/path/"; 51 shouldBe("a.href", "'https://www.mydomain.com/path/'") [all...] |
set-href-attribute-hostname.js | 6 a.href = "https://www.mydomain.com:8080/path/"; 7 a.hostname = "www.otherdomain.com"; 8 shouldBe("a.href", "'https://www.otherdomain.com:8080/path/'"); 13 a.href = "https://www.mydomain.com:8080/path/"; 14 a.hostname = "//www.otherdomain.com"; 15 shouldBe("a.href", "'https://www.otherdomain.com:8080/path/'"); 22 a.href = "foo://www.mydomain.com/path/"; 23 a.hostname = "www.otherdomain.com"; 24 shouldBe("a.href", "'foo://www.otherdomain.com/path/'"); 30 a.href = "https://www.mydomain.com:8080/path/" [all...] |
set-href-attribute-pathname.js | 6 a.href = "https://www.mydomain.com/path/testurl.html?key=value"; 8 shouldBe("a.href", "'https://www.mydomain.com/path%20name?key=value'"); 13 a.href = "https://www.mydomain.com/path/testurl.html?key=value"; 15 shouldBe("a.href", "'https://www.mydomain.com/pa%3Fth?key=value'"); 23 a.href = "https://www.mydomain.com/path?key=value"; 25 shouldBe("a.href", "'https://www.mydomain.com//path%23name?key=value'"); 31 a.href = "https://www.mydomain.com/path/testurl.html?key=value"; 33 shouldBe("a.href", "'https://www.mydomain.com/path?key=value'"); 37 a.href = "https://www.mydomain.com/path/testurl.html?key=value"; 39 shouldBe("a.href", "'https://www.mydomain.com/?key=value'") [all...] |
set-href-attribute-hash.js | 6 a.href = "https://www.mydomain.com:8080/path/testurl.html#middle"; 8 shouldBe("a.href", "'https://www.mydomain.com:8080/path/testurl.html#hash-value'"); 16 a.href = "http://www.mydomain.com/path/testurl.html#middle"; 18 shouldBe("a.href", "'http://www.mydomain.com/path/testurl.html#hash?value'"); 23 a.href = "https://www.my\"d(){}|~om?ain#com/path/testurl.html#middle"; 25 shouldBe("a.href", "'https://www.my\"d(){}|~om?ain#com/path/testurl.html#middle'"); 31 a.href = "https://www.mydomain.com/path/testurl.html#middle"; 33 shouldBe("a.href", "'https://www.mydomain.com/path/testurl.html#'"); 38 a.href = "https://www.mydomain.com/path/testurl.html#middle"; 40 shouldBe("a.href", "'https://www.mydomain.com/path/testurl.html#'") [all...] |
/external/valgrind/main/memcheck/tests/ |
errs1.c | 15 void www ( void ) { xxx(); } function 17 int main ( void ) { www(); aaa(); return 0; }
|
/external/markdown/MarkdownTest/Tests_2004/ |
Yuri-Links-in-Headers.text | 10 # A header with a [link](http://www.link.com) 18 [a]: http://www.link.com/
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
port.js | 15 shouldBe("canonicalize('http://www.example.com:" + cases[i][0] + "/')", 16 "'http://www.example.com" + cases[i][1] + "/'"); 20 shouldBe("canonicalize('foobar://www.example.com:80/')", 21 "'foobar://www.example.com:80/'");
|
standard-url.js | 4 ["http://www.google.com/foo?bar=baz#", "http://www.google.com/foo?bar=baz#"], 5 ["http://www.google.com/foo?bar=baz# \u00bb", "http://www.google.com/foo?bar=baz# \u00bb"], 6 ["http://[www.google.com]/", "http://[www.google.com]/"], 7 ["http://www.google.com", "http://www.google.com/"], 9 // ["ht\ttp:@www.google.com:80/;p?#", "ht%09tp://www.google.com:80/;p?#"] [all...] |
anchor.js | 16 shouldBe("canonicalize('http://www.example.com/#" + cases[i][0] + "')", 17 "'http://www.example.com/#" + cases[i][1] + "'");
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
feedWatch.uml2.properties | 6 # http://www.eclipse.org/legal/epl-v10.html 20 feedURL=http://www.eclipse.org/emf/feeds/builds-emf-2.3.xml 38 # <arg line="-debug 1 -feedURL http://www.eclipse.org/emf/feeds/builds.xml
|
feedPublish.uml2.properties | 6 # http://www.eclipse.org/legal/epl-v10.html 19 #file=/var/www/modeling/mdt/feeds/builds-uml2-uml-2.1.xml 28 buildURL=http://www.eclipse.org/modeling/mdt/downloads/?project=uml2-uml&showAll=1&hlbuild=%%buildID%%#%%buildID%% 37 buildDetailURL=http://www.eclipse.org/downloads/download.php?r=1&file=/modeling/mdt/uml2-uml/downloads/drops/%%version%%/%%buildID%%/ 43 releaseNotesURL=http://www.eclipse.org/modeling/mdt/news/release-notes.php?project=uml2-uml&version=%%version%% 45 downloadsURL=http://www.eclipse.org/modeling/mdt/downloads/?project=uml2-uml#uml2-uml 57 dependencyURLs=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/M20060919-1045/eclipse-SDK-M20060919-1045-linux-gtk.tar.gz http://www.eclipse.org/downloads/download.php?file=/tools/emf/downloads/drops/2.2.1/S200609210005/emf-sdo-xsd-SDK-2.2.1RC2.zip 60 JUnitTestURL=http://www.eclipse.org/downloads/download.php?r=1&file=/modeling/mdt/uml2-uml/downloads/drops/%%version%%/%%buildID%%/testResults.php 84 cvsPath=www/uml2/feed [all...] |
feedPublish.emf.properties | 6 # http://www.eclipse.org/legal/epl-v10.html 19 #file=/var/www/emf/feeds/builds-emf-2.3.xml 28 buildURL=http://www.eclipse.org/emf/downloads/?showAll=1&hlbuild=%%buildID%%#%%buildID%% 37 buildDetailURL=http://www.eclipse.org/downloads/download.php?r=1&file=/tools/emf/downloads/drops/%%version%%/%%buildID%%/ 43 releaseNotesURL=http://www.eclipse.org/emf/news/release-notes.php?version=%%version%% 45 downloadsURL=http://www.eclipse.org/emf/downloads/ 57 dependencyURLs=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/M20060919-1045/eclipse-SDK-M20060919-1045-linux-gtk.tar.gz 60 JUnitTestURL=http://www.eclipse.org/downloads/download.php?r=1&file=/tools/emf/downloads/drops/%%version%%/%%buildID%%/testResults.php 84 cvsPath=www/emf/feeds
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
domconfigparameternames01.js | 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/domconfigparameternames01"; 79 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-domConfig 80 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#DOMConfiguration-parameterNames 81 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-canonical-form 82 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-cdata-sections 83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-check-character-normalization 84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-comments 85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-datatype-normalization 86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-entitie [all...] |
documentnormalizedocument07.js | 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/documentnormalizedocument07"; 84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-normalizeDocument 85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-split-cdata-sections 86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-severity 87 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-message 88 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-type 89 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-relatedException 90 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-relatedData 91 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-locatio [all...] |
domimplementationregistry07.js | 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/domimplementationregistry07"; 72 DOMImplementationRegistry.getDOMImplementation("http://www.example.com/bogus-feature 99.0") should return 76 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding 77 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/ecma-script-binding 78 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ID-getDOMImpl 90 domImpl = domImplRegistry.getDOMImplementation("http://www.example.com/bogus-feature 99.0");
|
domimplementationregistry18.js | 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/domimplementationregistry18"; 72 DOMImplementationRegistry.getDOMImplementationList("http://www.example.com/bogus-feature 99.0") 76 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding 77 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/ecma-script-binding 78 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ID-getDOMImpls 89 domImplList = domImplRegistry.getDOMImplementationList("http://www.example.com/bogus-feature 99.0");
|
nodegetbaseuri05.js | 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodegetbaseuri05"; 78 Using getBaseURI check if the baseURI attribute of this DocumentElement is http://www.w3.org/DOM/L3Test. 82 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Node3-baseURI 83 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=419 84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2Element 102 assertEquals("nodegetbaseuri05","http://www.w3.org/DOM/L3Test",baseURI);
|
/external/webkit/LayoutTests/fast/dom/Node/script-tests/ |
isEqualNode.js | 4 var docTypeAllSet = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'); 5 var docTypeAllSet2 = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'); 6 var docTypeDifferentPublicID = document.implementation.createDocumentType('html', 'foo', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_nodeinsertbeforeinvalidnodetype.js | 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 20 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeinsertbeforeinvalidnodetype"; 89 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='HIERARCHY_REQUEST_ERR']) 90 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-952280727 91 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-952280727')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='HIERARCHY_REQUEST_ERR']) 92 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-952280727 93 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=247 94 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=249 95 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=406
|
hc_nodereplacechildinvalidnodetype.js | 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 20 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodereplacechildinvalidnodetype"; 89 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='HIERARCHY_REQUEST_ERR']) 90 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-785887307 91 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-785887307')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='HIERARCHY_REQUEST_ERR']) 92 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-785887307 93 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=247 94 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=249 95 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=406
|