Home
last modified time | relevance | path

Searched refs:authorMatch (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/
H A DCVSHistoryFilter.java52 …boolean orSearch = (hasBranchName() && branchMatch(entry)) || (hasAuthor() && authorMatch(entry)) … in select()
60 …boolean andSearch = (!hasBranchName() || branchMatch(entry)) && (!hasAuthor() || authorMatch(entry… in select()
80 protected boolean authorMatch(CVSFileRevision revision) { in authorMatch() method in CVSHistoryFilter
H A DCVSHistorySearchFilter.java48 …boolean orSearch = (authorMatch(entry)) || (dateMatch(entry)) || (commentMatch(entry) || revisionM… in select()
56 protected boolean authorMatch(CVSFileRevision revision) { in authorMatch() method in CVSHistorySearchFilter
/dports/misc/tellico/tellico-3.4.2/src/fetch/
H A Dupcitemdbfetcher.cpp333 QRegularExpressionMatch authorMatch = byAuthor.match(dashMatch.captured(2)); in parseTitle() local
334 if(authorMatch.hasMatch()) { in parseTitle()
335 entry_->setField(QStringLiteral("author"), authorMatch.captured(1).simplified()); in parseTitle()