Home
last modified time | relevance | path

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

/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DTagUtil.cs46 string strP = StrUtil.TagsToString(pgParent.GetTagsInherited( in TagsInheritedToString()
145 pgParent.GetTagsInherited(true) : new List<string>()); in MakeTagsButton()
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/
H A DPwGroup.cs810 internal List<string> GetTagsInherited(bool bNormalize) in GetTagsInherited() method in KeePassLib.PwGroup
886 foreach(string strTag in pe.GetTagsInherited()) in BuildEntryTagsDict()
913 foreach(string strEntryTag in pe.GetTagsInherited()) in FindEntriesByTag()
H A DPwEntry.cs893 internal List<string> GetTagsInherited() in GetTagsInherited() method in KeePassLib.PwEntry
896 m_pParentGroup.GetTagsInherited(false) : new List<string>()); in GetTagsInherited()
H A DPwGroup.Search.cs244 foreach(string strTag in pe.GetTagsInherited()) in SrsmIsMatch()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Ecas/
H A DEcasDefaultActionProvider.cs527 List<string> lTags = l.GetAt((uint)i).GetTagsInherited(); in ExportDatabaseFile()