Searched refs:image (Results 1 - 25 of 160) sorted by relevance

1234567

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAUIUtils.h23 * 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 DFRAIdentity.h39 * 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 DFRANotificationTableViewCell.h29 @property (weak, nonatomic) IBOutlet UIImageView *image; variable
H A DFRAIdentity.m36 - (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 DFRAAccountTableViewCell.h29 @property (weak, nonatomic) IBOutlet UIImageView *image; variable
H A DFRAUIUtils.m25 + (void)setImage:(UIImageView *)image fromIssuerLogoURL:(NSURL *)imageUrl {
29 [image setImageWithURLRequest:imageRequest
H A DFRANotificationsTableViewController.m111 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 Dant-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 Dant-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 Dant-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 Dant-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 Dant-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 DPagePropertiesCallback.java40 * 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 DPagePropertiesCallback.java43 * 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 DPagePropertiesCallback.java40 * 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 DPagePropertiesCallback.java43 * 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 DSplashScreen.java61 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 DSplashScreen.java62 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 DSplashScreen.java62 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 DSplashScreen.java61 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 DSplashScreen.java62 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 DSplashScreen.java58 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 Duma.less19 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 Duma.less19 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 Dcss_master.css32 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);}

Completed in 118 milliseconds

1234567