Searched refs:html (Results 1 – 25 of 414) sorted by relevance
12345678910>>...17
/Linux-v5.4/tools/perf/Documentation/ |
D | Makefile | 14 _MAN_HTML=$(patsubst %.txt,%.html,$(MAN_TXT)) 27 _DOC_HTML+=$(patsubst %,%.html,$(ARTICLES) $(SP_ARTICLES)) 58 HTML_REF = origin/html 176 all: html man 178 html: $(DOC_HTML) target 271 $(OUTPUT)howto-index.txt $(OUTPUT)howto/*.html $(OUTPUT)doc.dep \ 272 $(OUTPUT)technical/api-*.html $(OUTPUT)technical/api-index.txt \ 277 $(MAN_HTML): $(OUTPUT)%.html : %.txt 302 XSLTOPTS = --xinclude --stringparam html.stylesheet docbook-xsl.css 304 $(OUTPUT)user-manual.html: $(OUTPUT)user-manual.xml [all …]
|
/Linux-v5.4/Documentation/hwmon/ |
D | tmp401.rst | 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp401.html 20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp411.html 28 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp431.html 36 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp432.html 44 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp435.html
|
D | lm25066.rst | 26 http://www.national.com/pf/LM/LM25066.html 28 http://www.national.com/pf/LM/LM25066A.html 38 http://www.national.com/pf/LM/LM5064.html 48 http://www.national.com/pf/LM/LM5066.html
|
D | tmp421.rst | 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html 20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html 28 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html
|
D | adm1031.rst | 13 http://www.analog.com/en/prod/0%2C2877%2CADM1030%2C00.html 23 http://www.analog.com/en/prod/0%2C2877%2CADM1031%2C00.html
|
D | lm92.rst | 12 Datasheet: http://www.national.com/pf/LM/LM92.html 20 Datasheet: http://www.national.com/pf/LM/LM76.html
|
/Linux-v5.4/Documentation/arm/samsung-s3c24xx/ |
D | eb2410itx.rst | 30 - Resources Page http://www.simtec.co.uk/products/EB2410ITX/resources.html 32 - Board FAQ at http://www.simtec.co.uk/products/EB2410ITX/faq.html 34 - Bootloader info http://www.simtec.co.uk/products/SWABLE/resources.html 35 and FAQ http://www.simtec.co.uk/products/SWABLE/faq.html
|
D | h1940.rst | 5 http://www.handhelds.org/projects/h1940.html 21 http://www.handhelds.org/projects/h1940.html
|
/Linux-v5.4/Documentation/media/ |
D | index.rst | 6 .. only:: html 21 .. only:: html and subproject
|
/Linux-v5.4/Documentation/translations/zh_CN/process/ |
D | programming-language.rst | 57 https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html 62 https://gcc.gnu.org/onlinedocs/gcc/C-Extensions.html 67 https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
|
D | submitting-patches.rst | 229 http://vger.kernel.org/vger-lists.html 上找到它们的列表。不过,也有与内核相关 655 <https://web.archive.org/web/20180829112450/http://linux.yyz.us/patch-format.html> 658 <http://www.kroah.com/log/linux/maintainer.html> 660 <http://www.kroah.com/log/linux/maintainer-02.html> 662 <http://www.kroah.com/log/linux/maintainer-03.html> 664 <http://www.kroah.com/log/linux/maintainer-04.html> 666 <http://www.kroah.com/log/linux/maintainer-05.html> 668 <http://www.kroah.com/log/linux/maintainer-06.html>
|
D | howto.rst | 72 http://www.gnu.org/licenses/gpl-faq.html 116 https://web.archive.org/web/20180829112450/http://linux.yyz.us/patch-format.html 281 http://test.kernel.org/bugzilla/faq.html 305 http://vger.kernel.org/vger-lists.html#linux-kernel 320 http://vger.kernel.org/vger-lists.html
|
/Linux-v5.4/Documentation/core-api/ |
D | gcc-plugins.rst | 29 .. [1] https://gcc.gnu.org/onlinedocs/gccint/Plugins.html 30 .. [2] https://gcc.gnu.org/onlinedocs/gccint/Plugin-API.html#Plugin-API 31 .. [3] https://gcc.gnu.org/onlinedocs/gccint/GIMPLE.html 32 .. [4] https://gcc.gnu.org/onlinedocs/gccint/IPA.html 33 .. [5] https://gcc.gnu.org/onlinedocs/gccint/RTL.html
|
/Linux-v5.4/tools/power/pm-graph/ |
D | sleepgraph.py | 1748 html = '' 1760 html += '<li><b>'+node.name+drv+'</b>' 1762 html += '<ul>'+info+'</ul>' 1763 html += '</li>' 1765 html += '<ul>' 1767 html += self.printTopology(cnode) 1768 html += '</ul>' 1769 return html 2436 self.html = '' 2447 self.html += '<div class="version"><a href="https://01.org/suspendresume">%s v%s</a></div>' \ [all …]
|
D | bootgraph.py | 540 devtl.html += html_timetotal.format(user_mode, last_init) 554 devtl.html += devtl.html_tblock.format('boot', '0', '100', devtl.scaleH) 560 devtl.html += devtl.html_phase.format(left, width, \ 581 devtl.html += devtl.html_device.format(dev['id'], 597 devtl.html += html_srccall.format(l.name, left, 609 devtl.html += html_srccall.format(cg.name, left, 615 devtl.html += '</div>\n' 618 devtl.html += '</div>\n</div>\n' 621 devtl.html += '<div class="legend">\n' 626 devtl.html += devtl.html_legend.format(order, \ [all …]
|
/Linux-v5.4/arch/h8300/ |
D | Kconfig.cpu | 51 <http://strawberry-linux.com/h8/index.html> 60 <http://www.nissin-tech.com/2009/10/uclinuxkane-bebe-h83069f.html> 78 <http://www.azpower.com/H8-uClinux/index.html>
|
/Linux-v5.4/Documentation/translations/ko_KR/ |
D | howto.rst | 89 https://www.gnu.org/licenses/gpl-faq.html 138 https://web.archive.org/web/20180829112450/http://linux.yyz.us/patch-format.html 347 https://bugzilla.kernel.org/page.cgi?id=faq.html 377 http://vger.kernel.org/vger-lists.html#linux-kernel 394 http://vger.kernel.org/vger-lists.html
|
/Linux-v5.4/Documentation/translations/ja_JP/ |
D | howto.rst | 89 https://www.gnu.org/licenses/gpl-faq.html 142 https://web.archive.org/web/20180829112450/http://linux.yyz.us/patch-format.html 367 https://bugzilla.kernel.org/page.cgi?id=faq.html 402 http://vger.kernel.org/vger-lists.html#linux-kernel 420 http://vger.kernel.org/vger-lists.html
|
/Linux-v5.4/Documentation/networking/ |
D | snmp_counter.rst | 17 .. _RFC1213 ipInReceives: https://tools.ietf.org/html/rfc1213#page-26 30 .. _RFC1213 ipInDelivers: https://tools.ietf.org/html/rfc1213#page-28 41 .. _RFC1213 ipOutRequests: https://tools.ietf.org/html/rfc1213#page-28 60 .. _Explicit Congestion Notification: https://tools.ietf.org/html/rfc3168#page-6 73 .. _RFC1213 ipInHdrErrors: https://tools.ietf.org/html/rfc1213#page-27 81 .. _RFC1213 ipInAddrErrors: https://tools.ietf.org/html/rfc1213#page-27 98 .. _RFC1213 ipInUnknownProtos: https://tools.ietf.org/html/rfc1213#page-27 111 .. _RFC1213 ipInDiscards: https://tools.ietf.org/html/rfc1213#page-28 118 .. _RFC1213 ipOutDiscards: https://tools.ietf.org/html/rfc1213#page-28 125 .. _RFC1213 ipOutNoRoutes: https://tools.ietf.org/html/rfc1213#page-29 [all …]
|
/Linux-v5.4/tools/power/pm-graph/config/ |
D | freeze.cfg | 25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values 33 # add the dmesg and ftrace log to the html output (default: false) 80 # pre-expand the callgraph data in the html output (default: disabled)
|
D | standby.cfg | 25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values 33 # add the dmesg and ftrace log to the html output (default: false) 80 # pre-expand the callgraph data in the html output (default: disabled)
|
/Linux-v5.4/Documentation/admin-guide/LSM/ |
D | tomoyo.rst | 12 http://tomoyo.sourceforge.jp/1.8/ubuntu12.04-live.html 13 http://tomoyo.sourceforge.jp/1.8/centos6-live.html 30 http://tomoyo.osdn.jp/2.5/policy-specification/index.html .
|
/Linux-v5.4/Documentation/translations/it_IT/process/ |
D | programming-language.rst | 48 .. [gcc-c-dialect-options] https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html 49 .. [gnu-extensions] https://gcc.gnu.org/onlinedocs/gcc/C-Extensions.html 50 .. [gcc-attribute-syntax] https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
|
/Linux-v5.4/Documentation/process/ |
D | programming-language.rst | 41 .. [gcc-c-dialect-options] https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html 42 .. [gnu-extensions] https://gcc.gnu.org/onlinedocs/gcc/C-Extensions.html 43 .. [gcc-attribute-syntax] https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
|
/Linux-v5.4/arch/um/ |
D | Kconfig.debug | 10 See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more 24 See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more
|
12345678910>>...17