Home
last modified time | relevance | path

Searched refs:attrType (Results 1 – 25 of 1316) sorted by relevance

12345678910>>...53

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Diagnostics/
H A DFileVersionInfoTest.cs126 ConstructorInfo ci = attrType.GetConstructor ( in GetVersionInfo_NoNativeResources()
139 attrType = typeof (AssemblyProductAttribute); in GetVersionInfo_NoNativeResources()
145 attrType = typeof (AssemblyCopyrightAttribute); in GetVersionInfo_NoNativeResources()
151 attrType = typeof (AssemblyTrademarkAttribute); in GetVersionInfo_NoNativeResources()
157 attrType = typeof (AssemblyVersionAttribute); in GetVersionInfo_NoNativeResources()
175 attrType = typeof (AssemblyCultureAttribute); in GetVersionInfo_NoNativeResources()
286 ConstructorInfo ci = attrType.GetConstructor ( in DefineUnmanagedResource1b()
299 attrType = typeof (AssemblyProductAttribute); in DefineUnmanagedResource1b()
317 attrType = typeof (AssemblyVersionAttribute); in DefineUnmanagedResource1b()
335 attrType = typeof (AssemblyCultureAttribute); in DefineUnmanagedResource1b()
[all …]
/dports/devel/libvirt/libvirt-7.10.0/src/util/
H A Dvirperf.c74 unsigned int attrType; member
80 .attrType = 0,
84 .attrType = 0,
88 .attrType = 0,
92 .attrType = PERF_TYPE_HARDWARE,
96 .attrType = PERF_TYPE_HARDWARE,
100 .attrType = PERF_TYPE_HARDWARE,
104 .attrType = PERF_TYPE_HARDWARE,
108 .attrType = PERF_TYPE_HARDWARE,
132 .attrType = 0,
[all …]
/dports/biology/py-ete3/ete3-3.1.2/ete3/treeview/
H A D_search_dialog.py66 self.attrType = QComboBox(Dialog)
68 self.attrType.setObjectName("attrType")
69 self.attrType.addItem("")
70 self.attrType.addItem("")
71 self.attrType.addItem("")
72 self.attrType.addItem("")
73 self.attrType.addItem("")
74 self.attrType.addItem("")
75 self.attrType.addItem("")
76 self.attrType.addItem("")
[all …]
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/pkcs/
H A DPKCS10CertificationRequestBuilder.java83 …public PKCS10CertificationRequestBuilder setAttribute(ASN1ObjectIdentifier attrType, ASN1Encodable… in setAttribute() argument
88 if (((Attribute)it.next()).getAttrType().equals(attrType)) in setAttribute()
90 … throw new IllegalStateException("Attribute " + attrType.toString() + " is already set"); in setAttribute()
93 addAttribute(attrType, attrValue); in setAttribute()
105 …public PKCS10CertificationRequestBuilder setAttribute(ASN1ObjectIdentifier attrType, ASN1Encodable… in setAttribute() argument
110 if (((Attribute)it.next()).getAttrType().equals(attrType)) in setAttribute()
112 … throw new IllegalStateException("Attribute " + attrType.toString() + " is already set"); in setAttribute()
115 addAttribute(attrType, attrValue); in setAttribute()
127 …public PKCS10CertificationRequestBuilder addAttribute(ASN1ObjectIdentifier attrType, ASN1Encodable… in addAttribute() argument
129 attributes.add(new Attribute(attrType, new DERSet(attrValue))); in addAttribute()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.OracleClient/System.Data.OracleClient.Oci/
H A DOciHandle.cs157 internal bool GetAttributeBool (OciAttributeType attrType, OciErrorHandle errorHandle) { in GetAttributeBool() argument
158 return (GetAttributeInt32 (attrType, errorHandle) != 0); in GetAttributeBool()
169 attrType, in GetAttributeSByte()
188 attrType, in GetAttributeByte()
207 attrType, in GetAttributeUInt16()
226 attrType, in GetAttributeInt32()
250 OciAttributeType attrType = OciAttributeType.RowId; in GetAttributeRowIdDescriptor()
259 attrType, in GetAttributeRowIdDescriptor()
282 attrType, in GetAttributeIntPtr()
303 attrType, in GetAttributeString()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/Reflection/
H A DAssemblyTests.cs524 result = VerifyCustomAttribute(attrType, attrstr); in Test_Int32AttrSimple()
535 result = VerifyCustomAttribute(attrType, attrstr); in Test_Int64Attr()
546 result = VerifyCustomAttribute(attrType, attrstr); in Test_StringAttr()
557 result = VerifyCustomAttribute(attrType, attrstr); in Test_EnumAttr()
568 result = VerifyCustomAttribute(attrType, attrstr); in Test_TypeAttr()
579 result = VerifyCustomAttribute(attrType, attrstr); in Test_CompilationRelaxationsAttr()
590 result = VerifyCustomAttribute(attrType, attrstr); in Test_AssemblyIdentityAttr()
601 result = VerifyCustomAttribute(attrType, attrstr); in Test_AssemblyDescriptionAttribute()
612 result = VerifyCustomAttribute(attrType, attrstr); in Test_AssemblyCompanyAttribute()
623 result = VerifyCustomAttribute(attrType, attrstr); in Test_CLSCompliantAttribute()
[all …]
/dports/java/bouncycastle15/crypto-169/util/src/main/java/org/bouncycastle/asn1/cms/
H A DAttribute.java36 private ASN1ObjectIdentifier attrType; field in Attribute
71 attrType = (ASN1ObjectIdentifier)seq.getObjectAt(0); in Attribute()
76 ASN1ObjectIdentifier attrType, in Attribute() argument
79 this.attrType = attrType; in Attribute()
85 return attrType; in getAttrType()
105 v.add(attrType); in toASN1Primitive()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/asn1/pkcs/
H A DAttribute.java14 private DERObjectIdentifier attrType; field in Attribute
42 attrType = (DERObjectIdentifier)seq.getObjectAt(0); in Attribute()
47 DERObjectIdentifier attrType, in Attribute() argument
50 this.attrType = attrType; in Attribute()
56 return attrType; in getAttrType()
77 v.add(attrType); in getDERObject()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kerberos/vendor/github.com/go-ldap/ldap/v3/
H A Dmodify.go62 func (req *ModifyRequest) Add(attrType string, attrVals []string) {
63 req.appendChange(AddAttribute, attrType, attrVals)
67 func (req *ModifyRequest) Delete(attrType string, attrVals []string) {
68 req.appendChange(DeleteAttribute, attrType, attrVals)
72 func (req *ModifyRequest) Replace(attrType string, attrVals []string) {
73 req.appendChange(ReplaceAttribute, attrType, attrVals)
77 func (req *ModifyRequest) Increment(attrType string, attrVal string) {
78 req.appendChange(IncrementAttribute, attrType, []string{attrVal})
81 func (req *ModifyRequest) appendChange(operation uint, attrType string, attrVals []string) {
82 …req.Changes = append(req.Changes, Change{operation, PartialAttribute{Type: attrType, Vals: attrVal…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-openldap/vendor/github.com/go-ldap/ldap/v3/
H A Dmodify.go62 func (req *ModifyRequest) Add(attrType string, attrVals []string) {
63 req.appendChange(AddAttribute, attrType, attrVals)
67 func (req *ModifyRequest) Delete(attrType string, attrVals []string) {
68 req.appendChange(DeleteAttribute, attrType, attrVals)
72 func (req *ModifyRequest) Replace(attrType string, attrVals []string) {
73 req.appendChange(ReplaceAttribute, attrType, attrVals)
77 func (req *ModifyRequest) Increment(attrType string, attrVal string) {
78 req.appendChange(IncrementAttribute, attrType, []string{attrVal})
81 func (req *ModifyRequest) appendChange(operation uint, attrType string, attrVals []string) {
82 …req.Changes = append(req.Changes, Change{operation, PartialAttribute{Type: attrType, Vals: attrVal…
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-ldap/ldap/v3/
H A Dmodify.go62 func (req *ModifyRequest) Add(attrType string, attrVals []string) {
63 req.appendChange(AddAttribute, attrType, attrVals)
67 func (req *ModifyRequest) Delete(attrType string, attrVals []string) {
68 req.appendChange(DeleteAttribute, attrType, attrVals)
72 func (req *ModifyRequest) Replace(attrType string, attrVals []string) {
73 req.appendChange(ReplaceAttribute, attrType, attrVals)
77 func (req *ModifyRequest) Increment(attrType string, attrVal string) {
78 req.appendChange(IncrementAttribute, attrType, []string{attrVal})
81 func (req *ModifyRequest) appendChange(operation uint, attrType string, attrVals []string) {
82 …req.Changes = append(req.Changes, Change{operation, PartialAttribute{Type: attrType, Vals: attrVal…
/dports/security/vault/vault-1.8.2/vendor/github.com/go-ldap/ldap/v3/
H A Dmodify.go62 func (req *ModifyRequest) Add(attrType string, attrVals []string) {
63 req.appendChange(AddAttribute, attrType, attrVals)
67 func (req *ModifyRequest) Delete(attrType string, attrVals []string) {
68 req.appendChange(DeleteAttribute, attrType, attrVals)
72 func (req *ModifyRequest) Replace(attrType string, attrVals []string) {
73 req.appendChange(ReplaceAttribute, attrType, attrVals)
77 func (req *ModifyRequest) Increment(attrType string, attrVal string) {
78 req.appendChange(IncrementAttribute, attrType, []string{attrVal})
81 func (req *ModifyRequest) appendChange(operation uint, attrType string, attrVals []string) {
82 …req.Changes = append(req.Changes, Change{operation, PartialAttribute{Type: attrType, Vals: attrVal…
/dports/security/vault/vault-1.8.2/vendor/github.com/go-ldap/ldap/
H A Dmodify.go62 func (req *ModifyRequest) Add(attrType string, attrVals []string) {
63 req.appendChange(AddAttribute, attrType, attrVals)
67 func (req *ModifyRequest) Delete(attrType string, attrVals []string) {
68 req.appendChange(DeleteAttribute, attrType, attrVals)
72 func (req *ModifyRequest) Replace(attrType string, attrVals []string) {
73 req.appendChange(ReplaceAttribute, attrType, attrVals)
77 func (req *ModifyRequest) Increment(attrType string, attrVal string) {
78 req.appendChange(IncrementAttribute, attrType, []string{attrVal})
81 func (req *ModifyRequest) appendChange(operation uint, attrType string, attrVals []string) {
82 …req.Changes = append(req.Changes, Change{operation, PartialAttribute{Type: attrType, Vals: attrVal…
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/go-ldap/ldap/v3/
H A Dmodify.go62 func (req *ModifyRequest) Add(attrType string, attrVals []string) {
63 req.appendChange(AddAttribute, attrType, attrVals)
67 func (req *ModifyRequest) Delete(attrType string, attrVals []string) {
68 req.appendChange(DeleteAttribute, attrType, attrVals)
72 func (req *ModifyRequest) Replace(attrType string, attrVals []string) {
73 req.appendChange(ReplaceAttribute, attrType, attrVals)
77 func (req *ModifyRequest) Increment(attrType string, attrVal string) {
78 req.appendChange(IncrementAttribute, attrType, []string{attrVal})
81 func (req *ModifyRequest) appendChange(operation uint, attrType string, attrVals []string) {
82 …req.Changes = append(req.Changes, Change{operation, PartialAttribute{Type: attrType, Vals: attrVal…
/dports/java/bouncycastle15/crypto-169/util/src/main/java/org/bouncycastle/asn1/cmc/
H A DTaggedAttribute.java25 private final ASN1ObjectIdentifier attrType; field in TaggedAttribute
50 this.attrType = ASN1ObjectIdentifier.getInstance(seq.getObjectAt(1)); in TaggedAttribute()
54 public TaggedAttribute(BodyPartID bodyPartID, ASN1ObjectIdentifier attrType, ASN1Set attrValues) in TaggedAttribute() argument
57 this.attrType = attrType; in TaggedAttribute()
68 return attrType; in getAttrType()
78 return new DERSequence(new ASN1Encodable[]{bodyPartID, attrType, attrValues}); in toASN1Primitive()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/pkcs/
H A DAttribute.java15 private ASN1ObjectIdentifier attrType; field in Attribute
43 attrType = (ASN1ObjectIdentifier)seq.getObjectAt(0); in Attribute()
48 ASN1ObjectIdentifier attrType, in Attribute() argument
51 this.attrType = attrType; in Attribute()
57 return attrType; in getAttrType()
83 v.add(attrType); in toASN1Primitive()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/x509/
H A DAttribute.java15 private ASN1ObjectIdentifier attrType; field in Attribute
48 attrType = ASN1ObjectIdentifier.getInstance(seq.getObjectAt(0)); in Attribute()
53 ASN1ObjectIdentifier attrType, in Attribute() argument
56 this.attrType = attrType; in Attribute()
62 return new ASN1ObjectIdentifier(attrType.getId()); in getAttrType()
88 v.add(attrType); in toASN1Primitive()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/asn1/x509/
H A DAttribute.java14 private DERObjectIdentifier attrType; field in Attribute
47 attrType = DERObjectIdentifier.getInstance(seq.getObjectAt(0)); in Attribute()
52 DERObjectIdentifier attrType, in Attribute() argument
55 this.attrType = attrType; in Attribute()
61 return attrType; in getAttrType()
82 v.add(attrType); in toASN1Object()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/ldap.v1/
H A Dmodify.go46 attrType string member
52 …Child(ber.NewString(ber.ClassUniversal, ber.TypePrimitive, ber.TagOctetString, p.attrType, "Type"))
68 func (m *ModifyRequest) Add(attrType string, attrVals []string) {
69 m.addAttributes = append(m.addAttributes, PartialAttribute{attrType: attrType, attrVals: attrVals})
72 func (m *ModifyRequest) Delete(attrType string, attrVals []string) {
73 …m.deleteAttributes = append(m.deleteAttributes, PartialAttribute{attrType: attrType, attrVals: att…
76 func (m *ModifyRequest) Replace(attrType string, attrVals []string) {
77 …m.replaceAttributes = append(m.replaceAttributes, PartialAttribute{attrType: attrType, attrVals: a…
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Description/
H A DServiceReflector.cs439 return GetCustomAttributes(attrProvider, attrType, false); in GetCustomAttributes()
499 Type attrType = typeof(T); field in System.ServiceModel.Description.ServiceReflector.__anon1
500 object[] attrs = GetCustomAttributes(attrProvider, attrType);
515 Type attrType = typeof(T); field in System.ServiceModel.Description.ServiceReflector.__anon2
516 object[] attrs = GetCustomAttributes(attrProvider, attrType);
533 object[] attrs = GetCustomAttributes(attrProvider, attrType); in GetSingleAttribute()
562 object result = GetSingleAttribute(attrType, attrProvider); in GetRequiredSingleAttribute()
577 Type attrType = typeof(T);
580 if (otherType == attrType)
596 object result = GetSingleAttribute(attrType, attrProvider); in GetSingleAttribute()
[all …]
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/framework/
H A DXMLAttDef.cpp87 const XMLCh* XMLAttDef::getAttTypeString(const XMLAttDef::AttTypes attrType in getAttTypeString() argument
91 if ((attrType < AttTypes_Min) || (attrType > AttTypes_Max)) in getAttTypeString()
93 return gAttTypeStrings[attrType]; in getAttTypeString()
96 const XMLCh* XMLAttDef::getDefAttTypeString(const XMLAttDef::DefAttTypes attrType in getDefAttTypeString() argument
100 if ((attrType < DefAttTypes_Min) || (attrType > DefAttTypes_Max)) in getDefAttTypeString()
102 return gDefAttTypeStrings[attrType]; in getDefAttTypeString()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/framework/
H A DXMLAttDef.cpp87 const XMLCh* XMLAttDef::getAttTypeString(const XMLAttDef::AttTypes attrType in getAttTypeString() argument
91 if ((attrType < AttTypes_Min) || (attrType > AttTypes_Max)) in getAttTypeString()
93 return gAttTypeStrings[attrType]; in getAttTypeString()
96 const XMLCh* XMLAttDef::getDefAttTypeString(const XMLAttDef::DefAttTypes attrType in getDefAttTypeString() argument
100 if ((attrType < DefAttTypes_Min) || (attrType > DefAttTypes_Max)) in getDefAttTypeString()
102 return gDefAttTypeStrings[attrType]; in getDefAttTypeString()
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/translator/trace/internal/zipkin/
H A Dattributes.go41 attrType pdata.AttributeValueType member
44 func constructAttrValDescript(regex string, attrType pdata.AttributeValueType) *attrValDescript {
48 attrType: attrType,
56 return desc.attrType
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/go-ldap/ldap/v3/
H A Dmodify.go86 func (req *ModifyRequest) Add(attrType string, attrVals []string) {
87 req.appendChange(AddAttribute, attrType, attrVals)
91 func (req *ModifyRequest) Delete(attrType string, attrVals []string) {
92 req.appendChange(DeleteAttribute, attrType, attrVals)
96 func (req *ModifyRequest) Replace(attrType string, attrVals []string) {
97 req.appendChange(ReplaceAttribute, attrType, attrVals)
100 func (req *ModifyRequest) appendChange(operation uint, attrType string, attrVals []string) {
101 …req.Changes = append(req.Changes, Change{operation, PartialAttribute{Type: attrType, Vals: attrVal…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-ad/vendor/github.com/go-ldap/ldap/v3/
H A Dmodify.go86 func (req *ModifyRequest) Add(attrType string, attrVals []string) {
87 req.appendChange(AddAttribute, attrType, attrVals)
91 func (req *ModifyRequest) Delete(attrType string, attrVals []string) {
92 req.appendChange(DeleteAttribute, attrType, attrVals)
96 func (req *ModifyRequest) Replace(attrType string, attrVals []string) {
97 req.appendChange(ReplaceAttribute, attrType, attrVals)
100 func (req *ModifyRequest) appendChange(operation uint, attrType string, attrVals []string) {
101 …req.Changes = append(req.Changes, Change{operation, PartialAttribute{Type: attrType, Vals: attrVal…

12345678910>>...53