| /forgerock/opendj2/ext/ant/bin/ |
| H A D | envset.cmd | 78 orig = value(envar,,env)
95 addval: procedure expose sep equal orig expand newval mode env
98 if var = '.' then expvar = orig
|
| /forgerock/opendj-b2.6/ext/ant/bin/ |
| H A D | envset.cmd | 78 orig = value(envar,,env)
95 addval: procedure expose sep equal orig expand newval mode env
98 if var = '.' then expvar = orig
|
| /forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/ |
| H A D | StaticUtilsTest.java | 79 final boolean orig = DynamicConstants.DEBUG_BUILD; 87 DynamicConstants.DEBUG_BUILD = orig;
|
| /forgerock/opendj2.6.2/ext/ant/bin/ |
| H A D | envset.cmd | 78 orig = value(envar,,env)
95 addval: procedure expose sep equal orig expand newval mode env
98 if var = '.' then expvar = orig
|
| /forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/ |
| H A D | StaticUtilsTest.java | 79 final boolean orig = DynamicConstants.DEBUG_BUILD; 87 DynamicConstants.DEBUG_BUILD = orig;
|
| /forgerock/opendj2-hg/ext/ant/bin/ |
| H A D | envset.cmd | 78 orig = value(envar,,env)
95 addval: procedure expose sep equal orig expand newval mode env
98 if var = '.' then expvar = orig
|
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/ |
| H A D | InsertContent.java | 72 String orig = getFileContent(origFileName); 73 orig = StringUtils.strReplaceAll(orig, tag, content); 74 writeToFile(origFileName, orig);
|
| H A D | ServicesDefaultValues.java | 529 * @param orig String to be tag swapped. 532 public static String tagSwap(String orig) { argument 533 return tagSwap(orig, false); 539 * @param orig String to be tag swapped. 544 public static String tagSwap(String orig, boolean bXML) { argument 556 orig = orig.replaceAll("/@" + key + "@", value); 559 orig = orig.replaceAll("@" + key + "@", 567 orig [all...] |
| /forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/ |
| H A D | UnknownAttribute.java | 44 * @param orig the original octets 47 private static final byte[] toOctets(byte[] orig) { argument 48 byte[] bytes = new byte[orig.length]; 49 System.arraycopy(orig, 0, bytes, 0, orig.length);
|
| /forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/treeview/assets/ |
| H A D | treeview.css | 10 background: url(sprite-orig.gif) 0 -5600px no-repeat; 17 background: url(sprite-orig.gif) 0 -4000px no-repeat; 24 background: url(sprite-orig.gif) 0 -4800px no-repeat; 31 background: url(sprite-orig.gif) 0 -6400px no-repeat; 38 background: url(sprite-orig.gif) 0 -7200px no-repeat; 44 background: url(sprite-orig.gif) 0 -1600px no-repeat; 51 background: url(sprite-orig.gif) 0 0px no-repeat; 58 background: url(sprite-orig.gif) 0 -800px no-repeat; 65 background: url(sprite-orig.gif) 0 -2400px no-repeat; 71 background: url(sprite-orig [all...] |
| /forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/ |
| H A D | StringUtils.java | 54 * @param orig Original string. 59 public static String strReplaceAll(String orig, String pattern, String str) { argument 60 return orig.replaceAll(pattern, Matcher.quoteReplacement(str));
|
| /forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/ |
| H A D | AttributeValues.java | 257 Set orig = (Set)map1.get(key); 265 } else if ((orig != null) && !orig.isEmpty()) { 266 modified = (bAdd) ? orig.addAll((Set)map2.get(key)) : 267 orig.removeAll((Set)map2.get(key)); 295 Set orig = (Set)map1.get(key); 296 if ((orig != null) && !orig.isEmpty()) { 297 modified = (bAdd) ? orig.addAll((Set)map2.get(key)) : 298 orig [all...] |
| /forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/ |
| H A D | AddAMSDKIdRepoPlugin.java | 374 String orig, 382 orig = orig.replaceAll("@DB_NAME@", dbName); 383 orig = orig.replaceAll("@NORMALIZED_RS@", escapedDN); 384 orig = orig.replaceAll("@RS_RDN@", LDAPUtils.escapeValue(rdn)); 385 orig = orig.replaceAll("@ADMIN_PWD@", dUserPwd); 386 orig 373 tagswap( String orig, String dbName ) argument [all...] |
| /forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/ |
| H A D | SessionPropertyConditionEditViewBean.java | 137 Map orig = new HashMap(); 138 orig.putAll(values); 139 setPageSessionAttribute(PG_SESSION_ORIG, (HashMap)orig); 199 Map orig = (Map)getPageSessionAttribute(PG_SESSION_ORIG); 201 map.putAll(orig);
|
| /forgerock/openam-v13/openam-documentation/openam-doc-ssoadm-ref/src/main/java/org/forgerock/openam/docs/ssoadm/ |
| H A D | OptionXML.java | 52 * @param orig Option string such as 57 public static String parseOption(String orig, boolean optional) argument 59 String[] tokens = orig.split("\\|");
|
| /forgerock/opendj-v3/opendj-server-legacy/ext/ant/bin/ |
| H A D | envset.cmd | 78 orig = value(envar,,env)
95 addval: procedure expose sep equal orig expand newval mode env
98 if var = '.' then expvar = orig
|
| /forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/ |
| H A D | UnknownAttribute.java | 44 * @param orig the original octets 47 private static final byte[] toOctets(byte[] orig) { argument 48 byte[] bytes = new byte[orig.length]; 49 System.arraycopy(orig, 0, bytes, 0, orig.length);
|
| /forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/treeview/assets/ |
| H A D | treeview.css | 10 background: url(sprite-orig.gif) 0 -5600px no-repeat; 17 background: url(sprite-orig.gif) 0 -4000px no-repeat; 24 background: url(sprite-orig.gif) 0 -4800px no-repeat; 31 background: url(sprite-orig.gif) 0 -6400px no-repeat; 38 background: url(sprite-orig.gif) 0 -7200px no-repeat; 44 background: url(sprite-orig.gif) 0 -1600px no-repeat; 51 background: url(sprite-orig.gif) 0 0px no-repeat; 58 background: url(sprite-orig.gif) 0 -800px no-repeat; 65 background: url(sprite-orig.gif) 0 -2400px no-repeat; 71 background: url(sprite-orig [all...] |
| /forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/ |
| H A D | StringUtils.java | 54 * @param orig Original string. 59 public static String strReplaceAll(String orig, String pattern, String str) { argument 60 return orig.replaceAll(pattern, Matcher.quoteReplacement(str));
|
| /forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/ |
| H A D | AttributeValues.java | 257 Set orig = (Set)map1.get(key); 265 } else if ((orig != null) && !orig.isEmpty()) { 266 modified = (bAdd) ? orig.addAll((Set)map2.get(key)) : 267 orig.removeAll((Set)map2.get(key)); 295 Set orig = (Set)map1.get(key); 296 if ((orig != null) && !orig.isEmpty()) { 297 modified = (bAdd) ? orig.addAll((Set)map2.get(key)) : 298 orig [all...] |
| /forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/ |
| H A D | AddAMSDKIdRepoPlugin.java | 374 String orig, 382 orig = orig.replaceAll("@DB_NAME@", dbName); 383 orig = orig.replaceAll("@NORMALIZED_RS@", escapedDN); 384 orig = orig.replaceAll("@RS_RDN@", LDAPUtils.escapeValue(rdn)); 385 orig = orig.replaceAll("@ADMIN_PWD@", dUserPwd); 386 orig 373 tagswap( String orig, String dbName ) argument [all...] |
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/ |
| H A D | RegExResourceName.java | 70 String orig = origRes.toLowerCase(); 73 if (orig.equals(target)) { 77 ResourceMatch match = resourceMatch(orig, target); 82 result = (wildcardCompare) ? patternMatch(orig, target) : match;
|
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/ |
| H A D | InsertContent.java | 72 String orig = getFileContent(origFileName); 73 orig = StringUtils.strReplaceAll(orig, tag, content); 74 writeToFile(origFileName, orig);
|
| H A D | ServicesDefaultValues.java | 480 * @param orig String to be tag swapped. 483 public static String tagSwap(String orig) { argument 484 return tagSwap(orig, false); 490 * @param orig String to be tag swapped. 495 public static String tagSwap(String orig, boolean bXML) { argument 507 orig = orig.replaceAll("/@" + key + "@", value); 510 orig = orig.replaceAll("@" + key + "@", 518 orig 549 replaceRandomSecureTags(String orig, String tag, int size) argument [all...] |
| /forgerock/openam/openam-documentation/openam-doc-ssoadm-ref/src/main/java/org/forgerock/openam/docs/ssoadm/ |
| H A D | OptionXML.java | 52 * @param orig Option string such as 57 public static String parseOption(String orig, boolean optional) argument 59 String[] tokens = orig.split("\\|");
|