Searched refs:doctype (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/perf/Documentation/ |
H A D | asciidoc.conf | 36 ifdef::doctype-manpage[] 38 endif::doctype-manpage[] 40 ifdef::doctype-manpage[] 42 endif::doctype-manpage[] 48 ifdef::doctype-manpage[] 65 endif::doctype-manpage[] 69 ifdef::doctype-manpage[] 89 endif::doctype-manpage[]
|
/openbmc/linux/tools/lib/perf/Documentation/ |
H A D | asciidoc.conf | 36 ifdef::doctype-manpage[] 38 endif::doctype-manpage[] 40 ifdef::doctype-manpage[] 42 endif::doctype-manpage[] 48 ifdef::doctype-manpage[] 65 endif::doctype-manpage[] 69 ifdef::doctype-manpage[] 115 endif::doctype-manpage[]
|
/openbmc/openbmc/poky/bitbake/doc/sphinx-static/ |
H A D | switchers.js | 85 $.each(all_doctypes, function(doctype, title) { argument 86 if (doctype == current_doctype) 87 buf.push('<option value="' + doctype + '" selected="selected">' + 90 buf.push('<option value="' + doctype + '">' + title + '</option>');
|
/openbmc/openbmc/poky/documentation/sphinx-static/ |
H A D | switchers.js.in | 91 $.each(all_doctypes, function(doctype, title) { argument 92 if (doctype == current_doctype) 93 buf.push('<option value="' + doctype + '" selected="selected">' + 96 buf.push('<option value="' + doctype + '">' + title + '</option>'); 99 // In case we're browsing a doctype that is not yet in all_doctypes. 217 // Returns the current doctype based upon the url
|
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
H A D | _lxml.py | 348 def doctype(self, name, pubid, system): member in LXMLTreeBuilderForXML 350 doctype = Doctype.for_name_and_ids(name, pubid, system) 351 self.soup.object_was_parsed(doctype)
|
H A D | _html5lib.py | 163 doctype = Doctype.for_name_and_ids(name, publicId, systemId) 164 self.soup.object_was_parsed(doctype)
|
/openbmc/linux/tools/kvm/kvm_stat/ |
H A D | Makefile | 25 $(QUIET_A2X)$(A2X) --doctype manpage --format manpage $<
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | CHANGELOG | 928 * Now that lxml's segfault on invalid doctype has been fixed, fixed a 1390 Beautiful Soup can now parse a doctype that's scoped to an XML namespace.
|