Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:html5
(Results
1 - 10
of
10
) sorted by relevance
/third_party/python/Tools/scripts/
H
A
D
parse_html5_entities.py
5
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
D
Makefile
340
$(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__.py
6
from html.entities import
html5
as _html5
128
HTML 5 named character references defined in html.entities.
html5
.
H
A
D
entities.py
3
__all__ = ['
html5
', 'name2codepoint', 'codepoint2name', 'entitydefs']
265
html5
= {
variable
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/
H
A
D
main.cpp
11
#include <emscripten/
html5
.h>
/third_party/skia/experimental/webgpu-bazel/src/
H
A
D
bindings.cpp
9
#include <emscripten/
html5
.h>
/third_party/skia/modules/canvaskit/
H
A
D
gm_bindings.cpp
12
#include <emscripten/
html5
.h>
H
A
D
canvaskit_bindings.cpp
60
#include <emscripten/
html5
.h>
/third_party/skia/experimental/skottiekit/
H
A
D
skottiekit_bindings.cpp
39
#include <emscripten/
html5
.h>
/third_party/skia/experimental/wasm-skp-debugger/
H
A
D
debugger_bindings.cpp
41
#include <emscripten/
html5
.h>
Completed in 12 milliseconds