Searched defs:SPACE (Results 1 - 25 of 54) sorted by relevance

123

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/encode/
H A DURLEncDec.java45 final private static String SPACE = "%20"; field in class:URLEncDec
379 out.append(SPACE);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/encode/
H A DURLEncDec.java45 final private static String SPACE = "%20"; field in class:URLEncDec
379 out.append(SPACE);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DFormatUtils.java53 public static final String SPACE = " "; field in class:FormatUtils
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DConsole.java117 System.out.print(SPACE);
125 System.out.print(SPACE);
150 private static final String SPACE = " "; field in class:Console
H A DFileUtils.java796 index).append(SQRBRACKET_CLOSE).append(SPACE)
886 returnList.add(SPACE + value);
1451 public static final String SPACE = " "; field in class:FileUtils
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DFormatUtils.java53 public static final String SPACE = " "; field in class:FormatUtils
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DConsole.java117 System.out.print(SPACE);
125 System.out.print(SPACE);
150 private static final String SPACE = " "; field in class:Console
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DPlainTextProgressMessageFormatter.java50 private static String SPACE = " "; field in class:PlainTextProgressMessageFormatter
193 return new MessageBuilder(text).append(SPACE)
194 .append(INFO_PROGRESS_POINTS.get()).append(SPACE).toMessage();
212 return Message.raw(SPACE);
H A DHtmlProgressMessageFormatter.java64 private static final Message SPACE = Message.raw(" "); field in class:HtmlProgressMessageFormatter
74 private static final Message TAB = new MessageBuilder(SPACE)
75 .append(SPACE)
76 .append(SPACE)
77 .append(SPACE)
78 .append(SPACE)
121 + SPACE
122 + SPACE
127 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE
128 + SPACE
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DPlainTextProgressMessageFormatter.java51 private static String SPACE = " "; field in class:PlainTextProgressMessageFormatter
194 return new MessageBuilder(text).append(SPACE)
195 .append(INFO_PROGRESS_POINTS.get()).append(SPACE).toMessage();
213 return Message.raw(SPACE);
H A DHtmlProgressMessageFormatter.java65 private static final Message SPACE = Message.raw(" "); field in class:HtmlProgressMessageFormatter
75 private static final Message TAB = new MessageBuilder(SPACE)
76 .append(SPACE)
77 .append(SPACE)
78 .append(SPACE)
79 .append(SPACE)
122 + SPACE
123 + SPACE
128 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE
129 + SPACE
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DPlainTextProgressMessageFormatter.java51 private static String SPACE = " "; field in class:PlainTextProgressMessageFormatter
194 return new MessageBuilder(text).append(SPACE)
195 .append(INFO_PROGRESS_POINTS.get()).append(SPACE).toMessage();
213 return Message.raw(SPACE);
H A DHtmlProgressMessageFormatter.java65 private static final Message SPACE = Message.raw(" "); field in class:HtmlProgressMessageFormatter
75 private static final Message TAB = new MessageBuilder(SPACE)
76 .append(SPACE)
77 .append(SPACE)
78 .append(SPACE)
79 .append(SPACE)
122 + SPACE
123 + SPACE
128 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE
129 + SPACE
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DPlainTextProgressMessageFormatter.java50 private static String SPACE = " "; field in class:PlainTextProgressMessageFormatter
193 return new MessageBuilder(text).append(SPACE)
194 .append(INFO_PROGRESS_POINTS.get()).append(SPACE).toMessage();
212 return Message.raw(SPACE);
H A DHtmlProgressMessageFormatter.java64 private static final Message SPACE = Message.raw(" "); field in class:HtmlProgressMessageFormatter
74 private static final Message TAB = new MessageBuilder(SPACE)
75 .append(SPACE)
76 .append(SPACE)
77 .append(SPACE)
78 .append(SPACE)
121 + SPACE
122 + SPACE
127 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE
128 + SPACE
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DPlainTextProgressMessageFormatter.java51 private static String SPACE = " "; field in class:PlainTextProgressMessageFormatter
194 return new MessageBuilder(text).append(SPACE)
195 .append(INFO_PROGRESS_POINTS.get()).append(SPACE).toMessage();
213 return Message.raw(SPACE);
H A DHtmlProgressMessageFormatter.java65 private static final Message SPACE = Message.raw(" "); field in class:HtmlProgressMessageFormatter
75 private static final Message TAB = new MessageBuilder(SPACE)
76 .append(SPACE)
77 .append(SPACE)
78 .append(SPACE)
79 .append(SPACE)
122 + SPACE
123 + SPACE
128 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE
129 + SPACE
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DPlainTextProgressMessageFormatter.java49 private static String SPACE = " "; field in class:PlainTextProgressMessageFormatter
192 return new LocalizableMessageBuilder(text).append(SPACE)
193 .append(INFO_PROGRESS_POINTS.get()).append(SPACE).toMessage();
211 return LocalizableMessage.raw(SPACE);
H A DHtmlProgressMessageFormatter.java55 private static final LocalizableMessage SPACE = LocalizableMessage.raw(" "); field in class:HtmlProgressMessageFormatter
65 private static final LocalizableMessage TAB = new LocalizableMessageBuilder(SPACE)
66 .append(SPACE)
67 .append(SPACE)
68 .append(SPACE)
69 .append(SPACE)
115 + SPACE
116 + SPACE
121 UIFactory.getIconHtml(UIFactory.IconType.ERROR_LARGE) + SPACE
122 + SPACE
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DJdbcSimpleUserDao.java83 static final String SPACE = " "; field in class:JdbcSimpleUserDao
362 String updateUserStmt = "UPDATE" + SPACE + userTableName + SPACE
363 + "SET" + SPACE;
373 updateUserStmt = updateUserStmt + SPACE + "`" + attr + "`";
375 updateUserStmt = updateUserStmt + SPACE + attr;
377 updateUserStmt = updateUserStmt + SPACE + "= ?";
382 updateUserStmt= updateUserStmt + SPACE + "WHERE" + SPACE
383 + userIDAttributeName + SPACE
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceIndexManager.java66 static final String SPACE = " "; field in class:ResourceIndexManager
942 .append(ResourceIndexManager.SPACE)
949 .append(ResourceIndexManager.SPACE)
1328 .append(ResourceIndexManager.SPACE)
1342 .append(ResourceIndexManager.SPACE)
H A DResourceManager.java91 static final String SPACE = " "; field in class:ResourceManager
1526 sb.append(LTS).append(PREFIX).append(SPACE)
1530 .append(QUOTE).append(SPACE)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DJdbcSimpleUserDao.java83 static final String SPACE = " "; field in class:JdbcSimpleUserDao
362 String updateUserStmt = "UPDATE" + SPACE + userTableName + SPACE
363 + "SET" + SPACE;
373 updateUserStmt = updateUserStmt + SPACE + "`" + attr + "`";
375 updateUserStmt = updateUserStmt + SPACE + attr;
377 updateUserStmt = updateUserStmt + SPACE + "= ?";
382 updateUserStmt= updateUserStmt + SPACE + "WHERE" + SPACE
383 + userIDAttributeName + SPACE
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceIndexManager.java66 static final String SPACE = " "; field in class:ResourceIndexManager
942 .append(ResourceIndexManager.SPACE)
949 .append(ResourceIndexManager.SPACE)
1328 .append(ResourceIndexManager.SPACE)
1342 .append(ResourceIndexManager.SPACE)
H A DResourceManager.java91 static final String SPACE = " "; field in class:ResourceManager
1526 sb.append(LTS).append(PREFIX).append(SPACE)
1530 .append(QUOTE).append(SPACE)

Completed in 548 milliseconds

123