Home
last modified time | relevance | path

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

12345678910

/external/webkit/Tools/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-editor158 my $author = "";
183 $author = $2;
196 $contents .= "Patch by $author <$email> on $date\n";
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dcommitinfo_unittest.py37 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]))
Dcommitinfo.py61 def author(self): member in CommitInfo
79 self.author(),
90 string += " Author: %s\n" % (self.author() or author_line)
Dapi.py91 "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/
Dbackground.js203 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/
Deventhistory.ui2 <author></author>
Duserdatarequest.ui2 <author></author>
Dscanresults.ui2 <author></author>
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Duserdatarequest.ui2 <author></author>
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
Duserdatarequest.ui2 <author></author>
/external/clang/test/SemaObjC/
Dweak-attr-ivar.m46 @property(copy) NSString *author; property
51 @end @implementation FooPlaypenEntry @synthesize author = _author;
/external/llvm/utils/lit/
Dsetup.py9 author = lit.__author__,
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
Dinternet_explorer61 # IE specific, from msdn.microsoft.com/workshop/author/dhtml/reference/properties
/external/webkit/Tools/QueueStatusServer/model/
Dqueuestatus.py34 author = db.UserProperty() variable in QueueStatus
/external/sqlite/dist/
DNOTICE3 The author disclaims copyright to this source code. In place of
/external/liblzf/cs/
DREADME7 original author (and maybe CC me, Marc Lehmann <liblzf@schmorp.de>).
/external/markdown/tests/extensions-x-toc/
Dinvalid.txt8 clue the author in that s/he needs to add a blank line between the TOC and
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
Dflakytestreporter.py52 …return set([commit_info.author().bugzilla_email() for commit_info in commit_infos if commit_info.a…
/external/markdown/
Dsetup.py33 author = 'Manfred Stienstra and Yuri takhteyev',
/external/netcat/
DNOTICE4 No GPLs, Berkeley copyrights or any of that nonsense. The author assumes NO
/external/libpng/contrib/gregbook/
Dwritepng.h102 char *author; member
/external/webkit/Tools/QueueStatusServer/handlers/
Dupdatestatus.py47 queue_status.author = users.get_current_user()
/external/chromium/base/third_party/dmg_fp/
DNOTICE3 * The author of this software is David M. Gay.
DLICENSE3 * The author of this software is David M. Gay.

12345678910