/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/libs/ |
H A D | text.js | 2 * @license RequireJS text 2.0.10 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved. 4 * see: http://github.com/requirejs/text for details 14 var text, fs, Cc, Ci, xpcIsWindows, 25 text = { 124 * optimized .js version of a text resource should be loaded 131 match = text.xdRegExp.exec(url); 148 content = strip ? text.strip(content) : content; 163 // Do not bother with the work if a build and text will 172 var parsed = text.parseName(name), 177 text [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/ |
H A D | TextNotificationMessageTemplateElement.java | 38 * 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 D | TextNotificationMessageTemplateElement.java | 37 * 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-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | BasicExpander.java | 50 * @param text the text to be displayed in the label of the BasicExpander. 52 public BasicExpander(Message text) argument 54 super(text.toString());
|
/forgerock/opendj2/src/build-tools/org/opends/build/tools/ |
H A D | Utilities.java | 39 * Inserts line breaks into the provided buffer to wrap text at no more than 44 * @param text The text to be wrapped. 48 * @return The wrapped text. 50 public static String wrapText(String text, int width) argument 53 StringTokenizer lineTokenizer = new StringTokenizer(text, "\r\n", true);
|
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | BasicExpander.java | 49 * @param text the text to be displayed in the label of the BasicExpander. 51 public BasicExpander(Message text) argument 53 super(text.toString());
|
/forgerock/opendj-b2.6/src/build-tools/org/opends/build/tools/ |
H A D | Utilities.java | 40 * Inserts line breaks into the provided buffer to wrap text at no more than 45 * @param text The text to be wrapped. 49 * @return The wrapped text. 51 public static String wrapText(String text, int width) argument 54 StringTokenizer lineTokenizer = new StringTokenizer(text, "\r\n", true);
|
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/ |
H A D | TextNotificationMessageTemplateElement.java | 38 * 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.6.2/src/build-tools/org/opends/build/tools/ |
H A D | Utilities.java | 40 * Inserts line breaks into the provided buffer to wrap text at no more than 45 * @param text The text to be wrapped. 49 * @return The wrapped text. 51 public static String wrapText(String text, int width) argument 54 StringTokenizer lineTokenizer = new StringTokenizer(text, "\r\n", true);
|
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | BasicExpander.java | 50 * @param text the text to be displayed in the label of the BasicExpander. 52 public BasicExpander(Message text) argument 54 super(text.toString());
|
/forgerock/opendj2-hg/src/build-tools/org/opends/build/tools/ |
H A D | Utilities.java | 39 * Inserts line breaks into the provided buffer to wrap text at no more than 44 * @param text The text to be wrapped. 48 * @return The wrapped text. 50 public static String wrapText(String text, int width) argument 53 StringTokenizer lineTokenizer = new StringTokenizer(text, "\r\n", true);
|
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | BasicExpander.java | 49 * @param text the text to be displayed in the label of the BasicExpander. 51 public BasicExpander(Message text) argument 53 super(text.toString());
|
/forgerock/opendj2-jel-hg/src/build-tools/org/opends/build/tools/ |
H A D | Utilities.java | 40 * Inserts line breaks into the provided buffer to wrap text at no more than 45 * @param text The text to be wrapped. 49 * @return The wrapped text. 51 public static String wrapText(String text, int width) argument 54 StringTokenizer lineTokenizer = new StringTokenizer(text, "\r\n", true);
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/ |
H A D | TextNotificationMessageTemplateElement.java | 38 * 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 D | TextNotificationMessageTemplateElement.java | 37 * 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-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | BasicExpander.java | 50 * @param text the text to be displayed in the label of the BasicExpander. 52 public BasicExpander(Message text) argument 54 super(text.toString());
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/ |
H A D | BasicExpander.java | 50 * @param text the text to be displayed in the label of the BasicExpander. 52 public BasicExpander(LocalizableMessage text) argument 54 super(text.toString());
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/ |
H A D | TextNotificationMessageTemplateElement.java | 38 * 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/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | NoItemSelectedPanel.java | 67 * @param text the message to be displayed. 69 public void setMessage(Message text) argument 71 msg = text; 72 l.setText(text.toString());
|
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | NoItemSelectedPanel.java | 66 * @param text the message to be displayed. 68 public void setMessage(Message text) argument 70 msg = text; 71 l.setText(text.toString());
|
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | NoItemSelectedPanel.java | 67 * @param text the message to be displayed. 69 public void setMessage(Message text) argument 71 msg = text; 72 l.setText(text.toString());
|
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | NoItemSelectedPanel.java | 66 * @param text the message to be displayed. 68 public void setMessage(Message text) argument 70 msg = text; 71 l.setText(text.toString());
|
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | NoItemSelectedPanel.java | 67 * @param text the message to be displayed. 69 public void setMessage(Message text) argument 71 msg = text; 72 l.setText(text.toString());
|
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/utils/ |
H A D | JSONSerialisation.java | 19 import java.text.MessageFormat; 63 * @return Non null JSON text. 82 * @param text Non null JSON text to parse and deserialise. 87 public <T> T deserialise(String text, Class<T> clazz) { argument 89 T value = mapper.readValue(text, clazz); 103 * @param name Non null text to wrap.
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ |
H A D | NoItemSelectedPanel.java | 67 * @param text the message to be displayed. 69 public void setMessage(LocalizableMessage text) argument 71 msg = text; 72 l.setText(text.toString());
|