Searched defs:doc (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 206 …doc = "See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more … variable in CheckPatch 265 doc = "Check the board.yml file format" variable in BoardYmlCheck 304 …doc = "See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more … variable in ClangFormatCheck 346 doc = "See https://docs.zephyrproject.org/latest/build/dts/bindings.html for more details." variable in DevicetreeBindingsCheck 383 doc = "See https://docs.zephyrproject.org/latest/build/kconfig/tips.html for more details." variable in KconfigCheck 1221 …doc = "See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more … variable in Nits 1315 doc = "Git conflict markers and whitespace errors are not allowed in added changes" variable in GitDiffCheck 1343 …doc = "See https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-guidelines for … variable in GitLint 1366 doc = "See https://www.pylint.org/ for more details" variable in PyLint 1441 …doc = "See https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-guidelines for … variable in Identity [all …]
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | scanner.py | 123 def checkLicenseValid(lic, doc): argument 182 def scanDocument(cfg, doc): argument
|
D | writer.py | 147 def writeDocumentSPDX(f, doc): argument 188 def writeSPDX(spdxPath, doc): argument
|
D | datatypes.py | 108 def __init__(self, cfg, doc): argument 215 def __init__(self, doc, pkg): argument
|
D | walker.py | 92 def _add_describe_relationship(self, doc, cfgpackage): argument
|