Home
last modified time | relevance | path

Searched refs:SupportsImport (Results 1 – 25 of 93) sorted by relevance

1234

/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/
H A DKeePassKdb2x.cs42 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.KeePassKdb2x
77 public override bool SupportsImport { get { return false; } } property in KeePass.DataExchange.Formats.KeePassKdb2x3
H A DGenericCsv.cs38 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.GenericCsv
H A DKeePassHtml2x.cs39 public override bool SupportsImport { get { return false; } } property in KeePass.DataExchange.Formats.KeePassHtml2x
H A DKeePassXml2x.cs37 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.KeePassXml2x
H A DKeePassKdb2xRepair.cs41 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.KeePassKdb2xRepair
H A DNortonIdSafeCsv2013.cs40 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.NortonIdSafeCsv2013
H A DChromeCsv66.cs38 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.ChromeCsv66
H A DCodeWalletTxt605.cs42 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.CodeWalletTxt605
H A DKeePassCsv1x.cs37 public override bool SupportsImport { get { return false; } } property in KeePass.DataExchange.Formats.KeePassCsv1x
H A DKeePassKdb1x.cs38 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.KeePassKdb1x
H A DDataVaultCsv47.cs39 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.DataVaultCsv47
H A DPwKeeperCsv70.cs39 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.PwKeeperCsv70
H A DTurboPwsCsv5.cs39 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.TurboPwsCsv5
H A DDesktopKnoxXml32.cs49 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.DesktopKnoxXml32
H A DSecurityTxt12.cs38 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.SecurityTxt12
H A DPwsPlusCsv1007.cs38 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.PwsPlusCsv1007
H A DPassKeeper12.cs43 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.PassKeeper12
H A DEnpassTxt5.cs39 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.EnpassTxt5
H A DPwMemory2008Xml104.cs40 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.PwMemory2008Xml104
H A DAnyPwCsv144.cs40 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.AnyPwCsv144
H A DHandySafeProXml12.cs73 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.HandySafeProXml12
H A DXslTransform2x.cs45 public override bool SupportsImport { get { return false; } } property in KeePass.DataExchange.Formats.XslTransform2x
H A DNetworkPwMgrCsv4.cs38 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.NetworkPwMgrCsv4
H A DPinsTxt450.cs45 public override bool SupportsImport { get { return true; } } property in KeePass.DataExchange.Formats.PinsTxt450
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/
H A DFileFormatProvider.cs34 public abstract bool SupportsImport { get; } property in KeePass.DataExchange.FileFormatProvider

1234