Searched refs:format (Results 1 - 25 of 1593) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/audit/
H A DnopFormatter.js3 function format() { function
6 format()
H A DstacktraceFormatter.js3 function format() { function
10 format()
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/models/schemaTransforms/
H A DtransformBooleanTypeToCheckboxFormat.js20 * Transforms boolean types to checkbox format
25 property.format = "checkbox";
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/
H A DQueueTimeoutException.java31 super(MessageFormat.format(
44 super(MessageFormat.format(
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/
H A DQueueTimeoutException.java31 super(MessageFormat.format(
44 super(MessageFormat.format(
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/exceptions/
H A DReadFailedException.java28 super(MessageFormat.format("Failed to read Token: {0}", tokenId), cause);
H A DDeleteFailedException.java27 super(MessageFormat.format(
34 super(MessageFormat.format(
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/exceptions/
H A DInvalidConfigurationException.java25 super(MessageFormat.format("Invalid Configuration:\n{0}", detail));
H A DServerConfigurationNotFound.java27 super(MessageFormat.format(
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/exceptions/
H A DReadFailedException.java28 super(MessageFormat.format("Failed to read Token: {0}", tokenId), cause);
H A DDeleteFailedException.java27 super(MessageFormat.format(
34 super(MessageFormat.format(
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/exceptions/
H A DInvalidConfigurationException.java25 super(MessageFormat.format("Invalid Configuration:\n{0}", detail));
H A DServerConfigurationNotFound.java27 super(MessageFormat.format(
/forgerock/openam-v13/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/events/
H A DRadiusEvent.java19 import org.joda.time.format.DateTimeFormatter;
20 import org.joda.time.format.ISODateTimeFormat;
49 * Get the time at which the event occurred in ISO format.
51 * @return a String containing an ISO date format representation of the time at which the event occurred.
/forgerock/openam/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/events/
H A DRadiusEvent.java19 import org.joda.time.format.DateTimeFormatter;
20 import org.joda.time.format.ISODateTimeFormat;
49 * Get the time at which the event occurred in ISO format.
51 * @return a String containing an ISO date format representation of the time at which the event occurred.
/forgerock/web-agents-v4/source/
H A Dlog.h21 void am_log_write(unsigned long instance_id, int level, const char* header, int header_sz, const char *format, ...);
24 #define AM_LOG_ALWAYS(instance, format, ...)\
26 if (format != NULL) {\
45 am_log_write(instance, AM_LOG_LEVEL_ALWAYS, header, header_sz, format, ##__VA_ARGS__);\
49 #define AM_LOG_ALWAYS(instance, format, ...)\
51 if (format != NULL) {\
65 am_log_write(instance, AM_LOG_LEVEL_ALWAYS, header, header_sz, format, ##__VA_ARGS__);\
71 #define AM_LOG_INFO(instance, format, ...) \
73 if (format != NULL && perform_logging(instance, AM_LOG_LEVEL_INFO)) {\
92 am_log_write(instance, AM_LOG_LEVEL_INFO, header, header_sz, format, ##__VA_ARGS_
[all...]
/forgerock/openam-v13/openam-scripting/src/test/java/org/forgerock/openam/scripting/
H A DScriptExceptionTest.java18 import static java.text.MessageFormat.format;
42 assertThat(se.getMessage()).isEqualTo(format("Script type not recognised: {0}", context));
47 assertThat(se.getMessage()).isEqualTo(format("Scripting language not supported: {0}", language));
52 assertThat(se.getMessage()).isEqualTo(format("Failed to read script called {0} from realm {1}", scriptName,
58 assertThat(se.getMessage()).isEqualTo(format("Failed to read script with UUID {0} from realm " + "{1}", uuid,
64 assertThat(se.getMessage()).isEqualTo(format("Failed to delete script with UUID {0} from realm " + "{1}",
70 assertThat(se.getMessage()).isEqualTo(format("Failed to retrieve script with UUID {0} from " + "realm {1}",
76 assertThat(se.getMessage()).isEqualTo(format("Failed to retrieve scripts from realm {0}", realm));
81 assertThat(se.getMessage()).isEqualTo(format("Failed to save script with UUID {0} in realm " + "{1}", uuid,
112 assertThat(se.getMessage()).isEqualTo(format("Scrip
[all...]
/forgerock/openam/openam-scripting/src/test/java/org/forgerock/openam/scripting/
H A DScriptExceptionTest.java18 import static java.text.MessageFormat.format;
42 assertThat(se.getMessage()).isEqualTo(format("Script type not recognised: {0}", context));
47 assertThat(se.getMessage()).isEqualTo(format("Scripting language not supported: {0}", language));
52 assertThat(se.getMessage()).isEqualTo(format("Failed to read script called {0} from realm {1}", scriptName,
58 assertThat(se.getMessage()).isEqualTo(format("Failed to read script with UUID {0} from realm " + "{1}", uuid,
64 assertThat(se.getMessage()).isEqualTo(format("Failed to delete script with UUID {0} from realm " + "{1}",
70 assertThat(se.getMessage()).isEqualTo(format("Failed to retrieve script with UUID {0} from " + "realm {1}",
76 assertThat(se.getMessage()).isEqualTo(format("Failed to retrieve scripts from realm {0}", realm));
81 assertThat(se.getMessage()).isEqualTo(format("Failed to save script with UUID {0} in realm " + "{1}", uuid,
112 assertThat(se.getMessage()).isEqualTo(format("Scrip
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/scripts/bulkfed/id-ff/
H A DamGenerateLDIF.pl111 $format="urn:liberty:iff:nameid:federated";
131 $userinfo = $userinfo.$format."|IDPRole|Active|";
146 $userinfo = $userinfo.$spproviderid."|".$format;
/forgerock/openam/openam-federation/OpenFM/src/main/scripts/bulkfed/id-ff/
H A DamGenerateLDIF.pl111 $format="urn:liberty:iff:nameid:federated";
131 $userinfo = $userinfo.$format."|IDPRole|Active|";
146 $userinfo = $userinfo.$spproviderid."|".$format;
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DConsoleDebugLogPublisher.java63 * The format used for trace timestamps.
184 StringBuilder format = new StringBuilder();
185 format.append("returned={%s} ");
186 format.append(signature);
187 format.append("():");
188 format.append(sourceLocation);
190 msg = DebugMessageFormatter.format(format.toString(),
216 StringBuilder format = new StringBuilder();
217 format
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DConsoleDebugLogPublisher.java62 * The format used for trace timestamps.
183 StringBuilder format = new StringBuilder();
184 format.append("returned={%s} ");
185 format.append(signature);
186 format.append("():");
187 format.append(sourceLocation);
189 msg = DebugMessageFormatter.format(format.toString(),
215 StringBuilder format = new StringBuilder();
216 format
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DConsoleDebugLogPublisher.java63 * The format used for trace timestamps.
184 StringBuilder format = new StringBuilder();
185 format.append("returned={%s} ");
186 format.append(signature);
187 format.append("():");
188 format.append(sourceLocation);
190 msg = DebugMessageFormatter.format(format.toString(),
216 StringBuilder format = new StringBuilder();
217 format
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DConsoleDebugLogPublisher.java63 * The format used for trace timestamps.
184 StringBuilder format = new StringBuilder();
185 format.append("returned={%s} ");
186 format.append(signature);
187 format.append("():");
188 format.append(sourceLocation);
190 msg = DebugMessageFormatter.format(format.toString(),
216 StringBuilder format = new StringBuilder();
217 format
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DConsoleDebugLogPublisher.java62 * The format used for trace timestamps.
183 StringBuilder format = new StringBuilder();
184 format.append("returned={%s} ");
185 format.append(signature);
186 format.append("():");
187 format.append(sourceLocation);
189 msg = DebugMessageFormatter.format(format.toString(),
215 StringBuilder format = new StringBuilder();
216 format
[all...]

Completed in 40 milliseconds

1234567891011>>