Home
last modified time | relevance | path

Searched refs:subsections (Results 1 – 6 of 6) sorted by relevance

/arm-trusted-firmware-2.8.0/
A Dchangelog.yaml85 subsections:
88 subsections:
145 subsections:
594 subsections:
614 subsections:
658 subsections:
730 subsections:
1101 subsections:
1193 subsections:
1223 subsections:
[all …]
A D.commitlintrc.js38 function getScopes(subsections) { argument
39 return subsections.flatMap(subsection => {
41 const subscopes = getScopes(subsection.subsections || []);
48 const scopes = getScopes(changelog.subsections).sort(); /* Sort alphabetically */
A D.versionrc.js47 function getSections(subsections) { argument
48 return subsections.flatMap(subsection => {
53 "sections": getSections(subsection.subsections || []),
60 const sections = getSections(changelog.subsections);
/arm-trusted-firmware-2.8.0/tools/conventional-changelog-tf-a/
A Dindex.js58 const subsections = flattenSections(section.sections || []);
60 return [section].concat(subsections);
/arm-trusted-firmware-2.8.0/docs/process/
A Dcommit-style.rst111 subsections:
115 subsections:
/arm-trusted-firmware-2.8.0/docs/design/
A Dfirmware-design.rst1590 defined. They are listed in the following subsections. Some of them must be

Completed in 10 milliseconds