Searched refs:NO (Results 1 - 25 of 68) sorted by relevance

123

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAIdentityDatabase.m61 return NO;
73 return NO;
77 return NO;
81 return NO;
91 return NO;
103 return NO;
107 return NO;
111 return NO;
113 identity.stored = NO;
124 return NO;
[all...]
H A DFRAModelObject.m32 stored = NO;
H A DFRAFMDatabaseConnectionHelper.m40 initialised = NO;
65 NSLog(@"Database closed?: %@", result ? @"YES" : @"NO");
111 return NO;
116 return NO;
122 return NO;
166 NSLog(@"Database setup: %@", result ? @"YES" : @"NO");
179 return NO;
187 return NO;
H A DFRANotification.m54 return [self initWithDatabase:database identityModel:identityModel messageId:messageId challenge:challenge timeReceived:timeReceived timeToLive:timeToLive loadBalancerCookieData:loadBalancerCookie pending:YES approved:NO];
62 return [[FRANotification alloc] initWithDatabase:database identityModel:identityModel messageId:messageId challenge:challenge timeReceived:timeReceived timeToLive:timeToLive loadBalancerCookieData:loadBalancerCookie pending:YES approved:NO];
74 return [self sendAuthenticationResponse:NO handler:handler error:error];
79 _pending = NO;
82 return NO;
H A DFRANotificationViewController.m98 self.authorizeSlider.userInteractionEnabled = NO;
99 self.denyButton.userInteractionEnabled = NO;
109 self.authorizeSlider.userInteractionEnabled = NO;
110 self.denyButton.userInteractionEnabled = NO;
198 [self hideControls:NO];
H A DFRAIdentity.m82 return NO;
101 return NO;
H A DFRAMechanismReaderAction.m60 return NO;
76 view.userInteractionEnabled = NO;
H A DFRASerialization.m46 return NO;
59 return NO;
H A DFRAAccountsTableViewController.m81 [self setEditing:NO animated:YES];
158 [self setEditing:NO animated:YES];
258 return NO;
264 return NO;
H A DFRAHotpOathMechanism.m56 return NO;
H A DFRAQRScanViewController.m86 [self setEditing:NO animated:YES];
H A DFRAAccountTableViewController.m172 [self setEditing:NO animated:YES];
237 self.oathTableViewCell.hidden = NO;
250 self.pushTableViewCell.hidden = NO;
H A DFRAIdentityDatabaseSQLiteOperations.m52 return NO;
60 return NO;
65 NSLog(@"Result: %@\nValues: %@\nSQL: %@", result ? @"YES" : @"NO", values, sql);
203 return NO;
275 return NO;
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/db2/scripts/
H A Dopenidm_zOS_integer.sql24 ERASE NO
27 CLOSE NO
51 ERASE NO
54 CLOSE NO
63 ERASE NO
65 CLOSE NO
75 ERASE NO
78 CLOSE NO
87 ERASE NO
90 CLOSE NO
[all...]
/forgerock/authenticator-ios-v2/unit-tests/
H A DFRANotificationTest.m71 XCTAssertEqual([notification isApproved], NO);
72 XCTAssertEqual([notification isDenied], NO);
73 XCTAssertEqual([notification isExpired], NO);
95 XCTAssertEqual([notification isPending], NO);
97 XCTAssertEqual([notification isDenied], NO);
125 XCTAssertEqual([notification isPending], NO);
126 XCTAssertEqual([notification isApproved], NO);
216 XCTAssertEqual([expiredNotification isPending], NO);
217 XCTAssertEqual([expiredNotification isApproved], NO);
218 XCTAssertEqual([expiredNotification isDenied], NO);
[all...]
H A DFRADatabaseConfigurationTest.m57 OCMStub([mockFileManager fileExistsAtPath:FOLDER_NAME]).andReturn(NO);
67 OCMStub([mockFileManager fileExistsAtPath:FOLDER_NAME]).andReturn(NO);
68 OCMStub([mockFileManager createDirectoryAtPath:FOLDER_NAME withIntermediateDirectories:YES attributes:nil error:[OCMArg anyObjectRef]]).andReturn(NO);
91 OCMStub([FRADatabaseConfiguration parentFoldersFor:@"" error:nil]).andReturn(NO);
H A DFRANotificationViewControllerTests.m76 XCTAssertEqual(viewController.authorizeSlider.hidden, NO, "slider should be shown if Touch ID unavailable");
77 XCTAssertEqual(viewController.denyButton.hidden, NO, "deny button should be shown if Touch ID unavailable");
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/upgrade/
H A DUpgrade.java396 if (userResponse == ConfirmationCallback.NO)
644 answer = ConfirmationCallback.NO;
652 ConfirmationCallback.NO);
655 if (answer == ConfirmationCallback.NO)
H A DUpgradeContext.java349 else if (defaultOption == ConfirmationCallback.NO)
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/upgrade/
H A DUpgrade.java403 if (userResponse == ConfirmationCallback.NO)
632 answer = ConfirmationCallback.NO;
640 ConfirmationCallback.NO);
643 if (answer == ConfirmationCallback.NO)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgrade.java408 if (userResponse == ConfirmationCallback.NO)
659 answer = ConfirmationCallback.NO;
667 ConfirmationCallback.NO);
670 if (answer == ConfirmationCallback.NO)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/
H A DUpgrade.java475 requireConfirmation(INFO_UPGRADE_TASK_LOCAL_DB_TO_PDB_1_SUMMARY.get(), NO,
657 if (userResponse == NO)
855 answer = NO;
861 answer = context.confirmYN(INFO_LICENSE_ACCEPT.get(), NO);
864 if (answer == NO)
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/mssql/scripts/
H A Dopenidm.sql73 ON UPDATE NO ACTION,
95 ON UPDATE NO ACTION
119 ON UPDATE NO ACTION,
142 ON UPDATE NO ACTION
166 ON UPDATE NO ACTION,
188 ON UPDATE NO ACTION
212 ON UPDATE NO ACTION,
234 ON UPDATE NO ACTION
512 ON UPDATE NO ACTION,
534 ON UPDATE NO ACTIO
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
H A DUpgrade.java452 if (userResponse == ConfirmationCallback.NO)
681 answer = ConfirmationCallback.NO;
689 ConfirmationCallback.NO);
692 if (answer == ConfirmationCallback.NO)
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgrade.java452 if (userResponse == ConfirmationCallback.NO)
681 answer = ConfirmationCallback.NO;
689 ConfirmationCallback.NO);
692 if (answer == ConfirmationCallback.NO)

Completed in 107 milliseconds

123