Searched refs:BlockDomainOnlyMatch (Results 1 – 1 of 1) sorted by relevance
307 public bool BlockDomainOnlyMatch; field in KeePassRPC.DataExchangeModel.EntryConfig313 else if (BlockDomainOnlyMatch) return MatchAccuracyMethod.Hostname; in GetMatchAccuracyMethod()322 BlockDomainOnlyMatch = false; in SetMatchAccuracyMethod()327 BlockDomainOnlyMatch = true; in SetMatchAccuracyMethod()331 BlockDomainOnlyMatch = false; in SetMatchAccuracyMethod()345 …case MatchAccuracyMethod.Exact: BlockDomainOnlyMatch = false; BlockHostnameOnlyMatch = true; break; in EntryConfig()346 …case MatchAccuracyMethod.Hostname: BlockDomainOnlyMatch = true; BlockHostnameOnlyMatch = false; br… in EntryConfig()347 …case MatchAccuracyMethod.Domain: BlockDomainOnlyMatch = false; BlockHostnameOnlyMatch = false; bre… in EntryConfig()381 && BlockDomainOnlyMatch == p.BlockDomainOnlyMatch in Equals()