Home
last modified time | relevance | path

Searched refs:PwGroup (Results 1 – 25 of 89) sorted by relevance

1234

/dports/security/keepass/KeePass-2.49-Source/KeePassLib/
H A DPwGroup.cs50 private PwObjectList<PwGroup> m_listGroups = new PwObjectList<PwGroup>();
338 public PwGroup() in PwGroup() method in KeePassLib.PwGroup
401 PwGroup pg = new PwGroup(false, false); in CloneDeep()
445 PwGroup pg = new PwGroup(false, false); in CloneStructure()
735 LinkedList<PwGroup> list = new LinkedList<PwGroup>(); in GetFlatGroupList()
814 PwGroup pg = this; in GetTagsInherited()
946 PwGroup pgRec; in FindGroup()
1006 PwGroup pgNew = new PwGroup(true, true, strName, PwIcon.Folder); in FindCreateGroup()
1176 PwGroup pg = new PwGroup(true, true, vGroups[nGroup], PwIcon.Folder); in FindCreateSubTree()
1447 List<PwGroup> l = new List<PwGroup>(); in GetTopSearchSkippedGroups()
[all …]
H A DPwDatabase.cs53 private PwGroup m_pgRootGroup = null;
119 public PwGroup RootGroup
779 PwGroup pgLocalContainer; in MergeIn()
795 PwGroup pgNew = new PwGroup(false, false); in MergeIn()
836 PwGroup pgLocalContainer; in MergeIn()
1120 foreach(PwGroup pg in vGroups) in RelocateGroups()
1187 PwGroup pgOrg = ptOrg.ParentGroup; in RelocateEntries()
1188 PwGroup pgSrc = ptSrc.ParentGroup; in RelocateEntries()
1225 foreach(PwGroup pgSub in pg.Groups) in ReorderObjects()
1981 PwGroup pgRecycleBin = null; in DeleteDuplicateEntries()
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/
H A DExportUtil.cs141 PwGroup pgOrgData = pwExportInfo.DataGroup; in Export()
142 PwGroup pgOrgRoot = ((pd != null) ? pd.RootGroup : null); in Export()
170 PwGroup pgNew = WithParentGroups(pgOrgData, pd); in Export()
214 private static PwGroup WithParentGroups(PwGroup pg, PwDatabase pd) in WithParentGroups()
221 PwGroup pgNew = FilterCloneGroup(pd.RootGroup, dUuids); in WithParentGroups()
226 private static Dictionary<PwUuid, bool> CollectUuids(PwGroup pg) in CollectUuids()
237 PwGroup pgParent = it.ParentGroup; in CollectUuids()
245 GroupHandler gh = delegate(PwGroup pgCur) { fAdd(pgCur); return true; }; in CollectUuids()
254 private static PwGroup FilterCloneGroup(PwGroup pg, Dictionary<PwUuid, bool> dUuids) in FilterCloneGroup()
256 PwGroup pgNew = new PwGroup(); in FilterCloneGroup()
[all …]
H A DKdbFile.cs152 Dictionary<UInt32, PwGroup> dictGroups = ReadGroups(mgr); in Load()
160 Dictionary<UInt32, PwGroup> dictGroups = new Dictionary<uint, PwGroup>(); in ReadGroups()
162 Stack<PwGroup> vGroupStack = new Stack<PwGroup>(); in ReadGroups()
171 PwGroup pg = new PwGroup(true, false); in ReadGroups()
208 PwGroup pgContainer; in ReadEntries()
318 PwGroup pgRoot) in WriteGroups()
320 Dictionary<PwGroup, UInt32> dictGroups = new Dictionary<PwGroup, uint>(); in WriteGroups()
325 GroupHandler gh = delegate(PwGroup pg) in WriteGroups()
340 private static void WriteGroup(PwGroup pg, PwGroup pgRoot, ref uint uGroupIndex, in WriteGroup()
383 PwGroup pg = pe.ParentGroup; in EnsureParentGroupsExported()
[all …]
H A DPwExportInfo.cs30 private PwGroup m_pg;
35 public PwGroup DataGroup
95 public PwExportInfo(PwGroup pgDataSource, PwDatabase pwContextInfo) in PwExportInfo()
100 public PwExportInfo(PwGroup pgDataSource, PwDatabase pwContextInfo, in PwExportInfo()
106 private void ConstructEx(PwGroup pgDataSource, PwDatabase pwContextInfo, in ConstructEx()
H A DGxiImporter.cs45 private PwGroup m_pg;
46 public PwGroup Group { get { return m_pg; } }
62 public GxiContext(GxiProfile p, PwDatabase pd, PwGroup pg, PwEntry pe) in GxiContext()
75 public GxiContext ModifyWith(PwGroup pg) in ModifyWith()
97 public static void Import(PwGroup pgStorage, Stream s, GxiProfile p, in Import()
108 PwGroup pgVirt = new PwGroup(true, true); in Import()
113 foreach(PwGroup pg in pgVirt.Groups) in Import()
119 private static void ImportPriv(PwGroup pgStorage, Stream s, GxiProfile p, in ImportPriv()
215 PwGroup pg = new PwGroup(true, true); in ImportGroup()
234 PwGroup pg = c.Group; // Not the database root group in ImportEntry()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DTagUtil.cs38 PwGroup pgParent) in TagsInheritedToString()
55 public static void MakeInheritedTagsLink(LinkLabel ll, PwGroup pg, Form fParent) in MakeInheritedTagsLink()
59 List<KeyValuePair<PwGroup, List<string>>> l = in MakeInheritedTagsLink()
60 new List<KeyValuePair<PwGroup, List<string>>>(); in MakeInheritedTagsLink()
68 l.Add(new KeyValuePair<PwGroup, List<string>>(pg, lTags)); in MakeInheritedTagsLink()
92 KeyValuePair<PwGroup, List<string>> kvp = l[i]; in MakeInheritedTagsLink()
118 PwGroup pgParent, PwGroup pgTagsSource) in MakeTagsButton()
H A DSearchUtil.cs70 internal static PwGroup Find(SearchParameters sp, PwGroup pgRoot, in Find()
79 PwGroup pgResults = new PwGroup(true, true, strName, PwIcon.EMailSearch); in Find()
H A DXmlUtil.Replace.cs261 PwGroup pgRootOrg = pdOrg.RootGroup; in PrepareModDbForMerge()
262 PwGroup pgRootNew = pd.RootGroup; in PrepareModDbForMerge()
269 GroupHandler ghOrg = delegate(PwGroup pg) in PrepareModDbForMerge()
271 PwGroup pgNew = pgRootNew.FindGroup(pg.Uuid, true); in PrepareModDbForMerge()
282 PwGroup pgParentA = pg.ParentGroup; in PrepareModDbForMerge()
283 PwGroup pgParentB = pgNew.ParentGroup; in PrepareModDbForMerge()
332 PwGroup pgParentA = pe.ParentGroup; in PrepareModDbForMerge()
333 PwGroup pgParentB = peNew.ParentGroup; in PrepareModDbForMerge()
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/
H A DDesktopKnoxXml32.cs74 Dictionary<string, PwGroup> dictGroups = new Dictionary<string, PwGroup>(); in Import()
86 Dictionary<string, PwGroup> dGroups) in ImportEntry()
105 PwGroup pg; in ImportEntry()
109 pg = new PwGroup(true, true); in ImportEntry()
H A DKeePassXXml041.cs87 Stack<PwGroup> vGroups = new Stack<PwGroup>(); in Import()
116 private static void ReadGroup(XmlNode xmlNode, Stack<PwGroup> vGroups, in ReadGroup()
120 PwGroup pgParent = vGroups.Peek(); in ReadGroup()
122 PwGroup pg = new PwGroup(true, true); in ReadGroup()
142 private static void ReadEntry(XmlNode xmlNode, PwGroup pgParent, in ReadEntry()
H A DBitwardenJson112.cs70 Dictionary<string, PwGroup> dGroups = new Dictionary<string, PwGroup>(); in ImportRoot()
80 Dictionary<string, PwGroup> dGroups, PwDatabase pd) in ImportGroups()
89 PwGroup pg = new PwGroup(true, true); in ImportGroups()
98 Dictionary<string, PwGroup> dGroups, PwDatabase pd) in ImportEntries()
108 private static void ImportEntry(JsonObject jo, Dictionary<string, PwGroup> dGroups, in ImportEntry()
113 PwGroup pg; in ImportEntry()
H A DTurboPwsCsv5.cs59 Dictionary<string, PwGroup> dGroups = new Dictionary<string, PwGroup>(); in Import()
78 PwGroup pg; in Import()
82 pg = new PwGroup(true, true, strGroup, PwIcon.Folder); in Import()
H A DPwSaverXml412.cs80 PwGroup pgRoot = pwStorage.RootGroup; in Import()
94 private static void ImportGroup(XmlNode xn, PwGroup pgParent, PwDatabase pd, in ImportGroup()
97 PwGroup pg; in ImportGroup()
100 pg = new PwGroup(true, true); in ImportGroup()
109 pg = new PwGroup(true, true, KPRes.RecycleBin, PwIcon.TrashBin); in ImportGroup()
131 private static void ImportEntry(XmlNode xn, PwGroup pgParent, PwDatabase pd) in ImportEntry()
H A DRevelationXml04.cs66 private static void ProcessEntries(PwDatabase pd, PwGroup pgParent, in ProcessEntries()
85 private static void ImportGroup(PwDatabase pd, PwGroup pgParent, XmlNode xmlNode) in ImportGroup()
87 PwGroup pg = new PwGroup(true, true); in ImportGroup()
105 private static void ImportEntry(PwDatabase pd, PwGroup pgParent, XmlNode xmlNode) in ImportEntry()
H A DPwsPlusCsv1007.cs58 Dictionary<string, PwGroup> dictGroups = new Dictionary<string, PwGroup>(); in Import()
73 PwGroup pg; in Import()
80 pg = new PwGroup(true, true, strGroup, PwIcon.Folder); in Import()
H A DPwMemory2008Xml104.cs64 Dictionary<string, PwGroup> vGroups = new Dictionary<string, PwGroup>(); in Import()
74 PwGroup pg; in Import()
79 pg = new PwGroup(true, true); in Import()
H A DHandySafeProXml12.cs93 private static void AddFolder(PwGroup pgParent, HspFolder hspFolder, in AddFolder()
98 PwGroup pg; in AddFolder()
101 pg = new PwGroup(true, true); in AddFolder()
122 private static void AddCard(PwGroup pgParent, HspCard hspCard) in AddCard()
H A DPwTresorXml100.cs81 private static void ReadGroup(XmlNode xmlNode, PwGroup pgParent, PwDatabase pwStorage) in ReadGroup()
83 PwGroup pg = new PwGroup(true, true); in ReadGroup()
98 private static void ReadEntry(XmlNode xmlNode, PwGroup pgParent, PwDatabase pwStorage) in ReadEntry()
H A DVisKeeperTxt3.cs70 PwGroup pgRoot = pwStorage.RootGroup; in Import()
72 PwGroup pgTemplates = new PwGroup(true, true, "Vorlagen", in Import()
92 private static void ImportEntry(string strData, PwGroup pg, PwDatabase pd, in ImportEntry()
H A DSafeWalletXml3.cs104 private static void AddEntry(XmlNode xnEntry, PwGroup pg, PwDatabase pd) in AddEntry()
133 private static void AddWebEntry(XmlNode xnEntry, PwGroup pg, PwDatabase pd) in AddWebEntry()
167 private static void AddGroup(XmlNode xnGrp, PwGroup pgParent, PwDatabase pd) in AddGroup()
169 PwGroup pg = new PwGroup(true, true); in AddGroup()
H A DOnePwProCsv599.cs65 Dictionary<string, PwGroup> dictGroups = new Dictionary<string, PwGroup>(); in Import()
73 Dictionary<string, PwGroup> dictGroups) in ProcessCsvLine()
92 PwGroup pg; in ProcessCsvLine()
96 pg = new PwGroup(true, true, strGroup, PwIcon.Folder); in ProcessCsvLine()
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Collections/
H A DPwObjectPool.cs41 public static PwObjectPool FromGroupRecursive(PwGroup pgRoot, bool bEntries) in FromGroupRecursive()
48 GroupHandler gh = delegate(PwGroup pg) in FromGroupRecursive()
94 public static PwObjectPoolEx FromGroup(PwGroup pg) in FromGroup()
110 private void AddGroupRec(PwGroup pg, ref ulong uFreeId) in AddGroupRec()
129 foreach(PwGroup pgSub in pg.Groups) in AddGroupRec()
140 foreach(PwGroup pgSub in pg.Groups) in AddGroupRec()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/KeePassRPC/
H A DKeePassRPCService.cs437 private Group GetGroupFromPwGroup(PwGroup pwg) in GetGroupFromPwGroup()
459 PwGroup pwg = GetRootPwGroup(pwd); in GetDatabaseFromPwDatabase()
1178 PwGroup newGroup = new PwGroup(true, true); in AddGroup()
1451 public PwGroup GetRootPwGroup(PwDatabase pwd) in GetRootPwGroup()
1573 PwGroup parent = pwe.ParentGroup; in EntryIsInRecycleBin()
1592 PwGroup matchedGroup; in GetChildEntries()
1607 PwGroup matchedGroup; in GetAllChildEntries()
1618 private PwGroup findMatchingGroup(string uuid) in findMatchingGroup()
1620 PwGroup matchedGroup; in findMatchingGroup()
1711 PwGroup matchedGroup; in GetChildGroups()
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DMainForm_Functions.cs989 PwGroup pg = new PwGroup(true, true); in GetSelectedEntriesAsGroup()
1197 PwGroup pgList = (lvg.Tag as PwGroup); in AddEntriesToList()
1870 PwGroup pg = (oBlocker as PwGroup); in PerformDefaultAction()
2549 PwGroup pg = (tnContainer.Tag as PwGroup); in GuiFindGroup()
3620 PwGroup[] pgAffected = new PwGroup[] { pgMove }; in MoveSelectedGroup()
3677 PwGroup pgTop = (tnTop.Tag as PwGroup); in SaveWindowState()
4239 PwGroup pg = new PwGroup(true, true); in GetCurrentEntries()
5566 PwGroup pgResults = new PwGroup(true, true); in ShowEntriesByTag()
6037 PwGroup pgTo = (e.Tag as PwGroup); in OnEntryMoveToGroup()
6168 PwGroup pg = (dlg.ResultGroup as PwGroup); in CreateAndShowEntryList()
[all …]

1234