/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/ |
H A D | TemplateLine.java | 52 private boolean isBase64; field in class:TemplateLine 100 public boolean isBase64() method in class:TemplateLine 102 return isBase64; 128 * @param isBase64 Whether this template line's value is Base64 encoded 132 boolean isURL, boolean isBase64) 138 this.isBase64 = isBase64; 131 TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags, boolean isURL, boolean isBase64) argument
|
H A D | TemplateEntry.java | 354 else if (v.getTemplateLine().isBase64())
|
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/ |
H A D | TemplateLine.java | 51 private boolean isBase64; field in class:TemplateLine 99 public boolean isBase64() method in class:TemplateLine 101 return isBase64; 127 * @param isBase64 Whether this template line's value is Base64 encoded 131 boolean isURL, boolean isBase64) 137 this.isBase64 = isBase64; 130 TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags, boolean isURL, boolean isBase64) argument
|
H A D | TemplateEntry.java | 353 else if (v.getTemplateLine().isBase64())
|
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/ |
H A D | TemplateLine.java | 52 private boolean isBase64; field in class:TemplateLine 100 public boolean isBase64() method in class:TemplateLine 102 return isBase64; 128 * @param isBase64 Whether this template line's value is Base64 encoded 132 boolean isURL, boolean isBase64) 138 this.isBase64 = isBase64; 131 TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags, boolean isURL, boolean isBase64) argument
|
H A D | TemplateEntry.java | 354 else if (v.getTemplateLine().isBase64())
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/ |
H A D | TemplateLine.java | 52 private boolean isBase64; field in class:TemplateLine 100 public boolean isBase64() method in class:TemplateLine 102 return isBase64; 128 * @param isBase64 Whether this template line's value is Base64 encoded 132 boolean isURL, boolean isBase64) 138 this.isBase64 = isBase64; 131 TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags, boolean isURL, boolean isBase64) argument
|
H A D | TemplateEntry.java | 354 else if (v.getTemplateLine().isBase64())
|
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/ |
H A D | TemplateLine.java | 51 private boolean isBase64; field in class:TemplateLine 99 public boolean isBase64() method in class:TemplateLine 101 return isBase64; 127 * @param isBase64 Whether this template line's value is Base64 encoded 131 boolean isURL, boolean isBase64) 137 this.isBase64 = isBase64; 130 TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags, boolean isURL, boolean isBase64) argument
|
H A D | TemplateEntry.java | 353 else if (v.getTemplateLine().isBase64())
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/ |
H A D | TemplateLine.java | 50 private boolean isBase64; field in class:TemplateLine 98 public boolean isBase64() method in class:TemplateLine 100 return isBase64; 126 * @param isBase64 Whether this template line's value is Base64 encoded 130 boolean isURL, boolean isBase64) 136 this.isBase64 = isBase64; 129 TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags, boolean isURL, boolean isBase64) argument
|
H A D | TemplateEntry.java | 322 else if (v.getTemplateLine().isBase64())
|
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/ |
H A D | FRAQRUtils.h | 69 + (BOOL)isBase64:(NSString *)content;
|
H A D | FRAQRUtils.m | 61 + (BOOL)isBase64:(NSString *)content {
|
H A D | FRAPushMechanismFactory.m | 116 return [self isValid:secret] && [FRAQRUtils isBase64:[FRAQRUtils replaceCharactersForURLDecoding:secret]];
|
/forgerock/authenticator-ios-v2/unit-tests/ |
H A D | FRAQRUtilsTests.m | 63 BOOL result = [FRAQRUtils isBase64:@"somethingTHATisvalid1244+"]; 70 BOOL result = [FRAQRUtils isBase64:@"somethingTHATisNOT%valid1244+"];
|
/forgerock/opendj-b2.6/src/server/org/opends/server/util/ |
H A D | LDIFWriter.java | 808 * @param isBase64 Whether the provided value is a base 64 value or not. 811 ByteSequence valueBytes, boolean isURL, boolean isBase64) 824 else if (isBase64) 840 else if (isBase64) 810 appendLDIFSeparatorAndValue(StringBuilder buffer, ByteSequence valueBytes, boolean isURL, boolean isBase64) argument
|
/forgerock/opendj2.6.2/src/server/org/opends/server/util/ |
H A D | LDIFWriter.java | 808 * @param isBase64 Whether the provided value is a base 64 value or not. 811 ByteSequence valueBytes, boolean isURL, boolean isBase64) 824 else if (isBase64) 840 else if (isBase64) 810 appendLDIFSeparatorAndValue(StringBuilder buffer, ByteSequence valueBytes, boolean isURL, boolean isBase64) argument
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/ |
H A D | LDIFWriter.java | 808 * @param isBase64 Whether the provided value is a base 64 value or not. 811 ByteSequence valueBytes, boolean isURL, boolean isBase64) 824 else if (isBase64) 840 else if (isBase64) 810 appendLDIFSeparatorAndValue(StringBuilder buffer, ByteSequence valueBytes, boolean isURL, boolean isBase64) argument
|
/forgerock/opendj2/src/server/org/opends/server/util/ |
H A D | LDIFWriter.java | 748 * @param isBase64 Whether the provided value is a base 64 value or not. 751 ByteSequence valueBytes, boolean isURL, boolean isBase64) 767 else if (isBase64) 750 appendLDIFSeparatorAndValue(StringBuilder buffer, ByteSequence valueBytes, boolean isURL, boolean isBase64) argument
|
/forgerock/opendj2-hg/src/server/org/opends/server/util/ |
H A D | LDIFWriter.java | 748 * @param isBase64 Whether the provided value is a base 64 value or not. 751 ByteSequence valueBytes, boolean isURL, boolean isBase64) 767 else if (isBase64) 750 appendLDIFSeparatorAndValue(StringBuilder buffer, ByteSequence valueBytes, boolean isURL, boolean isBase64) argument
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/ |
H A D | LDIFWriter.java | 741 * @param isBase64 Whether the provided value is a base 64 value or not. 744 ByteSequence valueBytes, boolean isURL, boolean isBase64) 760 else if (isBase64) 743 appendLDIFSeparatorAndValue(StringBuilder buffer, ByteSequence valueBytes, boolean isURL, boolean isBase64) argument
|
/forgerock/opendj-b2.6/resource/dsml/lib/ |
H A D | saaj-impl-1.3.jar | com/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ... |
/forgerock/opendj2-jel-hg/resource/dsml/lib/ |
H A D | saaj-impl-1.3.jar | com/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ... |
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/ |
H A D | jersey-core-1.1.1-ea-SNAPSHOT.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jersey/ com/sun/jersey/api/ ... |