Searched refs:document (Results 26 - 50 of 361) sorted by relevance

1234567891011>>

/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A DscrollCookie.js69 var documentElement = window.document.documentElement;
75 this.left = window.document.body.scrollLeft;
76 this.top = window.document.body.scrollTop;
H A Dwizard.js346 var bdy = document.getElementById('WizBdy');
348 bdy.style.height = document.body.clientHeight - 145;
349 if (document.getElementById('help')) {
350 document.getElementById('help').style.height =
351 document.body.clientHeight - 90
353 if (document.getElementById('steps')) {
354 document.getElementById('steps').style.height =
355 document.body.clientHeight - 90
363 var f = window.opener.document.forms[refreshForm];
H A Dtree.js65 this.layer.document.layers["sLabel"].visibility = "show";
68 this.layer.document.layers["label"].visibility = "show";
88 for (i = 0; i < this.layer.document.layers.length; i++) {
90 var sLayer = this.layer.document.layers[i];
283 this.layer.document.layers["label"].visibility = "hidden";
284 this.layer.document.layers["pLabel"].visibility = "show";
287 p.layer.document.layers["label"].visibility = "show";
288 p.layer.document.layers["pLabel"].visibility = "hidden";
457 this.layer.document.layers["sLabel"].visibility = "show";
458 this.layer.document
[all...]
/forgerock/openam-v13/openam-console/src/main/webapp/console/js/
H A Dam.js50 var frm = document.forms[0];
63 var frm = document.forms[0];
85 var frm = document.forms[0];
145 var frm = document.forms[formName];
191 } else if( document.body.scrollHeight > document.body.offsetHeight ) {
193 pageHeight = document.body.scrollHeight;
195 pageHeight = document.body.offsetHeight + document.body.offsetTop;
198 var maindiv = document
[all...]
/forgerock/openam/openam-console/src/main/webapp/console/js/
H A Dam.js50 var frm = document.forms[0];
63 var frm = document.forms[0];
85 var frm = document.forms[0];
145 var frm = document.forms[formName];
191 } else if( document.body.scrollHeight > document.body.offsetHeight ) {
193 pageHeight = document.body.scrollHeight;
195 pageHeight = document.body.offsetHeight + document.body.offsetTop;
198 var maindiv = document
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionNotificationParser.java38 * <code>SessionNotification</code> XML document and returns the
45 * the XML document.
52 private Document document; field in class:SessionNotificationParser
59 document = xmlDoc;
69 document = XMLUtils
81 if (document == null) {
85 // get document element
86 Element elem = document.getDocumentElement();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotificationSetParser.java42 Document document; field in class:NotificationSetParser
45 document = xmlDoc;
49 document = XMLUtils.toDOMDocument(xmlString, RequestSetParser.debug);
59 if (document == null) {
64 Element notifSetElem = document.getDocumentElement();
H A DRequestSetParser.java42 private Document document; field in class:RequestSetParser
50 document = xmlDoc;
54 document = XMLUtils.toDOMDocument(xmlString, debug);
64 if (document == null) {
68 Element reqSetElem = document.getDocumentElement();
H A DResponseSetParser.java42 Document document; field in class:ResponseSetParser
45 document = xmlDoc;
49 document = XMLUtils.toDOMDocument(xmlString, RequestSetParser.debug);
59 if (document == null) {
64 Element responseSetElem = document.getDocumentElement();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/share/
H A DNamingResponseParser.java41 * NamingResponse object being returned after parsing the XML document
48 Document document; field in class:NamingResponseParser
51 document = xmlDoc;
55 document = XMLUtils.toDOMDocument(xmlString, NamingRequestParser.debug);
59 * Parses the response document. Please see file NamingResponse.dtd for the
65 if (document == null) {
70 Element elem = document.getDocumentElement();
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionNotificationParser.java38 * <code>SessionNotification</code> XML document and returns the
45 * the XML document.
52 private Document document; field in class:SessionNotificationParser
59 document = xmlDoc;
69 document = XMLUtils
81 if (document == null) {
85 // get document element
86 Element elem = document.getDocumentElement();
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotificationSetParser.java42 Document document; field in class:NotificationSetParser
45 document = xmlDoc;
49 document = XMLUtils.toDOMDocument(xmlString, RequestSetParser.debug);
59 if (document == null) {
64 Element notifSetElem = document.getDocumentElement();
H A DRequestSetParser.java42 private Document document; field in class:RequestSetParser
50 document = xmlDoc;
54 document = XMLUtils.toDOMDocument(xmlString, debug);
64 if (document == null) {
68 Element reqSetElem = document.getDocumentElement();
H A DResponseSetParser.java42 Document document; field in class:ResponseSetParser
45 document = xmlDoc;
49 document = XMLUtils.toDOMDocument(xmlString, RequestSetParser.debug);
59 if (document == null) {
64 Element responseSetElem = document.getDocumentElement();
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/share/
H A DNamingResponseParser.java41 * NamingResponse object being returned after parsing the XML document
48 Document document; field in class:NamingResponseParser
51 document = xmlDoc;
55 document = XMLUtils.toDOMDocument(xmlString, NamingRequestParser.debug);
59 * Parses the response document. Please see file NamingResponse.dtd for the
65 if (document == null) {
70 Element elem = document.getDocumentElement();
/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dwizard.js346 var bdy = document.getElementById('WizBdy');
348 bdy.style.height = document.body.clientHeight - 145;
349 if (document.getElementById('help')) {
350 document.getElementById('help').style.height =
351 document.body.clientHeight - 90
353 if (document.getElementById('steps')) {
354 document.getElementById('steps').style.height =
355 document.body.clientHeight - 90
363 var f = window.opener.document.forms[refreshForm];
H A Dtree.js65 this.layer.document.layers["sLabel"].visibility = "show";
68 this.layer.document.layers["label"].visibility = "show";
88 for (i = 0; i < this.layer.document.layers.length; i++) {
90 var sLayer = this.layer.document.layers[i];
283 this.layer.document.layers["label"].visibility = "hidden";
284 this.layer.document.layers["pLabel"].visibility = "show";
287 p.layer.document.layers["label"].visibility = "show";
288 p.layer.document.layers["pLabel"].visibility = "hidden";
457 this.layer.document.layers["sLabel"].visibility = "show";
458 this.layer.document
[all...]
/forgerock/openam-v13/openam-scripting/src/main/js/
H A Dfontdetector.js37 h = document.getElementsByTagName("body")[0];
39 // create a SPAN in the document to get the width of the text we use to test
40 s = document.createElement("span");
/forgerock/openam-v13/openam-server-only/src/main/webapp/js/
H A Dopenam.js52 var url = "" + document.location;
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/js/org/forgerock/openam/extensions/authmodules/adaptivedeviceprint/infocollectors/lib/
H A Dfontdetect.js41 h = document.getElementsByTagName("body")[0];
43 // create a SPAN in the document to get the width of the text we use to test
44 s = document.createElement("span");
/forgerock/openam/openam-scripting/src/main/js/
H A Dfontdetector.js37 h = document.getElementsByTagName("body")[0];
39 // create a SPAN in the document to get the width of the text we use to test
40 s = document.createElement("span");
/forgerock/openam/openam-server-only/src/main/webapp/js/
H A Dopenam.js52 var url = "" + document.location;
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/forgerockrest/utils/
H A DXMLResourceExceptionHandler.java102 * @return The DOM document.
106 Document document = XMLUtils.newDocument();
107 Element root = write(document, "error", map);
108 document.appendChild(root);
109 return document;
115 private static Element write(Document document, String name, Object content) { argument
117 return write(document, name, ((JsonValue) content).getObject());
119 Element e = document.createElement(name);
123 e.appendChild(write(document, entry.getKey(), entry.getValue()));
128 e.appendChild(write(document, "entr
[all...]
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/forgerockrest/utils/
H A DXMLResourceExceptionHandler.java102 * @return The DOM document.
106 Document document = XMLUtils.newDocument();
107 Element root = write(document, "error", map);
108 document.appendChild(root);
109 return document;
115 private static Element write(Document document, String name, Object content) { argument
117 return write(document, name, ((JsonValue) content).getObject());
119 Element e = document.createElement(name);
123 e.appendChild(write(document, entry.getKey(), entry.getValue()));
128 e.appendChild(write(document, "entr
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSSchema.java84 // Pointer to the complete document
85 private Document document; field in class:SMSSchema
97 * @param document
101 SMSSchema(Document document) throws SMSException { argument
102 this.document = document;
112 * @param document
116 SMSSchema(String serviceName, Document document) throws SMSException { argument
117 this(document);
121 SMSSchema(String serviceName, String version, Document document) argument
[all...]

Completed in 69 milliseconds

1234567891011>>