/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
named-character-references.html | 3 <table><thead><tr><th> Name </th> <th> Character(s) </th> <th> Glyph </th> <tbody><tr id="entity-AElig"><td> <code title="">AElig;</code> </td> <td> U+000C6 </td> <td> <span class="glyph" title="">Æ</span> </td> <tr id="entity-AMP"><td> <code title="">AMP;</code> </td> <td> U+00026 </td> <td> <span class="glyph" title="">&</span> </td> <tr id="entity-Aacute"><td> <code title="">Aacute;</code> </td> <td> U+000C1 </td> <td> <span class="glyph" title="">Á</span> </td> <tr id="entity-Abreve"><td> <code title="">Abreve;</code> </td> <td> U+00102 </td> <td> <span class="glyph" title="">Ă</span> </td> <tr id="entity-Acirc"><td> <code title="">Acirc;</code> </td> <td> U+000C2 </td> <td> <span class="glyph" title="">Â</span> </td> <tr id="entity-Acy"><td> <code title="">Acy;</code> </td> <td> U+00410 </t (…) [all...] |
/external/markdown/MarkdownTest/Tests_2007/ |
Images.text | 3 ![Alt text](/path/to/img.jpg "Optional title") 7 ![alt text](/url/ "title preceded by two spaces") 9 ![alt text](/url/ "title has spaces afterward" ) 13 ![alt text](</url/> "with a title"). 26 [bar]: /url/ "Title here
|
Images.html | 1 <p><img src="/path/to/img.jpg" alt="Alt text" title="" /></p> 3 <p><img src="/path/to/img.jpg" alt="Alt text" title="Optional title" /></p> 7 <p><img src="/url/" alt="alt text" title="title preceded by two spaces" /></p> 9 <p><img src="/url/" alt="alt text" title="title has spaces afterward" /></p> 11 <p><img src="/url/" alt="alt text" title="" /></p> 13 <p><img src="/url/" alt="alt text" title="with a title" />.</p [all...] |
/external/libxml2/test/XPath/docs/ |
vid | 5 <!ELEMENT head (title?, (p)*)> 7 <!ELEMENT chapter (title?, (p | image)*)> 11 <!ELEMENT title (#PCDATA)> 17 <title>Welcome to Gnome</title> 20 <title>The Linux adventure</title> 28 <title>Chapter 2</title> 32 <title>Chapter 3</title [all...] |
/external/replicaisland/res/xml/ |
level_0_2_dialog_kabocha.xml | 8 title = "@string/Kabocha" 14 title = "@string/Kabocha" 20 title = "@string/Kabocha" 29 title = "@string/Kabocha" 35 title = "@string/Kabocha" 41 title = "@string/Kabocha" 50 title = "@string/Kabocha" 56 title = "@string/Kabocha" 64 title = "@string/Kabocha" 70 title = "@string/Kabocha [all...] |
level_0_3_dialog_kabocha.xml | 8 title = "@string/Kabocha" 14 title = "@string/Kabocha" 23 title = "@string/Kabocha" 29 title = "@string/Kabocha" 35 title = "@string/Kabocha" 44 title = "@string/Kabocha" 50 title = "@string/Kabocha" 56 title = "@string/Kabocha" 64 title = "@string/Kabocha" 70 title = "@string/Kabocha [all...] |
level_final_boss_dialog.xml | 9 title = "@string/Rokudou" 15 title = "@string/Rokudou" 21 title = "@string/Kabocha" 27 title = "@string/Kabocha" 33 title = "@string/Kabocha" 40 title = "@string/Rokudou"
|
/external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/ |
package-frame.html | 5 <title>org.libjpegturbo.turbojpeg</title> 6 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> 11 <h2 title="Interfaces">Interfaces</h2> 12 <ul title="Interfaces"> 13 <li><a href="TJCustomFilter.html" title="interface in org.libjpegturbo.turbojpeg" target="classFrame"><i>TJCustomFilter</i></a></li> 15 <h2 title="Classes">Classes</h2> 16 <ul title="Classes"> 17 <li><a href="TJ.html" title="class in org.libjpegturbo.turbojpeg" target="classFrame">TJ</a></li> 18 <li><a href="TJCompressor.html" title="class in org.libjpegturbo.turbojpeg" target="classFrame">TJCompressor</a></li [all...] |
/external/markdown/MarkdownTest/Tests_2004/ |
Links, reference style.html | 1 <p>Foo <a href="/url/" title="Title">bar</a>.</p> 3 <p>Foo <a href="/url/" title="Title">bar</a>.</p> 5 <p>Foo <a href="/url/" title="Title">bar</a>.</p>
|
Links, reference style.text-out | 6 <title></title> 9 <p>Foo <a href="/url/" title="Title">bar</a>.</p> 10 <p>Foo <a href="/url/" title="Title">bar</a>.</p> 11 <p>Foo <a href="/url/" title="Title">bar</a>.</p>
|
Links, reference style.text-res | 6 <title></title> 9 <p>Foo <a href="/url/" title="Title">bar</a>.</p> 10 <p>Foo <a href="/url/" title="Title">bar</a>.</p> 11 <p>Foo <a href="/url/" title="Title">bar</a>.</p>
|
/external/markdown/tests/markdown-test/ |
links-reference.html | 1 <p>Foo <a href="/url/" title="Title">bar</a>.</p> 2 <p>Foo <a href="/url/" title="Title">bar</a>.</p> 3 <p>Foo <a href="/url/" title="Title">bar</a>.</p>
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftchapters.h | 14 /* <Title> */ 29 /* <Title> */ 50 /* <Title> */ 73 /* <Title> */ 89 /* <Title> */ 103 /* <Title> */
|
/prebuilts/go/darwin-x86/doc/articles/wiki/ |
part3-errorhandling.go | 15 Title string 20 filename := p.Title + ".txt" 24 func loadPage(title string) (*Page, error) { 25 filename := title + ".txt" 30 return &Page{Title: title, Body: body}, nil 39 title := r.URL.Path[len("/view/"):] 40 p, err := loadPage(title) 42 http.Redirect(w, r, "/edit/"+title, http.StatusFound) 49 title := r.URL.Path[len("/edit/"): [all...] |
/prebuilts/go/linux-x86/doc/articles/wiki/ |
part3-errorhandling.go | 15 Title string 20 filename := p.Title + ".txt" 24 func loadPage(title string) (*Page, error) { 25 filename := title + ".txt" 30 return &Page{Title: title, Body: body}, nil 39 title := r.URL.Path[len("/view/"):] 40 p, err := loadPage(title) 42 http.Redirect(w, r, "/edit/"+title, http.StatusFound) 49 title := r.URL.Path[len("/edit/"): [all...] |
/external/autotest/client/cros/enterprise/ |
cookie_status.html | 4 <title>CookiesAllowedForUrls/CookiesBlockedForUrls Test File</title>
|
/external/autotest/client/site_tests/desktopui_SetFieldsWithChromeDriver/ |
hello.html | 4 <title>Hello World</title>
|
/external/autotest/client/site_tests/desktopui_UrlFetchWithChromeDriver/ |
hello.html | 5 <title>Hello World</title>
|
/external/doclava/res/assets/templates-sdk/ |
samples_navtree_data.cs | 2 - title: About the Samples 5 - title: What's New
|
/external/libxml2/result/HTML/ |
noscript.html | 4 <title>omg</title>
|
/external/libxml2/result/schemas/ |
extension1_0_2.err | 1 ./test/schemas/extension1_2.xml:1: element title: Schemas validity error : Element 'title': Element content is not allowed, because the content type is a simple type definition.
|
/external/libxml2/test/HTML/ |
noscript.html | 4 <title>omg</title>
|
/external/robolectric/v1/src/test/resources/res/xml/ |
preferences.xml | 7 android:title="Category Test"> 11 android:title="Inside Category Test" 18 android:title="Checkbox Test" 25 android:title="EditText Test" 31 android:title="List Test" 37 android:title="Preference Title" 42 android:title="Ringtone Test"
|
/external/skia/docs/ |
catalogHeader.txt | 6 <title></title>
|
/external/skqp/docs/ |
catalogHeader.txt | 6 <title></title>
|