Searched refs:notPreviouslyDefined (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DCustomAttributePanel.java1036 boolean notPreviouslyDefined = true;
1041 notPreviouslyDefined = false;
1045 if (notPreviouslyDefined)
H A DCustomObjectClassPanel.java832 boolean notPreviouslyDefined = true;
837 notPreviouslyDefined = false;
841 if (notPreviouslyDefined)
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DCustomAttributePanel.java1035 boolean notPreviouslyDefined = true;
1040 notPreviouslyDefined = false;
1044 if (notPreviouslyDefined)
H A DCustomObjectClassPanel.java831 boolean notPreviouslyDefined = true;
836 notPreviouslyDefined = false;
840 if (notPreviouslyDefined)
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DCustomAttributePanel.java1036 boolean notPreviouslyDefined = true;
1041 notPreviouslyDefined = false;
1045 if (notPreviouslyDefined)
H A DCustomObjectClassPanel.java832 boolean notPreviouslyDefined = true;
837 notPreviouslyDefined = false;
841 if (notPreviouslyDefined)
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DCustomAttributePanel.java1035 boolean notPreviouslyDefined = true;
1040 notPreviouslyDefined = false;
1044 if (notPreviouslyDefined)
H A DCustomObjectClassPanel.java831 boolean notPreviouslyDefined = true;
836 notPreviouslyDefined = false;
840 if (notPreviouslyDefined)
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DCustomAttributePanel.java1036 boolean notPreviouslyDefined = true;
1041 notPreviouslyDefined = false;
1045 if (notPreviouslyDefined)
H A DCustomObjectClassPanel.java832 boolean notPreviouslyDefined = true;
837 notPreviouslyDefined = false;
841 if (notPreviouslyDefined)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DCustomObjectClassPanel.java806 boolean notPreviouslyDefined = true;
811 notPreviouslyDefined = false;
815 if (notPreviouslyDefined)
H A DCustomAttributePanel.java896 else if (notPreviouslyDefined(oldAliases, alias))
984 private boolean notPreviouslyDefined(Collection<String> oldAliases, String alias) method in class:CustomAttributePanel

Completed in 59 milliseconds