Home
last modified time | relevance | path

Searched refs:dateMatch (Results 1 – 25 of 73) sorted by relevance

123

/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/server/
H A Ddatetemplate.py163 if dateMatch:
166 return dateMatch
247 if not dateMatch:
249 if dateMatch:
257 return (float(v), dateMatch)
341 if not dateMatch:
343 if dateMatch:
345 dateMatch)
378 if not dateMatch:
380 if dateMatch:
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/GoASTScanner/gas/vendor/github.com/nbutton23/zxcvbn-go/matching/
H A DdateMatchers.go30 for _, dateMatch := range dateMatches {
32 I: dateMatch.I,
33 J: dateMatch.J,
34 Entropy: entropy.DateEntropy(dateMatch),
36 Token: dateMatch.Token,
103 for _, dateMatch := range dateMatches {
105 I: dateMatch.I,
106 J: dateMatch.J,
107 Entropy: entropy.DateEntropy(dateMatch),
109 Token: dateMatch.Token,
/dports/security/gopass/gopass-1.13.0/vendor/github.com/nbutton23/zxcvbn-go/matching/
H A DdateMatchers.go53 for _, dateMatch := range dateMatches {
55 I: dateMatch.I,
56 J: dateMatch.J,
57 Entropy: entropy.DateEntropy(dateMatch),
59 Token: dateMatch.Token,
124 for _, dateMatch := range dateMatches {
126 I: dateMatch.I,
127 J: dateMatch.J,
128 Entropy: entropy.DateEntropy(dateMatch),
130 Token: dateMatch.Token,
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/nbutton23/zxcvbn-go/matching/
H A DdateMatchers.go53 for _, dateMatch := range dateMatches {
55 I: dateMatch.I,
56 J: dateMatch.J,
57 Entropy: entropy.DateEntropy(dateMatch),
59 Token: dateMatch.Token,
124 for _, dateMatch := range dateMatches {
126 I: dateMatch.I,
127 J: dateMatch.J,
128 Entropy: entropy.DateEntropy(dateMatch),
130 Token: dateMatch.Token,
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/nbutton23/zxcvbn-go/matching/
H A DdateMatchers.go53 for _, dateMatch := range dateMatches {
55 I: dateMatch.I,
56 J: dateMatch.J,
57 Entropy: entropy.DateEntropy(dateMatch),
59 Token: dateMatch.Token,
124 for _, dateMatch := range dateMatches {
126 I: dateMatch.I,
127 J: dateMatch.J,
128 Entropy: entropy.DateEntropy(dateMatch),
130 Token: dateMatch.Token,
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/nbutton23/zxcvbn-go/matching/
H A DdateMatchers.go53 for _, dateMatch := range dateMatches {
55 I: dateMatch.I,
56 J: dateMatch.J,
57 Entropy: entropy.DateEntropy(dateMatch),
59 Token: dateMatch.Token,
124 for _, dateMatch := range dateMatches {
126 I: dateMatch.I,
127 J: dateMatch.J,
128 Entropy: entropy.DateEntropy(dateMatch),
130 Token: dateMatch.Token,
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/text/Format/DateFormat/
H A DIntlTestDateFormat.java159 int dateMatch = 0; in tryDate() local
180 if (dateMatch == 0 && date[i] == date[i-1]) dateMatch = i; in tryDate()
181 else if (dateMatch > 0 && date[i] != date[i-1]) { in tryDate()
195 if (dateMatch > 0 && stringMatch > 0) break; in tryDate()
199 if (stringMatch > fLimit || dateMatch > fLimit) { in tryDate()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/text/Format/DateFormat/
H A DIntlTestDateFormat.java159 int dateMatch = 0; in tryDate() local
180 if (dateMatch == 0 && date[i] == date[i-1]) dateMatch = i; in tryDate()
181 else if (dateMatch > 0 && date[i] != date[i-1]) { in tryDate()
195 if (dateMatch > 0 && stringMatch > 0) break; in tryDate()
199 if (stringMatch > fLimit || dateMatch > fLimit) { in tryDate()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/text/Format/DateFormat/
H A DIntlTestDateFormat.java159 int dateMatch = 0; in tryDate() local
180 if (dateMatch == 0 && date[i] == date[i-1]) dateMatch = i; in tryDate()
181 else if (dateMatch > 0 && date[i] != date[i-1]) { in tryDate()
195 if (dateMatch > 0 && stringMatch > 0) break; in tryDate()
199 if (stringMatch > fLimit || dateMatch > fLimit) { in tryDate()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/text/Format/DateFormat/
H A DIntlTestDateFormat.java159 int dateMatch = 0; in tryDate() local
180 if (dateMatch == 0 && date[i] == date[i-1]) dateMatch = i; in tryDate()
181 else if (dateMatch > 0 && date[i] != date[i-1]) { in tryDate()
195 if (dateMatch > 0 && stringMatch > 0) break; in tryDate()
199 if (stringMatch > fLimit || dateMatch > fLimit) { in tryDate()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/text/Format/DateFormat/
H A DIntlTestDateFormat.java159 int dateMatch = 0; in tryDate() local
180 if (dateMatch == 0 && date[i] == date[i-1]) dateMatch = i; in tryDate()
181 else if (dateMatch > 0 && date[i] != date[i-1]) { in tryDate()
195 if (dateMatch > 0 && stringMatch > 0) break; in tryDate()
199 if (stringMatch > fLimit || dateMatch > fLimit) { in tryDate()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/text/Format/DateFormat/
H A DIntlTestDateFormat.java159 int dateMatch = 0; in tryDate() local
180 if (dateMatch == 0 && date[i] == date[i-1]) dateMatch = i; in tryDate()
181 else if (dateMatch > 0 && date[i] != date[i-1]) { in tryDate()
195 if (dateMatch > 0 && stringMatch > 0) break; in tryDate()
199 if (stringMatch > fLimit || dateMatch > fLimit) { in tryDate()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/text/Format/DateFormat/
H A DIntlTestDateFormat.java159 int dateMatch = 0; in tryDate() local
180 if (dateMatch == 0 && date[i] == date[i-1]) dateMatch = i; in tryDate()
181 else if (dateMatch > 0 && date[i] != date[i-1]) { in tryDate()
195 if (dateMatch > 0 && stringMatch > 0) break; in tryDate()
199 if (stringMatch > fLimit || dateMatch > fLimit) { in tryDate()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/text/Format/DateFormat/
H A DIntlTestDateFormat.java159 int dateMatch = 0; in tryDate() local
180 if (dateMatch == 0 && date[i] == date[i-1]) dateMatch = i; in tryDate()
181 else if (dateMatch > 0 && date[i] != date[i-1]) { in tryDate()
195 if (dateMatch > 0 && stringMatch > 0) break; in tryDate()
199 if (stringMatch > fLimit || dateMatch > fLimit) { in tryDate()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/text/Format/DateFormat/
H A DIntlTestDateFormat.java159 int dateMatch = 0; in tryDate() local
180 if (dateMatch == 0 && date[i] == date[i-1]) dateMatch = i; in tryDate()
181 else if (dateMatch > 0 && date[i] != date[i-1]) { in tryDate()
195 if (dateMatch > 0 && stringMatch > 0) break; in tryDate()
199 if (stringMatch > fLimit || dateMatch > fLimit) { in tryDate()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/text/Format/DateFormat/
H A DIntlTestDateFormat.java159 int dateMatch = 0; in tryDate() local
180 if (dateMatch == 0 && date[i] == date[i-1]) dateMatch = i; in tryDate()
181 else if (dateMatch > 0 && date[i] != date[i-1]) { in tryDate()
195 if (dateMatch > 0 && stringMatch > 0) break; in tryDate()
199 if (stringMatch > fLimit || dateMatch > fLimit) { in tryDate()
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dtsdate.cpp156 int32_t dateMatch = 0; in tryDate() local
187 if (dateMatch == 0 && date[i] == date[i-1]) in tryDate()
188 dateMatch = i; in tryDate()
189 else if (dateMatch > 0 && date[i] != date[i-1]) in tryDate()
207 if (dateMatch > 0 && stringMatch > 0) in tryDate()
213 if (stringMatch > fLimit || dateMatch > fLimit) in tryDate()
/dports/devel/icu/icu/source/test/intltest/
H A Dtsdate.cpp156 int32_t dateMatch = 0; in tryDate() local
187 if (dateMatch == 0 && date[i] == date[i-1]) in tryDate()
188 dateMatch = i; in tryDate()
189 else if (dateMatch > 0 && date[i] != date[i-1]) in tryDate()
207 if (dateMatch > 0 && stringMatch > 0) in tryDate()
213 if (stringMatch > fLimit || dateMatch > fLimit) in tryDate()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/GoASTScanner/gas/vendor/github.com/nbutton23/zxcvbn-go/entropy/
H A DentropyCalculator.go199 func YearEntropy(dateMatch match.DateMatch) float64 {
203 func DateEntropy(dateMatch match.DateMatch) float64 {
205 if dateMatch.Year < 100 {
211 if dateMatch.Separator != "" {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/
H A DCVSHistoryFilter.java52 …chMatch(entry)) || (hasAuthor() && authorMatch(entry)) || (hasDate() && dateMatch(entry)) || (hasC… in select()
60 …Match(entry)) && (!hasAuthor() || authorMatch(entry)) && (!hasDate() || dateMatch(entry)) && (!has… in select()
88 protected boolean dateMatch(CVSFileRevision revision) { in dateMatch() method in CVSHistoryFilter
/dports/astro/stellarium/stellarium-0.21.3/src/
H A DCLIProcessor.cpp233 QRegularExpressionMatch dateMatch=dateRx.match(skyDate); in parseCLIArgsPostConfig() local
234 if (dateMatch.hasMatch()) in parseCLIArgsPostConfig()
235 …StelUtils::getJDFromDate(&skyDatePart, dateMatch.captured(1).toInt(), dateMatch.captured(2).toInt(… in parseCLIArgsPostConfig()
/dports/security/gopass/gopass-1.13.0/vendor/github.com/nbutton23/zxcvbn-go/entropy/
H A DentropyCalculator.go204 func DateEntropy(dateMatch match.DateMatch) float64 {
206 if dateMatch.Year < 100 {
212 if dateMatch.Separator != "" {
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/nbutton23/zxcvbn-go/entropy/
H A DentropyCalculator.go204 func DateEntropy(dateMatch match.DateMatch) float64 {
206 if dateMatch.Year < 100 {
212 if dateMatch.Separator != "" {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/nbutton23/zxcvbn-go/entropy/
H A DentropyCalculator.go204 func DateEntropy(dateMatch match.DateMatch) float64 {
206 if dateMatch.Year < 100 {
212 if dateMatch.Separator != "" {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/nbutton23/zxcvbn-go/entropy/
H A DentropyCalculator.go204 func DateEntropy(dateMatch match.DateMatch) float64 {
206 if dateMatch.Year < 100 {
212 if dateMatch.Separator != "" {

123