/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/ |
H A D | FRAAccountsTableViewController.h | 41 @property (strong, nonatomic) NSTimer *timer; variable
|
H A D | FRAAccountTableViewController.h | 66 @property (strong, nonatomic) NSTimer *timer; variable
|
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/connections/ |
H A D | ConnectionMonitor.java | 33 private final RateTimer timer; field in class:ConnectionMonitor 45 * @param timer An instance of a Timer. 47 private ConnectionMonitor(final RateTimer timer) { argument 48 this(timer, new RateWindow(timer, WINDOW_SIZE, SAMPLE_RATE)); 51 ConnectionMonitor(final RateTimer timer, final RateWindow rateWindow) { argument 52 this.timer = timer; 62 rateWindow.incrementForTimestamp(timer.now());
|
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/operations/ |
H A D | OperationMonitor.java | 48 * @param timer An instance of a Timer. 50 private OperationMonitor(final RateTimer timer) { argument 51 this(timer, new RateWindow(timer, WINDOW_SIZE, SAMPLE_RATE)); 59 * @param timer An instance of a Timer. 61 OperationMonitor(final RateTimer timer, final RateWindow rateWindow) { argument 62 this.timerGetter = timer;
|
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/entitlement/monitoring/ |
H A D | EvaluationMonitoringStore.java | 40 * @param timer An instance of a Timer. 43 public EvaluationMonitoringStore(final RateTimer timer) { argument 44 this(timer, new RateWindow(timer, WINDOW_SIZE, SAMPLE_RATE)); 52 * @param timer An instance of a Timer. 54 EvaluationMonitoringStore(final RateTimer timer, final RateWindow rateWindow) { argument 55 this.timerGetter = timer;
|
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/connections/ |
H A D | ConnectionMonitor.java | 33 private final RateTimer timer; field in class:ConnectionMonitor 45 * @param timer An instance of a Timer. 47 private ConnectionMonitor(final RateTimer timer) { argument 48 this(timer, new RateWindow(timer, WINDOW_SIZE, SAMPLE_RATE)); 51 ConnectionMonitor(final RateTimer timer, final RateWindow rateWindow) { argument 52 this.timer = timer; 62 rateWindow.incrementForTimestamp(timer.now());
|
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/operations/ |
H A D | OperationMonitor.java | 48 * @param timer An instance of a Timer. 50 private OperationMonitor(final RateTimer timer) { argument 51 this(timer, new RateWindow(timer, WINDOW_SIZE, SAMPLE_RATE)); 59 * @param timer An instance of a Timer. 61 OperationMonitor(final RateTimer timer, final RateWindow rateWindow) { argument 62 this.timerGetter = timer;
|
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/monitoring/ |
H A D | EvaluationMonitoringStore.java | 40 * @param timer An instance of a Timer. 43 public EvaluationMonitoringStore(final RateTimer timer) { argument 44 this(timer, new RateWindow(timer, WINDOW_SIZE, SAMPLE_RATE)); 52 * @param timer An instance of a Timer. 54 EvaluationMonitoringStore(final RateTimer timer, final RateWindow rateWindow) { argument 55 this.timerGetter = timer;
|
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/shared/monitoring/ |
H A D | RateWindow.java | 36 private final RateTimer timer; field in class:RateWindow 53 * @param timer An instance of a Timer. 57 public RateWindow(final RateTimer timer, final int size, final long sampleRate) { argument 58 this.timer = timer; 175 return getIndexForTimestamp(timer.now());
|
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/shared/monitoring/ |
H A D | RateWindow.java | 36 private final RateTimer timer; field in class:RateWindow 53 * @param timer An instance of a Timer. 57 public RateWindow(final RateTimer timer, final int size, final long sampleRate) { argument 58 this.timer = timer; 175 return getIndexForTimestamp(timer.now());
|
/forgerock/openam-v13/openam-shared/src/test/java/org/forgerock/openam/monitoring/ |
H A D | RateWindowTest.java | 33 private RateTimer timer; field in class:RateWindowTest 37 timer = mock(RateTimer.class); 41 return new RateWindow(timer, windowSize, sampleRate); 74 given(timer.now()).willReturn(timestamp1 + SAMPLE_RATE); 198 given(timer.now()).willReturn(timestamp1 + (SAMPLE_RATE * 2)); 218 given(timer.now()).willReturn(timestamp2); 238 given(timer.now()).willReturn(timestamp2 + SAMPLE_RATE - 1); 318 given(timer.now()).willReturn(timestamp2 + SAMPLE_RATE - 1); 343 given(timer.now()).willReturn(timestamp3 + 1); 373 given(timer [all...] |
/forgerock/openam/openam-shared/src/test/java/org/forgerock/openam/monitoring/ |
H A D | RateWindowTest.java | 33 private RateTimer timer; field in class:RateWindowTest 37 timer = mock(RateTimer.class); 41 return new RateWindow(timer, windowSize, sampleRate); 74 given(timer.now()).willReturn(timestamp1 + SAMPLE_RATE); 198 given(timer.now()).willReturn(timestamp1 + (SAMPLE_RATE * 2)); 218 given(timer.now()).willReturn(timestamp2); 238 given(timer.now()).willReturn(timestamp2 + SAMPLE_RATE - 1); 318 given(timer.now()).willReturn(timestamp2 + SAMPLE_RATE - 1); 343 given(timer.now()).willReturn(timestamp3 + 1); 373 given(timer [all...] |
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/ |
H A D | jquery.js | 7409 jQuery.fx.timer( 7630 var timer, 7637 timer = timers[ i ]; 7638 // Checks the timer has not already been removed 7639 if ( !timer() && timers[ i ] === timer ) { 7650 jQuery.fx.timer = function( timer ) { 7651 jQuery.timers.push( timer ); 7652 if ( timer() ) { [all...] |
/forgerock/opendj2/resource/dsml/lib/ |
H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
/forgerock/opendj-b2.6/resource/dsml/lib/ |
H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
/forgerock/opendj2.6.2/resource/dsml/lib/ |
H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
/forgerock/opendj2-hg/resource/dsml/lib/ |
H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
/forgerock/opendj2-jel-hg/resource/dsml/lib/ |
H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
/forgerock/opendj2/ext/svnkit/lib/ |
H A D | platform-3.5.2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ... |
/forgerock/opendj2-hg/ext/svnkit/lib/ |
H A D | platform-3.5.2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ... |