/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/ |
H A D | am_string_set.h | 43 int size; member in struct:__anon2 50 * Allocate space for a am_string_set_t and space for size strings. 51 * also initializes size to the given size. 54 * size 55 * size of set to allocate. 58 * a pointer to allocated am_string_set_t, or NULL if size is < 0 (invalid). 62 am_string_set_allocate(int size);
|
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/ |
H A D | am_string_set.h | 43 int size; member in struct:__anon2 50 * Allocate space for a am_string_set_t and space for size strings. 51 * also initializes size to the given size. 54 * size 55 * size of set to allocate. 58 * a pointer to allocated am_string_set_t, or NULL if size is < 0 (invalid). 62 am_string_set_allocate(int size);
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/ |
H A D | Attr.java | 99 int size = value.length; 100 _stringValues = new ArrayList<>(size); 101 for (int i = 0; i < size; i++) { 133 int size = value.length; 134 for (int i = 0; i < size; i++) { 158 int size = _stringValues.size(); 159 if (size == 0) { 161 } else if (size == 1) { 163 } else if (size > 538 public int size() { method in class:Attr [all...] |
H A D | AttrSet.java | 69 int size = attrs.length; 70 _attrs = new ArrayList(size); 71 for (int i = 0; i < size; i++) { 95 int size = ldapAttrSet.size(); 96 _attrs = new ArrayList(size); 98 Collection<byte[]> values = new ArrayList<>(attribute.size()); 175 if (attr.size() == 0) { 204 int size = size(); 300 public int size() { method in class:AttrSet [all...] |
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/ |
H A D | Attr.java | 99 int size = value.length; 100 _stringValues = new ArrayList<>(size); 101 for (int i = 0; i < size; i++) { 133 int size = value.length; 134 for (int i = 0; i < size; i++) { 158 int size = _stringValues.size(); 159 if (size == 0) { 161 } else if (size == 1) { 163 } else if (size > 538 public int size() { method in class:Attr [all...] |
H A D | AttrSet.java | 69 int size = attrs.length; 70 _attrs = new ArrayList(size); 71 for (int i = 0; i < size; i++) { 95 int size = ldapAttrSet.size(); 96 _attrs = new ArrayList(size); 98 Collection<byte[]> values = new ArrayList<>(attribute.size()); 175 if (attr.size() == 0) { 204 int size = size(); 300 public int size() { method in class:AttrSet [all...] |
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/fonts/ |
H A D | fonts-min.css | 7 body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}
|
H A D | fonts.css | 11 body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;} 12 table {font-size:inherit;font:100%;} 16 pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}
|
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/fonts/ |
H A D | fonts-min.css | 7 body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}
|
H A D | fonts.css | 11 body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;} 12 table {font-size:inherit;font:100%;} 16 pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/ |
H A D | MemoryQuota.java | 86 * @param size the amount of requested memory 89 public boolean isMemoryAvailable(long size) argument 95 if (acquireMemory(size)) 97 releaseMemory(size); 106 * @param size the requested amount of memory in bytes 109 public boolean acquireMemory(long size) argument 112 || reservedMemory.tryAcquire((int) (size / ONE_MEGABYTE)); 130 * @param size the amount of memory in bytes 133 public int memBytesToPercent(long size) argument 135 return (int)(((size / ONE_MEGABYT 152 releaseMemory(long size) argument [all...] |
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/ |
H A D | LabelFieldDescriptor.java | 50 private int size; field in class:LabelFieldDescriptor 96 * @param size the size of the field. 99 LabelType labelType, int size) 105 this.size = size; 118 * Returns the size of the field. 119 * @return the size of the field. 123 return size; 98 LabelFieldDescriptor(Message label, Message tooltip, FieldType type, LabelType labelType, int size) argument
|
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/ |
H A D | LabelFieldDescriptor.java | 51 private int size; field in class:LabelFieldDescriptor 97 * @param size the size of the field. 100 LabelType labelType, int size) 106 this.size = size; 119 * Returns the size of the field. 120 * @return the size of the field. 124 return size; 99 LabelFieldDescriptor(Message label, Message tooltip, FieldType type, LabelType labelType, int size) argument
|
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/ |
H A D | LabelFieldDescriptor.java | 51 private int size; field in class:LabelFieldDescriptor 97 * @param size the size of the field. 100 LabelType labelType, int size) 106 this.size = size; 119 * Returns the size of the field. 120 * @return the size of the field. 124 return size; 99 LabelFieldDescriptor(Message label, Message tooltip, FieldType type, LabelType labelType, int size) argument
|
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/ |
H A D | LabelFieldDescriptor.java | 50 private int size; field in class:LabelFieldDescriptor 96 * @param size the size of the field. 99 LabelType labelType, int size) 105 this.size = size; 118 * Returns the size of the field. 119 * @return the size of the field. 123 return size; 98 LabelFieldDescriptor(Message label, Message tooltip, FieldType type, LabelType labelType, int size) argument
|
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/ |
H A D | LabelFieldDescriptor.java | 51 private int size; field in class:LabelFieldDescriptor 97 * @param size the size of the field. 100 LabelType labelType, int size) 106 this.size = size; 119 * Returns the size of the field. 120 * @return the size of the field. 124 return size; 99 LabelFieldDescriptor(Message label, Message tooltip, FieldType type, LabelType labelType, int size) argument
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/ |
H A D | LabelFieldDescriptor.java | 51 private int size; field in class:LabelFieldDescriptor 97 * @param size the size of the field. 100 LabelType labelType, int size) 106 this.size = size; 119 * Returns the size of the field. 120 * @return the size of the field. 124 return size; 99 LabelFieldDescriptor(LocalizableMessage label, LocalizableMessage tooltip, FieldType type, LabelType labelType, int size) argument
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/ |
H A D | PermutationGenerator.java | 36 * integers in the range 0..size Permutation generation deterministically 54 * @param size 55 * permutation size 57 public PermutationGenerator(String seed, int size) { argument 63 init(longSeed, size); 71 * @param size 72 * permutation size 75 public PermutationGenerator(long seed, int size) { argument 76 init(seed, size); 84 * @param size 87 init(long seed, int size) argument [all...] |
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/ |
H A D | PermutationGenerator.java | 36 * integers in the range 0..size Permutation generation deterministically 54 * @param size 55 * permutation size 57 public PermutationGenerator(String seed, int size) { argument 63 init(longSeed, size); 71 * @param size 72 * permutation size 75 public PermutationGenerator(long seed, int size) { argument 76 init(seed, size); 84 * @param size 87 init(long seed, int size) argument [all...] |
/forgerock/openam-v13/openam-console/src/main/webapp/console/css/ |
H A D | openam.css | 54 h1.TaskTitle {color:#000000;font-size:20px;font-weight:bold;margin:0px} 55 span.ProgressTitle {color:#ff830f;font-size:16px;font-weight:bold;margin:0px} 56 span.ProgressDoneTitle {color:#a1a1a1;font-size:16px;font-weight:bold;margin:0px} 57 span.ProgressFailedTitle {color:#a1a1a1;font-size:16px;font-weight:bold;margin:0px} 58 span.ProgressText {color:#a1a1a1;font-size:14px;margin:0px} 59 a.ProcessLink {color:#a1a1a1;font-size:14px;text-decoration:underline}
|
/forgerock/openam-v13/openam-console/src/main/webapp/css/ |
H A D | styles.css | 29 a:hover { text-decoration: underline}
.footerText { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 9pt; color: #333333}
.loginText { font-family: Helvetica, Arial, Geneva, sans-serif}
.mastheadLinks { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 9pt; color: #4D59AB; text-decoration: none}
.mastheadUsername { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 10pt; color: #333333; font-weight: bold}
input.buttonblue{ cursor: hand; font-family: verdana; background: #594fbf; color: #ffffff; font-weight: bold; font-size: 10pt; padding: 1px 1px; margin: 0px 0px; border: 0px}
.doubleArrow { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #594FBF}
.mastheadSeparators { font-family: Helvetica, Arial, Geneva, sans-serif; color: #A2A2A2; text-decoration: none; font-size: 12pt}
|
/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/ |
H A D | AttributeSet.java | 70 public int size() { method in class:AttributeSet 71 return attrs.size(); 91 final int l = attrs.size();
|
/forgerock/openam-v13/openam-server-only/src/main/webapp/fed_css/ |
H A D | styles.css | 30 .footerText { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 9pt; color: #333333} 32 .mastheadLinks { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 9pt; color: #4D59AB; text-decoration: none} 33 .mastheadUsername { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 10pt; color: #333333; font-weight: bold} 34 input.buttonblue{ cursor: hand; font-family: verdana; background: #594fbf; color: #ffffff; font-weight: bold; font-size: 10pt; padding: 1px 1px; margin: 0px 0px; border: 0px} 35 .doubleArrow { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #594FBF} 36 .mastheadSeparators { font-family: Helvetica, Arial, Geneva, sans-serif; color: #A2A2A2; text-decoration: none; font-size: 12pt}
|
/forgerock/openam-v13/openam-server-only/src/main/webapp/password/css/ |
H A D | styles.css | 31 a:hover { text-decoration: underline}
.footerText { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 9pt; color: #333333}
.loginText { font-family: Helvetica, Arial, Geneva, sans-serif}
.mastheadLinks { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 9pt; color: #4D59AB; text-decoration: none}
.mastheadUsername { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 10pt; color: #333333; font-weight: bold}
input.buttonblue{ cursor: hand; font-family: verdana; background: #594fbf; color: #ffffff; font-weight: bold; font-size: 10pt; padding: 1px 1px; margin: 0px 0px; border: 0px}
.doubleArrow { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #594FBF}
.mastheadSeparators { font-family: Helvetica, Arial, Geneva, sans-serif; color: #A2A2A2; text-decoration: none; font-size: 12pt}
|
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/ |
H A D | AttributeSet.java | 70 public int size() { method in class:AttributeSet 71 return attrs.size(); 91 final int l = attrs.size();
|