/openbmc/openbmc/poky/bitbake/lib/toaster/ |
H A D | pytest.ini | 4 # https://pytest-django.readthedocs.io/en/latest/database.html#create-db-force-re-creation-of-the-t… 6 # --html=report.html --self-contained-html 7 # https://docs.pytest.org/en/latest/usage.html#creating-html-reports 8 # https://pytest-html.readthedocs.io/en/latest/user_guide.html#creating-a-self-contained-report 9 addopts = --create-db --html="Toaster Tests Report.html" --self-contained-html
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/files/ |
H A D | 0001-Makefile-common.am-Create-src-common-directory-befor.patch | 5 generating fail-html.c 8 not yet created and this codepath to generate fail-html.c is executed and 13 …< ../cockpit-337/src/common/fail.html > src/common/fail-html.c.tmp && mv src/common/fail-html.c.tm… 14 /bin/bash: src/common/fail-html.c.tmp: No such file or directory 15 make[1]: *** [Makefile:6044: src/common/fail-html.c] Error 1 28 # libcockpit-common.a static-links an HTML template to use on failures 29 nodist_libcockpit_common_a_SOURCES = src/common/fail-html.c 30 src/common/fail-html.c: src/common/fail.html 33 CLEANFILES += src/common/fail-html.c 34 EXTRA_DIST += src/common/fail.html
|
/openbmc/bmcweb/test/include/ |
H A D | http_utility_test.cpp | 16 EXPECT_TRUE(isContentTypeAllowed("*/*", ContentType::HTML, true)); in TEST() 19 EXPECT_TRUE(isContentTypeAllowed("text/html", ContentType::HTML, false)); in TEST() 24 EXPECT_TRUE(isContentTypeAllowed("application/json, text/html", in TEST() 25 ContentType::HTML, false)); in TEST() 31 ContentType::HTML, false)); in TEST() 33 isContentTypeAllowed("application/html", ContentType::JSON, false)); in TEST() 37 isContentTypeAllowed("application/cbor", ContentType::HTML, false)); in TEST() 38 EXPECT_FALSE(isContentTypeAllowed("application/json, text/html", in TEST() 45 isContentTypeAllowed("text/html, */*", ContentType::OctetStream, true)); in TEST() 50 EXPECT_TRUE(isContentTypeAllowed("text/html, */*;q=0.8", in TEST() [all …]
|
/openbmc/openbmc/poky/bitbake/doc/ |
H A D | releases.rst | 70 - :yocto_docs:`3.1 BitBake User Manual </3.1/bitbake-user-manual/bitbake-user-manual.html>` 71 - :yocto_docs:`3.1.1 BitBake User Manual </3.1.1/bitbake-user-manual/bitbake-user-manual.html>` 72 - :yocto_docs:`3.1.2 BitBake User Manual </3.1.2/bitbake-user-manual/bitbake-user-manual.html>` 73 - :yocto_docs:`3.1.3 BitBake User Manual </3.1.3/bitbake-user-manual/bitbake-user-manual.html>` 79 - :yocto_docs:`3.0 BitBake User Manual </3.0/bitbake-user-manual/bitbake-user-manual.html>` 80 - :yocto_docs:`3.0.1 BitBake User Manual </3.0.1/bitbake-user-manual/bitbake-user-manual.html>` 81 - :yocto_docs:`3.0.2 BitBake User Manual </3.0.2/bitbake-user-manual/bitbake-user-manual.html>` 82 - :yocto_docs:`3.0.3 BitBake User Manual </3.0.3/bitbake-user-manual/bitbake-user-manual.html>` 83 - :yocto_docs:`3.0.4 BitBake User Manual </3.0.4/bitbake-user-manual/bitbake-user-manual.html>` 89 - :yocto_docs:`2.7 BitBake User Manual </2.7/bitbake-user-manual/bitbake-user-manual.html>` [all …]
|
H A D | Makefile | 22 publish: Makefile html singlehtml 25 cp -r $(BUILDDIR)/html/* $(BUILDDIR)/$(DESTDIR)/ 26 cp $(BUILDDIR)/singlehtml/index.html $(BUILDDIR)/$(DESTDIR)/singleindex.html 27 sed -i -e 's@index.html#@singleindex.html#@g' $(BUILDDIR)/$(DESTDIR)/singleindex.html
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
H A D | lmbench_result_html_report.patch | 4 Subject: [PATCH] lmbench: Fix "make html" graph failure 6 The html-list perl script cannot parse the first line of the result 9 Additional fixes are to make the result's html pages easier to understand. 22 scripts/html-list | 7 ++----- 31 html: dirs 35 $(SCRIPTS)html-list $(LIST) 36 $(MK) LIST="$(LIST)" summary > HTML/summary.out 2> HTML/summary.errs 37 diff --git a/scripts/html-list b/scripts/html-list 39 --- a/scripts/html-list 40 +++ b/scripts/html-list [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | formatter.py | 15 For HTML documents: 16 * 'html' - HTML entity substitution for generic HTML documents. (default) 17 * 'html5' - HTML entity substitution for HTML5 documents, as 20 valid HTML. 25 * 'html' - Entity substitution for XHTML documents. 31 # Registries of XML and HTML formatters. 35 HTML = 'html' variable in Formatter 57 XML markup and Formatter.HTML if you are formatting HTML markup. 60 characters with XML/HTML entities. For examples, see 64 (HTML rules). To get <tag>, pass in the empty string. [all …]
|
H A D | diagnose.py | 8 from html.parser import HTMLParser 30 basic_parsers = ["html.parser", "html5lib", "lxml"] 77 def lxml_trace(data, html=True, **kwargs): argument 86 :param html: If True, markup will be parsed with lxml's HTML parser. 95 reader, html=html, recover=recover, **kwargs 103 You can use this to get a picture of how html.parser sees a given 167 """Randomly generate an invalid HTML document.""" 182 return "<html>" + "\n".join(elements) + "</html>" 188 print(("Generated a large invalid HTML document (%d bytes)." % len(data))) 190 for parser in ["lxml", ["lxml", "html"], "html5lib", "html.parser"]: [all …]
|
/openbmc/openbmc/poky/meta/files/ |
H A D | spdx-licenses.json | 10 "reference": "https://spdx.org/licenses/0BSD.html", 13 "http://landley.net/toybox/license.html", 23 "reference": "https://spdx.org/licenses/3D-Slicer-1.0.html", 36 "reference": "https://spdx.org/licenses/AAL.html", 48 "reference": "https://spdx.org/licenses/Abstyles.html", 60 "reference": "https://spdx.org/licenses/AdaCore-doc.html", 74 "reference": "https://spdx.org/licenses/Adobe-2006.html", 86 "reference": "https://spdx.org/licenses/Adobe-Display-PostScript.html", 98 "reference": "https://spdx.org/licenses/Adobe-Glyph.html", 110 "reference": "https://spdx.org/licenses/Adobe-Utopia.html", [all …]
|
/openbmc/openbmc-test-automation/tools/ |
H A D | generate_test_document | 52 python3 -m robot.testdoc tests testsdirectoryTCdocs.html || ret_code=1 53 python3 -m robot.testdoc extended extendeddirectoryTCdocs.html || ret_code=1 54 python3 -m robot.testdoc gui guidirectoryTCdocs.html || ret_code=1 55 python3 -m robot.testdoc systest systestdirectoryTCdocs.html || ret_code=1 56 python3 -m robot.testdoc xcat xcatdirectoryTCdocs.html || ret_code=1 57 python3 -m robot.testdoc mnfg mnfgdirectoryTCdocs.html || ret_code=1 58 python3 -m robot.testdoc tools toolsdirectoryTCdocs.html || ret_code=1 59 python3 -m robot.testdoc ./openpower/ras rasdirectoryTCdocs.html || ret_code=1 60 python3 -m robot.testdoc ./openpower/secureboot securebootdirectoryTCdocs.html\ 62 python3 -m robot.testdoc network networkdirectoryTCdocs.html ||\
|
/openbmc/phosphor-webui/app/server-control/ |
H A D | index.js | 19 'template': require('./controllers/bmc-reboot-controller.html'), 24 'template': require('./controllers/server-led-controller.html'), 30 require('./controllers/power-operations-controller.html'), 36 require('./controllers/power-usage-controller.html'), 42 require('./controllers/remote-console-controller.html'), 47 './controllers/remote-console-window-controller.html'), 52 'template': require('./controllers/kvm-controller.html'), 56 'template': require('./controllers/kvm-window-controller.html'), 62 require('./controllers/virtual-media-controller.html'), 68 require('./controllers/power-operations-controller.html'),
|
/openbmc/openbmc/poky/meta/recipes-extended/groff/files/ |
H A D | 0001-build-Fix-Savannah-64681-webpage.ps-deps.patch | 6 * doc/doc.am (doc/webpage.ps, doc/webpage.html): Update and parallelize 35 @@ -365,11 +368,12 @@ doc/pic.html: $(doc_srcdir)/pic.ms 37 $(doc_srcdir)/pic.ms > pic.html 39 -doc/webpage.html: tbl 40 -doc/webpage.html: tmac/www.tmac 41 -doc/webpage.html: $(DOC_GNU_EPS) 44 +doc/webpage.html: grn soelim 45 +doc/webpage.html: $(DOC_GNU_EPS) tmac/www.tmac tbl 46 doc/webpage.html: $(doc_srcdir)/groff.css 47 -doc/webpage.html: $(doc_srcdir)/webpage.ms [all …]
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libhtml/ |
H A D | libhtml-tree-perl_5.03.bb | 1 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 D | libhtml-tagset-perl_3.20.bb | 1 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}"
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
H A D | newcustomimage.html | 1 {% extends project_specific|yesno:"baseprojectspecificpage.html,base.html" %} 7 {% include "newcustomimage_modal.html" %} 11 {% include project_specific|yesno:"project_specific_topbar.html,projecttopbar.html" %} 16 {% include "toastertable.html" %}
|
/openbmc/openbmc/poky/meta/recipes-multimedia/flac/flac/ |
H A D | 0001-API-documentation-replace-modules.html-by-topics.htm.patch | 4 Subject: [PATCH] API documentation: replace modules.html by topics.html 7 https://lists.xiph.org/pipermail/flac-dev/2025-February/006696.html 9 Newer Doxygen versions call what was previously api/modules.html 10 api/topics.html instead. 28 -if test ! -n "$DOXYGEN" && test -f "$srcdir/doc/FLAC.tag" && test -f "$srcdir/doc/api/modules.html… 29 +if test ! -n "$DOXYGEN" && test -f "$srcdir/doc/FLAC.tag" && test -f "$srcdir/doc/api/topics.html"… 41 - * the <A HREF="modules.html">modules</A>. Modules are logical 42 + * the <A HREF="topics.html">modules</A>. Modules are logical
|
/openbmc/libmctp/docs/bindings/ |
H A D | Makefile | 1 .PHONY: html 2 html: $(patsubst %.md, %.html, $(wildcard *.md)) target 4 %.html: %.md 13 $(RM) *.html
|
/openbmc/phosphor-webui/app/server-health/ |
H A D | index.js | 19 'template': require('./controllers/log-controller.html'), 24 'template': require('./controllers/log-controller.html'), 29 'template': require('./controllers/log-controller.html'), 35 require('./controllers/inventory-overview-controller.html'), 41 require('./controllers/sensors-overview-controller.html'), 46 'template': require('./controllers/syslog-controller.html'), 51 'template': require('./controllers/log-controller.html'),
|
/openbmc/openbmc/meta-raspberrypi/docs/ |
H A D | Makefile | 20 @echo " html to make standalone HTML files" 21 @echo " dirhtml to make HTML files named index.html in directories" 22 @echo " singlehtml to make a single large HTML file" 25 @echo " htmlhelp to make HTML files and a HTML help project" 26 @echo " qthelp to make HTML files and a qthelp project" 28 @echo " devhelp to make HTML files and a Devhelp project" 51 .PHONY: html 52 html: target 53 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html 55 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." [all …]
|
/openbmc/phosphor-webui/ |
H A D | webpack.config.js | 16 require('html-webpack-inline-source-plugin'); 17 var HtmlWebpackPlugin = require('html-webpack-plugin'); 33 * Reference: http://webpack.github.io/docs/configuration.html 40 * Reference: http://webpack.github.io/docs/configuration.html#entry 48 * Reference: http://webpack.github.io/docs/configuration.html#output 72 * http://webpack.github.io/docs/configuration.html#module-loaders 73 * List: http://webpack.github.io/docs/list-of-loaders.html 117 // HTML LOADER 119 // Allow loading html through js 120 test: /\.html$/, [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
H A D | default_server.site | 6 root /var/www/localhost/html; 8 index index.html index.htm; 12 # redirect server error pages to the static page /50x.html 13 error_page 500 502 503 504 /50x.html;
|
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
H A D | __init__.py | 32 HTML = 'html' variable 36 """The warning issued when an HTML parser is used to parse 39 …"""It looks like you're parsing an XML document using an HTML parser. If this really is an HTML do… 157 the way <pre> tags are treated in HTML. Tags in this list 268 """Wrap an HTML fragment to make it look like a document. 273 which run HTML fragments through the parser and compare the 274 results against other HTML fragments. 278 :param fragment: A string -- fragment of HTML. 279 :return: A string -- a full HTML document. 384 """This TreeBuilder knows facts about HTML. [all …]
|
/openbmc/phosphor-webui/app/configuration/ |
H A D | index.js | 19 'template': require('./controllers/network-controller.html'), 24 'template': require('./controllers/date-time-controller.html'), 29 'template': require('./controllers/network-controller.html'), 34 'template': require('./controllers/snmp-controller.html'), 39 'template': require('./controllers/firmware-controller.html'),
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cppunit/files/ |
H A D | 0001-doc-Makefile.am-do-not-preserve-file-flags-when-copy.patch | 20 @@ -8,7 +8,7 @@ htmldir += $(pkgdatadir)/html 21 html_DATA += $(static_pages) html/index.html 24 - cp -pR html/* $(DESTDIR)$(htmldir) 25 + cp -R html/* $(DESTDIR)$(htmldir)
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | urls.py | 24 tables.AllBuildsTable.as_view(template_name="builds-toastertable.html"), 31 template_name="buildinfo-toastertable.html"), 38 template_name="buildinfo-toastertable.html"), 48 template_name="buildinfo-toastertable.html"), 64 template_name="target.html"), 75 template_name="buildinfo-toastertable.html"), 80 template_name="buildinfo-toastertable.html"), 85 template_name="buildinfo-toastertable.html"), 100 tables.ProjectsTable.as_view(template_name="projects-toastertable.html"), 106 tables.ProjectBuildsTable.as_view(template_name="projectbuilds-toastertable.html"), [all …]
|