Searched refs:html (Results 1 - 25 of 723) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/task/
H A DCreateHostedSPViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
36 import com.iplanet.jato.view.html.OptionList;
49 import com.sun.web.ui.view.html.CCCheckBox;
50 import com.sun.web.ui.view.html.CCDropDownMenu;
152 String html = event.getContent();
153 int idx = html.indexOf(META_DATA_FILE);
155 idx = html.lastIndexOf("<table ", idx);
157 html = html.substring(0, idx) +
159 html
[all...]
H A DCreateHostedIDPViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
36 import com.iplanet.jato.view.html.OptionList;
49 import com.sun.web.ui.view.html.CCDropDownMenu;
153 String html = event.getContent();
154 int idx = html.indexOf(META_DATA_FILE);
156 idx = html.lastIndexOf("<table ", idx);
158 html = html.substring(0, idx) +
160 html.substring(idx);
162 idx = html
[all...]
H A DValidateSAML2SetupViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
45 import com.sun.web.ui.view.html.CCDropDownMenu;
205 String html = event.getContent();
208 int idx = html.indexOf("tfRealm");
209 idx = html.lastIndexOf("<tr>", idx);
210 idx = html.indexOf("<td ", idx);
211 idx = html.indexOf(">", idx);
212 html = html.substring(0, idx+1) +
214 html
320 addQuestionImages(String html) argument
[all...]
H A DCreateFedletViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
35 import com.iplanet.jato.view.html.OptionList;
47 import com.sun.web.ui.view.html.CCDropDownMenu;
248 String html = event.getContent();
249 int idx = html.indexOf("tfRealm");
250 idx = html.lastIndexOf("<div ", idx);
251 html = html.substring(0, idx+5) + "id=\"realmfld\" " +
252 html.substring(idx+5);
253 idx = html
293 removeSortHref(String html) argument
[all...]
H A DCreateRemoteSPViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
34 import com.iplanet.jato.view.html.OptionList;
46 import com.sun.web.ui.view.html.CCDropDownMenu;
194 String html = event.getContent();
195 int idx = html.indexOf("tfMetadataFile\"");
196 idx = html.lastIndexOf("<input ", idx);
197 html = html.substring(0, idx) +
199 html.substring(idx);
201 idx = html
[all...]
H A DCreateRemoteIDPViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
43 import com.sun.web.ui.view.html.CCDropDownMenu;
160 String html = event.getContent();
161 int idx = html.indexOf("tfMetadataFile\"");
162 idx = html.lastIndexOf("<input ", idx);
163 html = html.substring(0, idx) +
165 html.substring(idx);
167 idx = html.indexOf("CreateRemoteIDP.tfMetadataFileURL");
168 idx = html
[all...]
H A DConfigureSalesForceAppsViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
34 import com.iplanet.jato.view.html.OptionList;
46 import com.sun.web.ui.view.html.CCDropDownMenu;
247 String html = event.getContent();
248 int idx = html.indexOf("tfRealm");
249 idx = html.lastIndexOf("<div ", idx);
250 html = html.substring(0, idx + 5) + "id=\"realmfld\" " +
251 html.substring(idx + 5);
252 idx = html
[all...]
H A DConfigureGoogleAppsViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
43 import com.sun.web.ui.view.html.CCDropDownMenu;
212 String html = event.getContent();
213 int idx = html.indexOf("tfRealm");
214 idx = html.lastIndexOf("<div ", idx);
215 html = html.substring(0, idx+5) + "id=\"realmfld\" " +
216 html.substring(idx+5);
217 idx = html.lastIndexOf("<div ", idx-10);
218 html
[all...]
H A DConfigureGoogleAppsWarningViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
72 String html = event.getContent();
73 int idx = html.lastIndexOf("</div>");
74 html = html.substring(0, idx+6) +
85 + html.substring(idx+6);
86 return html;
H A DConfigureSalesForceAppsWarningViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
72 String html = event.getContent();
73 int idx = html.lastIndexOf("</div>");
74 html = html.substring(0, idx + 6) +
84 "/></div></center>" + html.substring(idx + 6);
85 return html;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/task/
H A DCreateHostedSPViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
36 import com.iplanet.jato.view.html.OptionList;
49 import com.sun.web.ui.view.html.CCCheckBox;
50 import com.sun.web.ui.view.html.CCDropDownMenu;
152 String html = event.getContent();
153 int idx = html.indexOf(META_DATA_FILE);
155 idx = html.lastIndexOf("<table ", idx);
157 html = html.substring(0, idx) +
159 html
[all...]
H A DCreateHostedIDPViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
36 import com.iplanet.jato.view.html.OptionList;
49 import com.sun.web.ui.view.html.CCDropDownMenu;
153 String html = event.getContent();
154 int idx = html.indexOf(META_DATA_FILE);
156 idx = html.lastIndexOf("<table ", idx);
158 html = html.substring(0, idx) +
160 html.substring(idx);
162 idx = html
[all...]
H A DValidateSAML2SetupViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
45 import com.sun.web.ui.view.html.CCDropDownMenu;
205 String html = event.getContent();
208 int idx = html.indexOf("tfRealm");
209 idx = html.lastIndexOf("<tr>", idx);
210 idx = html.indexOf("<td ", idx);
211 idx = html.indexOf(">", idx);
212 html = html.substring(0, idx+1) +
214 html
320 addQuestionImages(String html) argument
[all...]
H A DCreateFedletViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
36 import com.iplanet.jato.view.html.OptionList;
48 import com.sun.web.ui.view.html.CCDropDownMenu;
254 String html = event.getContent();
255 int idx = html.indexOf("tfRealm");
256 idx = html.lastIndexOf("<div ", idx);
257 html = html.substring(0, idx+5) + "id=\"realmfld\" " +
258 html.substring(idx+5);
259 idx = html
299 removeSortHref(String html) argument
[all...]
H A DCreateRemoteSPViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
34 import com.iplanet.jato.view.html.OptionList;
46 import com.sun.web.ui.view.html.CCDropDownMenu;
194 String html = event.getContent();
195 int idx = html.indexOf("tfMetadataFile\"");
196 idx = html.lastIndexOf("<input ", idx);
197 html = html.substring(0, idx) +
199 html.substring(idx);
201 idx = html
[all...]
H A DCreateRemoteIDPViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
43 import com.sun.web.ui.view.html.CCDropDownMenu;
160 String html = event.getContent();
161 int idx = html.indexOf("tfMetadataFile\"");
162 idx = html.lastIndexOf("<input ", idx);
163 html = html.substring(0, idx) +
165 html.substring(idx);
167 idx = html.indexOf("CreateRemoteIDP.tfMetadataFileURL");
168 idx = html
[all...]
H A DConfigureSalesForceAppsViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
34 import com.iplanet.jato.view.html.OptionList;
46 import com.sun.web.ui.view.html.CCDropDownMenu;
247 String html = event.getContent();
248 int idx = html.indexOf("tfRealm");
249 idx = html.lastIndexOf("<div ", idx);
250 html = html.substring(0, idx + 5) + "id=\"realmfld\" " +
251 html.substring(idx + 5);
252 idx = html
[all...]
H A DConfigureGoogleAppsViewBean.java12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
43 import com.sun.web.ui.view.html.CCDropDownMenu;
212 String html = event.getContent();
213 int idx = html.indexOf("tfRealm");
214 idx = html.lastIndexOf("<div ", idx);
215 html = html.substring(0, idx+5) + "id=\"realmfld\" " +
216 html.substring(idx+5);
217 idx = html.lastIndexOf("<div ", idx-10);
218 html
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/components/
H A DTemplateComponent.jsm35 const html = Handlebars.compile(this.template)(this.data);
36 this.$el.html(html);
H A DPartialBasedView.js31 const html = Handlebars.compile(template)(this.options.data);
32 this.$el.html(html);
H A DTemplateBasedView.js35 ).then((html) => {
36 this.$el.html(html);
/forgerock/openam-v13/openam-console/src/main/webapp/console/css/
H A Dcommontask.css12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
30 *html body span.TskPgeTskLftBtm {bottom: -5px;}
31 *html body span.TskPgeTskRghtBtm {bottom: -5px; right:-1px}
32 *html body span.TskPgeTskRghtTp {right:-1px;}
33 *html body span.TskPgeTskRghtBrdr {height:18px; top: 20%; right:-1px;}
/forgerock/openam/openam-console/src/main/webapp/console/css/
H A Dcommontask.css12 * https://opensso.dev.java.net/public/CDDLv1.0.html or
30 *html body span.TskPgeTskLftBtm {bottom: -5px;}
31 *html body span.TskPgeTskRghtBtm {bottom: -5px; right:-1px}
32 *html body span.TskPgeTskRghtTp {right:-1px;}
33 *html body span.TskPgeTskRghtBrdr {height:18px; top: 20%; right:-1px;}
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/
H A Dmain-device.js52 "text!templates/user/DeviceTemplate.html",
53 "text!templates/user/DeviceDoneTemplate.html",
54 "text!templates/common/LoginBaseTemplate.html",
55 "text!templates/common/FooterTemplate.html",
56 "text!templates/common/LoginHeaderTemplate.html",
81 $("#wrapper").html(HandleBars.compile(LoginBaseTemplate)(data));
82 $("#footer").html(HandleBars.compile(FooterTemplate)(data));
83 $("#loginBaseLogo").html(HandleBars.compile(LoginHeaderTemplate)(data));
84 $("#content").html(HandleBars.compile(template)(data));
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/
H A Dmain-device.js53 "text!templates/user/DeviceTemplate.html",
54 "text!templates/user/DeviceDoneTemplate.html",
55 "text!templates/common/LoginBaseTemplate.html",
56 "text!templates/common/FooterTemplate.html",
57 "text!templates/common/LoginHeaderTemplate.html",
82 $("#wrapper").html(HandleBars.compile(LoginBaseTemplate)(data));
83 $("#footer").html(HandleBars.compile(FooterTemplate)(data));
84 $("#loginBaseLogo").html(HandleBars.compile(LoginHeaderTemplate)(data));
85 $("#content").html(HandleBars.compile(template)(data));

Completed in 159 milliseconds

1234567891011>>