Searched refs:author_email (Results 1 - 9 of 9) sorted by relevance
/third_party/jerryscript/tools/ |
H A D | check-signed-off.sh | 93 author_email=`git show -s --format=%ae $commit_hash` 94 required_signed_off_by_line="JerryScript-DCO-1.0-Signed-off-by: $author_name $author_email"
|
/third_party/qrcodegen/python/ |
H A D | setup.py | 36 author_email = "me@nayuki.io", variable
|
/third_party/selinux/libselinux/src/ |
H A D | setup.py | 10 author_email="selinux@vger.kernel.org", variable
|
/third_party/node/tools/gyp/ |
H A D | setup.py | 23 author_email="ryzokuken@disroot.org", variable
|
/third_party/python/Lib/distutils/ |
H A D | dist.py | 1028 _METHOD_BASENAMES = ("name", "version", "author", "author_email", 1044 self.author_email = None 1083 self.author_email = _read_field('author-email') 1172 return self.author_email or "UNKNOWN" 1184 return self.maintainer_email or self.author_email or "UNKNOWN"
|
/third_party/python/Lib/distutils/command/ |
H A D | check.py | 86 (author and author_email) or (maintainer and maintainer_email) 100 if not metadata.author_email: 102 "'author_email' should be supplied too") 108 self.warn("missing meta-data: either (author and author_email) " +
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | metadata.py | 109 author_email: str 153 "author_email", 264 "author-email": "author_email", 786 author_email: _Validator[Optional[str]] = _Validator()
|
/third_party/PyYAML/ |
H A D | setup.py | 294 author_email=AUTHOR_EMAIL,
|
/third_party/skia/ |
H A D | PRESUBMIT.py | 369 if change.author_email.endswith(suffix):
|
Completed in 5 milliseconds