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

/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Daddremove.js530 var targetList;
534 targetList = this.availableList;
536 targetList = this.selectedList;
539 var targetOptions = targetList.options;
542 var index = targetList.selectedIndex;
587 var targetList;
591 targetList = this.availableList;
593 targetList = this.selectedList;
596 var targetOptions = targetList.options;
599 var index = targetList
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Daddremove.js530 var targetList;
534 targetList = this.availableList;
536 targetList = this.selectedList;
539 var targetOptions = targetList.options;
542 var index = targetList.selectedIndex;
587 var targetList;
591 targetList = this.availableList;
593 targetList = this.selectedList;
596 var targetOptions = targetList.options;
599 var index = targetList
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DEntry.java2770 List<Attribute> targetList = new ArrayList<Attribute>(sourceList.size());
2792 if (!targetList.isEmpty() && mergeDuplicates)
2798 for (int i = 0; i < targetList.size(); i++)
2800 Attribute otherAttribute = targetList.get(i);
2803 targetList.set(i, Attributes.merge(a, otherAttribute));
2810 targetList.add(a);
2815 targetList.add(a);
2819 if (!targetList.isEmpty())
2821 target.put(t, targetList);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DEntry.java2770 List<Attribute> targetList = new ArrayList<Attribute>(sourceList.size());
2792 if (!targetList.isEmpty() && mergeDuplicates)
2798 for (int i = 0; i < targetList.size(); i++)
2800 Attribute otherAttribute = targetList.get(i);
2803 targetList.set(i, Attributes.merge(a, otherAttribute));
2810 targetList.add(a);
2815 targetList.add(a);
2819 if (!targetList.isEmpty())
2821 target.put(t, targetList);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DEntry.java2548 List<Attribute> targetList = new ArrayList<>(sourceList.size());
2564 if (!targetList.isEmpty() && mergeDuplicates)
2569 for (int i = 0; i < targetList.size(); i++)
2571 Attribute otherAttribute = targetList.get(i);
2574 targetList.set(i, Attributes.merge(a, otherAttribute));
2581 targetList.add(a);
2586 targetList.add(a);
2590 if (!targetList.isEmpty())
2592 target.put(t, targetList);
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DEntry.java2982 ArrayList<Attribute> targetList =
3005 if (!targetList.isEmpty() && mergeDuplicates)
3011 for (int i = 0; i < targetList.size(); i++)
3013 Attribute otherAttribute = targetList.get(i);
3016 targetList.set(i, Attributes.merge(a, otherAttribute));
3023 targetList.add(a);
3028 targetList.add(a);
3032 if (!targetList.isEmpty())
3034 target.put(t, targetList);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DEntry.java2982 ArrayList<Attribute> targetList =
3005 if (!targetList.isEmpty() && mergeDuplicates)
3011 for (int i = 0; i < targetList.size(); i++)
3013 Attribute otherAttribute = targetList.get(i);
3016 targetList.set(i, Attributes.merge(a, otherAttribute));
3023 targetList.add(a);
3028 targetList.add(a);
3032 if (!targetList.isEmpty())
3034 target.put(t, targetList);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DEntry.java2897 ArrayList<Attribute> targetList =
2920 if (!targetList.isEmpty() && mergeDuplicates)
2926 for (int i = 0; i < targetList.size(); i++)
2928 Attribute otherAttribute = targetList.get(i);
2931 targetList.set(i, Attributes.merge(a, otherAttribute));
2938 targetList.add(a);
2943 targetList.add(a);
2947 if (!targetList.isEmpty())
2949 target.put(t, targetList);
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 149 milliseconds