/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | SMSDataEntry.java | 71 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 D | SMSDataEntry.java | 71 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 D | Message.java | 57 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 D | Message.java | 58 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 D | Message.java | 58 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 D | Message.java | 57 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 D | Message.java | 58 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 D | QueryResponsePresentationTest.java | 275 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 D | QueryResponsePresentationTest.java | 275 private static List<ResourceResponse> makeResourceResponses(String raw) { argument 277 for (String item : raw.split(",")) {
|
/forgerock/web-agents-v4/source/ |
H A D | process.c | 1259 time_t raw; local 1332 time(&raw); 1333 raw += sec; 1335 gmtime_s(&now, &raw); 1342 gmtime_r(&raw, &now)
|
H A D | utility.c | 1575 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 D | zip.c | 153 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 D | trilead-ssh2-1.0.0-build217.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ... |
/forgerock/opendj-b2.6/ext/svnkit/ |
H A D | trilead.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ... |
/forgerock/opendj2.6.2/ext/svnkit/ |
H A D | trilead.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ... |
/forgerock/opendj2-hg/ext/svnkit/lib/ |
H A D | trilead-ssh2-1.0.0-build217.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ... |
/forgerock/opendj2/ext/ant/lib/ |
H A D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
H A D | jdeb-0.10.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ... |
/forgerock/opendj-b2.6/ext/ant/lib/ |
H A D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
H A D | jdeb-0.10.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ... |
/forgerock/opendj2.6.2/ext/ant/lib/ |
H A D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
H A D | jdeb-0.10.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ... |
/forgerock/opendj2-hg/ext/ant/lib/ |
H A D | ant-contrib-1.0b3.jar | META-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 D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
/forgerock/authenticator-android-v2/app/libs/ |
H A D | core-2.3.0.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ... |