Home
last modified time | relevance | path

Searched refs:TrimDots (Results 1 – 5 of 5) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DOnDemandStatusDialog.cs242 m_mf.SetStatusEx(StrUtil.TrimDots(m_strText, false) + strDots); in Animate()
H A DUIUtil.cs1449 strT = StrUtil.TrimDots(StrUtil.RemoveAccelerator(strT), true); in ConfigureTbButton()
1450 strTT = StrUtil.TrimDots(StrUtil.RemoveAccelerator(strTT), true); in ConfigureTbButton()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DExchangeDataForm.cs117 UIUtil.SetToolTip(m_ttRect, m_btnSelFile, StrUtil.TrimDots( in OnFormLoad()
H A DMainForm_Functions.cs5448 str = StrUtil.TrimDots(StrUtil.RemoveAccelerator(str), true); in UpdateFindProfilesMenu()
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Utility/
H A DStrUtil.cs742 internal static string TrimDots(string strText, bool bTrimWhiteSpace) in TrimDots() method in KeePassLib.Utility.StrUtil