Searched refs:cleaned (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/login/
H A DRESTLoginView.js283 var cleaned = _.clone(reqs),
292 cleaned.callbacks = [];
323 cleaned.callbacks.push({
325 index: cleaned.callbacks.length,
336 cleaned.callbacks.push({
338 index: cleaned.callbacks.length,
352 this.data.reqs = cleaned;
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DRootContainer.java992 * Run the cleaner and return the number of files cleaned.
994 * @return The number of logs cleaned.
998 int cleaned, totalCleaned = 0;
999 while((cleaned = env.cleanLog()) > 0) {
1000 totalCleaned += cleaned;
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DRootContainer.java994 * Run the cleaner and return the number of files cleaned.
996 * @return The number of logs cleaned.
1000 int cleaned, totalCleaned = 0;
1001 while((cleaned = env.cleanLog()) > 0) {
1002 totalCleaned += cleaned;
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DRootContainer.java994 * Run the cleaner and return the number of files cleaned.
996 * @return The number of logs cleaned.
1000 int cleaned, totalCleaned = 0;
1001 while((cleaned = env.cleanLog()) > 0) {
1002 totalCleaned += cleaned;
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DRootContainer.java992 * Run the cleaner and return the number of files cleaned.
994 * @return The number of logs cleaned.
998 int cleaned, totalCleaned = 0;
999 while((cleaned = env.cleanLog()) > 0) {
1000 totalCleaned += cleaned;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DRootContainer.java994 * Run the cleaner and return the number of files cleaned.
996 * @return The number of logs cleaned.
1000 int cleaned, totalCleaned = 0;
1001 while((cleaned = env.cleanLog()) > 0) {
1002 totalCleaned += cleaned;

Completed in 31 milliseconds