Home
last modified time | relevance | path

Searched refs:ProcessCsvLine (Results 1 – 4 of 4) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/
H A DPwKeeperCsv70.cs64 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 DAnyPwCsv144.cs66 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 DOnePwProCsv599.cs68 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 DSplashIdCsv402.cs182 ProcessCsvLine(vLine, pwStorage, dictGroups); in Import()
187 private static void ProcessCsvLine(string[] vLine, PwDatabase pwStorage, in ProcessCsvLine() method in KeePass.DataExchange.Formats.SplashIdCsv402