Searched refs:title (Results 1 - 25 of 638) sorted by relevance

1234567891011>>

/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/configuration/server/
H A DEditServerDefaultsTreeNavigationView.js25 title: "console.common.navigation.general",
29 title: "console.common.navigation.security",
33 title: "console.common.navigation.session",
37 title: "console.common.navigation.sdk",
41 title: "console.common.navigation.cts",
45 title: "console.common.navigation.uma",
49 title: "console.common.navigation.advanced",
57 this.data.title = $.t("console.common.navigation.serverDefaults");
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/deployment/servers/
H A DEditServerTreeNavigationView.js26 title: "console.common.navigation.general",
30 title: "console.common.navigation.security",
34 title: "console.common.navigation.session",
38 title: "console.common.navigation.sdk",
42 title: "console.common.navigation.cts",
46 title: "console.common.navigation.uma",
50 title: "console.common.navigation.advanced",
54 title: "console.common.navigation.directoryConfiguration",
64 this.data.title = url || serverName;
/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/admin/views/common/navigation/
H A DcreateBreadcrumbsTest.js52 title:"Authentication - Dashboard"
63 title:"Authentication - Settings"
74 title:"Authentication - Chains"
86 title:"Authentication - Chains",
90 title:"new"
103 title:"Authentication - Chains",
107 title:"foo"
120 title:"Authentication - Modules"
133 title:"Authentication - Modules",
137 title
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/
H A DRealmTreeNavigationView.js31 title: "console.common.navigation.dashboard",
35 title: "console.common.navigation.applications",
38 title: "console.common.navigation.saml20",
42 title: "console.common.navigation.wsfed",
46 title: "console.common.navigation.oauth20",
50 title: "console.common.navigation.javaAgents",
54 title: "console.common.navigation.webAgents",
59 title: "console.common.navigation.authentication",
62 title: "console.common.navigation.settings",
66 title
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DTitlePanel.java52 private Message title; field in class:TitlePanel
57 * @param title the title of the panel.
60 public TitlePanel(Message title, Message details) argument
66 mb.append(title);
77 this.title = title;
82 * Sets the title of this panel.
83 * @param title the title o
85 setTitle(Message title) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DTitlePanel.java51 private Message title; field in class:TitlePanel
56 * @param title the title of the panel.
59 public TitlePanel(Message title, Message details) argument
65 mb.append(title);
76 this.title = title;
81 * Sets the title of this panel.
82 * @param title the title o
84 setTitle(Message title) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DTitlePanel.java52 private Message title; field in class:TitlePanel
57 * @param title the title of the panel.
60 public TitlePanel(Message title, Message details) argument
66 mb.append(title);
77 this.title = title;
82 * Sets the title of this panel.
83 * @param title the title o
85 setTitle(Message title) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DTitlePanel.java51 private Message title; field in class:TitlePanel
56 * @param title the title of the panel.
59 public TitlePanel(Message title, Message details) argument
65 mb.append(title);
76 this.title = title;
81 * Sets the title of this panel.
82 * @param title the title o
84 setTitle(Message title) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DTitlePanel.java52 private Message title; field in class:TitlePanel
57 * @param title the title of the panel.
60 public TitlePanel(Message title, Message details) argument
66 mb.append(title);
77 this.title = title;
82 * Sets the title of this panel.
83 * @param title the title o
85 setTitle(Message title) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DTitlePanel.java52 private LocalizableMessage title; field in class:TitlePanel
57 * @param title the title of the panel.
60 public TitlePanel(LocalizableMessage title, LocalizableMessage details) argument
66 mb.append(title);
77 this.title = title;
82 * Sets the title of this panel.
83 * @param title the title o
85 setTitle(LocalizableMessage title) argument
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/config/
H A DThemeConfiguration.js33 // The title attribute used on <img> tags.
34 title: "ForgeRock",
44 // The title attribute used on <img> tags.
45 title: "ForgeRock",
72 title: "ForgeRock",
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/conditions/
H A DConditionAttrObjectView.js43 title = "",
57 title = this.$input.parent().find("label").data().title;
60 delete itemData[title][keyValPair[0]];
63 title = this.$input.parent().find("label").data().title;
69 if (!itemData[title][propName]) {
70 itemData[title][propName] = [];
73 itemData[title][propName] = _.union(_.compact(propVal.split(",")), itemData[title][propNam
[all...]
H A DConditionAttrStringView.js30 if (data.title === "startIp" || data.title === "endIp") {
31 if (data.schema.title === "IPv4") {
33 } else if (data.schema.title === "IPv6") {
55 if (this.data.title === "authenticateToRealm") {
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/components/
H A DSimplePageHeader.jsx24 * @param {string} props.title Text to display for the header
27 const SimplePageHeader = ({ children, title }) => (
34 <h1 className="wordwrap">{ title }</h1>
41 title: React.PropTypes.string.isRequired
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/config/
H A DThemeConfiguration.js33 // The title attribute used on <img> tags.
34 title: "ForgeRock",
44 // The title attribute used on <img> tags.
45 title: "ForgeRock",
72 title: "ForgeRock",
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/conditions/
H A DConditionAttrObjectView.js43 title = "",
57 title = this.$input.parent().find("label").data().title;
60 delete itemData[title][keyValPair[0]];
63 title = this.$input.parent().find("label").data().title;
69 if (!itemData[title][propName]) {
70 itemData[title][propName] = [];
73 itemData[title][propName] = _.union(_.compact(propVal.split(",")), itemData[title][propNam
[all...]
H A DConditionAttrStringView.js30 if (data.title === "startIp" || data.title === "endIp") {
31 if (data.schema.title === "IPv4") {
33 } else if (data.schema.title === "IPv6") {
55 if (this.data.title === "authenticateToRealm") {
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DInvalidClientException.java43 protected InvalidClientException(final int statusCode, final String title, final String message) { argument
44 super(statusCode, title, message);
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/selfservice/
H A DForgotUsernameConfigView.js90 title: $.t("templates.selfservice.username.captchaTitle"),
97 title: $.t("templates.selfservice.userQuery.name"),
104 title: $.t("templates.selfservice.emailUsername.name"),
111 title: $.t("templates.selfservice.retrieveUsername.name"),
H A DPasswordResetConfigView.js105 title: $.t("templates.selfservice.password.captchaTitle"),
112 title: $.t("templates.selfservice.userQuery.name"),
119 title: $.t("templates.selfservice.emailValidation"),
126 title: $.t("templates.selfservice.kbaSecurityAnswerVerificationStageForm"),
133 title: $.t("templates.selfservice.passwordResetForm"),
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DInvalidClientException.java43 protected InvalidClientException(final int statusCode, final String title, final String message) { argument
44 super(statusCode, title, message);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DErrorPanel.java46 private Message title; field in class:ErrorPanel
49 * @param title the title to be displayed in the dialog.
52 public ErrorPanel(Message title, Collection<Message> errors) argument
55 this.title = title;
64 return title;
84 updateErrorPane(errorPane, title, ColorAndFontConstants.errorTitleFont,
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DErrorPanel.java45 private Message title; field in class:ErrorPanel
48 * @param title the title to be displayed in the dialog.
51 public ErrorPanel(Message title, Collection<Message> errors) argument
54 this.title = title;
63 return title;
83 updateErrorPane(errorPane, title, ColorAndFontConstants.errorTitleFont,
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DErrorPanel.java46 private Message title; field in class:ErrorPanel
49 * @param title the title to be displayed in the dialog.
52 public ErrorPanel(Message title, Collection<Message> errors) argument
55 this.title = title;
64 return title;
84 updateErrorPane(errorPane, title, ColorAndFontConstants.errorTitleFont,
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DErrorPanel.java45 private Message title; field in class:ErrorPanel
48 * @param title the title to be displayed in the dialog.
51 public ErrorPanel(Message title, Collection<Message> errors) argument
54 this.title = title;
63 return title;
83 updateErrorPane(errorPane, title, ColorAndFontConstants.errorTitleFont,

Completed in 121 milliseconds

1234567891011>>