Home
last modified time | relevance | path

Searched refs:folderFormatter (Results 1 – 2 of 2) 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 DCVSDecoration.java87 private String folderFormatter; field in CVSDecoration
155 …public CVSDecoration(Preferences preferences, String fileFormater, String folderFormatter, String … in CVSDecoration() argument
156 initialize(preferences, fileFormater, folderFormatter, projectFormatter); in CVSDecoration()
163 …private void initialize(Preferences preferences, String fileFormater, String folderFormatter, Stri… in initialize() argument
166 this.folderFormatter = updateOldDirtyFlag(folderFormatter); in initialize()
338 return folderFormatter; in getTextFormatter()
342 return folderFormatter; in getTextFormatter()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windows/
H A DGUIMediaWindow.cpp685 CLabelFormatter folderFormatter(labelMasks.m_strLabelFolder, labelMasks.m_strLabel2Folder); in FormatItemLabels() local
694 folderFormatter.FormatLabels(pItem.get()); in FormatItemLabels()