Searched refs:html (Results 376 - 400 of 659) sorted by relevance

<<11121314151617181920>>

/external/libxml2/doc/
H A Dindex.py1024 HTMLfiles = glob.glob("*.html") + glob.glob("tutorial/*.html")
1025 for html in HTMLfiles:
1026 if html[0:3] == "API":
1028 if html == "xml.html":
1031 doc = libxml2.parseFile(html)
1033 doc = libxml2.htmlParseFile(html, None)
1035 res = analyzeHTML(doc, html)
1036 print "Parsed %s : %d paragraphs" % (html, re
[all...]
/external/markdown/markdown/
H A Dpreprocessors.py49 self.html_counter = 0 # for counting inline html segments
52 def store(self, html, safe=False):
60 * html: an html segment
61 * safe: label an html segment as safe for safemode
66 self.rawHtmlBlocks.append((html, safe))
77 """Remove html blocks from the text and store them for later retrieval."""
H A D__init__.py12 html = md.convert(your_text_string)
16 markdown source.txt > destination.html
197 * safe_mode: Disallow raw html. One of "remove", "replace" or "escape".
202 * "html": Outputs latest supported version of HTML (currently HTML 4).
204 and "html4") be used as "xhtml" or "html" may change in the future
270 self.inlinePatterns["html"] = \
303 'html' : html4.to_html_string,
424 passes the file content to markdown, and outputs the html to either
449 html = self.convert(text)
454 output_file.write(html)
[all...]
/external/python/cpython2/Lib/
H A DBaseHTTPServer.py37 # URL: http://www.faqs.org/rfcs/rfc2616.html
97 DEFAULT_ERROR_CONTENT_TYPE = "text/html"
99 def _quote_html(html):
100 return html.replace("&", "&amp;").replace("<", "&lt;").replace(">", "&gt;")
214 e.g. "text/html" or "text/plain".
/external/selinux/python/sepolicy/sepolicy/
H A Dmanpage.py215 convert_manpage_to_html((self.new_path + d.rsplit("_selinux", 1)[0] + ".html"), self.old_path + d)
220 convert_manpage_to_html((self.new_path + r.rsplit("_selinux", 1)[0] + ".html"), self.old_path + r)
223 index = self.old_path + "index.html"
226 <html>
246 <a href=%s/%s.html>%s</a> - SELinux man pages for %s """ % (f, f, f, f))
260 <a href=%s/%s.html>%s</a> - SELinux man pages for %s """ % (r, r, r, r))
269 html = self.new_path + self.os_version + ".html"
270 fd = open(html, 'w')
272 <html>
[all...]
/external/skia/fuzz/
H A Dcoverage83 xdg-open "$DIR"/coverage_report/index.html
/external/skqp/fuzz/
H A Dcoverage83 xdg-open "$DIR"/coverage_report/index.html
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
H A DProcess.inc50 // See http://www.cygwin.com/ml/cygwin/2009-01/threads.html#00492
/external/testng/ant/
H A Dbuild.properties59 test/test-output/index.html
/external/trappy/tests/trappy/plotter/
H A DILinePlotGen.py268 display(HTML(self.html()))
270 def html(self): member in class:ILinePlotGen
/external/trappy/trappy/plotter/
H A DILinePlotGen.py268 display(HTML(self.html()))
270 def html(self): member in class:ILinePlotGen
/external/annotation-tools/asmx/test/lib/
H A Dcobertura-1.7.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/clang/tools/scan-build-py/libscanbuild/
H A Dreport.py6 """ This module is responsible to generate 'index.html' for the report.
9 could be found. It parses those reports and generates 'index.html'. """
67 html_reports_available = args.output_format in {'html', 'plist-html'}
77 logging.debug('generate index.html file')
109 with open(os.path.join(output_dir, 'index.html'), 'w') as handle:
112 |<!DOCTYPE html>
113 |<html>
144 |</html>""", indent))
150 name = os.path.join(output_dir, 'summary.html
[all...]
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-reference.js41 var select = $("#apiLevelSelector").html("").change(changeApiLevel);
71 var thing = ($("#jd-header").html().indexOf("package") != -1) ? "package" : "class";
72 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
76 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");
/external/python/cpython3/Lib/test/
H A Dtest_imp.py144 # http://developer.apple.com/mac/library/qa/qa2001/qa1173.html
347 from html import parser
348 html = sys.modules.pop('html')
350 sys.modules['html'] = html
352 with self.assertRaisesRegex(ImportError, 'html'):
/external/ImageMagick/PerlMagick/
H A DMagick.pm126 file:///usr/local/share/doc/ImageMagick-7.0.0/www/perl-magick.html
/external/ImageMagick/PerlMagick/quantum/
H A Dquantum.pm125 file:///usr/local/share/doc/ImageMagick-7/www/perl-magick.html
/external/doclava/res/assets/templates-sdk/
H A Dhead_tag.cs18 # _reference-head-tags.html file for the book path (or ignored if its no longer needed)
23 {% include "_shared/_reference-head-tags.html" %}
37 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLDocument.java5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
9 package com.vladium.emma.report.html.doc;
42 .set (Attribute.CONTENT, "text/html; charset=" + encoding);
/external/freetype/builds/
H A Dfreetype.mk354 -$(DELETE) $(subst /,$(SEP),$(DOC_DIR)/*.html $(NO_OUTPUT))
/external/icu/icu4c/source/tools/genren/
H A Dgenren.pl3 # License & terms of use: http://www.unicode.org/copyright.html
75 // License & terms of use: http://www.unicode.org/copyright.html
/external/iputils/
H A DMakefile124 .PHONY: all ninfod clean distclean man html check-kernel modules snapshot
217 html:
218 $(MAKE) -C doc html
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
H A DHTMLElement.java6 * http://www.eclipse.org/legal/epl-v10.html
12 package org.jacoco.report.internal.html;
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/html/
H A DHTMLFormatterTest.java6 * http://www.eclipse.org/legal/epl-v10.html
12 package org.jacoco.report.html;
56 output.assertFile("index.html");
57 output.assertFile("group1/index.html");
58 output.assertFile("group1/group/index.html");
59 output.assertFile("group1/group/bundle/index.html");
60 output.assertFile("bundle/index.html");
66 output.assertFile("index.html");
67 output.assertFile("bundle/index.html");
68 output.assertFile("bundle/org.jacoco.example/index.html");
[all...]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
H A DHTMLElementTest.java6 * http://www.eclipse.org/legal/epl-v10.html
12 package org.jacoco.report.internal.html;
157 root.a(new LinkableStub("index.html", "here", null), null);
159 assertEquals("<root><a href=\"index.html\">here</a></root>",
165 root.a(new LinkableStub("index.html", "here", "red"), null);
168 "<root><a href=\"index.html\" class=\"red\">here</a></root>",

Completed in 583 milliseconds

<<11121314151617181920>>