Searched refs:author (Results 1 – 25 of 158) sorted by relevance
1234567
/external/webkit/WebKitTools/Scripts/ |
D | validate-committer-lists | 175 …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 …]
|
D | commit-log-editor | 138 my $author = ""; 163 $author = $2; 176 $contents .= "Patch by $author <$email> on $date\n";
|
/external/clearsilver/scripts/ |
D | ChangeLog.py | 94 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/ |
D | eventhistory.ui | 2 <author></author>
|
D | userdatarequest.ui | 2 <author></author>
|
D | scanresults.ui | 2 <author></author>
|
D | wpagui.ui | 2 <author></author>
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
D | userdatarequest.ui | 2 <author></author>
|
/external/webkit/WebKitTools/pywebsocket/ |
D | setup.py | 47 setup(author='Yuzo Fujishima',
|
/external/webkit/WebKitTools/QueueStatusServer/model/ |
D | queuestatus.py | 32 author = db.UserProperty() variable in QueueStatus
|
/external/sqlite/dist/ |
D | NOTICE | 3 The author disclaims copyright to this source code. In place of
|
/external/icu4c/ |
D | NOTICE | 81 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/ |
D | README.commits | 63 - 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/ |
D | NOTICE | 4 No GPLs, Berkeley copyrights or any of that nonsense. The author assumes NO
|
/external/webkit/WebKitTools/QueueStatusServer/handlers/ |
D | updatestatus.py | 54 queue_status.author = users.get_current_user()
|
/external/libpng/contrib/gregbook/ |
D | writepng.h | 102 char *author; member
|
/external/v8/src/third_party/dtoa/ |
D | COPYING | 1 The author of this software is David M. Gay.
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
D | htmltags.in | 143 # From Internet Explorer - http://msdn.microsoft.com/workshop/author/html/reference/elements.asp
|
/external/iproute2/doc/ |
D | rtstat.sgml | 6 <author>Robert Olsson
|
/external/e2fsprogs/lib/uuid/ |
D | COPYING | 10 3. The name of the author may not be used to endorse or promote
|
/external/libvpx/examples/includes/geshi/docs/api/media/ |
D | stylesheet.css | 131 .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/ |
D | uuid-dev.copyright | 23 3. The name of the author may not be used to endorse or promote
|
D | uuid-runtime.copyright | 24 3. The name of the author may not be used to endorse or promote
|
/external/strace/ |
D | COPYRIGHT | 17 3. The name of the author may not be used to endorse or promote products
|
D | NOTICE | 17 3. The name of the author may not be used to endorse or promote products
|
1234567