OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:html5
(Results
1 - 9
of
9
) sorted by null
/external/deqp-deps/glslang/Test/
makeDoc
3
asciidoc --backend=
html5
instDesc
/external/tinyxml2/contrib/
html5-printer.cpp
1
// g++ -Wall -O2 contrib/
html5
-printer.cpp -o
html5
-printer -ltinyxml2
3
// This program demonstrates how to use "tinyxml2" to generate conformant
HTML5
6
// http://dev.w3.org/
html5
/markup/syntax.html
8
// In
HTML5
, there are 16 so-called "void" elements. "void elements" NEVER have
10
// An example of a self-closig
HTML5
element is "<br/>" (line break)
15
// self-closing. This behavior produces space-effeceint XML, but incorrect
HTML5
.
52
// Contrived input containing a mix of void and non-void
HTML5
elements.
53
// When printed via XMLPrinter, some non-void elements will self-close (not valid
HTML5
).
74
// Complete list of all
HTML5
"void elements"
[
all
...]
/external/python/cpython3/Tools/scripts/
parse_html5_entities.py
3
Utility for parsing
HTML5
entity definitions available from:
5
http://dev.w3.org/
html5
/spec/entities.json
15
from html.entities import
html5
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
77
print('# map the
HTML5
named character references to the '
87
if line.startswith('
html5
= {')
[
all
...]
/external/okhttp/website/static/
html5shiv.min.js
2
HTML5
Shiv v3.6.2pre | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
6
c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.
html5
||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
8
for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d<h;d++)c.createElement(e[d]);return c}};l.
html5
=e;q(f)})(this,document);
/external/python/cpython3/Lib/html/
__init__.py
6
from html.entities import
html5
as _html5
28
# see http://www.w3.org/TR/
html5
/syntax.html#tokenizing-character-references
128
HTML 5 named character references defined in html.entities.
html5
.
entities.py
3
__all__ = ['
html5
', 'name2codepoint', 'codepoint2name', 'entitydefs']
263
# maps the
HTML5
named character references to the equivalent Unicode character(s)
264
html5
= {
variable
[
all
...]
/external/boringssl/src/util/
doc.go
679
indexTmpl, err := indexTmpl.Parse(`<!DOCTYPE
html5
>
/external/skia/modules/canvaskit/
canvaskit_bindings.cpp
61
#include <emscripten/
html5
.h>
[
all
...]
/external/skqp/experimental/canvaskit/
canvaskit_bindings.cpp
62
#include <emscripten/
html5
.h>
[
all
...]
Completed in 941 milliseconds