Searched refs:progress (Results 1 - 25 of 69) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/upgrade/
H A DProgressNotificationCallback.java34 * A progress notification callback.
46 private int progress; field in class:ProgressNotificationCallback
49 * A progress notification constructor.
55 * @param progress
56 * An integer representing the percentage of the task's progress.
59 final Message message, final int progress)
62 this.progress = progress;
66 * Returns an integer which represents the task's progress percentage.
68 * @return An integer which represents the task's progress percentag
58 ProgressNotificationCallback(final int messageType, final Message message, final int progress) argument
81 setProgress(int progress) argument
93 changeProgress(int progress) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/upgrade/
H A DProgressNotificationCallback.java34 * A progress notification callback.
46 private int progress; field in class:ProgressNotificationCallback
49 * A progress notification constructor.
55 * @param progress
56 * An integer representing the percentage of the task's progress.
59 final Message message, final int progress)
62 this.progress = progress;
66 * Returns an integer which represents the task's progress percentage.
68 * @return An integer which represents the task's progress percentag
58 ProgressNotificationCallback(final int messageType, final Message message, final int progress) argument
81 setProgress(int progress) argument
93 changeProgress(int progress) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
H A DProgressNotificationCallback.java33 * A progress notification callback.
45 private int progress; field in class:ProgressNotificationCallback
48 * A progress notification constructor.
54 * @param progress
55 * An integer representing the percentage of the task's progress.
58 final Message message, final int progress)
61 this.progress = progress;
65 * Returns an integer which represents the task's progress percentage.
67 * @return An integer which represents the task's progress percentag
57 ProgressNotificationCallback(final int messageType, final Message message, final int progress) argument
81 setProgress(int progress) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/upgrade/
H A DProgressNotificationCallback.java34 * A progress notification callback.
46 private int progress; field in class:ProgressNotificationCallback
49 * A progress notification constructor.
55 * @param progress
56 * An integer representing the percentage of the task's progress.
59 final Message message, final int progress)
62 this.progress = progress;
66 * Returns an integer which represents the task's progress percentage.
68 * @return An integer which represents the task's progress percentag
58 ProgressNotificationCallback(final int messageType, final Message message, final int progress) argument
82 setProgress(int progress) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DProgressNotificationCallback.java33 * A progress notification callback.
45 private int progress; field in class:ProgressNotificationCallback
48 * A progress notification constructor.
54 * @param progress
55 * An integer representing the percentage of the task's progress.
58 final Message message, final int progress)
61 this.progress = progress;
65 * Returns an integer which represents the task's progress percentage.
67 * @return An integer which represents the task's progress percentag
57 ProgressNotificationCallback(final int messageType, final Message message, final int progress) argument
81 setProgress(int progress) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/
H A DProgressNotificationCallback.java33 * A progress notification callback.
45 private int progress; field in class:ProgressNotificationCallback
48 * A progress notification constructor.
54 * @param progress
55 * An integer representing the percentage of the task's progress.
58 final LocalizableMessage message, final int progress)
61 this.progress = progress;
65 * Returns an integer which represents the task's progress percentage.
67 * @return An integer which represents the task's progress percentag
57 ProgressNotificationCallback(final int messageType, final LocalizableMessage message, final int progress) argument
81 setProgress(int progress) argument
[all...]
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRACircleProgressView.h29 * Normalized value for progress.
31 @property (nonatomic) float progress; variable
H A DFRACircleProgressView.m31 self.progress = 0.0;
44 self.progress = 0.0;
53 CGFloat progress = self.progress;
56 CGFloat radians = MAX(MIN(progress * 2 * M_PI, 2 * M_PI), 0);
60 // draw progress using specified progressColor
76 - (void)setProgress:(float)progress {
77 _progress = progress;
H A DFRAOathMechanismTableViewCellController.m32 * Timer for updating TOTP progress indicator and generating next code in sequence.
84 self.tableViewCell.totpCodeProgress.progress = 0.0f;
173 // Set font color for code and (if totp-based) the progress indicator
176 float progress = mechanism.progress;
177 if (progress > 0.9f) {
180 self.tableViewCell.totpCodeProgress.progress = progress;
H A DFRATotpOathMechanism.m72 - (float)progress {
86 return [self progress] == 1.0;
H A DFRATotpOathMechanism.h87 * Track the time progress of the TOTP code.
89 - (float)progress;
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/oath/
H A DTokenCode.java59 * Get the current progress of the TokenCode. This is a number between 0 and 1000, and represents
61 * @return The total progress, a number between 0 and 1000.
67 int progress = (int) (state * MAX_VALUE / total);
68 return progress < MAX_VALUE ? progress : MAX_VALUE;
/forgerock/opendj2/src/build-tools/javax/jnlp/
H A DDownloadServiceListener.java50 public void progress(URL url, String version, long readSoFar, long total, method in interface:DownloadServiceListener
/forgerock/opendj-b2.6/src/build-tools/javax/jnlp/
H A DDownloadServiceListener.java51 public void progress(URL url, String version, long readSoFar, long total, method in interface:DownloadServiceListener
/forgerock/opendj2.6.2/src/build-tools/javax/jnlp/
H A DDownloadServiceListener.java51 public void progress(URL url, String version, long readSoFar, long total, method in interface:DownloadServiceListener
/forgerock/opendj2-hg/src/build-tools/javax/jnlp/
H A DDownloadServiceListener.java50 public void progress(URL url, String version, long readSoFar, long total, method in interface:DownloadServiceListener
/forgerock/openidm-v4/openidm-scheduler/src/main/java/org/forgerock/openidm/scheduler/impl/
H A DTaskScannerContext.java207 Map<String, Object> progress = new LinkedHashMap<String, Object>();
208 progress.put("state", state);
209 progress.put("processed", statistics.getNumberOfTasksProcessed());
210 progress.put("total", statistics.getNumberOfTasksToProcess());
211 progress.put("successes", statistics.getNumberOfTasksSucceeded());
212 progress.put("failures", statistics.getNumberOfTasksFailed());
213 return progress;
/forgerock/authenticator-ios-v2/unit-tests/
H A DFRATotpOathMechanismTests.m73 XCTAssertGreaterThan(mechanism.progress, 0);
74 XCTAssertLessThan(mechanism.progress, 1);
85 XCTAssertEqual(mechanism.progress, 1);
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/utils/
H A DJSONEditorTheme.js230 container.className = "progress";
231 bar.className = "progress-bar";
242 updateProgressBar: function (progressBar, progress) {
248 percentage = progress + "%";
249 bar.setAttribute("aria-valuenow", progress);
260 progressBar.className = "progress progress-striped active";
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/ui/
H A DProgressCircle.java110 public void setProgress(int progress) { argument
111 mProgress = progress;
H A DConfirmationSwipeBar.java72 public void onProgressChanged(SeekBar seekBar, int progress,
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/
H A DMappingBaseView.js310 if (reconStatus.progress.source.existing.total !== "?" && reconStatus.stage === "ACTIVE_RECONCILING_SOURCE") {
311 processed = parseInt(reconStatus.progress.source.existing.processed, 10);
312 total = parseInt(reconStatus.progress.source.existing.total, 10);
313 } else if(reconStatus.progress.target.existing.total !== "?" && reconStatus.stage === "ACTIVE_RECONCILING_TARGET") {
314 total = parseInt(reconStatus.progress.target.existing.total, 10);
315 processed = parseInt(reconStatus.progress.target.existing.processed, 10);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/utils/
H A DJSONEditorTheme.js260 container.className = "progress";
261 bar.className = "progress-bar";
272 updateProgressBar (progressBar, progress) {
278 percentage = `${progress}%`;
279 bar.setAttribute("aria-valuenow", progress);
290 progressBar.className = "progress progress-striped active";
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java502 * Prints a progress bar on the same output stream line if not in quiet mode.
507 * if progress is up to 100 :
509 * if progress is < 0 :
515 * The progress bar starts at this position on the line.
516 * @param progress
517 * The current percentage progress to print.
519 private final void printProgressBar(final int linePos, final int progress) argument
525 if (progress != 0)
529 if (i < (Math.abs(progress) * spacesLeft) / 100
537 if (progress >
578 printProgressBar(String msg, final int progress, final int indent) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java502 * Prints a progress bar on the same output stream line if not in quiet mode.
507 * if progress is up to 100 :
509 * if progress is < 0 :
515 * The progress bar starts at this position on the line.
516 * @param progress
517 * The current percentage progress to print.
519 private final void printProgressBar(final int linePos, final int progress) argument
525 if (progress != 0)
529 if (i < (Math.abs(progress) * spacesLeft) / 100
537 if (progress >
578 printProgressBar(String msg, final int progress, final int indent) argument
[all...]

Completed in 208 milliseconds

123