/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/ |
H A D | FRANotificationTableViewCell.h | 29 @property (weak, nonatomic) IBOutlet UIImageView *image; variable
|
H A D | FRAAccountTableViewCell.h | 29 @property (weak, nonatomic) IBOutlet UIImageView *image; variable
|
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 | FRANotificationViewController.h | 49 @property (weak, nonatomic) IBOutlet UIImageView *image; variable
|
H A D | FRAAccountTableViewController.h | 42 @property (weak, nonatomic) IBOutlet UIImageView *image; variable
|
/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/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-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/web-agents-v4/source/ |
H A D | admin_iis.c | 452 static BOOL add_to_global_modules(IAppHostWritableAdminManager* manager, BSTR image) { argument 473 * <add name="ModuleName", image="module.dll" /> 512 if (!set_property(element, L"image", image)) { 513 fprintf(stderr, "Failed to set image property.\n");
|
/forgerock/authenticator-android-v2/app/libs/ |
H A D | core-2.3.0.jar | ... zxing.FormatException com.google.zxing.BinaryBitmap image
public com.google.zxing.Result decode (com ... |
/forgerock/opendj-b2.6/resource/dsml/lib/ |
H A D | activation.jar | META-INF/MANIFEST.MF META-INF/SUN_MICR.SF META-INF/SUN_MICR.RSA META ... |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
/forgerock/opendj2-jel-hg/resource/dsml/lib/ |
H A D | activation.jar | META-INF/MANIFEST.MF META-INF/SUN_MICR.SF META-INF/SUN_MICR.RSA META ... |