Home
last modified time | relevance | path

Searched refs:html5 (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Tools/scripts/
H A Dparse_html5_entities.py5 http://dev.w3.org/html5/spec/entities.json
15 from html.entities import html5 namespace
17 entities_url = 'http://dev.w3.org/html5/spec/entities.json'
26 """Create the html5 dict from the decoded json object."""
65 print('html5 = {', file=file)
72 # without args print a diff between html.entities.html5 and new_html5
73 # with --create print the new html5 dict
87 if line.startswith('html5 = {'):
100 if html5 == new_html5:
103 compare_dicts(html5, new_html
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/
H A DMakefile340 $(QUIET)$(ASCIIDOC) -b html5 $(ADOCOPTS) $(ADOCHTMLOPTS) -o $@ $(SPECSRC)
347 $(QUIET)$(ASCIIDOC) -b html5 $(ADOCOPTS) $(ADOCHTMLOPTS) \
383 $(QUIET)$(ASCIIDOC) -b html5 $(ADOCOPTS) $(ADOCHTMLOPTS) -o $@ $(STYLESRC)
397 $(QUIET)$(ASCIIDOC) -b html5 $(ADOCOPTS) $(ADOCHTMLOPTS) -o $@ $(REGSRC)
407 $(QUIET)$(ASCIIDOC) --failure-level ERROR -b html5 -o $@ $<
578 $(QUIET) echo $(ASCIIDOC) -b html5 $(ADOCOPTS) $(ADOCHTMLOPTS) \
608 $(VERYQUIET)$(ASCIIDOC) -b html5 $(ADOCOPTS) $(ADOCHTMLOPTS) $(ADOCREFOPTS) \
636 $(QUIET)$(ASCIIDOC) -b html5 -a html_spec_relative='html/vkspec.html' \
/third_party/python/Lib/html/
H A D__init__.py6 from html.entities import html5 as _html5
128 HTML 5 named character references defined in html.entities.html5.
H A Dentities.py3 __all__ = ['html5', 'name2codepoint', 'codepoint2name', 'entitydefs']
265 html5 = { variable
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/
H A Dmain.cpp11 #include <emscripten/html5.h>
/third_party/skia/experimental/webgpu-bazel/src/
H A Dbindings.cpp9 #include <emscripten/html5.h>
/third_party/skia/modules/canvaskit/
H A Dgm_bindings.cpp12 #include <emscripten/html5.h>
H A Dcanvaskit_bindings.cpp60 #include <emscripten/html5.h>
/third_party/skia/experimental/skottiekit/
H A Dskottiekit_bindings.cpp39 #include <emscripten/html5.h>
/third_party/skia/experimental/wasm-skp-debugger/
H A Ddebugger_bindings.cpp41 #include <emscripten/html5.h>

Completed in 12 milliseconds