/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/conditions/ |
H A D | ConditionAttrEnumView.js | 26 render: function (data, element, callback) { 30 if (callback) { 31 callback();
|
H A D | LegacyListItemView.js | 27 render: function (itemData, callback, element, itemID) { 42 if (callback) { 43 callback();
|
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/conditions/ |
H A D | ConditionAttrEnumView.js | 26 render (data, element, callback) { 30 if (callback) { 31 callback();
|
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/views/resource/ |
H A D | SharedWithMePage.js | 22 render: function (args, callback) { 23 this.renderGrid(this.createSetCollection(true), this.createColumns("sharedwithme"), callback);
|
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/views/resource/ |
H A D | SharedWithMePage.js | 22 render (args, callback) { 23 this.renderGrid(this.createSetCollection(true), this.createColumns("sharedwithme"), callback);
|
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/workflow/tasks/ |
H A D | AbstractTaskForm.js | 35 postRender: function(callback) { 36 if(callback) { 37 callback(); 41 render: function(task, category, args, callback) { 50 this.postRender(callback);
|
H A D | TemplateTaskForm.js | 30 postRender: function(callback) { 35 if (callback) { 36 callback();
|
/forgerock/openidm-v4/openidm-ui/openidm-ui-enduser/src/main/js/config/validators/ |
H A D | SelfServiceValidators.js | 27 "validator": function(el, input, callback) { 30 callback($.t("common.form.validation.required")); 34 callback($.t("common.form.validation.shouldBeLong")); 37 callback(); 44 "validator": function(el, input, callback) { 47 callback($.t("common.form.validation.shouldBeLong")); 50 callback(); 58 "validator": function(el, input, callback, dateUtil) { 61 callback($.t("common.form.validation.required")); 65 callback( [all...] |
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/config/validators/ |
H A D | AdminValidators.js | 28 "validator": function(el, input, callback) { 29 callback(); 36 "validator": function(el, input, callback) { 40 callback(["Not a valid URL"]); 45 callback(["The URL cannot be one of the following reserved names: \"openidm\", \"admin\" or \"system\"."]); 49 callback(); 56 "validator": function(el, input, callback) { 58 callback(["Cannot contain spaces"]); 63 callback(["Required"]); 67 callback(); [all...] |
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/workflow/processes/ |
H A D | TemplateStartProcessForm.js | 30 postRender: function(callback) { 35 if (callback) { 36 callback();
|
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/api/ |
H A D | ApiDocView.js | 23 render (args, callback) { 27 if (callback) { 28 callback();
|
H A D | ApiExplorerView.js | 23 render (args, callback) { 27 if (callback) { 28 callback();
|
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/attributes/ |
H A D | CustomResponseAttributesView.js | 25 render (customAttributes, callback) { 29 if (callback) { 30 callback();
|
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/components/ |
H A D | TemplateBasedView.js | 23 initialize ({ template, data = {}, callback = _.noop }) { 28 this.callback = callback; 37 this.callback();
|
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/ |
H A D | FRABlockActionSheet.h | 30 @property (nonatomic, copy) void (^callback)(NSInteger offset);
|
H A D | FRABlockActionSheet.m | 31 self.callback(self.numberOfButtons - 1 - buttonIndex); 37 - (void)setCallback:(void (^)(NSInteger))callback { 38 _callback = callback;
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/share/ |
H A D | AuthenticationCallbackXMLHelper.java | 32 import javax.security.auth.callback.Callback; 49 * @param callback Authentication <code>Callback</code>. 52 String getAuthenticationCallbackXML(Callback callback); argument 59 * @param callback Authentication <code>Callback</code>. 63 Callback createAuthenticationCallback(Node childNode, Callback callback); argument
|
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/config/validators/ |
H A D | AMValidators.js | 26 "validator": function (el, input, callback) { 31 callback([$.t("common.form.validation.VALID_PHONE_FORMAT")]); 33 callback(); 40 "validator": function (el, input, callback) { 45 callback([$.t("common.form.validation.VALID_EMAIL_ADDRESS_FORMAT")]); 47 callback();
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/share/ |
H A D | AuthenticationCallbackXMLHelper.java | 32 import javax.security.auth.callback.Callback; 49 * @param callback Authentication <code>Callback</code>. 52 String getAuthenticationCallbackXML(Callback callback); argument 59 * @param callback Authentication <code>Callback</code>. 63 Callback createAuthenticationCallback(Node childNode, Callback callback); argument
|
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/config/validators/ |
H A D | AMValidators.js | 24 "validator": (el, input, callback) => { 29 callback([$.t("common.form.validation.VALID_PHONE_FORMAT")]); 31 callback(); 38 "validator": (el, input, callback) => { 43 callback([$.t("common.form.validation.VALID_EMAIL_ADDRESS_FORMAT")]); 45 callback();
|
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/js/org/forgerock/openam/extensions/authmodules/adaptivedeviceprint/ |
H A D | EventManager.js | 47 obj.registerListener = function (eventId, callback) { 50 callback(event); 53 listenerProxyMap[callback] = proxyFunction; 57 obj.unregisterListener = function (eventId, callback) { 60 proxyFunction = listenerProxyMap[callback];
|
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/views/share/ |
H A D | BaseShare.js | 34 render: function (args, callback) { 42 self.shareView.render(args, callback); 43 }, callback);
|
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/assignment/ |
H A D | AssignmentView.js | 32 render: function(args, callback) { 42 if(callback) { 43 callback();
|
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/ |
H A D | PropertiesView.js | 38 render: function (args, callback) { 46 if (callback) { 47 callback();
|
H A D | ScheduleView.js | 37 render: function (args, callback) { 45 if (callback) { 46 callback();
|