Searched defs:image (Results 1 - 25 of 37) sorted by relevance

12

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRANotificationTableViewCell.h29 @property (weak, nonatomic) IBOutlet UIImageView *image; variable
H A DFRAAccountTableViewCell.h29 @property (weak, nonatomic) IBOutlet UIImageView *image; variable
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 DFRANotificationViewController.h49 @property (weak, nonatomic) IBOutlet UIImageView *image; variable
H A DFRAAccountTableViewController.h42 @property (weak, nonatomic) IBOutlet UIImageView *image; variable
/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/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-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/web-agents-v4/source/
H A Dadmin_iis.c452 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 Dcore-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 Dactivation.jarMETA-INF/MANIFEST.MF META-INF/SUN_MICR.SF META-INF/SUN_MICR.RSA META ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Dactivation.jarMETA-INF/MANIFEST.MF META-INF/SUN_MICR.SF META-INF/SUN_MICR.RSA META ...

Completed in 87 milliseconds

12