Searched refs:html (Results 51 - 75 of 723) sorted by relevance

1234567891011>>

/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java103 return new MessageBuilder("<html>")
119 String html;
121 html = UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE)
127 html =
133 String result = UIFactory.applyErrorBackgroundToHtml(html);
153 String html;
155 html =
162 html =
168 String result = UIFactory.applyWarningBackgroundToHtml(html);
187 String html
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java10 * or http://forgerock.org/license/CDDLv1.0.html.
102 return new MessageBuilder("<html>")
118 String html;
120 html = UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE)
126 html =
132 String result = UIFactory.applyErrorBackgroundToHtml(html);
152 String html;
154 html =
161 html =
167 String result = UIFactory.applyWarningBackgroundToHtml(html);
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java103 return new MessageBuilder("<html>")
119 String html;
121 html = UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE)
127 html =
133 String result = UIFactory.applyErrorBackgroundToHtml(html);
153 String html;
155 html =
162 html =
168 String result = UIFactory.applyWarningBackgroundToHtml(html);
187 String html
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java10 * or http://forgerock.org/license/CDDLv1.0.html.
95 return new LocalizableMessageBuilder("<html>")
112 String html;
114 html = UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE)
120 html =
126 String result = UIFactory.applyErrorBackgroundToHtml(html);
147 String html;
149 html =
156 html =
162 String result = UIFactory.applyWarningBackgroundToHtml(html);
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DUtilsTest.java74 public void testStripHtml(String html, String expectedResult) { argument
75 assertTrue(expectedResult.equals(Utils.stripHtml(html)));
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DUtilsTest.java10 * or http://forgerock.org/license/CDDLv1.0.html.
73 public void testStripHtml(String html, String expectedResult) { argument
74 assertTrue(expectedResult.equals(Utils.stripHtml(html)));
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DUtilsTest.java74 public void testStripHtml(String html, String expectedResult) { argument
75 assertTrue(expectedResult.equals(Utils.stripHtml(html)));
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DUtilsTest.java10 * or http://forgerock.org/license/CDDLv1.0.html.
73 public void testStripHtml(String html, String expectedResult) { argument
74 assertTrue(expectedResult.equals(Utils.stripHtml(html)));
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DUtilsTest.java74 public void testStripHtml(String html, String expectedResult) { argument
75 assertTrue(expectedResult.equals(Utils.stripHtml(html)));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/quicksetup/util/
H A DUtilsTest.java10 * or http://forgerock.org/license/CDDLv1.0.html.
73 public void testStripHtml(String html, String expectedResult) { argument
74 assertEquals(expectedResult, Utils.stripHtml(html));
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/
H A Dmain-authorize.js12 * http://forgerock.org/license/CDDLv1.0.html
18 * at http://forgerock.org/license/CDDLv1.0.html
64 "text!templates/user/AuthorizeTemplate.html",
65 "text!templates/common/LoginBaseTemplate.html",
66 "text!templates/common/FooterTemplate.html",
67 "text!templates/common/LoginHeaderTemplate.html",
130 $("#wrapper").html(baseTemplate(data));
131 $("#footer").html(footerTemplate(data));
132 $("#loginBaseLogo").html(loginHeaderTemplate(data));
133 $("#content").html(formTemplat
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authentication/chains/
H A DLinkView.js28 template: "templates/admin/views/realms/authentication/chains/LinkTemplate.html",
29 popoverTemplate: "templates/admin/views/realms/authentication/chains/PopoverTemplate.html",
31 partials : ["templates/admin/views/realms/authentication/chains/_CriteriaFooter.html"],
76 var html = Handlebars.compile(
81 this.$el.find(".criteria-view").html(html);
102 html : "true",
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/workflow/processes/
H A DStartProcessDashboardView.js31 template: "templates/workflow/processes/StartProcessDashboardTemplate.html",
50 $("#processList").html('<li class="list-group-item"><h5 class="text-center">' +$.t("openidm.ui.admin.tasks.StartProcessDashboardView.noProcesses") +'</h5></li>');
52 $("#processBadge").html(processDefinitions.length);
94 if($("#processContent").html() === "") {
95 $("#processContent").html($.t("openidm.ui.admin.tasks.StartProcessDashboardView.noDataRequired"));
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/common/schema/
H A DNewSchemaComponent.js79 UIUtils.compileTemplate(this.template, this.data).then((html) => {
80 this.$el.html(html);
81 this.$el.find("[data-json-form]").html(this.jsonSchemaView.render().$el);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authentication/chains/
H A DLinkView.js28 template: "templates/admin/views/realms/authentication/chains/LinkTemplate.html",
29 popoverTemplate: "templates/admin/views/realms/authentication/chains/PopoverTemplate.html",
31 partials : ["templates/admin/views/realms/authentication/chains/_CriteriaFooter.html"],
76 var html = Handlebars.compile(
81 this.$el.find(".criteria-view").html(html);
102 html : "true",
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/components/
H A DSelectComponent.jsm24 const TEMPLATE_PATH = "templates/common/components/SelectComponent.html";
35 return component.render().$el.html();
76 UIUtils.compileTemplate(TEMPLATE_PATH, { placeholder: this.placeholderText }).then((html) => {
82 this.$el.html(html).find("select").selectize({
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/ui/view/
H A DCCMapList.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
36 import com.iplanet.jato.view.html.OptionList;
37 import com.iplanet.jato.view.html.TextField;
41 import com.sun.web.ui.view.html.CCSelect;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/ui/view/
H A DCCMapList.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
36 import com.iplanet.jato.view.html.OptionList;
37 import com.iplanet.jato.view.html.TextField;
41 import com.sun.web.ui.view.html.CCSelect;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DImportEntityViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
38 import com.iplanet.jato.view.html.OptionList;
50 import com.sun.web.ui.view.html.CCDropDownMenu;
173 String html = event.getContent();
174 int idx = html.indexOf("tfMetadataFile\"");
175 idx = html.lastIndexOf("<input ", idx);
176 html = html.substring(0, idx) +
178 html.substring(idx);
180 idx = html
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DImportEntityViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
38 import com.iplanet.jato.view.html.OptionList;
50 import com.sun.web.ui.view.html.CCDropDownMenu;
173 String html = event.getContent();
174 int idx = html.indexOf("tfMetadataFile\"");
175 idx = html.lastIndexOf("<input ", idx);
176 html = html.substring(0, idx) +
178 html.substring(idx);
180 idx = html
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authentication/
H A DAddChainDialog.js51 dialog.$modalBody.find("#alertContainer").html(alert);
80 UIUtils.fillTemplateWithData("templates/admin/views/realms/authentication/chains/AddChainTemplate.html",
82 function (html) {
85 message: $(html),
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/common/
H A DTabSearch.js103 const html = Handlebars.compile(template)(data);
104 this.$el.html(html);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/services/
H A DSubSchemaListView.js35 template: "templates/admin/views/realms/services/SubSchemaListTemplate.html",
52 UIUtils.fillTemplateWithData(this.template, data, (html) => {
53 this.$el.html(html);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/views/jsonSchema/editors/
H A DTogglableJSONEditorView.js59 const template = "templates/common/jsonSchema/editors/TogglableJSONEditorTemplate.html";
60 UIUtils.compileTemplate(template, this.options).then((html) => {
61 this.$el.html(html);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DServiceProviderUtility.cs12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
557 StringBuilder html = new StringBuilder();
558 html.Append("<html><head><title>OpenAM - SP initiated SSO</title></head>");
559 html.Append("<body onload=\"document.forms[0].submit();\">");
560 html.Append("<form method=\"post\" action=\"");
561 html.Append(ssoPostLocation);
562 html.Append("\">");
563 html.Append("<input type=\"hidden\" name=\"");
564 html
[all...]

Completed in 234 milliseconds

1234567891011>>