Searched refs:AttributeType (Results 1 – 7 of 7) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DtdData.java | 86 public enum AttributeType { enum in DtdData 95 public final AttributeType type; 123 AttributeType _type = AttributeType.ENUMERATED_TYPE; in Attribute() 127 _type = AttributeType.valueOf(split[0]); in Attribute() 133 if (_type == AttributeType.ENUMERATED_TYPE) { in Attribute() 155 if (a.type == AttributeType.ENUMERATED_TYPE) { in appendDtdString() 184 … return (type == AttributeType.ENUMERATED_TYPE ? values.keySet().toString() : type.toString()) in features() 1022 if (a.type == AttributeType.ENUMERATED_TYPE) { in toString() 1542 AttributeType attrType = getAttributeType(element, attribute); in getRegularizedPaths() 1543 if (attrType == AttributeType.NMTOKENS) { in getRegularizedPaths() [all …]
|
D | DtdDataCheck.java | 18 import org.unicode.cldr.util.DtdData.AttributeType; 131 } else if (a.type == AttributeType.ENUMERATED_TYPE) { in show()
|
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc2315.py | 20 namedtype.NamedType('type', AttributeType()), 27 namedtype.NamedType('attributeType', AttributeType()),
|
D | rfc3280.py | 59 class AttributeType(univ.ObjectIdentifier): class 212 namedtype.NamedType('type', AttributeType()), 970 namedtype.NamedType('type', AttributeType()),
|
D | rfc5280.py | 155 class AttributeType(univ.ObjectIdentifier): class 309 namedtype.NamedType('type', AttributeType()), 746 namedtype.NamedType('type', AttributeType()),
|
D | rfc2459.py | 1004 class AttributeType(univ.ObjectIdentifier): class 1012 namedtype.NamedType('type', AttributeType()), 1020 namedtype.NamedType('type', AttributeType()),
|
D | rfc2251.py | 40 class AttributeType(LDAPString): class
|