Searched refs:doc (Results 1 – 8 of 8) sorted by relevance
/scripts/west_commands/zspdx/ |
A D | writer.py | 153 def writeDocumentSPDX(f, doc, spdx_version=SPDX_VERSION_2_3): argument 167 if len(doc.externalDocuments) > 0: 168 extDocs = list(doc.externalDocuments) 178 if len(doc.relationships) > 0: 179 for rln in doc.relationships: 184 for pkg in doc.pkgs.values(): 188 if len(doc.customLicenseIDs) > 0: 189 for lic in sorted(list(doc.customLicenseIDs)): 198 def writeSPDX(spdxPath, doc, spdx_version=SPDX_VERSION_2_3): argument 203 writeDocumentSPDX(f, doc, spdx_version) [all …]
|
A D | datatypes.py | 106 def __init__(self, cfg, doc): argument 113 self.doc = doc 209 def __init__(self, doc, pkg): argument 248 self.doc = doc
|
A D | scanner.py | 121 def checkLicenseValid(lic, doc): argument 131 doc.customLicenseIDs.add(lic) 206 def scanDocument(cfg, doc): argument 215 for pkg in doc.pkgs.values(): 247 checkLicenseValid(lic, doc)
|
A D | walker.py | 101 def _add_describe_relationship(self, doc, cfgpackage): argument 105 rd.ownerDocument = doc
|
/scripts/dts/python-devicetree/ |
A D | .gitignore | 7 doc/build/
|
/scripts/ci/ |
A D | check_compliance.py | 332 doc = "Check the board.yml file format" variable in BoardYmlCheck 1573 doc = "See https://www.pylint.org/ for more details" variable in PyLint 1695 doc = "No binary files allowed." variable in BinaryFiles 1717 doc = "Check the size of image files." variable in ImageSize 1746 doc = "Check that MAINTAINERS file parses correctly." variable in MaintainersFormat 1765 doc = "Check that all modules have a MAINTAINERS entry." variable in ModulesMaintainers 1816 doc = "Check YAML files with YAMLLint." variable in YAMLLint 1846 doc = "Check Sphinx/reStructuredText files with sphinx-lint." variable in SphinxLint 1999 doc = "Check python files with ruff." variable in Ruff 2106 doc = "Check the encoding of text files." variable in TextEncoding [all …]
|
A D | check_maintainer_changes.py | 16 doc = yaml.safe_load(f) 18 k: v for k, v in doc.items() if isinstance(v, dict) and ("files" in v or "files-regex" in v)
|
A D | twister_ignore.txt | 31 doc/*
|
Completed in 14 milliseconds