Home
last modified time | relevance | path

Searched defs:m_vItems (Results 1 – 5 of 5) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Translation/
H A DKPStringTable.cs46 private List<KPStringTableItem> m_vItems = new List<KPStringTableItem>(); field in KeePassLib.Translation.KPStringTable
/dports/security/keepass/KeePass-2.49-Source/KeePass/Ecas/
H A DEcasEnum.cs32 private EcasEnumItem[] m_vItems; field in KeePass.Ecas.EcasEnum
/dports/security/keepass/KeePass-2.49-Source/KeePass/App/Configuration/
H A DAceCustomConfig.cs59 private Dictionary<string, string> m_vItems = new Dictionary<string, string>(); field in KeePass.App.Configuration.AceCustomConfig
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DMruList.cs58 private List<KeyValuePair<string, object>> m_vItems = field in KeePass.UI.MruList
/dports/editors/abiword/abiword-3.0.5/src/af/gr/xp/
H A Dgr_RenderInfo.h173 UT_Vector m_vItems; variable