Home
last modified time | relevance | path

Searched defs:html (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/parse5/packages/parse5/lib/parser/
Dparser-location-info.test.ts17 const html = '<p>1<p class="2">3'; constant
33 const html = '<i>1</i>2'; constant
49 const html = '<html><head></head><body>foo</body></html>'; constant
63 const html = '<template>hello</template>'; constant
76 const html = '<div test-attr></div>'; constant
90 const html = outdent` constant
114 const html = '<p>test'; constant
133 const html = '<svg><foreignObject></foreignObject></svg>'; constant
153 const html = '<script>"<!--";</script>'; constant
173 const html = outdent` constant
[all …]
Dindex.test.ts42 …const html = '<!DOCTYPE html SYSTEM "about:legacy-compat"><html><head></head><body>Hi there!</body… constant
/third_party/node/test/doctool/
Dtest-doctool-html.mjs54 html: '<h4>Static method: Buffer.from(array) <span> ' + property
65 html: '<h2>Sample Markdown with YAML info' + property
107 html: '<ol><li>fish</li><li>fish</li></ol>' + property
112 html: '<li><a href="https://nodejs.org/docs/latest-v8.x/api/foo.html">8.x', property
116 html: '<h2>Usage and Example<span><a class="mark"' + property
137 html: '<title>Sample markdown with special heading |', property
141 html: '<input class="js-flavor-selector" type="checkbox" checked', property
145 html: '<input class="js-flavor-selector" type="checkbox" aria-label', property
161 testData.forEach(({ file, html }) => { field
/third_party/parse5/packages/parse5/lib/serializer/
Dindex.test.ts30 const html = serializeOuter(div); constant
40 const html = serialize(template); constant
/third_party/node/deps/uv/tools/
Dmake_dist_html.py120 html = HTML.format(groups=groups).strip() variable
121 html = re.sub('>\\s+<', '><', html) variable
/third_party/libuv/tools/
Dmake_dist_html.py120 html = HTML.format(groups=groups).strip() variable
121 html = re.sub('>\\s+<', '><', html) variable
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DReportAPI.java48 boolean html; field in ReportAPI
78 public void print(PrintWriter pw, boolean detail, boolean html) { in print()
266 private boolean writeReport(String outFile, boolean html, boolean internal) { in writeReport()
460 private static void printResults(Collection<? extends APIInfo> c, PrintWriter pw, boolean html, in printResults()
DAPIInfo.java433 public void print(PrintWriter pw, boolean detail, boolean html) { in print()
437 public void print(PrintWriter pw, boolean detail, boolean html, boolean withStatus) { in print()
443 public void format(StringBuilder buf, boolean detail, boolean html, boolean withStatus) { in format()
558 buf.append(prepText(xsig.substring(n), html)); in format() local
563 private static String prepText(String text, boolean html) { in prepText()
581 public void println(PrintWriter pw, boolean detail, boolean html) { in println()
DCheckAPI.java77 boolean html; field in CheckAPI
101 public abstract void write(BufferedWriter w, boolean brief, boolean html, boolean detail); in write()
164 public void write(BufferedWriter w, boolean brief, boolean html, boolean detail) { in write()
528 public void write(BufferedWriter w, boolean brief, boolean html, boolean detail) { in write()
826 …private static void writeResults(Collection c, BufferedWriter w, boolean brief, boolean html, bool… in writeResults()
/third_party/node/test/fixtures/snapshot/
Dcheck-marked.js20 const html = marked(md) constant
/third_party/curl/docs/libcurl/
DCMakeLists.txt75 add_custom_target(html DEPENDS ${HTMLPAGES}) target
DMakefile.am52 html: $(HTMLPAGES) target
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/
DMakefile15 html: target
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/
DMakefile15 html: target
/third_party/parse5/packages/parse5-sax-parser/test/
Dlocation-info.test.ts33 const html = '<!DOCTYPE html><html><head><title>Here is a title</title></html>'; constant
/third_party/parse5/packages/parse5-parser-stream/test/
Dlocation-info.test.ts13 const html = '</head><div class="test"></div></body></html>'; constant
/third_party/mbedtls/docs/architecture/
DMakefile12 html: $(all_markdown:.md=.html) target
/third_party/mbedtls/docs/proposed/
DMakefile12 html: $(all_markdown:.md=.html) target
/third_party/curl/docs/libcurl/opts/
DMakefile.am42 html: $(HTMLPAGES) target
/third_party/python/Doc/
DMakefile74 html: BUILDER = html target
75 html: build target
/third_party/cef/tests/cefclient/browser/
Dosr_dragdrop_win.cc95 std::string HtmlToCFHtml(const std::string& html, const std::string& base_url) { in HtmlToCFHtml()
200 std::string* html, in CFHtmlToHtml()
242 CefString html = drag_data->GetFragmentHtml(); in DragDataToDataObject() local
319 std::wstring html((std::wstring::value_type*)hGlobal); in DataObjectToDragData() local
328 std::string html; in DataObjectToDragData() local
/third_party/selinux/secilc/docs/
DMakefile59 html: $(PANDOC_FILE_LIST) $(TMPDIR)/policy.cil secil.xml target
/third_party/skia/third_party/externals/swiftshader/src/Main/
DSwiftConfig.cpp233 std::string html; in page() local
466 std::string html; in profile() local
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dtranslate_math.js15 var html = fs.readFileSync(filepath, "utf8"); variable
/third_party/curl/docs/
DMakefile.am117 html: $(HTMLPAGES) target

1234