Searched refs:re (Results 51 - 75 of 145) sorted by relevance

123456

/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DDITStructureRuleSyntax.java325 // If we're at the end of the value, then it isn't a valid DIT structure
519 // If we're at the end of the value, then it isn't a valid DIT
614 // If we're at the end of the value, then it isn't a valid DIT
815 // If we're at the end of the value, then that's illegal.
902 // If we're at the end of the value, then that's illegal.
1053 // If we're at the end of the value, then that's illegal.
1125 // We're expecting a list of values. Quoted, space separated.
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DDITStructureRuleSyntax.java324 // If we're at the end of the value, then it isn't a valid DIT structure
518 // If we're at the end of the value, then it isn't a valid DIT
613 // If we're at the end of the value, then it isn't a valid DIT
814 // If we're at the end of the value, then that's illegal.
901 // If we're at the end of the value, then that's illegal.
1052 // If we're at the end of the value, then that's illegal.
1124 // We're expecting a list of values. Quoted, space separated.
/forgerock/web-agents-v4/pcre/
H A Dpcre_exec.c323 #define RMATCH(ra,rb,rc,rd,re,rw) \
326 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1); \
335 #define RMATCH(ra,rb,rc,rd,re,rw) \
336 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1)
349 #define RMATCH(ra,rb,rc,rd,re,rw)\
364 newframe->Xeptrb = re;\
813 not a matching mark, we have to re-run the match, ignoring the SKIP_ARG
816 SKIP_ARG gets to top level, the match is re-run with md->ignore_skip_arg
1738 re-instated afterwards. We don't know how many are started and not yet
6313 /* This function applies a compiled re t
6374 const REAL_PCRE *re = (const REAL_PCRE *)argument_re; local
[all...]
H A Dpcre_dfa_exec.c3152 /* This external function applies a compiled re to a subject string using a DFA
3191 REAL_PCRE *re = (REAL_PCRE *)argument_re; local
3211 if (re == NULL || subject == NULL || workspace == NULL ||
3223 if (re->magic_number != MAGIC_NUMBER)
3224 return re->magic_number == REVERSED_MAGIC_NUMBER?
3226 if ((re->flags & PCRE_MODE) == 0) return PCRE_ERROR_BADMODE;
3240 md->tables = re->tables;
3265 utf = (re->options & PCRE_UTF8) != 0;
3271 (re->options & PCRE_ANCHORED) != 0;
3276 re
[all...]
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java235 } catch (RuntimeException re) {
236 pair[1] = re;
288 } catch (RuntimeException re) {
289 pair[1] = re;
410 } catch (RuntimeException re)
412 pair[1] = re;
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java231 } catch (RuntimeException re) {
232 pair[1] = re;
284 } catch (RuntimeException re) {
285 pair[1] = re;
404 } catch (RuntimeException re)
406 pair[1] = re;
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java236 } catch (RuntimeException re) {
237 pair[1] = re;
289 } catch (RuntimeException re) {
290 pair[1] = re;
411 } catch (RuntimeException re)
413 pair[1] = re;
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java235 } catch (RuntimeException re) {
236 pair[1] = re;
288 } catch (RuntimeException re) {
289 pair[1] = re;
410 } catch (RuntimeException re)
412 pair[1] = re;
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java231 } catch (RuntimeException re) {
232 pair[1] = re;
284 } catch (RuntimeException re) {
285 pair[1] = re;
404 } catch (RuntimeException re)
406 pair[1] = re;
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DValidatorImpl.java75 } catch( RuntimeException re ) {
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DValidatorImpl.java75 } catch( RuntimeException re ) {
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DValidatorImpl.java75 } catch( RuntimeException re ) {
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DValidatorImpl.java75 } catch( RuntimeException re ) {
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DValidatorImpl.java75 } catch( RuntimeException re ) {
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DValidatorImpl.java75 } catch( RuntimeException re ) {
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DValidatorImpl.java75 } catch( RuntimeException re ) {
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/service/
H A DToolServiceManager.java309 } catch (MalformedURLException re) {
312 "Malformed url exception", re);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityTokenManagerClient.java374 } catch (Exception re) {
377 "STMC:getSAMLAuthenticationToken()", re);
379 throw (new SAMLException(re.getMessage()));
/forgerock/openam-v13/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUS.java253 } catch (RejectException re) {
260 debug.message("Radius login request rejected", re);
265 throw new InvalidPasswordException(AM_AUTH_RADIUS, "RadiusLoginFailed", null, username, re);
/forgerock/openam/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUS.java183 // Callbacks may not be initialized or may contain stale data, we need to re-read them.
253 } catch (RejectException re) {
260 debug.message("Radius login request rejected", re);
265 throw new InvalidPasswordException(AM_AUTH_RADIUS, "RadiusLoginFailed", null, username, re);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityTokenManagerClient.java374 } catch (Exception re) {
377 "STMC:getSAMLAuthenticationToken()", re);
379 throw (new SAMLException(re.getMessage()));
/forgerock/opendj-b2.6/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/
H A DDSMLService.java181 boolean re = k.endsWith(RE);
184 if (re) {
192 } else if (re) {
201 if (re) {
/forgerock/opendj2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/
H A DDSMLService.java180 boolean re = k.endsWith(RE);
183 if (re) {
191 } else if (re) {
200 if (re) {
/forgerock/opendj2.6.2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/
H A DDSMLService.java181 boolean re = k.endsWith(RE);
184 if (re) {
192 } else if (re) {
201 if (re) {
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/
H A DDSMLService.java181 boolean re = k.endsWith(RE);
184 if (re) {
192 } else if (re) {
201 if (re) {

Completed in 222 milliseconds

123456