Home
last modified time | relevance | path

Searched refs:author (Results 1 – 25 of 158) sorted by relevance

1234567

/external/webkit/WebKitTools/Scripts/
Dvalidate-committer-lists175 …authors_missing_email = filter(lambda author: author.find('@') == -1, self._last_commit_time_by_au…
176 …authors_with_email = filter(lambda author: author.find('@') != -1, self._last_commit_time_by_autho…
177 … prefixes_of_authors_with_email = map(lambda author: author.split('@')[0], authors_with_email)
179 for author in authors_missing_email:
181 author_email = self.login_to_email_address.get(author)
184 if not author_email and author in prefixes_of_authors_with_email:
185 author_email_index = prefixes_of_authors_with_email.index(author)
193 no_email_commit_time = self._last_commit_time_by_author_cache.get(author)
198 del self._last_commit_time_by_author_cache[author]
219 for (author, last_commit) in authors_and_last_commits:
[all …]
Dcommit-log-editor138 my $author = "";
163 $author = $2;
176 $contents .= "Patch by $author <$email> on $date\n";
/external/clearsilver/scripts/
DChangeLog.py94 key = (date, author, string.join (comment, '\n'))
101 key = (date, author, string.join (comment, '\n'))
115 author = m.group(3)
190 (date, author, comment) = key
191 new_stamp = "%s %s" % (date, self.fullname(author))
209 def fullname (self, author): argument
211 return self._names[author]
214 (name, passwd, uid, gid, gecos, dir, shell) = pwd.getpwnam(author)
217 fullname = author
219 self._names[author] = fullname
/external/wpa_supplicant/wpa_gui-qt4/
Deventhistory.ui2 <author></author>
Duserdatarequest.ui2 <author></author>
Dscanresults.ui2 <author></author>
Dwpagui.ui2 <author></author>
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
Duserdatarequest.ui2 <author></author>
/external/webkit/WebKitTools/pywebsocket/
Dsetup.py47 setup(author='Yuzo Fujishima',
/external/webkit/WebKitTools/QueueStatusServer/model/
Dqueuestatus.py32 author = db.UserProperty() variable in QueueStatus
/external/sqlite/dist/
DNOTICE3 The author disclaims copyright to this source code. In place of
/external/icu4c/
DNOTICE81 the pseudocode and C code), the author makes no guarantees and
83 author grants irrevocable permission to anyone to use, modify,
86 redistributed derivative works do not contain misleading author or
/external/bluetooth/glib/
DREADME.commits63 - When committing code on behalf of others use the --author option, e.g.
64 git commit -a --author "Joe Coder <joe@coder.org>" and --signoff.
/external/netcat/
DNOTICE4 No GPLs, Berkeley copyrights or any of that nonsense. The author assumes NO
/external/webkit/WebKitTools/QueueStatusServer/handlers/
Dupdatestatus.py54 queue_status.author = users.get_current_user()
/external/libpng/contrib/gregbook/
Dwritepng.h102 char *author; member
/external/v8/src/third_party/dtoa/
DCOPYING1 The author of this software is David M. Gay.
/external/webkit/WebKitTools/iExploder/htdocs/
Dhtmltags.in143 # From Internet Explorer - http://msdn.microsoft.com/workshop/author/html/reference/elements.asp
/external/iproute2/doc/
Drtstat.sgml6 <author>Robert Olsson
/external/e2fsprogs/lib/uuid/
DCOPYING10 3. The name of the author may not be used to endorse or promote
/external/libvpx/examples/includes/geshi/docs/api/media/
Dstylesheet.css131 .author { font-style: italic; font-weight: bold }
132 .author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal }
/external/e2fsprogs/debian/
Duuid-dev.copyright23 3. The name of the author may not be used to endorse or promote
Duuid-runtime.copyright24 3. The name of the author may not be used to endorse or promote
/external/strace/
DCOPYRIGHT17 3. The name of the author may not be used to endorse or promote products
DNOTICE17 3. The name of the author may not be used to endorse or promote products

1234567