Searched refs:original (Results 26 - 50 of 85) sorted by relevance

1234

/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java292 * The original path to the file.
307 final File original = new File(configPath);
309 File.createTempFile("copyConfig", ".tmp", original.getParentFile());
370 name, original.getAbsolutePath()));
393 deleteRecursively(original);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java440 * The original path to the file.
457 final File original = new File(configPath);
459 File.createTempFile("copyConfig", ".tmp", original.getParentFile());
536 ldifDN, original.getAbsolutePath()));
559 deleteRecursively(original);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java416 * The original path to the file.
433 final File original = new File(configPath);
435 File.createTempFile("copyConfig", ".tmp", original.getParentFile());
511 ldifDN, original.getAbsolutePath()));
534 deleteRecursively(original);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java1010 * @param original xml string to be modified.
1017 String original,
1021 int mark = original.indexOf(attribute);
1022 String start = original.substring(0, mark);
1027 return original;
1031 String end = original.substring(mark);
1036 return original;
1016 removeSubSection( String original, String attribute, String insert ) argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java1010 * @param original xml string to be modified.
1017 String original,
1021 int mark = original.indexOf(attribute);
1022 String start = original.substring(0, mark);
1027 return original;
1031 String end = original.substring(mark);
1036 return original;
1016 removeSubSection( String original, String attribute, String insert ) argument
/forgerock/opendj2/resource/bin/
H A D_mixed-script.bat83 rem Set the original values that the user had on the environment in order to be
H A Dstop-ds.bat96 rem Set the original values that the user had on the environment in order to be
/forgerock/opendj-b2.6/resource/bin/
H A D_mixed-script.bat82 rem Set the original values that the user had on the environment in order to be
H A Dstop-ds.bat95 rem Set the original values that the user had on the environment in order to be
/forgerock/opendj2.6.2/resource/bin/
H A D_mixed-script.bat82 rem Set the original values that the user had on the environment in order to be
H A Dstop-ds.bat95 rem Set the original values that the user had on the environment in order to be
/forgerock/opendj2-jel-hg/resource/bin/
H A D_mixed-script.bat81 rem Set the original values that the user had on the environment in order to be
H A Dstop-ds.bat94 rem Set the original values that the user had on the environment in order to be
/forgerock/opendj2-hg/resource/bin/
H A D_mixed-script.bat83 rem Set the original values that the user had on the environment in order to be
H A Dstop-ds.bat96 rem Set the original values that the user had on the environment in order to be
/forgerock/opendj-v3/opendj-server-legacy/resource/bin/
H A D_mixed-script.bat83 rem Set the original values that the user had on the environment in order to be
H A Dstop-ds.bat96 rem Set the original values that the user had on the environment in order to be
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DAuthPropertiesViewBean.java623 Map original = model.getValues();
625 model.setValues(ps.getAttributeValues(original, true, model));
/forgerock/web-agents-v4/source/
H A Dutility.c284 o = p; /* preserve original pointer */
814 * Since the original buffer is overwritten, there is no need to free the returned
817 * @param str pointer to storage containing the original string - the pointer is
2407 int string_replace(char **original, const char *pattern, const char *replace, size_t *sz) { argument
2412 if (original == NULL || *original == NULL || pattern == NULL
2426 for (p = * original; ( p = strstr(p, pattern) ); p += pattern_sz) {
2436 new_str = realloc(*original, new_sz + 1);
2438 free(*original);
2442 new_str = *original;
[all...]
H A Dutility.h183 int string_replace(char **original, const char *pattern, const char *replace, size_t *sz);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DAuthPropertiesViewBean.java620 Map original = model.getValues();
622 model.setValues(ps.getAttributeValues(original, true, model));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/forgerock/opendj/adapter/server3x/
H A DAdaptersTestCase.java447 Entry original = new LinkedHashMapEntry(srEntry);
450 assertThat(Entries.diffEntries(original, expectedEntry).getModifications()).isEmpty();
/forgerock/openidm-v4/openidm-scheduler/src/main/java/org/forgerock/openidm/scheduler/
H A DSchedulerService.java729 ClassLoader original = Thread.currentThread().getContextClassLoader();
737 // Set back to the original thread context classloader
738 Thread.currentThread().setContextClassLoader(original);
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/
H A Djquery.js224 // Never move original objects, clone them
551 // Set the guid of unique handler to the same of original handler, so it can be removed
1368 // Maintain original order
4792 filter: function( event, original ) {
4796 event.which = original.charCode != null ? original.charCode : original.keyCode;
4805 filter: function( event, original ) {
4807 button = original.button,
4808 fromElement = original
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/usecase/
H A DREADME160 add any information that was missing from the original request. You can also specify the

Completed in 141 milliseconds

1234