Searched refs:fmt (Results 1 - 25 of 46) sorted by relevance

12

/forgerock/openam-v13/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/events/
H A DRadiusEvent.java54 DateTimeFormatter fmt = ISODateTimeFormat.dateTime();
55 return fmt.print(timeOfEvent);
/forgerock/openam/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/events/
H A DRadiusEvent.java54 DateTimeFormatter fmt = ISODateTimeFormat.dateTime();
55 return fmt.print(timeOfEvent);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/messages/
H A DMessageTest.java73 public void testRaw(String fmt, String result, Object... args) { argument
74 Message message = Message.raw(fmt, args);
84 public void testRaw1(String fmt, Category c, Severity s, argument
86 Message message = Message.raw(c, s, fmt, args);
133 public void testGetDescriptor(String fmt, Category c, Severity s, argument
135 Message message = Message.raw(c, s, fmt, args);
140 Message message2 = Message.raw(fmt, args);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/messages/
H A DMessageTest.java72 public void testRaw(String fmt, String result, Object... args) { argument
73 Message message = Message.raw(fmt, args);
83 public void testRaw1(String fmt, Category c, Severity s, argument
85 Message message = Message.raw(c, s, fmt, args);
132 public void testGetDescriptor(String fmt, Category c, Severity s, argument
134 Message message = Message.raw(c, s, fmt, args);
139 Message message2 = Message.raw(fmt, args);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/messages/
H A DMessageTest.java73 public void testRaw(String fmt, String result, Object... args) { argument
74 Message message = Message.raw(fmt, args);
84 public void testRaw1(String fmt, Category c, Severity s, argument
86 Message message = Message.raw(c, s, fmt, args);
133 public void testGetDescriptor(String fmt, Category c, Severity s, argument
135 Message message = Message.raw(c, s, fmt, args);
140 Message message2 = Message.raw(fmt, args);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/messages/
H A DMessageTest.java72 public void testRaw(String fmt, String result, Object... args) { argument
73 Message message = Message.raw(fmt, args);
83 public void testRaw1(String fmt, Category c, Severity s, argument
85 Message message = Message.raw(c, s, fmt, args);
132 public void testGetDescriptor(String fmt, Category c, Severity s, argument
134 Message message = Message.raw(c, s, fmt, args);
139 Message message2 = Message.raw(fmt, args);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/messages/
H A DMessageTest.java73 public void testRaw(String fmt, String result, Object... args) { argument
74 Message message = Message.raw(fmt, args);
84 public void testRaw1(String fmt, Category c, Severity s, argument
86 Message message = Message.raw(c, s, fmt, args);
133 public void testGetDescriptor(String fmt, Category c, Severity s, argument
135 Message message = Message.raw(c, s, fmt, args);
140 Message message2 = Message.raw(fmt, args);
/forgerock/opendj2/src/messages/src/org/opends/messages/
H A DMessage.java183 String fmt = descriptor.getFormatString(locale);
215 s = new Formatter(locale).format(locale, fmt, newArgs).toString();
219 s = new Formatter(locale).format(locale, fmt, args).toString();
224 s = new Formatter(locale).format(locale, fmt, args).toString();
230 s = fmt;
233 s = fmt;
/forgerock/opendj-b2.6/src/messages/src/org/opends/messages/
H A DMessage.java184 String fmt = descriptor.getFormatString(locale);
216 s = new Formatter(locale).format(locale, fmt, newArgs).toString();
220 s = new Formatter(locale).format(locale, fmt, args).toString();
225 s = new Formatter(locale).format(locale, fmt, args).toString();
231 s = fmt;
234 s = fmt;
/forgerock/opendj2.6.2/src/messages/src/org/opends/messages/
H A DMessage.java184 String fmt = descriptor.getFormatString(locale);
216 s = new Formatter(locale).format(locale, fmt, newArgs).toString();
220 s = new Formatter(locale).format(locale, fmt, args).toString();
225 s = new Formatter(locale).format(locale, fmt, args).toString();
231 s = fmt;
234 s = fmt;
/forgerock/opendj2-hg/src/messages/src/org/opends/messages/
H A DMessage.java183 String fmt = descriptor.getFormatString(locale);
215 s = new Formatter(locale).format(locale, fmt, newArgs).toString();
219 s = new Formatter(locale).format(locale, fmt, args).toString();
224 s = new Formatter(locale).format(locale, fmt, args).toString();
230 s = fmt;
233 s = fmt;
/forgerock/opendj2-jel-hg/src/messages/src/org/opends/messages/
H A DMessage.java184 String fmt = descriptor.getFormatString(locale);
216 s = new Formatter(locale).format(locale, fmt, newArgs).toString();
220 s = new Formatter(locale).format(locale, fmt, args).toString();
225 s = new Formatter(locale).format(locale, fmt, args).toString();
231 s = fmt;
234 s = fmt;
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DConsole.java62 MessageFormat fmt = new MessageFormat(message.toString());
63 writeIt(fmt.format(args) + NEW_LINE);
67 MessageFormat fmt = new MessageFormat(message.toString());
68 writeIt(fmt.format(args));
H A DLocalizedMessage.java86 MessageFormat fmt = new MessageFormat(message);
87 setMessage(fmt.format(args));
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DConsole.java62 MessageFormat fmt = new MessageFormat(message.toString());
63 writeIt(fmt.format(args) + NEW_LINE);
67 MessageFormat fmt = new MessageFormat(message.toString());
68 writeIt(fmt.format(args));
H A DLocalizedMessage.java86 MessageFormat fmt = new MessageFormat(message);
87 setMessage(fmt.format(args));
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_web.h762 AM_WEB_EXPORT void am_web_log_always(const char *fmt, ...);
763 AM_WEB_EXPORT boolean_t am_web_log_auth(am_web_access_t access_type, const char *fmt, ...);
764 AM_WEB_EXPORT void am_web_log_error(const char *fmt, ...);
765 AM_WEB_EXPORT void am_web_log_warning(const char *fmt, ...);
766 AM_WEB_EXPORT void am_web_log_info(const char *fmt, ...);
767 AM_WEB_EXPORT void am_web_log_debug(const char *fmt, ...);
768 AM_WEB_EXPORT void am_web_log_max_debug(const char *fmt, ...);
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_web.h762 AM_WEB_EXPORT void am_web_log_always(const char *fmt, ...);
763 AM_WEB_EXPORT boolean_t am_web_log_auth(am_web_access_t access_type, const char *fmt, ...);
764 AM_WEB_EXPORT void am_web_log_error(const char *fmt, ...);
765 AM_WEB_EXPORT void am_web_log_warning(const char *fmt, ...);
766 AM_WEB_EXPORT void am_web_log_info(const char *fmt, ...);
767 AM_WEB_EXPORT void am_web_log_debug(const char *fmt, ...);
768 AM_WEB_EXPORT void am_web_log_max_debug(const char *fmt, ...);
/forgerock/web-agents-v4/source/
H A Dam.h333 int am_asprintf(char **buffer, const char *fmt, ...);
H A Dutility.h214 int am_vasprintf(char **buffer, const char *fmt, va_list arg);
H A Dutility.c599 * @param fmt the printf style format string
603 int am_vasprintf(char **buffer, const char *fmt, va_list arg) { argument
608 size = vsnprintf(NULL, 0, fmt, ap);
613 if ((size = vsnprintf(*buffer, size, fmt, ap)) < 0) {
636 * @param fmt the printf style format string
640 int am_asprintf(char **buffer, const char *fmt, ...) { argument
644 va_start(ap, fmt);
646 size = am_vasprintf(buffer, fmt, ap);
H A Dadmin.c865 static am_bool_t get_confirmation(const char *fmt, ...) { argument
870 va_start(va, fmt);
871 vprintf(fmt, va);
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c272 static void *WS_Printf(struct ws *ws, const char *fmt, ...) { argument
281 va_start(ap, fmt);
282 v = vsnprintf(p, u, fmt, ap);
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-xjc.jar ... rngom/ com/ com/sun/ com/sun/codemodel/ com/sun/codemodel/fmt/ com/sun/codemodel/util/ com/sun/codemodel/writer/ com/sun ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-xjc.jar ... rngom/ com/ com/sun/ com/sun/codemodel/ com/sun/codemodel/fmt/ com/sun/codemodel/util/ com/sun/codemodel/writer/ com/sun ...

Completed in 139 milliseconds

12