Searched refs:output (Results 76 - 100 of 266) sorted by relevance

1234567891011

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPService.java156 ByteArrayOutputStream output = new ByteArrayOutputStream();
157 msg.writeTo(output);
158 String xmlString = output.toString(IFSConstants.DEFAULT_ENCODING);
171 output = new ByteArrayOutputStream();
172 reply.writeTo(output);
173 xmlString = output.toString(IFSConstants.DEFAULT_ENCODING);
208 ByteArrayOutputStream output = new ByteArrayOutputStream();
209 msg.writeTo(output);
211 String xmlString = output.toString(
456 ByteArrayOutputStream output
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/login/
H A DRESTLoginView.js322 redirectCallback = _.object(_.map(element.output, (o) => {
338 const pollingWaitTimeoutMs = _.find(element.output, { name: "waitTime" }).value;
355 output: element.output,
367 output: [{
449 _.find(this.output, function (obj) {
477 message: _.find(this.output, { name: "message" }),
478 type: _.find(this.output, { name: "messageType" })
494 options = _.find(this.output, { name: "options" });
499 ? _.find(this.output, { nam
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/login/
H A DRESTLoginView.js300 redirectCallback = _.object(_.map(element.output, function (o) {
329 output: element.output,
342 output: [{
421 _.find(this.output, function (obj) {
449 message: _.find(this.output, { name: "message" }),
450 type: _.find(this.output, { name: "messageType" })
466 options = _.find(this.output, { name: "options" });
471 ? _.find(this.output, { name: "defaultOption" }) : { "value": 0 };
484 options = _.find(this.output, { nam
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DByteArrayScanner.java224 * @param output
233 public <TCol extends Collection<String>> TCol nextStrings(TCol output) argument
240 output.add(nextString());
242 return output;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DByteArrayScanner.java224 * @param output
233 public <TCol extends Collection<String>> TCol nextStrings(TCol output) argument
240 output.add(nextString());
242 return output;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DByteArrayScanner.java224 * @param output
233 public <TCol extends Collection<String>> TCol nextStrings(TCol output) argument
240 output.add(nextString());
242 return output;
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/resources/com/sun/identity/diagnostic/base/resources/locale/
H A DDiagnosticToolCLI.properties52 cli-usage-sub-cmd-1=\nUsage: ssodtool {0} {1} [ ARGUMENTS ]\n\nARGUMENTS:\n -c <configdir>, --directory <configdir>\n location of server configuration directory \n\nOPTIONAL:\n -s <filename>, --save <filename>\n name of the file to save the output\n\n
53 cli-usage-sub-cmd-2=\nUsage: ssodtool {0} {1} [ ARGUMENTS ]\n\nARGUMENTS:\n None.\n\nOPTIONAL:\n -s <filename>, --save <filename>\n name of the file to save the output\n\n
54 cli-usage-sub-cmd-3=\nUsage: ssodtool {0} {1} [ ARGUMENTS ]\n\nARGUMENTS:\n -b <directory>, --basedir <directory>\n location of container base directory\n\n -d <directory>, --domain <directory>\n location of the container domain directory\n\n -t <containertype>, --type <containertype>\n type of the container\n\n Use:"{2}" for Sun Application Server\n "{3}" for Sun Web Server\n "{4}" for BEA Weblogic\n "{5}" for IBM Websphere\n\nOPTIONAL:\n -s <filename>, --save <filename>\n name of the file to save the output\n\n
/forgerock/opendj2/ext/ant/lib/
H A Dant-commons-logging.jar ... java.io.PrintStream) java.io.PrintStream output public void setEmacsMode (boolean) boolean emacsMode public void setErrorPrintStream (java ...
H A Dant-antlr.jar ... org.apache.tools.ant.BuildException String output int err java.io.File generatedFile boolean targetIsOutOfDate ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-commons-logging.jar ... java.io.PrintStream) java.io.PrintStream output public void setEmacsMode (boolean) boolean emacsMode public void setErrorPrintStream (java ...
H A Dant-antlr.jar ... org.apache.tools.ant.BuildException String output int err java.io.File generatedFile boolean targetIsOutOfDate ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-commons-logging.jar ... java.io.PrintStream) java.io.PrintStream output public void setEmacsMode (boolean) boolean emacsMode public void setErrorPrintStream (java ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-commons-logging.jar ... java.io.PrintStream) java.io.PrintStream output public void setEmacsMode (boolean) boolean emacsMode public void setErrorPrintStream (java ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-commons-logging.jar ... java.io.PrintStream) java.io.PrintStream output public void setEmacsMode (boolean) boolean emacsMode public void setErrorPrintStream (java ...
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DDummyReplicationDomain.java72 protected void exportBackend(OutputStream output) throws DirectoryException argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DDummyReplicationDomain.java72 protected void exportBackend(OutputStream output) throws DirectoryException argument
/forgerock/jee-agents-v3.5/jee-agents-tomcat/jee-agents-tomcat-v6/src/main/java/com/sun/identity/agents/tools/tomcat/v6/
H A DTomcatVersionValidator.java145 StringBuffer output = new StringBuffer();
157 executeCommand(commandArray, null, output);
163 if (output.length() != 0) {
164 versionString = getTomcatVersion(output.toString());
177 * For the given ServerInfo output from org.apache.catalina.util.ServerInfo, return true or false depending on if
190 // Parse the output looking for the Server number string, for example:
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DDummyReplicationDomain.java86 protected void exportBackend(OutputStream output) throws DirectoryException argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DFileHandler.java82 private OutputStream output; field in class:FileHandler
132 * Writes the array of bytes to the output stream and increments
142 * Writes the array of bytes to the output stream and increments
163 * close the current output stream.
164 * @throws IOException if it fails to close output stream.
172 * sets the output stream to the specified output stream ..picked up from
182 output = out;
186 writer = new OutputStreamWriter(output);
189 writer = new OutputStreamWriter(output, encodin
664 copyFile(String input, String output) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DFileHandler.java83 private OutputStream output; field in class:FileHandler
133 * Writes the array of bytes to the output stream and increments
143 * Writes the array of bytes to the output stream and increments
164 * close the current output stream.
165 * @throws IOException if it fails to close output stream.
173 * sets the output stream to the specified output stream ..picked up from
183 output = out;
187 writer = new OutputStreamWriter(output);
190 writer = new OutputStreamWriter(output, encodin
665 copyFile(String input, String output) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/file/
H A DLogFileTest.java301 RandomAccessFile output = null;
303 output = new RandomAccessFile(TEST_LOG_FILE, "rwd");
304 output.seek(output.length());
305 output.write(corruptedRecordData.toByteArray());
309 StaticUtils.close(output);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/file/
H A DLogFileTest.java301 RandomAccessFile output = null;
303 output = new RandomAccessFile(TEST_LOG_FILE, "rwd");
304 output.seek(output.length());
305 output.write(corruptedRecordData.toByteArray());
309 StaticUtils.close(output);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DUpgradeTestCase.java87 * Returns {@code true} if the output contain the expected message.
89 * @param output
90 * The upgrade's output.
93 * @return {@code true} if the output contains the expected message.
95 private boolean isOutputContainsExpectedMessage(final String output, argument
98 return (output.replaceAll("\n", " ").replaceAll("%s", " ").indexOf(
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DUpgradeTestCase.java86 * Returns {@code true} if the output contain the expected message.
88 * @param output
89 * The upgrade's output.
93 private void assertContainsMessage(String output, Message expectedMessage) argument
95 String out = output.replaceAll("\n", " ").replaceAll("%s", " ");
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DUpgradeTestCase.java87 * Returns {@code true} if the output contain the expected message.
89 * @param output
90 * The upgrade's output.
93 * @return {@code true} if the output contains the expected message.
95 private boolean isOutputContainsExpectedMessage(final String output, argument
98 return (output.replaceAll("\n", " ").replaceAll("%s", " ").indexOf(

Completed in 174 milliseconds

1234567891011