Searched defs:openDiv (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java319 String openDiv = "<div style=\"margin-left:5px; margin-top:10px\">";
352 buf.append(getErrorWithStackHtml(openDiv, hideText, showText, stackText,
494 * @param openDiv the open div tag for the text.
503 private String getErrorWithStackHtml(String openDiv, String hideText, argument
509 getUrlParams(openDiv, hideText, showText, stackText, closeDiv, hide);
513 buf.append(openDiv).append("<a href=\"http://")
534 * @param openDiv the open div tag for the text.
543 private String getUrlParams(String openDiv, String hideText, argument
547 buf.append(openDiv).append(PARAM_SEPARATOR);
581 String openDiv
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java320 String openDiv = "<div style=\"margin-left:5px; margin-top:10px\">";
353 buf.append(getErrorWithStackHtml(openDiv, hideText, showText, stackText,
495 * @param openDiv the open div tag for the text.
504 private String getErrorWithStackHtml(String openDiv, String hideText, argument
510 getUrlParams(openDiv, hideText, showText, stackText, closeDiv, hide);
514 buf.append(openDiv).append("<a href=\"http://")
535 * @param openDiv the open div tag for the text.
544 private String getUrlParams(String openDiv, String hideText, argument
548 buf.append(openDiv).append(PARAM_SEPARATOR);
582 String openDiv
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java320 String openDiv = "<div style=\"margin-left:5px; margin-top:10px\">";
353 buf.append(getErrorWithStackHtml(openDiv, hideText, showText, stackText,
495 * @param openDiv the open div tag for the text.
504 private String getErrorWithStackHtml(String openDiv, String hideText, argument
510 getUrlParams(openDiv, hideText, showText, stackText, closeDiv, hide);
514 buf.append(openDiv).append("<a href=\"http://")
535 * @param openDiv the open div tag for the text.
544 private String getUrlParams(String openDiv, String hideText, argument
548 buf.append(openDiv).append(PARAM_SEPARATOR);
582 String openDiv
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java319 String openDiv = "<div style=\"margin-left:5px; margin-top:10px\">";
352 buf.append(getErrorWithStackHtml(openDiv, hideText, showText, stackText,
494 * @param openDiv the open div tag for the text.
503 private String getErrorWithStackHtml(String openDiv, String hideText, argument
509 getUrlParams(openDiv, hideText, showText, stackText, closeDiv, hide);
513 buf.append(openDiv).append("<a href=\"http://")
534 * @param openDiv the open div tag for the text.
543 private String getUrlParams(String openDiv, String hideText, argument
547 buf.append(openDiv).append(PARAM_SEPARATOR);
581 String openDiv
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java320 String openDiv = "<div style=\"margin-left:5px; margin-top:10px\">";
353 buf.append(getErrorWithStackHtml(openDiv, hideText, showText, stackText,
495 * @param openDiv the open div tag for the text.
504 private String getErrorWithStackHtml(String openDiv, String hideText, argument
510 getUrlParams(openDiv, hideText, showText, stackText, closeDiv, hide);
514 buf.append(openDiv).append("<a href=\"http://")
535 * @param openDiv the open div tag for the text.
544 private String getUrlParams(String openDiv, String hideText, argument
548 buf.append(openDiv).append(PARAM_SEPARATOR);
582 String openDiv
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java324 String openDiv = "<div style=\"margin-left:5px; margin-top:10px\">";
357 buf.append(getErrorWithStackHtml(openDiv, hideText, showText, stackText,
501 * @param openDiv the open div tag for the text.
510 private String getErrorWithStackHtml(String openDiv, String hideText, argument
516 getUrlParams(openDiv, hideText, showText, stackText, closeDiv, hide);
520 buf.append(openDiv).append("<a href=\"http://")
541 * @param openDiv the open div tag for the text.
550 private String getUrlParams(String openDiv, String hideText, argument
554 buf.append(openDiv).append(PARAM_SEPARATOR);
588 String openDiv
[all...]

Completed in 1544 milliseconds