Searched refs:ProcessCsvLine (Results 1 – 4 of 4) sorted by relevance
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/ |
H A D | PwKeeperCsv70.cs | 64 if(strLine.Length > 5) ProcessCsvLine(strLine, pwStorage); in Import() 68 private static void ProcessCsvLine(string strLine, PwDatabase pwStorage) in ProcessCsvLine() method in KeePass.DataExchange.Formats.PwKeeperCsv70
|
H A D | AnyPwCsv144.cs | 66 if(strLine.Length > 5) ProcessCsvLine(strLine, pwStorage); in Import() 70 private static void ProcessCsvLine(string strLine, PwDatabase pwStorage) in ProcessCsvLine() method in KeePass.DataExchange.Formats.AnyPwCsv144
|
H A D | OnePwProCsv599.cs | 68 ProcessCsvLine(strLine, pwStorage, dictGroups); in Import() 72 private static void ProcessCsvLine(string strLine, PwDatabase pwStorage, in ProcessCsvLine() method in KeePass.DataExchange.Formats.OnePwProCsv599
|
H A D | SplashIdCsv402.cs | 182 ProcessCsvLine(vLine, pwStorage, dictGroups); in Import() 187 private static void ProcessCsvLine(string[] vLine, PwDatabase pwStorage, in ProcessCsvLine() method in KeePass.DataExchange.Formats.SplashIdCsv402
|