Home
last modified time | relevance | path

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

1234567

/third_party/parse5/packages/parse5/lib/
Dindex.js7 exports.parse = function parse(html, options) { argument
13 exports.parseFragment = function parseFragment(fragmentContext, html, options) { argument
/third_party/node/test/doctool/
Dtest-doctool-html.mjs55 html: '<h4>Static method: Buffer.from(array) <span> ' + property
64 html: '<h2>Sample Markdown with YAML info' + property
97 html: '<ol><li>fish</li><li>fish</li></ol>' + property
102 html: '<li><a href="https://nodejs.org/docs/latest-v8.x/api/foo.html">8.x', property
106 html: '<h2>Usage and Example<span><a class="mark"' + property
123 html: '<title>Sample markdown with special heading |', property
127 html: '<input class="js-flavor-selector" type="checkbox" checked', property
131 html: '<input class="js-flavor-selector" type="checkbox" aria-label', property
147 testData.forEach(({ file, html }) => { field
/third_party/parse5/test/utils/
Dgenerate-location-info-parser-tests.js29 function assertLocation(loc, expected, html, lines) { argument
46 function assertStartTagLocation(location, serializedNode, html, lines) { argument
54 function assertEndTagLocation(location, serializedNode, html, lines) { argument
61 function assertAttrsLocation(location, serializedNode, html, lines) { argument
69 function assertNodeLocation(location, serializedNode, html, lines) { argument
/third_party/parse5/packages/parse5-parser-stream/test/utils/
Dparse-chunked.js4 module.exports = function parseChunked(html, opts, minChunkSize, maxChunkSize) { argument
/third_party/libuv/tools/
Dmake_dist_html.py120 html = HTML.format(groups=groups).strip() variable
121 html = re.sub('>\\s+<', '><', html) variable
/third_party/nghttp2/src/
Dasio_server_request_handler.cc58 std::string html; in redirect_handler() local
78 auto html = create_html(status_code); in status_handler() local
/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()
447 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()
/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/curl/docs/libcurl/
DCMakeLists.txt73 add_custom_target(html DEPENDS ${HTMLPAGES}) target
/third_party/boost/libs/regex/example/snippets/
Dmfc_example.cpp77 void enumerate_links(const CString& html) in enumerate_links()
90 void enumerate_links2(const CString& html) in enumerate_links2()
/third_party/boost/tools/quickbook/src/
Dhtml_printer.hpp33 std::string html; member
/third_party/node/deps/npm/docs/src/templates/
DPage.js16 const html = pageData.html.replace(/@VERSION@/g, version) 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.am40 html: $(HTMLPAGES) target
/third_party/boost/libs/spirit/repository/test/karma/
Dconfix.cpp18 namespace html namespace
/third_party/boost/libs/math/doc/
Dwin32_nmake.mak32 html : html/index.html target
/third_party/python/Doc/
DMakefile74 html: BUILDER = html target
75 html: build target
/third_party/grpc/tools/package_hosting/
Dstyle.css1 html, body selector
/third_party/parse5/scripts/generate-parser-feedback-test/
Dindex.js52 function collectParserTokens(html) { argument
/third_party/selinux/secilc/docs/
DMakefile59 html: $(PANDOC_FILE_LIST) $(TMPDIR)/policy.cil secil.xml target
/third_party/parse5/packages/parse5-parser-stream/lib/
Dindex.js67 _documentWrite(html) { argument
/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

1234567