Searched defs:timeofdayRegex (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java42 private static final String timeofdayRegex = "[0-2]\\d[0-5]\\d"; field in class:TimeOfDay
70 if (!Pattern.matches(timeofdayRegex, expr))
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java43 private static final String timeofdayRegex = "[0-2]\\d[0-5]\\d"; field in class:TimeOfDay
75 if (!Pattern.matches(timeofdayRegex, expr))
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java43 private static final String timeofdayRegex = "[0-2]\\d[0-5]\\d"; field in class:TimeOfDay
75 if (!Pattern.matches(timeofdayRegex, expr))
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java42 private static final String timeofdayRegex = "[0-2]\\d[0-5]\\d"; field in class:TimeOfDay
70 if (!Pattern.matches(timeofdayRegex, expr))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java43 private static final String timeofdayRegex = "[0-2]\\d[0-5]\\d"; field in class:TimeOfDay
75 if (!Pattern.matches(timeofdayRegex, expr))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java42 private static final String timeofdayRegex = "[0-2]\\d[0-5]\\d"; field in class:TimeOfDay
70 if (!Pattern.matches(timeofdayRegex, expr))

Completed in 76 milliseconds