/forgerock/opendj2/src/build-tools/windows/ |
H A D | common.h | 35 int spawn(char* command, BOOL background); 36 BOOL createChildProcess(char* command, BOOL background, 38 BOOL createBatchFileChildProcess(char* batchFile, BOOL background, 43 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime,
|
H A D | common.c | 37 BOOL DEBUG = TRUE; 41 void debugInner(BOOL isError, const char *msg, va_list ap); 43 BOOL isExistingDirectory(char * fileName); 51 BOOL createChildProcess(char* command, BOOL background, 54 BOOL createOk; 109 BOOL createBatchFileChildProcess(char* batchFile, BOOL background, 112 BOOL createOk; 179 int spawn(char* command, BOOL backgroun [all...] |
/forgerock/opendj-b2.6/src/build-tools/windows/ |
H A D | common.h | 36 int spawn(char* command, BOOL background); 37 BOOL createChildProcess(char* command, BOOL background, 39 BOOL createBatchFileChildProcess(char* batchFile, BOOL background, 44 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime,
|
H A D | common.c | 38 BOOL DEBUG = TRUE; 42 void debugInner(BOOL isError, const char *msg, va_list ap); 44 BOOL isExistingDirectory(char * fileName); 52 BOOL createChildProcess(char* command, BOOL background, 55 BOOL createOk; 110 BOOL createBatchFileChildProcess(char* batchFile, BOOL background, 113 BOOL createOk; 180 int spawn(char* command, BOOL backgroun [all...] |
/forgerock/opendj2.6.2/src/build-tools/windows/ |
H A D | common.h | 36 int spawn(char* command, BOOL background); 37 BOOL createChildProcess(char* command, BOOL background, 39 BOOL createBatchFileChildProcess(char* batchFile, BOOL background, 44 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime,
|
H A D | common.c | 38 BOOL DEBUG = TRUE; 42 void debugInner(BOOL isError, const char *msg, va_list ap); 44 BOOL isExistingDirectory(char * fileName); 52 BOOL createChildProcess(char* command, BOOL background, 55 BOOL createOk; 110 BOOL createBatchFileChildProcess(char* batchFile, BOOL background, 113 BOOL createOk; 180 int spawn(char* command, BOOL backgroun [all...] |
/forgerock/opendj2-hg/src/build-tools/windows/ |
H A D | common.h | 35 int spawn(char* command, BOOL background); 36 BOOL createChildProcess(char* command, BOOL background, 38 BOOL createBatchFileChildProcess(char* batchFile, BOOL background, 43 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime,
|
H A D | common.c | 37 BOOL DEBUG = TRUE; 41 void debugInner(BOOL isError, const char *msg, va_list ap); 43 BOOL isExistingDirectory(char * fileName); 51 BOOL createChildProcess(char* command, BOOL background, 54 BOOL createOk; 109 BOOL createBatchFileChildProcess(char* batchFile, BOOL background, 112 BOOL createOk; 179 int spawn(char* command, BOOL backgroun [all...] |
/forgerock/opendj2-jel-hg/src/build-tools/windows/ |
H A D | common.h | 36 int spawn(char* command, BOOL background); 37 BOOL createChildProcess(char* command, BOOL background, 39 BOOL createBatchFileChildProcess(char* batchFile, BOOL background, 44 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime,
|
H A D | common.c | 38 BOOL DEBUG = TRUE; 42 void debugInner(BOOL isError, const char *msg, va_list ap); 44 BOOL isExistingDirectory(char * fileName); 52 BOOL createChildProcess(char* command, BOOL background, 55 BOOL createOk; 110 BOOL createBatchFileChildProcess(char* batchFile, BOOL background, 113 BOOL createOk; 180 int spawn(char* command, BOOL backgroun [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/ |
H A D | common.h | 35 int spawn(char* command, BOOL background); 36 BOOL createChildProcess(char* command, BOOL background, 38 BOOL createBatchFileChildProcess(char* batchFile, BOOL background, 43 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime,
|
H A D | common.c | 37 BOOL DEBUG = TRUE; 41 void debugInner(BOOL isError, const char *msg, va_list ap); 43 BOOL isExistingDirectory(char * fileName); 51 BOOL createChildProcess(char* command, BOOL background, 54 BOOL createOk; 109 BOOL createBatchFileChildProcess(char* batchFile, BOOL background, 112 BOOL createOk; 179 int spawn(char* command, BOOL backgroun [all...] |
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/ |
H A D | FRAIdentityDatabaseSQLiteOperations.h | 44 - (BOOL)insertIdentity:(FRAIdentity *)identity error:(NSError *__autoreleasing *)error; 52 - (BOOL)deleteIdentity:(FRAIdentity *)identity error:(NSError *__autoreleasing *)error; 63 - (BOOL)insertMechanism:(FRAMechanism *)mechanism error:(NSError *__autoreleasing *)error; 71 - (BOOL)deleteMechanism:(FRAMechanism *)mechanism error:(NSError *__autoreleasing *)error; 79 - (BOOL)updateMechanism:(FRAMechanism *)mechanism error:(NSError *__autoreleasing *)error; 90 - (BOOL)insertNotification:(FRANotification *)notification error:(NSError *__autoreleasing *)error; 98 - (BOOL)deleteNotification:(FRANotification *)notification error:(NSError *__autoreleasing *)error; 106 - (BOOL)updateNotification:(FRANotification *)notification error:(NSError *__autoreleasing *)error;
|
H A D | FRAIdentityDatabase.h | 62 - (BOOL)insertIdentity:(FRAIdentity *)identity error:(NSError *__autoreleasing *)error; 70 - (BOOL)deleteIdentity:(FRAIdentity *)identity error:(NSError *__autoreleasing *)error; 81 - (BOOL)insertMechanism:(FRAMechanism *)mechanism error:(NSError *__autoreleasing *)error; 89 - (BOOL)deleteMechanism:(FRAMechanism *)mechanism error:(NSError *__autoreleasing *)error; 97 - (BOOL)updateMechanism:(FRAMechanism *)mechanism error:(NSError *__autoreleasing *)error; 108 - (BOOL)insertNotification:(FRANotification *)notification error:(NSError *__autoreleasing *)error; 116 - (BOOL)deleteNotification:(FRANotification *)notification error:(NSError *__autoreleasing *)error; 124 - (BOOL)updateNotification:(FRANotification *)notification error:(NSError *__autoreleasing *)error;
|
H A D | FRAMechanismReaderAction.h | 44 - (BOOL)read:(NSString *)code view:(UIView *)view;
|
H A D | FRAModelObjectProtected.h | 37 @property (nonatomic, getter=isStored) BOOL stored;
|
H A D | FRAOathMechanismTableViewCell.m | 24 - (void)setEditing:(BOOL)editing animated:(BOOL)animated {
|
H A D | FRADatabaseConfiguration.h | 35 +(BOOL)parentFoldersFor:(NSString *)folder error:(NSError *__autoreleasing *)error;
|
H A D | FRANotificationUISlider.m | 21 - (BOOL)pointInside:(CGPoint)point withEvent:(UIEvent*)event {
|
H A D | FRANotification.h | 53 @property (getter=isPending, nonatomic, readonly) BOOL pending; 59 @property (getter=isApproved, nonatomic, readonly) BOOL approved; 65 @property (getter=isDenied, nonatomic, readonly) BOOL denied; 71 @property (getter=isExpired, nonatomic, readonly) BOOL expired; 97 - (instancetype)initWithDatabase:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel messageId:(NSString *)messageId challenge:(NSString *)challenge timeReceived:(NSDate *)timeReceived timeToLive:(NSTimeInterval)timeToLive loadBalancerCookieData:(NSString *)loadBalancerCookie pending:(BOOL)pendingState approved:(BOOL)approvedState; 107 + (instancetype)notificationWithDatabase:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel messageId:(NSString *)messageId challenge:(NSString *)challenge timeReceived:(NSDate *)timeReceived timeToLive:(NSTimeInterval)timeToLive loadBalancerCookieData:(NSString *)loadBalancerCookie pending:(BOOL)pendingState approved:(BOOL)approvedState; 141 * @return BOOL NO if there was an error approving the Notification, in which case the error value will be populated. 143 - (BOOL)approveWithHandle [all...] |
H A D | FRANotification.m | 30 BOOL _approved; 31 BOOL _pending; 37 - (instancetype)initWithDatabase:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel messageId:(NSString *)messageId challenge:(NSString *)challenge timeReceived:(NSDate *)timeReceived timeToLive:(NSTimeInterval)timeToLive loadBalancerCookieData:(NSString *)loadBalancerCookie pending:(BOOL)pendingState approved:(BOOL)approvedState { 57 + (instancetype)notificationWithDatabase:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel messageId:(NSString *)messageId challenge:(NSString *)challenge timeReceived:(NSDate *)timeReceived timeToLive:(NSTimeInterval)timeToLive loadBalancerCookieData:(NSString *)loadBalancerCookie pending:(BOOL)pendingState approved:(BOOL)approvedState{ 69 - (BOOL)approveWithHandler:(void (^)(NSInteger, NSError *))handler error:(NSError *__autoreleasing*)error { 73 - (BOOL)denyWithHandler:(void (^)(NSInteger, NSError *))handler error:(NSError *__autoreleasing*)error { 77 - (BOOL)sendAuthenticationResponse:(BOOL)approve [all...] |
H A D | FRAIdentityModel.h | 56 - (BOOL)addIdentity:(FRAIdentity *)identity error:(NSError *__autoreleasing *)error; 64 - (BOOL)removeIdentity:(FRAIdentity *)identity error:(NSError *__autoreleasing *)error; 70 - (BOOL)isEmpty;
|
H A D | FRAPushMechanismTableViewCellController.m | 35 - (void)viewWillAppear:(BOOL)animated { 41 - (void)viewWillDisappear:(BOOL)animated { 57 - (void)setEditing:(BOOL)editing {
|
H A D | FRAQRUtils.h | 69 + (BOOL)isBase64:(NSString *)content;
|
H A D | FRAMechanismFactory.h | 38 - (FRAMechanism *) buildMechanism:(NSURL *)uri database:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel handler:(void (^)(BOOL, NSError *))handler error:(NSError *__autoreleasing *)error;
|