Searched refs:value (Results 1 - 25 of 8599) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/common/
H A DMutableBoolean.java36 boolean value; field in class:MutableBoolean
39 * A MutableBoolean with the given initial value.
41 * @param value The initial value of the mutable Boolean
43 public MutableBoolean(boolean value) argument
45 this.value = value;
49 * Retrieves the current value of this MutableBoolean.
51 * @return The current value of this MutableBoolean.
55 return value;
63 set(boolean value) argument
[all...]
H A DAssuredMode.java43 // The mode value
44 private byte value = -1; field in class:AssuredMode
46 private AssuredMode(byte value) argument
48 this.value = value;
53 * @param value The numeric value for the mode to return
55 * @throws java.lang.IllegalArgumentException If provided mode value is
58 public static AssuredMode valueOf(byte value) throws IllegalArgumentException argument
60 switch (value)
[all...]
H A DServerStatus.java89 // The status value
90 private byte value = -1; field in class:ServerStatus
92 private ServerStatus(byte value) argument
94 this.value = value;
99 * @param value The numeric value for the status to return
101 * @throws java.lang.IllegalArgumentException If provided status value is
104 public static ServerStatus valueOf(byte value) throws IllegalArgumentException argument
106 switch (value)
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/common/
H A DMutableBoolean.java36 boolean value; field in class:MutableBoolean
39 * A MutableBoolean with the given initial value.
41 * @param value The initial value of the mutable Boolean
43 public MutableBoolean(boolean value) argument
45 this.value = value;
49 * Retrieves the current value of this MutableBoolean.
51 * @return The current value of this MutableBoolean.
55 return value;
63 set(boolean value) argument
[all...]
H A DAssuredMode.java43 // The mode value
44 private byte value = -1; field in class:AssuredMode
46 private AssuredMode(byte value) argument
48 this.value = value;
53 * @param value The numeric value for the mode to return
55 * @throws java.lang.IllegalArgumentException If provided mode value is
58 public static AssuredMode valueOf(byte value) throws IllegalArgumentException argument
60 switch (value)
[all...]
H A DServerStatus.java89 // The status value
90 private byte value = -1; field in class:ServerStatus
92 private ServerStatus(byte value) argument
94 this.value = value;
99 * @param value The numeric value for the status to return
101 * @throws java.lang.IllegalArgumentException If provided status value is
104 public static ServerStatus valueOf(byte value) throws IllegalArgumentException argument
106 switch (value)
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/
H A DMutableBoolean.java36 boolean value; field in class:MutableBoolean
39 * A MutableBoolean with the given initial value.
41 * @param value The initial value of the mutable Boolean
43 public MutableBoolean(boolean value) argument
45 this.value = value;
49 * Retrieves the current value of this MutableBoolean.
51 * @return The current value of this MutableBoolean.
55 return value;
63 set(boolean value) argument
[all...]
H A DAssuredMode.java43 // The mode value
44 private byte value = -1; field in class:AssuredMode
46 private AssuredMode(byte value) argument
48 this.value = value;
53 * @param value The numeric value for the mode to return
55 * @throws java.lang.IllegalArgumentException If provided mode value is
58 public static AssuredMode valueOf(byte value) throws IllegalArgumentException argument
60 switch (value)
[all...]
H A DServerStatus.java89 // The status value
90 private byte value = -1; field in class:ServerStatus
92 private ServerStatus(byte value) argument
94 this.value = value;
99 * @param value The numeric value for the status to return
101 * @throws java.lang.IllegalArgumentException If provided status value is
104 public static ServerStatus valueOf(byte value) throws IllegalArgumentException argument
106 switch (value)
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DNewBoolean.java35 private boolean value = false; field in class:NewBoolean
40 public NewBoolean(boolean value) { argument
41 this.value = value;
44 public void setValue(boolean value) { argument
45 this.value = value;
49 return value;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DNewBoolean.java35 private boolean value = false; field in class:NewBoolean
40 public NewBoolean(boolean value) { argument
41 this.value = value;
44 public void setValue(boolean value) { argument
45 this.value = value;
49 return value;
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/util/object/
H A DflattenValues.js24 return _.mapValues(object, function (value) {
25 if (_.isArray(value) && value.length === 1) {
26 return value [0];
29 return value;
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/util/object/
H A DflattenValues.js24 return _.mapValues(object, function (value) {
25 if (_.isArray(value) && value.length === 1) {
26 return value[0];
29 return value;
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/util/array/
H A Darrayify.js22 * Wraps any value in an array.
24 * If the value is an array itself, a new array with the same elements is returned.
25 * @param {*} value Value to wrap in an array
26 * @returns {Array} Array containing the value
28 var exports = function (value) {
29 return [].concat(value);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/util/array/
H A Darrayify.js22 * Wraps any value in an array.
24 * If the value is an array itself, a new array with the same elements is returned.
25 * @param {*} value Value to wrap in an array
26 * @returns {Array} Array containing the value
28 const exports = function (value) {
29 return [].concat(value);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/scripts/bulkfed/id-ff/
H A DamGenerateNI.pl95 $value = int rand 36 ;
96 if($value eq '0') {
97 $rndstr = $rndstr . $value;
98 } elsif($value eq '1') {
99 $rndstr = $rndstr . $value;
100 } elsif($value eq '2') {
101 $rndstr = $rndstr . $value;
102 } elsif($value eq '3') {
103 $rndstr = $rndstr . $value;
104 } elsif($value
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/scripts/bulkfed/saml2/
H A Dsaml2GenerateNI.pl89 $value = int rand 36 ;
90 if($value eq '0') {
91 $rndstr = $rndstr . $value;
92 } elsif($value eq '1') {
93 $rndstr = $rndstr . $value;
94 } elsif($value eq '2') {
95 $rndstr = $rndstr . $value;
96 } elsif($value eq '3') {
97 $rndstr = $rndstr . $value;
98 } elsif($value
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/scripts/bulkfed/id-ff/
H A DamGenerateNI.pl95 $value = int rand 36 ;
96 if($value eq '0') {
97 $rndstr = $rndstr . $value;
98 } elsif($value eq '1') {
99 $rndstr = $rndstr . $value;
100 } elsif($value eq '2') {
101 $rndstr = $rndstr . $value;
102 } elsif($value eq '3') {
103 $rndstr = $rndstr . $value;
104 } elsif($value
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/scripts/bulkfed/saml2/
H A Dsaml2GenerateNI.pl89 $value = int rand 36 ;
90 if($value eq '0') {
91 $rndstr = $rndstr . $value;
92 } elsif($value eq '1') {
93 $rndstr = $rndstr . $value;
94 } elsif($value eq '2') {
95 $rndstr = $rndstr . $value;
96 } elsif($value eq '3') {
97 $rndstr = $rndstr . $value;
98 } elsif($value
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/common/
H A DAssuredMode.java42 // The mode value
43 private byte value = -1; field in class:AssuredMode
45 private AssuredMode(byte value) argument
47 this.value = value;
52 * @param value The numeric value for the mode to return
54 * @throws java.lang.IllegalArgumentException If provided mode value is
57 public static AssuredMode valueOf(byte value) throws IllegalArgumentException argument
59 switch (value)
[all...]
H A DServerStatus.java88 // The status value
89 private byte value = -1; field in class:ServerStatus
91 private ServerStatus(byte value) argument
93 this.value = value;
98 * @param value The numeric value for the status to return
100 * @throws java.lang.IllegalArgumentException If provided status value is
103 public static ServerStatus valueOf(byte value) throws IllegalArgumentException argument
105 switch (value)
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/common/
H A DAssuredMode.java42 // The mode value
43 private byte value = -1; field in class:AssuredMode
45 private AssuredMode(byte value) argument
47 this.value = value;
52 * @param value The numeric value for the mode to return
54 * @throws java.lang.IllegalArgumentException If provided mode value is
57 public static AssuredMode valueOf(byte value) throws IllegalArgumentException argument
59 switch (value)
[all...]
H A DServerStatus.java88 // The status value
89 private byte value = -1; field in class:ServerStatus
91 private ServerStatus(byte value) argument
93 this.value = value;
98 * @param value The numeric value for the status to return
100 * @throws java.lang.IllegalArgumentException If provided status value is
103 public static ServerStatus valueOf(byte value) throws IllegalArgumentException argument
105 switch (value)
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/common/
H A DAssuredMode.java39 /** The mode value. */
40 private byte value = -1; field in class:AssuredMode
42 private AssuredMode(byte value) argument
44 this.value = value;
49 * @param value The numeric value for the mode to return
51 * @throws java.lang.IllegalArgumentException If provided mode value is
54 public static AssuredMode valueOf(byte value) throws IllegalArgumentException argument
56 switch (value)
[all...]
/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/audit/util/
H A DStatus.java30 private final int value; field in class:Status
32 private Status(int value) { argument
33 this.value = value;
37 return value;

Completed in 29 milliseconds

1234567891011>>