/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/ |
H A D | FRAUIUtils.h | 23 * Assigns image at imageUrl to UIImageView object. The download process is handled asynchronously and the ForgeRock 24 * logo is used as a placeholder while the actual logo is downloaded. The downloaded image will be cached. 26 * @param image The UIImageView to update. 27 * @param imageUrl The URL of the image to download. If imageUrl is nil, then the ForgeRock logo will be displayed. 29 + (void)setImage:(UIImageView *)image fromIssuerLogoURL:(NSURL *)imageUrl;
|
H A D | FRAIdentity.h | 39 * URL pointing to an image (such as a logo) that represents the issuer of this identity. 41 @property (copy, nonatomic, readonly) NSURL *image; variable 64 - (instancetype)initWithDatabase:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel accountName:(NSString *)accountName issuer:(NSString *)issuer image:(NSURL *)image backgroundColor:(NSString *)color; 69 + (instancetype)identityWithDatabase:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel accountName:(NSString *)accountName issuer:(NSString *)issuer image:(NSURL *)image backgroundColor:(NSString *)color;
|
H A D | FRANotificationTableViewCell.h | 29 @property (weak, nonatomic) IBOutlet UIImageView *image; variable
|
H A D | FRAIdentity.m | 36 - (instancetype)initWithDatabase:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel accountName:(NSString *)accountName issuer:(NSString *)issuer image:(NSURL *)image backgroundColor:(NSString *) color { 40 _image = image; 47 + (instancetype)identityWithDatabase:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel accountName:(NSString *)accountName issuer:(NSString *)issuer image:(NSURL *)image backgroundColor:(NSString *)color { 48 return [[FRAIdentity alloc] initWithDatabase:database identityModel:identityModel accountName:accountName issuer:issuer image:image backgroundColor:color];
|
H A D | FRAAccountTableViewCell.h | 29 @property (weak, nonatomic) IBOutlet UIImageView *image; variable
|
H A D | FRAUIUtils.m | 25 + (void)setImage:(UIImageView *)image fromIssuerLogoURL:(NSURL *)imageUrl { 29 [image setImageWithURLRequest:imageRequest
|
H A D | FRANotificationsTableViewController.m | 111 cell.image.image = [[UIImage imageNamed:@"PendingIcon"] imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate]; 112 cell.image.tintColor = [UIColor grayColor]; 128 cell.image.image = [[UIImage imageNamed:@"ApprovedIcon"] imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate]; 129 cell.image.tintColor = seaGreen; 132 cell.image.image = [[UIImage imageNamed:@"DeniedIcon"] imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate]; 133 cell.image.tintColor = dashboardRed; 136 cell.image [all...] |
/forgerock/opendj2/ext/ant/lib/ |
H A D | ant-jai.jar | ... ant/types/optional/image/ org/apache/tools/ant/taskdefs/optional/image/Image.class Image.java package org.apache ... |
/forgerock/opendj-b2.6/ext/ant/lib/ |
H A D | ant-jai.jar | ... ant/types/optional/image/ org/apache/tools/ant/taskdefs/optional/image/Image.class Image.java package org.apache ... |
/forgerock/opendj2.6.2/ext/ant/lib/ |
H A D | ant-jai.jar | ... ant/types/optional/image/ org/apache/tools/ant/taskdefs/optional/image/Image.class Image.java package org.apache ... |
/forgerock/opendj2-hg/ext/ant/lib/ |
H A D | ant-jai.jar | ... ant/types/optional/image/ org/apache/tools/ant/taskdefs/optional/image/Image.class Image.java package org.apache ... |
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/ |
H A D | ant-jai.jar | ... ant/types/optional/image/ org/apache/tools/ant/taskdefs/optional/image/Image.class Image.java package org.apache ... |
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/ |
H A D | PagePropertiesCallback.java | 40 * whether a template is an error page, page header, image name , page timeout 49 private String image=null; field in class:PagePropertiesCallback 65 * @param image 74 String image, 79 this.image = image; 92 * Returns image 93 * @return image 96 return image; 71 PagePropertiesCallback( String name, String header, String image, int timeOut, String templateName, boolean error, String page_state) argument
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/ |
H A D | PagePropertiesCallback.java | 43 * whether a template is an error page, page header, image name , page timeout 49 private String image=null; field in class:PagePropertiesCallback 62 * name, header string, page image, page time out, JSP template name, 67 * @param image Image for the authentication module display page. 76 String image, 81 this.image = image; 93 * Returns the authentication module display page image. 95 * @return the image for the authentication module display page. 98 return image; 73 PagePropertiesCallback( String name, String header, String image, int timeOut, String templateName, boolean error, String page_state) argument [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/ |
H A D | PagePropertiesCallback.java | 40 * whether a template is an error page, page header, image name , page timeout 49 private String image=null; field in class:PagePropertiesCallback 65 * @param image 74 String image, 79 this.image = image; 92 * Returns image 93 * @return image 96 return image; 71 PagePropertiesCallback( String name, String header, String image, int timeOut, String templateName, boolean error, String page_state) argument
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/ |
H A D | PagePropertiesCallback.java | 43 * whether a template is an error page, page header, image name , page timeout 49 private String image=null; field in class:PagePropertiesCallback 62 * name, header string, page image, page time out, JSP template name, 67 * @param image Image for the authentication module display page. 76 String image, 81 this.image = image; 93 * Returns the authentication module display page image. 95 * @return the image for the authentication module display page. 98 return image; 73 PagePropertiesCallback( String name, String header, String image, int timeOut, String templateName, boolean error, String page_state) argument [all...] |
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ |
H A D | SplashScreen.java | 61 private Image image; field in class:SplashScreen 94 g.drawImage(image, 0, 0, this); 106 image = getSplashImage(); 108 mt.addImage(image, 0); 111 int width = image.getWidth(this); 112 int height = image.getHeight(this); 149 * This method creates the image directly instead of using UIFactory to reduce 151 * @return the splash image.
|
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ |
H A D | SplashScreen.java | 62 private Image image; field in class:SplashScreen 95 g.drawImage(image, 0, 0, this); 107 image = getSplashImage(); 109 mt.addImage(image, 0); 112 int width = image.getWidth(this); 113 int height = image.getHeight(this); 150 * This method creates the image directly instead of using UIFactory to reduce 152 * @return the splash image.
|
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ |
H A D | SplashScreen.java | 62 private Image image; field in class:SplashScreen 95 g.drawImage(image, 0, 0, this); 107 image = getSplashImage(); 109 mt.addImage(image, 0); 112 int width = image.getWidth(this); 113 int height = image.getHeight(this); 150 * This method creates the image directly instead of using UIFactory to reduce 152 * @return the splash image.
|
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ |
H A D | SplashScreen.java | 61 private Image image; field in class:SplashScreen 94 g.drawImage(image, 0, 0, this); 106 image = getSplashImage(); 108 mt.addImage(image, 0); 111 int width = image.getWidth(this); 112 int height = image.getHeight(this); 149 * This method creates the image directly instead of using UIFactory to reduce 151 * @return the splash image.
|
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ |
H A D | SplashScreen.java | 62 private Image image; field in class:SplashScreen 95 g.drawImage(image, 0, 0, this); 107 image = getSplashImage(); 109 mt.addImage(image, 0); 112 int width = image.getWidth(this); 113 int height = image.getHeight(this); 150 * This method creates the image directly instead of using UIFactory to reduce 152 * @return the splash image.
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ |
H A D | SplashScreen.java | 58 private Image image; field in class:SplashScreen 87 g.drawImage(image, 0, 0, this); 96 image = getSplashImage(); 98 mt.addImage(image, 0); 101 int width = image.getWidth(this); 102 int height = image.getHeight(this); 138 * This method creates the image directly instead of using UIFactory to reduce 140 * @return the splash image.
|
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/resources/css/am-user/theme/ |
H A D | uma.less | 19 background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(60, 60, 60, 0.1) 35px, rgba(60, 60, 60, 0.1) 70px); 26 background-image: -webkit-linear-gradient(top, #555, #000); 45 &.no-image{
|
/forgerock/openam/openam-ui/openam-ui-ria/src/main/resources/css/am-user/theme/ |
H A D | uma.less | 19 background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(60, 60, 60, 0.1) 35px, rgba(60, 60, 60, 0.1) 70px); 26 background-image: -webkit-linear-gradient(top, #555, #000); 45 &.no-image{
|
/forgerock/openam-v13/openam-console/src/main/webapp/console/css/ |
H A D | css_master.css | 32 td.TskPgeTpBx {background-image:url(../images/tasks/s-curve.gif);background-position:bottom left;background-repeat:repeat-x} 37 td.TskPgeBckgrTd {background-image:url(../images/tasks/gradation-grey.gif); background-color: #9AB2BF;} 39 a.TskPgeTxtBg {color:#333333 !important; background-image: url(../images/tasks/grad1.gif); background-color: #E2E7EA;} 40 a.TskPgeTxtBgOvr { color:#FFF !important; background-image: url(../images/tasks/grad2.gif); background-color: #4581B3;} 44 span.TskPgeTskLftBtm {background-image: url(../images/tasks/leftBottom.gif); } 45 span.TskPgeTskLftTp {background-image: url(../images/tasks/leftTop.gif); } 46 span.TskPgeTskRghtBtm {background-image: url(../images/tasks/rightBottom.gif);} 47 span.TskPgeTskRghtTp {background-image: url(../images/tasks/rightTop.gif);}
|