Searched refs:ret (Results 26 - 50 of 471) sorted by relevance

1234567891011>>

/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DExtOp.java94 boolean ret = false;
97 ret=true;
101 ret = !ret;
102 return ret;
H A DTargetControl.java91 boolean ret = false;
94 ret=true;
98 ret = !ret;
99 return ret;
H A DTargetAttr.java247 boolean ret;
249 ret =
252 ret=evalAttrType(a, targetAttr);
254 return ret;
273 boolean ret=false;
277 ret=true;
283 ret=!ret;
288 ret=true;
294 ret
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DExtOp.java91 boolean ret = false;
95 ret=true;
101 ret = !ret;
103 return ret;
H A DTargetControl.java86 boolean ret = false;
90 ret=true;
96 ret = !ret;
98 return ret;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Common/
H A DFedletEncryptedXml.cs81 SymmetricAlgorithm ret = null;
86 ret = base.GetDecryptionKey(encryptedData, symmetricAlgorithmUri);
91 ret = Saml2Utils.GetAlgorithm(encryptedData.EncryptionMethod.KeyAlgorithm);
92 ret.IV = GetDecryptionIV(encryptedData, encryptedData.EncryptionMethod.KeyAlgorithm);
106 ret.Key = DecryptKey(encKey.CipherData.CipherValue, (RSA)decryptionKey.PrivateKey, false);
108 return ret;
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Common/
H A DFedletEncryptedXml.cs81 SymmetricAlgorithm ret = null;
86 ret = base.GetDecryptionKey(encryptedData, symmetricAlgorithmUri);
91 ret = Saml2Utils.GetAlgorithm(encryptedData.EncryptionMethod.KeyAlgorithm);
92 ret.IV = GetDecryptionIV(encryptedData, encryptedData.EncryptionMethod.KeyAlgorithm);
106 ret.Key = DecryptKey(encKey.CipherData.CipherValue, (RSA)decryptionKey.PrivateKey, false);
108 return ret;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/
H A DIdentityServicesFactory.java74 IdentityServicesFactory ret = (IdentityServicesFactory)
77 if (ret == null) {
93 ret = new IdentityServicesFactory(clazz);
94 cache.put(provider, ret);
99 return ret;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/
H A DIdentityServicesFactory.java74 IdentityServicesFactory ret = (IdentityServicesFactory)
77 if (ret == null) {
93 ret = new IdentityServicesFactory(clazz);
94 cache.put(provider, ret);
99 return ret;
/forgerock/web-agents-v4/zlib/
H A Dioapi.c134 uLong ret; local
135 ret = (uLong)fread(buf, 1, (size_t)size, (FILE *)stream);
136 return ret;
141 uLong ret; local
142 ret = (uLong)fwrite(buf, 1, (size_t)size, (FILE *)stream);
143 return ret;
148 long ret; local
149 ret = ftell((FILE *)stream);
150 return ret;
156 ZPOS64_T ret; local
164 long ret; local
187 long ret; local
212 int ret; local
219 int ret; local
[all...]
H A Diowin32.c78 voidpf ret=NULL; local
85 ret = malloc(sizeof(WIN32FILE_IOWIN));
87 if (ret==NULL)
90 *((WIN32FILE_IOWIN*)ret) = w32fiow;
92 return ret;
199 uLong ret=0; local
206 if (!ReadFile(hFile, buf, size, &ret, NULL))
215 return ret;
221 uLong ret=0; local
228 if (!WriteFile(hFile, buf, size, &ret, NUL
262 long ret=-1; local
285 ZPOS64_T ret= (ZPOS64_T)-1; local
313 long ret=-1; local
350 long ret=-1; local
387 int ret=-1; local
405 int ret=-1; local
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProvider.java112 ConditionResult ret = backend.hasSubordinates(entry.getDN());
113 if(ret != null && ret != ConditionResult.UNDEFINED)
116 AttributeValues.create(ByteString.valueOf(ret.toString()),
117 ByteString.valueOf(ret.toString()));
144 ConditionResult ret = backend.hasSubordinates(entry.getDN());
145 return ret != null && ret != ConditionResult.UNDEFINED;
171 ConditionResult ret = backend.hasSubordinates(entry.getDN());
172 if(ret !
[all...]
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java246 boolean ret;
248 ret =
251 ret=evalAttrType(a, targetAttr);
253 return ret;
272 boolean ret=false;
276 ret=true;
281 ret=!ret;
286 ret=true;
291 ret
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProvider.java84 ConditionResult ret = backend.hasSubordinates(entry.getDN());
85 if(ret != null && ret != ConditionResult.UNDEFINED)
88 AttributeValues.create(ByteString.valueOf(ret.toString()),
89 ByteString.valueOf(ret.toString()));
112 ConditionResult ret = backend.hasSubordinates(entry.getDN());
113 return ret != null && ret != ConditionResult.UNDEFINED;
135 ConditionResult ret = backend.hasSubordinates(entry.getDN());
136 return ret !
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java247 boolean ret;
249 ret =
252 ret=evalAttrType(a, targetAttr);
254 return ret;
273 boolean ret=false;
277 ret=true;
283 ret=!ret;
288 ret=true;
294 ret
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java247 boolean ret;
249 ret =
252 ret=evalAttrType(a, targetAttr);
254 return ret;
273 boolean ret=false;
277 ret=true;
282 ret=!ret;
287 ret=true;
292 ret
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProvider.java112 ConditionResult ret = backend.hasSubordinates(entry.getDN());
113 if(ret != null && ret != ConditionResult.UNDEFINED)
116 AttributeValues.create(ByteString.valueOf(ret.toString()),
117 ByteString.valueOf(ret.toString()));
144 ConditionResult ret = backend.hasSubordinates(entry.getDN());
145 return ret != null && ret != ConditionResult.UNDEFINED;
171 ConditionResult ret = backend.hasSubordinates(entry.getDN());
172 if(ret !
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProvider.java112 ConditionResult ret = backend.hasSubordinates(entry.getDN());
113 if(ret != null && ret != ConditionResult.UNDEFINED)
116 AttributeValues.create(ByteString.valueOf(ret.toString()),
117 ByteString.valueOf(ret.toString()));
144 ConditionResult ret = backend.hasSubordinates(entry.getDN());
145 return ret != null && ret != ConditionResult.UNDEFINED;
171 ConditionResult ret = backend.hasSubordinates(entry.getDN());
172 if(ret !
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java246 boolean ret;
248 ret =
251 ret=evalAttrType(a, targetAttr);
253 return ret;
272 boolean ret=false;
276 ret=true;
281 ret=!ret;
286 ret=true;
291 ret
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProvider.java84 ConditionResult ret = backend.hasSubordinates(entry.getDN());
85 if(ret != null && ret != ConditionResult.UNDEFINED)
88 AttributeValues.create(ByteString.valueOf(ret.toString()),
89 ByteString.valueOf(ret.toString()));
112 ConditionResult ret = backend.hasSubordinates(entry.getDN());
113 return ret != null && ret != ConditionResult.UNDEFINED;
135 ConditionResult ret = backend.hasSubordinates(entry.getDN());
136 return ret !
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/console/ui/taglib/header/
H A DCCHtmlHeaderTag.java46 String ret = super.getHTMLStringInternal(parent, pageContext, view);
47 return StringUtils.insertContent(ret, ret.indexOf("</head>"),
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/console/ui/taglib/header/
H A DCCHtmlHeaderTag.java46 String ret = super.getHTMLStringInternal(parent, pageContext, view);
47 return StringUtils.insertContent(ret, ret.indexOf("</head>"),
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/utils/
H A DGenUtils.java53 ArrayList ret = new ArrayList();
57 ret.add(comp.trim());
59 return ret;
65 ArrayList ret = new ArrayList();
69 ret.add(comp.trim());
71 return ret;
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DCaseInsensitiveHashSet.java156 Object[] ret = null;
159 ret = a;
161 ret = new Object[arr.length];
165 ret[i] = ((CaseInsensitiveKey) arr[i]).toString();
167 ret[i] = arr[i];
170 if (a != null && ret == a && a.length > arr.length) {
171 ret[arr.length] = null;
173 return ret;
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DCaseInsensitiveHashSet.java156 Object[] ret = null;
159 ret = a;
161 ret = new Object[arr.length];
165 ret[i] = ((CaseInsensitiveKey) arr[i]).toString();
167 ret[i] = arr[i];
170 if (a != null && ret == a && a.length > arr.length) {
171 ret[arr.length] = null;
173 return ret;

Completed in 106 milliseconds

1234567891011>>