Searched refs:text (Results 1 - 25 of 3762) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DTextNotificationMessageTemplateElement.java38 * generate a value using static text.
43 // The static text associated with this element.
44 private final String text; field in class:TextNotificationMessageTemplateElement
49 * Creates a new text notification message template element from the provided
52 * @param text The string to use as the text for this element.
54 public TextNotificationMessageTemplateElement(String text) argument
56 this.text = text;
67 buffer.append(text);
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DTextNotificationMessageTemplateElement.java37 * generate a value using static text.
42 // The static text associated with this element.
43 private final String text; field in class:TextNotificationMessageTemplateElement
48 * Creates a new text notification message template element from the provided
51 * @param text The string to use as the text for this element.
53 public TextNotificationMessageTemplateElement(String text) argument
55 this.text = text;
66 buffer.append(text);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DTextNotificationMessageTemplateElement.java38 * generate a value using static text.
43 // The static text associated with this element.
44 private final String text; field in class:TextNotificationMessageTemplateElement
49 * Creates a new text notification message template element from the provided
52 * @param text The string to use as the text for this element.
54 public TextNotificationMessageTemplateElement(String text) argument
56 this.text = text;
67 buffer.append(text);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DTextNotificationMessageTemplateElement.java38 * generate a value using static text.
43 // The static text associated with this element.
44 private final String text; field in class:TextNotificationMessageTemplateElement
49 * Creates a new text notification message template element from the provided
52 * @param text The string to use as the text for this element.
54 public TextNotificationMessageTemplateElement(String text) argument
56 this.text = text;
67 buffer.append(text);
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DTextNotificationMessageTemplateElement.java37 * generate a value using static text.
42 // The static text associated with this element.
43 private final String text; field in class:TextNotificationMessageTemplateElement
48 * Creates a new text notification message template element from the provided
51 * @param text The string to use as the text for this element.
53 public TextNotificationMessageTemplateElement(String text) argument
55 this.text = text;
66 buffer.append(text);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DTextNotificationMessageTemplateElement.java38 * generate a value using static text.
43 /** The static text associated with this element. */
44 private final String text; field in class:TextNotificationMessageTemplateElement
49 * Creates a new text notification message template element from the provided
52 * @param text The string to use as the text for this element.
54 public TextNotificationMessageTemplateElement(String text) argument
56 this.text = text;
65 buffer.append(text);
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DProgressMessageFormatter.java44 * Returns the formatted representation of the text without providing any
46 * @param text the source text from which we want to get the formatted
48 * @return the formatted representation for the given text.
50 public Message getFormattedText(Message text); argument
53 * Returns the formatted representation of the text that is the summary of the
56 * @param text the source text from which we want to get the formatted
58 * @return the formatted representation of a summary for the given text.
60 public Message getFormattedSummary(Message text); argument
70 getFormattedError(Message text, boolean applyMargin) argument
80 getFormattedWarning(Message text, boolean applyMargin) argument
89 getFormattedSuccess(Message text) argument
99 getFormattedLogError(Message text) argument
107 getFormattedLog(Message text) argument
128 getFormattedWithPoints(Message text) argument
151 getFormattedProgress(Message text) argument
[all...]
H A DPlainTextProgressMessageFormatter.java38 * provides format in plain text.
48 * The space in plain text.
53 * Returns the text representation of the text without providing any style.
54 * @param text the source text from which we want to get the text
56 * @return the text representation for the given text.
58 public Message getFormattedText(Message text) argument
71 getFormattedSummary(Message text) argument
84 getFormattedError(Message text, boolean applyMargin) argument
106 getFormattedWarning(Message text, boolean applyMargin) argument
128 getFormattedSuccess(Message text) argument
141 getFormattedLogError(Message text) argument
153 getFormattedLog(Message text) argument
191 getFormattedWithPoints(Message text) argument
223 getFormattedProgress(Message text) argument
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DProgressMessageFormatter.java45 * Returns the formatted representation of the text without providing any
47 * @param text the source text from which we want to get the formatted
49 * @return the formatted representation for the given text.
51 public Message getFormattedText(Message text); argument
54 * Returns the formatted representation of the text that is the summary of the
57 * @param text the source text from which we want to get the formatted
59 * @return the formatted representation of a summary for the given text.
61 public Message getFormattedSummary(Message text); argument
71 getFormattedError(Message text, boolean applyMargin) argument
81 getFormattedWarning(Message text, boolean applyMargin) argument
90 getFormattedSuccess(Message text) argument
100 getFormattedLogError(Message text) argument
108 getFormattedLog(Message text) argument
129 getFormattedWithPoints(Message text) argument
152 getFormattedProgress(Message text) argument
[all...]
H A DPlainTextProgressMessageFormatter.java39 * provides format in plain text.
49 * The space in plain text.
54 * Returns the text representation of the text without providing any style.
55 * @param text the source text from which we want to get the text
57 * @return the text representation for the given text.
59 public Message getFormattedText(Message text) argument
72 getFormattedSummary(Message text) argument
85 getFormattedError(Message text, boolean applyMargin) argument
107 getFormattedWarning(Message text, boolean applyMargin) argument
129 getFormattedSuccess(Message text) argument
142 getFormattedLogError(Message text) argument
154 getFormattedLog(Message text) argument
192 getFormattedWithPoints(Message text) argument
224 getFormattedProgress(Message text) argument
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DProgressMessageFormatter.java45 * Returns the formatted representation of the text without providing any
47 * @param text the source text from which we want to get the formatted
49 * @return the formatted representation for the given text.
51 public Message getFormattedText(Message text); argument
54 * Returns the formatted representation of the text that is the summary of the
57 * @param text the source text from which we want to get the formatted
59 * @return the formatted representation of a summary for the given text.
61 public Message getFormattedSummary(Message text); argument
71 getFormattedError(Message text, boolean applyMargin) argument
81 getFormattedWarning(Message text, boolean applyMargin) argument
90 getFormattedSuccess(Message text) argument
100 getFormattedLogError(Message text) argument
108 getFormattedLog(Message text) argument
129 getFormattedWithPoints(Message text) argument
152 getFormattedProgress(Message text) argument
[all...]
H A DPlainTextProgressMessageFormatter.java39 * provides format in plain text.
49 * The space in plain text.
54 * Returns the text representation of the text without providing any style.
55 * @param text the source text from which we want to get the text
57 * @return the text representation for the given text.
59 public Message getFormattedText(Message text) argument
72 getFormattedSummary(Message text) argument
85 getFormattedError(Message text, boolean applyMargin) argument
107 getFormattedWarning(Message text, boolean applyMargin) argument
129 getFormattedSuccess(Message text) argument
142 getFormattedLogError(Message text) argument
154 getFormattedLog(Message text) argument
192 getFormattedWithPoints(Message text) argument
224 getFormattedProgress(Message text) argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DProgressMessageFormatter.java44 * Returns the formatted representation of the text without providing any
46 * @param text the source text from which we want to get the formatted
48 * @return the formatted representation for the given text.
50 public Message getFormattedText(Message text); argument
53 * Returns the formatted representation of the text that is the summary of the
56 * @param text the source text from which we want to get the formatted
58 * @return the formatted representation of a summary for the given text.
60 public Message getFormattedSummary(Message text); argument
70 getFormattedError(Message text, boolean applyMargin) argument
80 getFormattedWarning(Message text, boolean applyMargin) argument
89 getFormattedSuccess(Message text) argument
99 getFormattedLogError(Message text) argument
107 getFormattedLog(Message text) argument
128 getFormattedWithPoints(Message text) argument
151 getFormattedProgress(Message text) argument
[all...]
H A DPlainTextProgressMessageFormatter.java38 * provides format in plain text.
48 * The space in plain text.
53 * Returns the text representation of the text without providing any style.
54 * @param text the source text from which we want to get the text
56 * @return the text representation for the given text.
58 public Message getFormattedText(Message text) argument
71 getFormattedSummary(Message text) argument
84 getFormattedError(Message text, boolean applyMargin) argument
106 getFormattedWarning(Message text, boolean applyMargin) argument
128 getFormattedSuccess(Message text) argument
141 getFormattedLogError(Message text) argument
153 getFormattedLog(Message text) argument
191 getFormattedWithPoints(Message text) argument
223 getFormattedProgress(Message text) argument
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DProgressMessageFormatter.java45 * Returns the formatted representation of the text without providing any
47 * @param text the source text from which we want to get the formatted
49 * @return the formatted representation for the given text.
51 public Message getFormattedText(Message text); argument
54 * Returns the formatted representation of the text that is the summary of the
57 * @param text the source text from which we want to get the formatted
59 * @return the formatted representation of a summary for the given text.
61 public Message getFormattedSummary(Message text); argument
71 getFormattedError(Message text, boolean applyMargin) argument
81 getFormattedWarning(Message text, boolean applyMargin) argument
90 getFormattedSuccess(Message text) argument
100 getFormattedLogError(Message text) argument
108 getFormattedLog(Message text) argument
129 getFormattedWithPoints(Message text) argument
152 getFormattedProgress(Message text) argument
[all...]
H A DPlainTextProgressMessageFormatter.java39 * provides format in plain text.
49 * The space in plain text.
54 * Returns the text representation of the text without providing any style.
55 * @param text the source text from which we want to get the text
57 * @return the text representation for the given text.
59 public Message getFormattedText(Message text) argument
72 getFormattedSummary(Message text) argument
85 getFormattedError(Message text, boolean applyMargin) argument
107 getFormattedWarning(Message text, boolean applyMargin) argument
129 getFormattedSuccess(Message text) argument
142 getFormattedLogError(Message text) argument
154 getFormattedLog(Message text) argument
192 getFormattedWithPoints(Message text) argument
224 getFormattedProgress(Message text) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DProgressMessageFormatter.java45 * Returns the formatted representation of the text without providing any
47 * @param text the source text from which we want to get the formatted
49 * @return the formatted representation for the given text.
51 LocalizableMessage getFormattedText(LocalizableMessage text); argument
54 * Returns the formatted representation of the text that is the summary of the
57 * @param text the source text from which we want to get the formatted
59 * @return the formatted representation of a summary for the given text.
61 LocalizableMessage getFormattedSummary(LocalizableMessage text); argument
71 getFormattedError(LocalizableMessage text, boolean applyMargin) argument
81 getFormattedWarning(LocalizableMessage text, boolean applyMargin) argument
90 getFormattedSuccess(LocalizableMessage text) argument
100 getFormattedLogError(LocalizableMessage text) argument
108 getFormattedLog(LocalizableMessage text) argument
129 getFormattedWithPoints(LocalizableMessage text) argument
151 getFormattedProgress(LocalizableMessage text) argument
[all...]
H A DPlainTextProgressMessageFormatter.java38 * provides format in plain text.
47 * The space in plain text.
52 * Returns the text representation of the text without providing any style.
53 * @param text the source text from which we want to get the text
55 * @return the text representation for the given text.
57 public LocalizableMessage getFormattedText(LocalizableMessage text) argument
70 getFormattedSummary(LocalizableMessage text) argument
83 getFormattedError(LocalizableMessage text, boolean applyMargin) argument
105 getFormattedWarning(LocalizableMessage text, boolean applyMargin) argument
127 getFormattedSuccess(LocalizableMessage text) argument
140 getFormattedLogError(LocalizableMessage text) argument
152 getFormattedLog(LocalizableMessage text) argument
190 getFormattedWithPoints(LocalizableMessage text) argument
222 getFormattedProgress(LocalizableMessage text) argument
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/css/Specific/
H A DidentityService.css7 text-align:right;
H A DprotectResource.css16 text-align:right;
20 text-align:left;
28 text-align:right;
/forgerock/openam/openam-server-only/src/main/webapp/assets/css/Specific/
H A DidentityService.css7 text-align:right;
H A DprotectResource.css16 text-align:right;
20 text-align:left;
28 text-align:right;
/forgerock/openam-v13/openam-tools/openam-license-core/src/main/java/org/forgerock/openam/license/
H A DLicense.java23 * A license that can either be accepted or rejected. Encapsulates the license text as well as the
33 private final String text; field in class:License
37 * Creates a new license with the given license text.
40 * @param text the non-null text of the license.
41 * @throws NullPointerException if the license text is null.
43 public License(final String filename, final String text) { argument
52 if (text == null) {
53 throw new NullPointerException("license text is null");
55 if (text
[all...]
/forgerock/openam/openam-tools/openam-license-core/src/main/java/org/forgerock/openam/license/
H A DLicense.java23 * A license that can either be accepted or rejected. Encapsulates the license text as well as the
33 private final String text; field in class:License
37 * Creates a new license with the given license text.
40 * @param text the non-null text of the license.
41 * @throws NullPointerException if the license text is null.
43 public License(final String filename, final String text) { argument
52 if (text == null) {
53 throw new NullPointerException("license text is null");
55 if (text
[all...]
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/ui/gui/table/
H A DLabelTableCell.java36 protected String text; field in class:LabelTableCell
45 public void setText(String text) { argument
46 this.text = text;
50 return text;

Completed in 87 milliseconds

1234567891011>>