Searched refs:html (Results 1 - 25 of 932) sorted by relevance

1234567891011>>

/external/doclava/res/assets/templates/
H A Ddoctype.cs1 <!DOCTYPE html
H A Dindex.cs0 <html>
3 <meta http-equiv="refresh" content="0;url=packages.html">
8 </html
/external/libogg/doc/libogg/
H A DMakefile.am5 doc_DATA = bitpacking.html datastructures.html decoding.html encoding.html\
6 general.html index.html ogg_packet.html ogg_packet_clear.html\
7 ogg_page.html ogg_page_bos.html ogg_page_checksum_se
[all...]
/external/libvorbis/doc/vorbisfile/
H A DMakefile.am5 doc_DATA = OggVorbis_File.html callbacks.html chaining_example_c.html\
6 chainingexample.html crosslap.html datastructures.html decoding.html\
7 example.html exampleindex.html fileinfo.html inde
[all...]
/external/libvorbis/doc/vorbisenc/
H A DMakefile.am5 doc_DATA = changes.html examples.html index.html ov_ectl_ratemanage2_arg.html \
6 ov_ectl_ratemanage_arg.html overview.html reference.html style.css\
7 vorbis_encode_ctl.html vorbis_encode_init.html vorbis_encode_setup_init.html \
[all...]
/external/chromium_org/ui/accessibility/extensions/highcontrast/
H A Dhighcontrast.css5 html[hc="a0"] {
8 html[hcx="0"] img[src*="jpg"],
9 html[hcx="0"] img[src*="jpeg"],
10 html[hcx="0"] svg image,
11 html[hcx="0"] img.rg_i,
12 html[hcx="0"] embed,
13 html[hcx="0"] object,
14 html[hcx="0"] video {
18 html[hc="a1"] {
21 html[hc
[all...]
H A Dhighcontrast.js33 var html = document.documentElement;
40 if (html.getAttribute('hc') != mode + scheme)
41 html.setAttribute('hc', mode + scheme);
42 if (html.getAttribute('hcx') != scheme)
43 html.setAttribute('hcx', scheme);
52 html.style.webkitFilter = filterMap[scheme];
55 html.style.webkitFilter = 'none';
59 html.setAttribute('hc', mode + '0');
60 html.setAttribute('hcx', '0');
62 html
[all...]
/external/nanopb-c/docs/
H A DMakefile1 all: index.html concepts.html reference.html security.html \
7 %.html: %.rst
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dnetwork_ui.cc61 content::WebUIDataSource* html = local
63 html->SetUseJsonJSFormatV2();
65 html->AddLocalizedString("titleText", IDS_NETWORK_TITLE);
66 html->AddLocalizedString("autoRefreshText", IDS_NETWORK_AUTO_REFRESH);
67 html->AddLocalizedString("logRefreshText", IDS_NETWORK_LOG_REFRESH);
68 html->AddLocalizedString("logLevelShowText", IDS_NETWORK_LOG_LEVEL_SHOW);
69 html->AddLocalizedString("logLevelErrorText", IDS_NETWORK_LOG_LEVEL_ERROR);
70 html->AddLocalizedString("logLevelUserText", IDS_NETWORK_LOG_LEVEL_USER);
71 html->AddLocalizedString("logLevelEventText", IDS_NETWORK_LOG_LEVEL_EVENT);
72 html
[all...]
/external/chromium_org/ppapi/c/documentation/
H A DremovefilesC.sh6 rm annotated.html
8 rm classes.html
11 rm functions*.html
12 rm globals_0x*.html
13 rm globals.html
14 rm globals_enum.html
15 rm globals_eval.html
16 rm globals_func.html
17 rm globals_type.html
18 rm globals_vars.html
[all...]
/external/chromium_org/tools/grit/grit/gather/
H A Dchrome_html_unittest.py38 'index.html': '''
40 <html>
47 </html>
63 html = chrome_html.ChromeHtml(tmp_dir.GetPath('index.html'))
64 html.SetDefines({'scale_factors': '1.4x,1.8x'})
65 html.SetAttributes({'flattenhtml': 'true'})
66 html.Parse()
67 self.failUnlessEqual(StandardizeHtml(html.GetData('en', 'utf-8')),
70 <html>
[all...]
/external/chromium_org/native_client_sdk/src/web/
H A Dupdate.sh2 for file in index.html manifest.html; do
/external/chromium_org/third_party/polymer/components/core-collapse/
H A Dcore-collapse.css10 html /deep/ core-collapse {
14 html /deep/ .core-collapse-closed {
/external/chromium_org/third_party/polymer/components-chromium/core-collapse/
H A Dcore-collapse.css10 html /deep/ core-collapse {
14 html /deep/ .core-collapse-closed {
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DTokenStream.java29 package org.owasp.html;
H A Dpackage-info.java30 * An efficient {@link org.owasp.html.HtmlSanitizer HtmlSanitizer}
32 * {@link org.owasp.html.HtmlPolicyBuilder HtmlPolicyBuilder}.
37 package org.owasp.html;
/external/libogg/doc/
H A DMakefile.am7 doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
9 rfc3533.txt rfc5334.txt skeleton.html
/external/markdown/markdown/
H A Dpostprocessors.py33 takes the html document as a single text string and returns a
41 """ Restore raw html to the document. """
44 """ Iterate over html stash and restore "safe" html. """
46 html, safe = self.markdown.htmlStash.rawHtmlBlocks[i]
49 html = self.escape(html)
51 html = ''
53 html = markdown.HTML_REMOVED_TEXT
57 html
[all...]
/external/chromium_org/third_party/markdown/
H A Dpostprocessors.py73 takes the html document as a single text string and returns a
81 """ Restore raw html to the document. """
84 """ Iterate over html stash and restore "safe" html. """
86 html, safe = self.markdown.htmlStash.rawHtmlBlocks[i]
89 html = self.escape(html)
91 html = ''
93 html = self.markdown.html_replacement_text
94 if self.isblocklevel(html) an
[all...]
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Ddefault_object_view.js41 var html = '';
42 html += '<div class="title">Snapshot of <a id="instance-link"></a> @ ' +
44 html += '<table>';
45 html += '<tr>';
46 html += '<tr><td>args:</td><td id="args"></td></tr>\n';
47 html += '</table>';
48 this.innerHTML = html;
89 var html = '';
90 html += '<div class="title">' +
93 html
[all...]
/external/chromium_org/ppapi/cpp/documentation/
H A DremovefilesCPP.sh7 rm annotated.html
9 rm classes.html
14 rm index_8dox.html
15 rm namespacemembers.html
16 rm namespacemembers_func.html
17 rm namespaces.html
29 rm index.html
31 rm hierarchy.html
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DIContent.java5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
9 package com.vladium.emma.report.html.doc;
/external/chromium_org/chrome/browser/resources/options/
H A Doptions_settings_app.css8 html.settings-app body.uber-frame {
17 html.settings-app body.uber-frame section {
20 html.settings-app body.uber-frame section > h3 {
25 html.settings-app body.uber-frame header {
30 html.settings-app #content-settings-page .content-area {
39 html.settings-app .language-options-left {
44 html.settings-app .language-options-right {
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dproxy_settings.css7 html {
35 html[highlight=strong] input[type='button']:focus,
36 html[highlight=strong] input[type='checkbox']:focus,
37 html[highlight=strong] input[type='radio']:focus,
38 html[highlight=strong] input[type='text']:focus,
39 html[highlight=strong] input[type='url']:focus,
40 html[highlight=strong] button:focus,
41 html[highlight=strong] list:focus {
45 html[highlight=strong] #network-proxy-tab {
/external/iputils/doc/
H A DMakefile2 HTMLFILES=$(subst .sgml,.html,$(SGMLFILES)) index.html
5 all: html
7 html: $(HTMLFILES) iputils.html
18 @set -e; cd tmp.db2html; docbook2html ../$< ; mv *.html ..
21 iputils.html: iputils.db
24 @set -e; cd tmp.db2html; docbook2html -u -o html ../$< ; mv html/$@ ..
37 @rm -rf $(MANFILES) $(HTMLFILES) iputils.html tm
[all...]

Completed in 3184 milliseconds

1234567891011>>