/external/webkit/Tools/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 | 158 my $author = ""; 183 $author = $2; 196 $contents .= "Patch by $author <$email> on $date\n";
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
D | commitinfo_unittest.py | 37 author = Committer("Author", "author@example.com") 40 committer_list = CommitterList(committers=[author, committer], reviewers=[reviewer]) 46 "author": author, 56 self.assertEqual(commit.author(), author) 61 self.assertEqual(commit.responsible_parties(), set([author, committer, reviewer]))
|
D | commitinfo.py | 61 def author(self): member in CommitInfo 79 self.author(), 90 string += " Author: %s\n" % (self.author() or author_line)
|
D | api.py | 91 "author": changelog_entry.author(), 143 …reviewers.extend([commit_info.author() for commit_info in commit_infos if commit_info.author() and…
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/ |
D | background.js | 203 if (event.author || event.location) { 209 if (event.author) { 210 text += event.author; 456 var author = responseXML.querySelector('author name').textContent; 467 event_.author = author; 584 if (event_2.author == defaultAuthor) {
|
/external/wpa_supplicant/wpa_gui-qt4/ |
D | eventhistory.ui | 2 <author></author>
|
D | userdatarequest.ui | 2 <author></author>
|
D | scanresults.ui | 2 <author></author>
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | userdatarequest.ui | 2 <author></author>
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
D | userdatarequest.ui | 2 <author></author>
|
/external/clang/test/SemaObjC/ |
D | weak-attr-ivar.m | 46 @property(copy) NSString *author; property 51 @end @implementation FooPlaypenEntry @synthesize author = _author;
|
/external/llvm/utils/lit/ |
D | setup.py | 9 author = lit.__author__,
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
D | internet_explorer6 | 1 # IE specific, from msdn.microsoft.com/workshop/author/dhtml/reference/properties
|
/external/webkit/Tools/QueueStatusServer/model/ |
D | queuestatus.py | 34 author = db.UserProperty() variable in QueueStatus
|
/external/sqlite/dist/ |
D | NOTICE | 3 The author disclaims copyright to this source code. In place of
|
/external/liblzf/cs/ |
D | README | 7 original author (and maybe CC me, Marc Lehmann <liblzf@schmorp.de>).
|
/external/markdown/tests/extensions-x-toc/ |
D | invalid.txt | 8 clue the author in that s/he needs to add a blank line between the TOC and
|
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
D | flakytestreporter.py | 52 …return set([commit_info.author().bugzilla_email() for commit_info in commit_infos if commit_info.a…
|
/external/markdown/ |
D | setup.py | 33 author = 'Manfred Stienstra and Yuri takhteyev',
|
/external/netcat/ |
D | NOTICE | 4 No GPLs, Berkeley copyrights or any of that nonsense. The author assumes NO
|
/external/libpng/contrib/gregbook/ |
D | writepng.h | 102 char *author; member
|
/external/webkit/Tools/QueueStatusServer/handlers/ |
D | updatestatus.py | 47 queue_status.author = users.get_current_user()
|
/external/chromium/base/third_party/dmg_fp/ |
D | NOTICE | 3 * The author of this software is David M. Gay.
|
D | LICENSE | 3 * The author of this software is David M. Gay.
|