Home
last modified time | relevance | path

Searched refs:author1 (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/java/org/opengrok/indexer/history/
H A DClearCaseHistoryParserTest.java67 String author1 = "First Last (username)"; in parseFileHistory() local
71 author1 + "\n" + in parseFileHistory()
104 author1 + "\n" + in parseFileHistory()
115 assertEquals(author1, e1.getAuthor()); in parseFileHistory()
131 String author1 = "First Last (username)"; in parseDirHistory() local
135 author1 + "\n" + in parseDirHistory()
147 author1 + "\n" + in parseDirHistory()
164 author1 + "\n" + in parseDirHistory()
170 author1 + "\n" + in parseDirHistory()
180 assertEquals(author1, e1.getAuthor()); in parseDirHistory()
H A DGitHistoryParserTest.java98 "Author: " + author1 + "\n" + in parseALaMemcached()
100 "Commit: " + author1 + "\n" + in parseALaMemcached()
123 "Author: " + author1 + "\n" + in parseALaMemcached()
137 assertEquals(author1, e0.getAuthor()); in parseALaMemcached()
147 assertEquals(author1, e2.getAuthor()); in parseALaMemcached()
161 String author1 = "username <username@example.com>"; in parseALaGit() local
167 "Author: " + author1 + "\n" + in parseALaGit()
203 assertEquals(author1, e0.getAuthor()); in parseALaGit()
228 String author1 = "username <username@example.com>"; in parseALaLK() local
237 "Author: " + author1 + "\n" + in parseALaLK()
[all …]
H A DCVSHistoryParserTest.java83 String author1 = "username"; in parseALaW3C() local
102 "date: " + date1 + "; author: " + author1 + in parseALaW3C()
112 "date: " + date1 + "; author: " + author1 + in parseALaW3C()
123 assertEquals(author1, e0.getAuthor()); in parseALaW3C()
132 assertEquals(author1, e2.getAuthor()); in parseALaW3C()
H A DBazaarHistoryParserTest.java92 String author1 = "First Last <username@example.com>"; in parseLogNoFile() local
109 "committer: " + author1 + "\n" + in parseLogNoFile()
143 assertEquals(author1, e1.getAuthor()); in parseLogNoFile()
164 String author1 = "username@example.com"; in parseLogDirectory() local
189 output.append("committer: " + author1 + "\n"); in parseLogDirectory()
206 assertEquals(author1, e1.getAuthor()); in parseLogDirectory()
H A DBazaarRepositoryTest.java68 String author1 = "username@example.com"; in parseAnnotation() local
71 String output = revId1 + " " + author1 + " 20050912 | some source code here\n" + in parseAnnotation()
89 assertEquals(author1, result.getAuthor(1)); in parseAnnotation()
H A DCVSRepositoryTest.java209 String author1 = "author1"; in testParseAnnotation() local
212 … String output = "just jibberish in output\n\n" + revId1 + " (" + author1 + " 01-Mar-07) \n" + in testParseAnnotation()
230 assertEquals(author1, result.getAuthor(1)); in testParseAnnotation()
H A DSubversionHistoryParserTest.java91 String author1 = "username1"; in ParseALaSvn() local
105 "<author>" + author1 + "</author>\n" + in ParseALaSvn()
154 assertEquals(author1, e1.getAuthor()); in ParseALaSvn()
/dports/devel/hs-darcs/darcs-2.16.4/tests/
H A Dmatch.sh20 darcs record -a -m "first patch" bar -A author1
37 grep author1 log
45 not grep author1 log
50 not grep author1 log
55 grep author1 log
63 not grep author1 log
77 grep author1 log
82 not grep author1 log
87 grep author1 log
92 grep author1 log
/dports/devel/statcvs/statcvs-0.7.0/tests-src/net/sf/statcvs/model/
H A DCommitTest.java51 private Author author1; field in CommitTest
67 author1 = new Author("author1"); in setUp()
75 rev1 = createRevision(file1, "rev1", DATE, author1, "message1"); in setUp()
77 rev4 = createRevision(file2, "rev4", DATE + 100000, author1, "message1"); in setUp()
78 rev5 = createRevision(file3, "rev5", DATE + 200000, author1, "message1"); in setUp()
79 rev6 = createRevision(file1, "rev6", DATE + 400000, author1, "message1"); in setUp()
80 rev7 = createRevision(file2, "rev7", DATE + 650000, author1, "message1"); in setUp()
81 rev8 = createRevision(file4, "rev8", DATE + 900000, author1, "message1"); in setUp()
89 assertEquals(author1, commit.getAuthor()); in testCreation()
102 assertEquals(author1, commit.getAuthor()); in testAddAfter()
[all …]
H A DAuthorTest.java53 final Author author1 = new Author("author1"); in testCompare() local
55 assertEquals(-1, author1.compareTo(author2)); in testCompare()
56 assertEquals(1, author2.compareTo(author1)); in testCompare()
61 final Author author1 = new Author("author1"); in testDirectories() local
74 new Revision(file2, "1.2", Revision.TYPE_CHANGE, author1, date, null, 0, 0, 0, null); in testDirectories()
75 new Revision(file2, "1.1", Revision.TYPE_CREATION, author1, date, null, 0, 0, 0, null); in testDirectories()
77 new Revision(file4, "1.1", Revision.TYPE_CREATION, author1, date, null, 0, 0, 0, null); in testDirectories()
78 assertTrue(author1.getDirectories().contains(dir2)); in testDirectories()
79 assertTrue(author1.getDirectories().contains(dir1subdir)); in testDirectories()
80 assertEquals(2, author1.getDirectories().size()); in testDirectories()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/graphql/resolvers/
H A Dtodo_resolver_spec.rb21 …odo, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1, target: issue) }
24 …: current_user, target: merge_request, state: :pending, action: Todo::MENTIONED, author: author1) }
54 …todo, target: design, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1)
79 …oup1, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1, target: issue1)
80 …oup2, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1, target: issue2)
81 …oup3, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1, target: issue3)
93 todos = resolve_todos(author_id: [author2.id, author1.id])
99 …eate(:todo, user: current_user, state: :pending, action: Todo::DIRECTLY_ADDRESSED, author: author1)
115 …t1, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1, target: create(:…
116 …t2, user: current_user, state: :pending, action: Todo::ASSIGNED, author: author1, target: create(:…
[all …]
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/library/
H A DComparators.cpp58 const shared_ptr<Author> author1 in operator ()()
61 return !author1.isNull(); in operator ()()
63 if (author1.isNull()) { in operator ()()
67 const int comp = author0->sortKey().compare(author1->sortKey()); in operator ()()
68 return comp != 0 ? comp < 0 : author0->name() < author1->name(); in operator ()()
/dports/devel/statcvs/statcvs-0.7.0/tests-src/net/sf/statcvs/input/
H A DCommitListBuilderTest.java56 private Author author1; field in CommitListBuilderTest
73 author1 = new Author("author1"); in setUp()
84 rev1 = createRevision(file1, "rev1", DATE, author1, "message1"); in setUp()
86 rev3 = createRevision(file3, "rev3", DATE + 200, author1, "message2"); in setUp()
88 rev4b = createRevision(file4b, "rev4b", DATE + 100000, author1, "message1"); in setUp()
89 rev5 = createRevision(file5, "rev5", DATE + 200000, author1, "message1"); in setUp()
92 rev7 = createRevision(file2, "rev7", DATE + 650000, author1, "message1"); in setUp()
93 rev8 = createRevision(file4, "rev8", DATE + 900000, author1, "message1"); in setUp()
H A DDummyBuilder.java34 private final Author author1 = new Author("author1"); field in DummyBuilder
51 return author1; in getAuthor()
/dports/devel/statsvn/statsvn-0.7.0/tests-src/net/sf/statsvn/input/
H A DCommitListBuilderTest.java68 private Author author1; field in CommitListBuilderTest
87 author1 = new Author("author1"); in setUp()
98 rev1 = createRevision(file1, "rev1", DATE, author1, "message1"); in setUp()
100 rev3 = createRevision(file3, "rev3", DATE + 200, author1, "message2"); in setUp()
102 rev4b = createRevision(file4b, "rev4b", DATE + 100000, author1, "message1"); in setUp()
103 rev5 = createRevision(file5, "rev5", DATE + 200000, author1, "message1"); in setUp()
106 rev7 = createRevision(file2, "rev7", DATE + 650000, author1, "message1"); in setUp()
107 rev8 = createRevision(file4, "rev8", DATE + 900000, author1, "message1"); in setUp()
H A DDummyBuilder.java35 private final Author author1 = new Author("author1"); field in DummyBuilder
58 return author1; in getAuthor()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/network/
H A DNetworkComparators.cpp84 …() (const NetworkBookItem::AuthorData &author0, const NetworkBookItem::AuthorData &author1) const { in operator ()()
86 std::map<NetworkBookItem::AuthorData, unsigned int>::const_iterator it2 = myRates.find(author1); in operator ()()
88 return author0 < author1; in operator ()()
99 return author0 < author1; in operator ()()
/dports/devel/libgit2/libgit2-1.3.0/tests/commit/
H A Dwrite.c50 const git_signature *author1, *committer1; in test_commit_write__from_memory() local
84 author1 = git_commit_author(commit); in test_commit_write__from_memory()
85 cl_assert(author1 != NULL); in test_commit_write__from_memory()
86 cl_assert_equal_s(committer_name, author1->name); in test_commit_write__from_memory()
87 cl_assert_equal_s(committer_email, author1->email); in test_commit_write__from_memory()
88 cl_assert(author1->when.time == 987654321); in test_commit_write__from_memory()
89 cl_assert(author1->when.offset == 90); in test_commit_write__from_memory()
/dports/math/R-cran-lava/lava/inst/
H A DCITATION1 author1 <- "Klaus K. Holst and Esben Budtz-Joergensen"
9 textver1 <- paste(author1, " (", year1, "). ",
35 author = author1,
/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/Kernel/Plugin/
H A DRelationshipTest.php148 $author1 = $this->createUser();
151 'uid' => $author1->id(),
201 …$this->assertCount(1, $this->xpath($xpath, [':id' => 1, ':author' => $author1->getAccountName()]));
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/Kernel/Plugin/
H A DRelationshipTest.php148 $author1 = $this->createUser();
151 'uid' => $author1->id(),
201 …$this->assertCount(1, $this->xpath($xpath, [':id' => 1, ':author' => $author1->getAccountName()]));
/dports/textproc/dom4j/dom4j-1.6.1/src/test/org/dom4j/
H A DCopyTest.java35 Element author1 = (Element) authors.get(0); in testRoot() local
39 testCopy(author1); in testRoot()
H A DContentTest.java38 Element author1 = (Element) authors.get(0); in testRoot() local
41 assertTrue("Author1 is James", author1.attributeValue("name").equals( in testRoot()
46 testGetAttributes(author1); in testRoot()
/dports/lang/elm/compiler-0.19.1/compiler/src/Elm/
H A DPackage.hs234 nearbyNames (Name author1 project1) possibleNames =
236 authorDist = authorDistance (Utf8.toChars author1)
262 (==) (Name author1 project1) (Name author2 project2) =
263 project1 == project2 && author1 == author2
/dports/www/py-pelican/pelican-4.7.1/pelican/tests/
H A Dtest_urlwrappers.py79 author1 = Author('Mr. Senko', settings=settings)
83 self.assertEqual(author1.slug, 'mr-senko')

1234567891011