Searched refs:comment (Results 1 - 25 of 124) sorted by relevance

12345

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteCookie.java45 private String comment = null; field in class:RemoteCookie
65 comment = cookie.getComment();
83 if (comment != null)
84 newCookie.setComment(comment);
105 * Retrieves the cookie comment
107 * @return The comment of the cookie or null
110 return comment;
177 * Sets the cookies comment to supplied value. Updates underlying cookie
180 * @param comment The cookies new comment
182 setComment(String comment) argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteCookie.java45 private String comment = null; field in class:RemoteCookie
65 comment = cookie.getComment();
83 if (comment != null)
84 newCookie.setComment(comment);
105 * Retrieves the cookie comment
107 * @return The comment of the cookie or null
110 return comment;
177 * Sets the cookies comment to supplied value. Updates underlying cookie
180 * @param comment The cookies new comment
182 setComment(String comment) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/common/
H A DStatus.java46 * <attribute name="comment" type="{http://www.w3.org/2001/XMLSchema}string" />
60 private String comment; field in class:Status
139 * Gets comment for the status.
141 * @return comment for the status.
145 return comment;
149 * Sets comment
150 * @param comment String
153 public void setComment(String comment) { argument
154 this.comment = comment;
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/common/
H A DStatus.java46 * <attribute name="comment" type="{http://www.w3.org/2001/XMLSchema}string" />
60 private String comment; field in class:Status
139 * Gets comment for the status.
141 * @return comment for the status.
145 return comment;
149 * Sets comment
150 * @param comment String
153 public void setComment(String comment) { argument
154 this.comment = comment;
[all...]
/forgerock/web-agents-v4/zlib/
H A Dzip.h154 const char* comment,
165 const char* comment,
178 if comment != NULL, comment contain the comment string
194 const char* comment,
207 const char* comment,
223 const char* comment,
240 const char* comment,
266 const char* comment,
[all...]
H A Dzip.c480 the global comment)
489 ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */
542 the global comment)
551 ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */
735 // read the comment from the standard central header.
788 /* zipfile global comment length */
1062 const char* comment, int method, int level, int raw,
1102 if (comment==NULL)
1105 size_comment = (uInt)strlen(comment);
1182 size_extrafield_global+i) = *(comment
1059 zipOpenNewFileInZip4_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase, int zip64) argument
1269 zipOpenNewFileInZip4(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase) argument
1285 zipOpenNewFileInZip3(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting) argument
1300 zipOpenNewFileInZip3_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, int zip64) argument
1315 zipOpenNewFileInZip2(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw) argument
1328 zipOpenNewFileInZip2_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int zip64) argument
1341 zipOpenNewFileInZip64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int zip64) argument
1354 zipOpenNewFileInZip(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level) argument
[all...]
/forgerock/opendj2/ext/svnkit/lib/
H A Djsch.agentproxy.core-0.0.7.jar ... java.lang.Object { private byte[] blob private byte[] comment void " href="/source/s?defs=%3 ...
H A Djsch.agentproxy.connector-factory-0.0.7.jar ... java.lang.Object { private byte[] blob private byte[] comment void " href="/source/s?defs=%3 ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Djsch.agentproxy.core-0.0.7.jar ... java.lang.Object { private byte[] blob private byte[] comment void " href="/source/s?defs=%3 ...
H A Djsch.agentproxy.connector-factory-0.0.7.jar ... java.lang.Object { private byte[] blob private byte[] comment void " href="/source/s?defs=%3 ...
/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java698 String comment = br.readLine();
700 while (comment != null && comment.startsWith("#"))
702 writer.writeComment(comment.replaceAll("# ", "").replaceAll("#", ""));
703 comment = br.readLine();
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java698 String comment = br.readLine();
700 while (comment != null && comment.startsWith("#"))
702 writer.writeComment(comment.replaceAll("# ", "").replaceAll("#", ""));
703 comment = br.readLine();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java671 String comment = br.readLine();
673 while (comment != null && comment.startsWith("#"))
675 writer.writeComment(comment.replaceAll("# ", "").replaceAll("#", ""));
676 comment = br.readLine();
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java212 * LDIF writer - example comment strings.
214 * @return Returns an array of comment strings and their expected LDIF
264 * @param comment
265 * The input comment string.
274 public void TestWriteComment(String comment, int wrapColumn, argument
279 ldifWriter.writeComment(Message.raw(comment), wrapColumn);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java211 * LDIF writer - example comment strings.
213 * @return Returns an array of comment strings and their expected LDIF
263 * @param comment
264 * The input comment string.
273 public void TestWriteComment(String comment, int wrapColumn, argument
278 ldifWriter.writeComment(Message.raw(comment), wrapColumn);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java212 * LDIF writer - example comment strings.
214 * @return Returns an array of comment strings and their expected LDIF
264 * @param comment
265 * The input comment string.
274 public void TestWriteComment(String comment, int wrapColumn, argument
279 ldifWriter.writeComment(Message.raw(comment), wrapColumn);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java211 * LDIF writer - example comment strings.
213 * @return Returns an array of comment strings and their expected LDIF
263 * @param comment
264 * The input comment string.
273 public void TestWriteComment(String comment, int wrapColumn, argument
278 ldifWriter.writeComment(Message.raw(comment), wrapColumn);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java212 * LDIF writer - example comment strings.
214 * @return Returns an array of comment strings and their expected LDIF
264 * @param comment
265 * The input comment string.
274 public void TestWriteComment(String comment, int wrapColumn, argument
279 ldifWriter.writeComment(Message.raw(comment), wrapColumn);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/
H A DTestLDIFWriter.java210 * LDIF writer - example comment strings.
212 * @return Returns an array of comment strings and their expected LDIF
262 * @param comment
263 * The input comment string.
272 public void TestWriteComment(String comment, int wrapColumn, argument
277 ldifWriter.writeComment(LocalizableMessage.raw(comment), wrapColumn);
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DLDIFWriter.java95 * Writes the provided comment to the LDIF file, optionally wrapping near the
97 * character followed by a space. If the comment should be wrapped at a
102 * This comment will be ignored by the
106 * @param comment The comment to be written. Any line breaks that it
116 * comment to the LDIF file.
118 public void writeComment(Message comment, int wrapColumn) argument
121 ensureNotNull(comment);
124 // First, break up the comment into multiple lines to preserve the original
126 String[] lines = SPLIT_NEWLINE.split(comment);
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/
H A DLDIFWriter.java89 * Writes the provided comment to the LDIF file, optionally wrapping near the
91 * character followed by a space. If the comment should be wrapped at a
96 * This comment will be ignored by the
100 * @param comment The comment to be written. Any line breaks that it
110 * comment to the LDIF file.
112 public void writeComment(Message comment, int wrapColumn) argument
115 ensureNotNull(comment);
118 // First, break up the comment into multiple lines to preserve the original
120 String[] lines = SPLIT_NEWLINE.split(comment);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DLDIFWriter.java95 * Writes the provided comment to the LDIF file, optionally wrapping near the
97 * character followed by a space. If the comment should be wrapped at a
102 * This comment will be ignored by the
106 * @param comment The comment to be written. Any line breaks that it
116 * comment to the LDIF file.
118 public void writeComment(Message comment, int wrapColumn) argument
121 ensureNotNull(comment);
124 // First, break up the comment into multiple lines to preserve the original
126 String[] lines = SPLIT_NEWLINE.split(comment);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DLDIFWriter.java95 * Writes the provided comment to the LDIF file, optionally wrapping near the
97 * character followed by a space. If the comment should be wrapped at a
102 * This comment will be ignored by the
106 * @param comment The comment to be written. Any line breaks that it
116 * comment to the LDIF file.
118 public void writeComment(Message comment, int wrapColumn) argument
121 ensureNotNull(comment);
124 // First, break up the comment into multiple lines to preserve the original
126 String[] lines = SPLIT_NEWLINE.split(comment);
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DLDIFWriter.java89 * Writes the provided comment to the LDIF file, optionally wrapping near the
91 * character followed by a space. If the comment should be wrapped at a
96 * This comment will be ignored by the
100 * @param comment The comment to be written. Any line breaks that it
110 * comment to the LDIF file.
112 public void writeComment(Message comment, int wrapColumn) argument
115 ensureNotNull(comment);
118 // First, break up the comment into multiple lines to preserve the original
120 String[] lines = SPLIT_NEWLINE.split(comment);
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPAddressCard.java439 DSTString comment = ace.getLComment();
440 if(comment != null) {
441 sb.append("LComment=").append(comment.getValue());

Completed in 114 milliseconds

12345