Home
last modified time | relevance | path

Searched refs:HTML (Results 1 – 25 of 104) sorted by relevance

12345

/openbmc/bmcweb/test/include/
H A Dhttp_utility_test.cpp16 EXPECT_TRUE(isContentTypeAllowed("*/*", ContentType::HTML, true)); in TEST()
19 EXPECT_TRUE(isContentTypeAllowed("text/html", ContentType::HTML, false)); in TEST()
25 ContentType::HTML, false)); in TEST()
31 ContentType::HTML, false)); in TEST()
37 isContentTypeAllowed("application/cbor", ContentType::HTML, false)); in TEST()
56 std::array<ContentType, 1> contentType{ContentType::HTML}; in TEST()
59 ContentType::HTML); in TEST()
61 std::array<ContentType, 2> htmlJson{ContentType::HTML, ContentType::JSON}; in TEST()
63 ContentType::HTML); in TEST()
75 ContentType::HTML); in TEST()
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libhtml/
H A Dlibhtml-tagset-perl_3.20.bb1 SUMMARY = "HTML::Tageset - data tables useful in parsing HTML"
3 kinds of HTML parsing operations."
4 HOMEPAGE = "https://metacpan.org/release/HTML-Tagset"
10 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PE/PETDANCE/HTML-Tagset-${PV}.tar.gz"
13 S = "${WORKDIR}/HTML-Tagset-${PV}"
H A Dlibhtml-tree-perl_5.03.bb1 SUMMARY = "HTML::TreeBuilder - Parser that builds a HTML syntax tree"
3 creating, and extracting information from HTML syntax trees; there is \
9 HOMEPAGE = "https://metacpan.org/release/CJM/HTML-Tree-5.03/source/README"
14 SRC_URI = "${CPAN_MIRROR}/authors/id/C/CJ/CJM/HTML-Tree-${PV}.tar.gz \
19 S = "${WORKDIR}/HTML-Tree-${PV}"
31 `find ${D}/usr/share/doc/perl/html/site/lib/HTML/ -type f` \
H A Dlibhtml-parser-perl_3.72.bb2 HOMEPAGE = "https://metacpan.org/release/GAAS/HTML-Parser-3.72"
10 SRC_URI = "${CPAN_MIRROR}/authors/id/G/GA/GAAS/HTML-Parser-${PV}.tar.gz"
14 S = "${WORKDIR}/HTML-Parser-${PV}"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-html5lib_1.1.bb1 SUMMARY = "HTML parser based on the WHATWG HTML specifcation"
H A Dpython3-html2text_2024.2.26.bb1 SUMMARY = "Convert HTML to Markdown-formatted text"
H A Dpython3-ansi2html_1.9.2.bb1 DESCRPTION = "ansi2html - Convert text with ANSI color codes to HTML or to LaTeX"
H A Dpython3-dominate_2.9.1.bb1 SUMMARY = "Dominate is a Python library for creating and manipulating HTML documents using an elega…
H A Dpython3-meld3_2.0.1.bb3 meld3 is an HTML/XML templating system for Python which keeps \
/openbmc/bmcweb/http/
H A Dcomplete_response_fields.hpp75 ContentType::HTML}; in completeResponseFields()
78 if (preferred == ContentType::HTML) in completeResponseFields()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A Dlmbench_result_html_report.patch36 $(MK) LIST="$(LIST)" summary > HTML/summary.out 2> HTML/summary.errs
41 @@ -14,7 +14,7 @@ open(H, ">HTML/specific.html");
/openbmc/qemu/docs/system/
H A Dqemu-manpage.rst7 HTML manual.
55 The HTML documentation of QEMU for more precise information and Linux
H A Dqemu-block-drivers.rst23 The HTML documentation of QEMU for more precise information and Linux
H A Dqemu-cpu-models.rst24 The HTML documentation of QEMU for more precise information and Linux user mode emulator invocation.
/openbmc/bmcweb/include/
H A Dhttp_utility.hpp34 HTML, enumerator
55 {"text/html", ContentType::HTML}}; in getContentType()
92 {"text/html", ContentType::HTML}, in getPreferredContentType()
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Dformatter.py35 HTML = 'html' variable in Formatter
152 super(HTMLFormatter, self).__init__(self.HTML, *args, **kwargs)
/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/
H A Dpython3-json2html_1.3.0.bb1 DESCRIPTION="Python wrapper to convert JSON into a human readable HTML Table representation."
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-sphinxcontrib-jsmath_1.0.1.bb1 SUMMARY = "A sphinx extension which renders display math in HTML via JavaScript"
H A Dpython3-sphinxcontrib-htmlhelp_2.1.0.bb1 SUMMARY = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
H A Dpython3-sphinxcontrib-serializinghtml_2.0.0.bb1 SUMMARY = 'sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML file…
H A Dpython3-smartypants_2.0.0.bb1 …ranslator of plain ASCII punctuation characters into 'smart' typographic punctuation HTML entities"
H A Dpython3-markupsafe_3.0.2.bb1 SUMMARY = "Implements a XML/HTML/XHTML Markup safe string for Python"
H A Dpython3-webcolors_24.11.1.bb1 SUMMARY = "Simple Python module for working with HTML/CSS color definitions."
/openbmc/openbmc/poky/bitbake/doc/
H A DREADME15 If you want to find HTML versions of the BitBake manuals on the web,
53 The resulting HTML index page will be _build/html/index.html, and you
/openbmc/webui-vue/docs/guide/components/page-section/
H A Dindex.md3 The `<page-section>` component will render semantic HTML. By adding a

12345