Searched defs:raw (Results 1 - 25 of 40) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSDataEntry.java71 private void parseAttributeValues(Map raw) { argument
72 parseAttributeValues((Set)raw.get(SMSEntry.ATTR_XML_KEYVAL));
73 parseAttributeValues((Set)raw.get(SMSEntry.ATTR_KEYVAL));
76 private void parseAttributeValues(Set raw) { argument
77 if (raw == null) {
81 for (Iterator i = raw.iterator(); i.hasNext(); ) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSDataEntry.java71 private void parseAttributeValues(Map raw) { argument
72 parseAttributeValues((Set)raw.get(SMSEntry.ATTR_XML_KEYVAL));
73 parseAttributeValues((Set)raw.get(SMSEntry.ATTR_KEYVAL));
76 private void parseAttributeValues(Set raw) { argument
77 if (raw == null) {
81 for (Iterator i = raw.iterator(); i.hasNext(); ) {
/forgerock/opendj2/src/messages/src/org/opends/messages/
H A DMessage.java57 public static final Message EMPTY = Message.raw("");
85 static public Message raw(CharSequence formatString, Object... args) { method in class:Message
86 return raw(Category.USER_DEFINED, Severity.INFORMATION, formatString, args);
111 static public Message raw(Category category, Severity severity, method in class:Message
146 return (object != null) ? raw(object.toString(), args) : null;
228 // However, this may happen for raw messages that have a
/forgerock/opendj-b2.6/src/messages/src/org/opends/messages/
H A DMessage.java58 public static final Message EMPTY = Message.raw("");
86 static public Message raw(CharSequence formatString, Object... args) { method in class:Message
87 return raw(Category.USER_DEFINED, Severity.INFORMATION, formatString, args);
112 static public Message raw(Category category, Severity severity, method in class:Message
147 return (object != null) ? raw(object.toString(), args) : null;
229 // However, this may happen for raw messages that have a
/forgerock/opendj2.6.2/src/messages/src/org/opends/messages/
H A DMessage.java58 public static final Message EMPTY = Message.raw("");
86 static public Message raw(CharSequence formatString, Object... args) { method in class:Message
87 return raw(Category.USER_DEFINED, Severity.INFORMATION, formatString, args);
112 static public Message raw(Category category, Severity severity, method in class:Message
147 return (object != null) ? raw(object.toString(), args) : null;
229 // However, this may happen for raw messages that have a
/forgerock/opendj2-hg/src/messages/src/org/opends/messages/
H A DMessage.java57 public static final Message EMPTY = Message.raw("");
85 static public Message raw(CharSequence formatString, Object... args) { method in class:Message
86 return raw(Category.USER_DEFINED, Severity.INFORMATION, formatString, args);
111 static public Message raw(Category category, Severity severity, method in class:Message
146 return (object != null) ? raw(object.toString(), args) : null;
228 // However, this may happen for raw messages that have a
/forgerock/opendj2-jel-hg/src/messages/src/org/opends/messages/
H A DMessage.java58 public static final Message EMPTY = Message.raw("");
86 static public Message raw(CharSequence formatString, Object... args) { method in class:Message
87 return raw(Category.USER_DEFINED, Severity.INFORMATION, formatString, args);
112 static public Message raw(Category category, Severity severity, method in class:Message
147 return (object != null) ? raw(object.toString(), args) : null;
229 // However, this may happen for raw messages that have a
/forgerock/openam-v13/openam-rest/src/test/java/org/forgerock/openam/rest/query/
H A DQueryResponsePresentationTest.java275 private static List<ResourceResponse> makeResourceResponses(String raw) { argument
277 for (String item : raw.split(",")) {
/forgerock/openam/openam-rest/src/test/java/org/forgerock/openam/rest/query/
H A DQueryResponsePresentationTest.java275 private static List<ResourceResponse> makeResourceResponses(String raw) { argument
277 for (String item : raw.split(",")) {
/forgerock/web-agents-v4/source/
H A Dprocess.c1259 time_t raw; local
1332 time(&raw);
1333 raw += sec;
1335 gmtime_s(&now, &raw);
1342 gmtime_r(&raw, &now)
H A Dutility.c1575 unsigned char *raw = c; local
1582 memcpy(len, raw, sizeof (len));
1590 raw += sizeof (len);
1593 if (memcmp(raw, "SI", 2) == 0) {
1595 } else if (memcmp(raw, "SK", 2) == 0) {
1597 } else if (memcmp(raw, "S1", 2) == 0) {
1609 memcpy(r->session_info.si, raw, sz);
1617 memcpy(r->session_info.sk, raw, sz);
1625 memcpy(r->session_info.s1, raw, sz);
1630 raw
[all...]
/forgerock/web-agents-v4/zlib/
H A Dzip.c153 int raw; /* 1 for directly writing raw data */ member in struct:__anon120
1062 const char* comment, int method, int level, int raw,
1134 zi->ci.raw = raw;
1211 if ((err==ZIP_OK) && (zi->ci.method == Z_DEFLATED || zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1213 if ((err==ZIP_OK) && (zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1272 const char* comment, int method, int level, int raw,
1280 comment, method, level, raw,
1288 const char* comment, int method, int level, int raw,
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
[all...]
/forgerock/opendj2/ext/svnkit/lib/
H A Dtrilead-ssh2-1.0.0-build217.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dtrilead.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dtrilead.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dtrilead-ssh2-1.0.0-build217.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/authenticator-android-v2/app/libs/
H A Dcore-2.3.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 173 milliseconds

12