Home
last modified time | relevance | path

Searched full:html (Results 1 – 25 of 1949) sorted by relevance

12345678910>>...78

/openbmc/linux/include/linux/
H A Dcompiler_attributes.h24 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-alias-function-a…
29 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-aligned-function…
30 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Type-Attributes.html#index-aligned-type-attribu…
31 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attributes.html#index-aligned-variable…
41 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-alloc_005fsize-f…
42 * clang: https://clang.llvm.org/docs/AttributeReference.html#alloc-size
52 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-always_005finlin…
67 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-assume_005falign…
68 * clang: https://clang.llvm.org/docs/AttributeReference.html#assume-aligned
73 …* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attributes.html#index-cleanup-variable…
[all …]
/openbmc/openbmc/poky/bitbake/doc/
H A Dreleases.rst70 - :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 DMakefile22 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/poky/meta/files/
H A Dspdx-licenses.json10 "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/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()
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/lib/bs4/
H A Dformatter.py15 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 Ddiagnose.py8 from html.parser import HTMLParser
31 basic_parsers = ["html.parser", "html5lib", "lxml"]
78 def lxml_trace(data, html=True, **kwargs): argument
87 :param html: If True, markup will be parsed with lxml's HTML parser.
96 reader, html=html, recover=recover, **kwargs
104 You can use this to get a picture of how html.parser sees a given
168 """Randomly generate an invalid HTML document."""
183 return "<html>" + "\n".join(elements) + "</html>"
189 print(("Generated a large invalid HTML document (%d bytes)." % len(data)))
191 for parser in ["lxml", ["lxml", "html"], "html5lib", "html.parser"]:
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A Dlmbench_result_html_report.patch4 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/toaster/
H A Dpytest.ini4 # 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/linux/Documentation/dev-tools/
H A Dcheckpatch.rst250 See: https://www.kernel.org/doc/html/latest/core-api/memory-allocation.html
263 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#allocating-memory
269 See: https://www.kernel.org/doc/html/latest/core-api/memory-allocation.html
290 See: https://www.kernel.org/doc/html/latest/process/deprecated.html#bug-and-bug-on
299 …See: https://www.kernel.org/doc/html/latest/process/deprecated.html#simple-strtol-simple-strtoll-s…
343 See: https://www.kernel.org/doc/html/latest/RCU/whatisRCU.html#full-list-of-rcu-apis
361 3. https://www.kernel.org/doc/html/latest/kbuild/makefiles.html#compilation-flags
375 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes
384 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes
393 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes
[all …]
/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.822 html timeline : <hostname>_<mode>.html
53 Add the dmesg and ftrace logs to the html output. They will be viewable by
95 hostname_command.html and will autodetect which suspend mode was triggered.
103 This reduces the html file size as there can be many tiny callbacks which are barely
131 command is called automatically to create summary html files for all the data (unless you
133 or summary html files. You can then run the tool again at a later time with \fI-summary\fR
141 You can generate the html timelines later with \fI-dmesg\fR & \fI-ftrace\fR, or
159 pre-expand the callgraph data in the html output (default: disabled)
166 This reduces the html file size as there can be many tiny callgraphs
198 Creates summary.html, summary-issues.html, and summary-devices.html in the current folder.
[all …]
H A Dbootgraph.811 creates an html representation of the initcall timeline. It graphs
25 html timeline : <hostname>_boot.html
37 Add the dmesg log to the html output. It will be viewable by
64 This reduces the html file size as there can be many tiny callgraphs
84 pre-expand the callgraph data in the html output (default: disabled)
106 Create HTML output from an existing dmesg file.
109 Create HTML output from an existing ftrace file (used with -dmesg).
128 Create a timeline using the current dmesg, add the log to the html and change the folder.
160 Rebuild the html from a previous run's logs, using the same options.
164 Rebuild the html with different options.
/openbmc/openbmc-test-automation/tools/
H A Dgenerate_test_document52 python -m robot.testdoc tests testsdirectoryTCdocs.html || ret_code=1
53 python -m robot.testdoc extended extendeddirectoryTCdocs.html || ret_code=1
54 python -m robot.testdoc gui guidirectoryTCdocs.html || ret_code=1
55 python -m robot.testdoc systest systestdirectoryTCdocs.html || ret_code=1
56 python -m robot.testdoc xcat xcatdirectoryTCdocs.html || ret_code=1
57 python -m robot.testdoc mnfg mnfgdirectoryTCdocs.html || ret_code=1
58 python -m robot.testdoc tools toolsdirectoryTCdocs.html || ret_code=1
59 python -m robot.testdoc ./openpower/ras rasdirectoryTCdocs.html || ret_code=1
60 python -m robot.testdoc ./openpower/secureboot securebootdirectoryTCdocs.html\
62 python -m robot.testdoc network networkdirectoryTCdocs.html ||\
/openbmc/openbmc/poky/meta/recipes-extended/groff/files/
H A D0001-build-Fix-Savannah-64681-webpage.ps-deps.patch6 * 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/phosphor-webui/app/server-control/
H A Dindex.js19 '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/meta-raspberrypi/docs/
H A DMakefile20 @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/openbmc/meta-openembedded/meta-perl/recipes-perl/libhtml/
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-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}"
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D__init__.py32 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/
H A Dwebpack.config.js16 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/linux/rust/kernel/
H A Dprint.rs7 //! Reference: <https://www.kernel.org/doc/html/latest/core-api/printk-basics.html>
205 /// [`pr_emerg`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_emerg
206 /// [`std::print!`]: https://doc.rust-lang.org/std/macro.print.html
229 /// [`pr_alert`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_alert
230 /// [`std::print!`]: https://doc.rust-lang.org/std/macro.print.html
253 /// [`pr_crit`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_crit
254 /// [`std::print!`]: https://doc.rust-lang.org/std/macro.print.html
277 /// [`pr_err`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_err
278 /// [`std::print!`]: https://doc.rust-lang.org/std/macro.print.html
301 /// [`pr_warn`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_warn
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Dnewcustomimage.html1 {% 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/phosphor-webui/app/server-health/
H A Dindex.js19 '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/linux/Documentation/virt/
H A Dne_overview.rst94 [2] https://www.kernel.org/doc/html/latest/admin-guide/mm/hugetlbpage.html
96 [4] https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html
97 [5] https://man7.org/linux/man-pages/man7/vsock.7.html
98 [6] https://www.kernel.org/doc/html/latest/x86/boot.html
99 [7] https://www.kernel.org/doc/html/latest/arm64/hugetlbpage.html
100 [8] https://www.kernel.org/doc/html/latest/arm64/booting.html
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Durls.py24 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 …]

12345678910>>...78