Home
last modified time | relevance | path

Searched refs:author_email (Results 1 - 9 of 9) sorted by relevance

/third_party/jerryscript/tools/
H A Dcheck-signed-off.sh93 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 Dsetup.py36 author_email = "me@nayuki.io", variable
/third_party/selinux/libselinux/src/
H A Dsetup.py10 author_email="selinux@vger.kernel.org", variable
/third_party/node/tools/gyp/
H A Dsetup.py23 author_email="ryzokuken@disroot.org", variable
/third_party/python/Lib/distutils/
H A Ddist.py1028 _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 Dcheck.py86 (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 Dmetadata.py109 author_email: str
153 "author_email",
264 "author-email": "author_email",
786 author_email: _Validator[Optional[str]] = _Validator()
/third_party/PyYAML/
H A Dsetup.py294 author_email=AUTHOR_EMAIL,
/third_party/skia/
H A DPRESUBMIT.py369 if change.author_email.endswith(suffix):

Completed in 5 milliseconds