Home
last modified time | relevance | path

Searched refs:getCVSFile (Results 1 – 7 of 7) sorted by relevance

/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/history/
H A DRCSHistoryParser.java138 return getCVSFile(parent, name); in getRCSFile()
141 protected static File getCVSFile(String parent, String name) { in getCVSFile() method in RCSHistoryParser
H A DCVSRepository.java128 = RCSHistoryParser.getCVSFile(file.getParent(), file.getName()); in getRCSFile()
/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 DCVSHistoryPageSource.java28 return CVSHistoryPage.getCVSFile(object) != null; in canShowHistoryFor()
H A DCVSHistoryPage.java190 this.file = getCVSFile(object); in CVSHistoryPage()
1200 protected static ICVSFile getCVSFile(Object object) {
1788 return getCVSFile(object) != null;
1928 ICVSFile cvsFile = getCVSFile(inputObj);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/
H A DCVSSyncInfo.java350 ResourceSyncInfo info= getSyncInfoForLocal(getCVSFile()); in getLocalContentIdentifier()
356 final ICVSFile cvsFile= getCVSFile(); in getLocalAuthor()
405 private ICVSFile getCVSFile() { in getCVSFile() method in CVSSyncInfo
/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/tags/
H A DCVSFileElement.java71 public ICVSFile getCVSFile() { in getCVSFile() method in CVSFileElement
H A DTagConfigurationDialog.java492 ICVSFile file = f.getCVSFile(); in updateShownTags()
550 ICVSFile file = ((CVSFileElement)it.next()).getCVSFile(); in addSelectionToAutoRefreshList()