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

/u-boot/doc/media/
H A DMakefile25 .PHONY: all html texinfo epub xml latex
28 html: all
/u-boot/arch/powerpc/
H A Dconfig.mk35 # See http://lists.denx.de/pipermail/u-boot/2012-September/135156.html
/u-boot/tools/buildman/
H A Dtoolchain.py7 from html.parser import HTMLParser
508 html = tools.to_string(response.read())
510 parser.feed(html)
/u-boot/doc/sphinx/
H A Dkfigure.py43 * generate SVG (html-builder) and PDF (latex-builder) from DOT files.
136 html = (visit_kernel_image, pass_handle),
145 html = (visit_kernel_figure, pass_handle),
154 html = (visit_kernel_render, pass_handle),
208 prefer PDF while *html* builder prefer SVG format for images.
240 elif translator.builder.format == 'html':
H A Dparse-headers.pl396 License GPLv2: GNU GPL version 2 <https://gnu.org/licenses/gpl.html>.
/u-boot/doc/
H A DMakefile46 # $2 sphinx builder e.g. "html"
70 @+$(foreach var,$(SPHINXDIRS),$(call loop_cmd,sphinx,html,$(var),,$(var)))
/u-boot/test/py/
H A Dmultiplexed_log.py11 import html namespace
240 <html>
321 </html>
347 data = html.escape(data)

Completed in 203 milliseconds