Home
last modified time | relevance | path

Searched refs:CustomAttribute (Results 1 – 25 of 859) sorted by relevance

12345678910>>...35

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Reflection.Emit/
H A DCustomAttributeBuilderTest.cs41 public class CustomAttribute: Attribute class in MonoTests.System.Reflection.Emit.CustomAttributeBuilderTest
47 public CustomAttribute () {} in CustomAttribute() method in MonoTests.System.Reflection.Emit.CustomAttributeBuilderTest.CustomAttribute
54 private CustomAttribute (String s1) {} in CustomAttribute() method in MonoTests.System.Reflection.Emit.CustomAttributeBuilderTest.CustomAttribute
55 static CustomAttribute () {} in CustomAttribute() method in MonoTests.System.Reflection.Emit.CustomAttributeBuilderTest.CustomAttribute
168 CustomAttribute methodAttr = methodAttrs [0] as CustomAttribute; in CtorOneTest()
176 CustomAttribute fieldAttr = fieldAttrs [0] as CustomAttribute; in CtorOneTest()
216 typeof(CustomAttribute).GetFields(), in CtorTwoTest()
233 CustomAttribute attr = customAttrs [0] as CustomAttribute; in CtorTwoTest()
292 CustomAttribute attr = customAttrs [0] as CustomAttribute; in CtorThreeTest()
335 typeof(CustomAttribute).GetFields (), in CtorFourTest()
[all …]
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/xanzy/go-gitlab/
H A Dcustom_attributes.go35 type CustomAttribute struct { struct
44 …ListCustomUserAttributes(user int, options ...RequestOptionFunc) ([]*CustomAttribute, *Response, e…
52 …stCustomGroupAttributes(group int, options ...RequestOptionFunc) ([]*CustomAttribute, *Response, e…
60 …stomProjectAttributes(project int, options ...RequestOptionFunc) ([]*CustomAttribute, *Response, e…
71 var cas []*CustomAttribute
110 var ca *CustomAttribute
122 …Service) SetCustomUserAttribute(user int, c CustomAttribute, options ...RequestOptionFunc) (*Custo…
130 …rvice) SetCustomGroupAttribute(group int, c CustomAttribute, options ...RequestOptionFunc) (*Custo…
138 …e) SetCustomProjectAttribute(project int, c CustomAttribute, options ...RequestOptionFunc) (*Custo…
142 …tCustomAttribute(resource string, id int, c CustomAttribute, options ...RequestOptionFunc) (*Custo…
[all …]
H A Dcustom_attributes_test.go35 customAttributes, _, err := client.CustomAttribute.ListCustomUserAttributes(2)
56 customAttributes, _, err := client.CustomAttribute.ListCustomGroupAttributes(2)
104 want := &CustomAttribute{Key: "testkey1", Value: "testvalue1"}
125 want := &CustomAttribute{Key: "testkey1", Value: "testvalue1"}
146 want := &CustomAttribute{Key: "testkey1", Value: "testvalue1"}
161 customAttribute, _, err := client.CustomAttribute.SetCustomUserAttribute(2, CustomAttribute{
170 want := &CustomAttribute{Key: "testkey1", Value: "testvalue1"}
185 customAttribute, _, err := client.CustomAttribute.SetCustomGroupAttribute(2, CustomAttribute{
194 want := &CustomAttribute{Key: "testkey1", Value: "testvalue1"}
209 resp, err := client.CustomAttribute.DeleteCustomUserAttribute(2, "testkey1")
[all …]
/dports/devel/lab/lab-0.17.2/vendor/github.com/xanzy/go-gitlab/
H A Dcustom_attributes.go18 type CustomAttribute struct { struct
27 …rvice) ListCustomUserAttributes(user int, options ...OptionFunc) ([]*CustomAttribute, *Response, e…
35 …ice) ListCustomGroupAttributes(group int, options ...OptionFunc) ([]*CustomAttribute, *Response, e…
43 … ListCustomProjectAttributes(project int, options ...OptionFunc) ([]*CustomAttribute, *Response, e…
54 var cas []*CustomAttribute
93 var ca *CustomAttribute
105 …utesService) SetCustomUserAttribute(user int, c CustomAttribute, options ...OptionFunc) (*CustomAt…
113 …esService) SetCustomGroupAttribute(group int, c CustomAttribute, options ...OptionFunc) (*CustomAt…
121 …rvice) SetCustomProjectAttribute(project int, c CustomAttribute, options ...OptionFunc) (*CustomAt…
125 …) setCustomAttribute(resource string, id int, c CustomAttribute, options ...OptionFunc) (*CustomAt…
[all …]
H A Dcustom_attributes_test.go19 customAttributes, _, err := client.CustomAttribute.ListCustomUserAttributes(2)
40 customAttributes, _, err := client.CustomAttribute.ListCustomGroupAttributes(2)
88 want := &CustomAttribute{Key: "testkey1", Value: "testvalue1"}
109 want := &CustomAttribute{Key: "testkey1", Value: "testvalue1"}
130 want := &CustomAttribute{Key: "testkey1", Value: "testvalue1"}
145 customAttribute, _, err := client.CustomAttribute.SetCustomUserAttribute(2, CustomAttribute{
154 want := &CustomAttribute{Key: "testkey1", Value: "testvalue1"}
169 customAttribute, _, err := client.CustomAttribute.SetCustomGroupAttribute(2, CustomAttribute{
178 want := &CustomAttribute{Key: "testkey1", Value: "testvalue1"}
193 resp, err := client.CustomAttribute.DeleteCustomUserAttribute(2, "testkey1")
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/
H A Dcustom_attributes.go18 type CustomAttribute struct { struct
27 …rvice) ListCustomUserAttributes(user int, options ...OptionFunc) ([]*CustomAttribute, *Response, e…
35 …ice) ListCustomGroupAttributes(group int, options ...OptionFunc) ([]*CustomAttribute, *Response, e…
43 … ListCustomProjectAttributes(project int, options ...OptionFunc) ([]*CustomAttribute, *Response, e…
54 var cas []*CustomAttribute
93 var ca *CustomAttribute
105 …utesService) SetCustomUserAttribute(user int, c CustomAttribute, options ...OptionFunc) (*CustomAt…
113 …esService) SetCustomGroupAttribute(group int, c CustomAttribute, options ...OptionFunc) (*CustomAt…
121 …rvice) SetCustomProjectAttribute(project int, c CustomAttribute, options ...OptionFunc) (*CustomAt…
125 …) setCustomAttribute(resource string, id int, c CustomAttribute, options ...OptionFunc) (*CustomAt…
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/xanzy/go-gitlab/
H A Dcustom_attributes.go35 type CustomAttribute struct { struct
44 …ListCustomUserAttributes(user int, options ...RequestOptionFunc) ([]*CustomAttribute, *Response, e…
52 …stCustomGroupAttributes(group int, options ...RequestOptionFunc) ([]*CustomAttribute, *Response, e…
60 …stomProjectAttributes(project int, options ...RequestOptionFunc) ([]*CustomAttribute, *Response, e…
71 var cas []*CustomAttribute
110 var ca *CustomAttribute
122 …Service) SetCustomUserAttribute(user int, c CustomAttribute, options ...RequestOptionFunc) (*Custo…
130 …rvice) SetCustomGroupAttribute(group int, c CustomAttribute, options ...RequestOptionFunc) (*Custo…
138 …e) SetCustomProjectAttribute(project int, c CustomAttribute, options ...RequestOptionFunc) (*Custo…
142 …tCustomAttribute(resource string, id int, c CustomAttribute, options ...RequestOptionFunc) (*Custo…
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/go-gitlab-0.18.0/
H A Dcustom_attributes.go18 type CustomAttribute struct { struct
27 …rvice) ListCustomUserAttributes(user int, options ...OptionFunc) ([]*CustomAttribute, *Response, e…
35 …ice) ListCustomGroupAttributes(group int, options ...OptionFunc) ([]*CustomAttribute, *Response, e…
43 … ListCustomProjectAttributes(project int, options ...OptionFunc) ([]*CustomAttribute, *Response, e…
54 var cas []*CustomAttribute
93 var ca *CustomAttribute
105 …utesService) SetCustomUserAttribute(user int, c CustomAttribute, options ...OptionFunc) (*CustomAt…
113 …esService) SetCustomGroupAttribute(group int, c CustomAttribute, options ...OptionFunc) (*CustomAt…
121 …rvice) SetCustomProjectAttribute(project int, c CustomAttribute, options ...OptionFunc) (*CustomAt…
125 …) setCustomAttribute(resource string, id int, c CustomAttribute, options ...OptionFunc) (*CustomAt…
[all …]
H A Dcustom_attributes_test.go19 customAttributes, _, err := client.CustomAttribute.ListCustomUserAttributes(2)
40 customAttributes, _, err := client.CustomAttribute.ListCustomGroupAttributes(2)
88 want := &CustomAttribute{Key: "testkey1", Value: "testvalue1"}
109 want := &CustomAttribute{Key: "testkey1", Value: "testvalue1"}
130 want := &CustomAttribute{Key: "testkey1", Value: "testvalue1"}
145 customAttribute, _, err := client.CustomAttribute.SetCustomUserAttribute(2, CustomAttribute{
154 want := &CustomAttribute{Key: "testkey1", Value: "testvalue1"}
169 customAttribute, _, err := client.CustomAttribute.SetCustomGroupAttribute(2, CustomAttribute{
178 want := &CustomAttribute{Key: "testkey1", Value: "testvalue1"}
193 resp, err := client.CustomAttribute.DeleteCustomUserAttribute(2, "testkey1")
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil/
H A DCustomAttributeCollection.cs43 public CustomAttribute this [int index] {
44 get { return List [index] as CustomAttribute; }
57 public void Add (CustomAttribute value) in Add()
62 public bool Contains (CustomAttribute value) in Contains()
67 public int IndexOf (CustomAttribute value) in IndexOf()
72 public void Insert (int index, CustomAttribute value) in Insert()
77 public void Remove (CustomAttribute value) in Remove()
84 if (! (o is CustomAttribute)) in OnValidate()
85 throw new ArgumentException ("Must be of type " + typeof (CustomAttribute).FullName); in OnValidate()
H A DCustomAttribute.cs33 …internal sealed class CustomAttribute : IRequireResolving, IAnnotationProvider, IReflectionVisitab… class
113 public CustomAttribute (MethodReference ctor) in CustomAttribute() method in Mono.Cecil.CustomAttribute
119 public CustomAttribute (MethodReference ctor, byte [] blob) in CustomAttribute() method in Mono.Cecil.CustomAttribute
145 public CustomAttribute Clone () in Clone()
157 internal static CustomAttribute Clone (CustomAttribute custattr, ImportContext context) in Clone()
159 CustomAttribute ca = new CustomAttribute (context.Import (custattr.Constructor)); in Clone()
164 void CopyTo (CustomAttribute target) in CopyTo()
186 CustomAttribute newCa = r.GetCustomAttribute (m_ctor, Blob, true); in Resolve()
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/storage/fs/
H A DFileSystemHandlerFactory.java105 public abstract CustomAttribute[] getSupportedCustomAttributes(); in getSupportedCustomAttributes()
115 public CustomAttribute getCustomAttribute(String name) { in getCustomAttribute()
116 for(CustomAttribute attr : getSupportedCustomAttributes()) { in getCustomAttribute()
169 CustomAttribute createdCustomAttribute = in createCustomAttribute()
179 new HashMap<CustomAttribute, Object>();
182 CustomAttribute[] iSupportedCustomAttributes) { in Attributes()
189 for(CustomAttribute ca : iSupportedCustomAttributes) { in Attributes()
210 public final Long getIntegerAttribute(CustomAttribute attr) { in getIntegerAttribute()
214 public final String getStringAttribute(CustomAttribute attr) { in getStringAttribute()
443 public static final class CustomAttribute { class in FileSystemHandlerFactory
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/GLSL/src/
H A DOgreGLSLLinkProgram.cpp58 GLSLLinkProgram::CustomAttribute GLSLLinkProgram::msCustomAttributes[] = {
59 CustomAttribute("vertex", GLGpuProgram::getFixedAttributeIndex(VES_POSITION, 0)),
61 CustomAttribute("normal", GLGpuProgram::getFixedAttributeIndex(VES_NORMAL, 0)),
62 CustomAttribute("colour", GLGpuProgram::getFixedAttributeIndex(VES_DIFFUSE, 0)),
65 CustomAttribute("uv0", GLGpuProgram::getFixedAttributeIndex(VES_TEXTURE_COORDINATES, 0)),
73 CustomAttribute("tangent", GLGpuProgram::getFixedAttributeIndex(VES_TANGENT, 0)),
74 CustomAttribute("binormal", GLGpuProgram::getFixedAttributeIndex(VES_BINORMAL, 0)),
210 size_t numAttribs = sizeof(msCustomAttributes)/sizeof(CustomAttribute); in extractAttributes()
214 const CustomAttribute& a = msCustomAttributes[i]; in extractAttributes()
508 size_t numAttribs = sizeof(msCustomAttributes)/sizeof(CustomAttribute); in compileAndLink()
[all …]
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/tests/Core/Tokenizer/
H A DAttributesTest.inc5 class CustomAttribute {}
18 #[CustomAttribute]
30 #[CustomAttribute] #[AttributeWithParams('foo')]
34 #[CustomAttribute] // This is a comment
38 #[CustomAttribute, AttributeWithParams('foo'), AttributeWithParams('foo', bar: ['bar' => 'foobar'])]
43 CustomAttribute,
51 CustomAttribute, // comment
/dports/lang/mono/mono-5.10.1.57/external/linker/tuner/Mono.Tuner/
H A DApplyPreserveAttributeBase.cs16 …protected abstract bool IsPreservedAttribute (ICustomAttributeProvider provider, CustomAttribute a… in IsPreservedAttribute()
72 void MarkMethod (MethodDefinition method, CustomAttribute preserve_attribute) in MarkMethod()
81 void Mark (IMetadataTokenProvider provider, CustomAttribute preserve_attribute) in Mark()
103 static bool IsConditionalAttribute (CustomAttribute attribute) in IsConditionalAttribute()
140 List<CustomAttribute> GetPreserveAttributes (ICustomAttributeProvider provider) in GetPreserveAttributes()
142 List<CustomAttribute> attrs = new List<CustomAttribute> (); in GetPreserveAttributes()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/genproto/googleapis/cloud/retail/v2/
H A Dcommon.pb.go47 type CustomAttribute struct { struct
75 func (x *CustomAttribute) Reset() { argument
76 *x = CustomAttribute{}
84 func (x *CustomAttribute) String() string { argument
88 func (*CustomAttribute) ProtoMessage() {} argument
90 func (x *CustomAttribute) ProtoReflect() protoreflect.Message { argument
103 func (*CustomAttribute) Descriptor() ([]byte, []int) { argument
107 func (x *CustomAttribute) GetText() []string { argument
114 func (x *CustomAttribute) GetNumbers() []float64 { argument
470 (*CustomAttribute)(nil), // 0: google.cloud.retail.v2.CustomAttribute
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/genproto/googleapis/cloud/retail/v2alpha/
H A Dcommon.pb.go47 type CustomAttribute struct { struct
75 func (x *CustomAttribute) Reset() { argument
76 *x = CustomAttribute{}
84 func (x *CustomAttribute) String() string { argument
88 func (*CustomAttribute) ProtoMessage() {} argument
90 func (x *CustomAttribute) ProtoReflect() protoreflect.Message { argument
103 func (*CustomAttribute) Descriptor() ([]byte, []int) { argument
107 func (x *CustomAttribute) GetText() []string { argument
114 func (x *CustomAttribute) GetNumbers() []float64 { argument
473 (*CustomAttribute)(nil), // 0: google.cloud.retail.v2alpha.CustomAttribute
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/genproto/googleapis/cloud/retail/v2beta/
H A Dcommon.pb.go47 type CustomAttribute struct { struct
75 func (x *CustomAttribute) Reset() { argument
76 *x = CustomAttribute{}
84 func (x *CustomAttribute) String() string { argument
88 func (*CustomAttribute) ProtoMessage() {} argument
90 func (x *CustomAttribute) ProtoReflect() protoreflect.Message { argument
103 func (*CustomAttribute) Descriptor() ([]byte, []int) { argument
107 func (x *CustomAttribute) GetText() []string { argument
114 func (x *CustomAttribute) GetNumbers() []float64 { argument
472 (*CustomAttribute)(nil), // 0: google.cloud.retail.v2beta.CustomAttribute
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/genproto/googleapis/cloud/retail/v2beta/
H A Dcommon.pb.go47 type CustomAttribute struct { struct
75 func (x *CustomAttribute) Reset() { argument
76 *x = CustomAttribute{}
84 func (x *CustomAttribute) String() string { argument
88 func (*CustomAttribute) ProtoMessage() {} argument
90 func (x *CustomAttribute) ProtoReflect() protoreflect.Message { argument
103 func (*CustomAttribute) Descriptor() ([]byte, []int) { argument
107 func (x *CustomAttribute) GetText() []string { argument
114 func (x *CustomAttribute) GetNumbers() []float64 { argument
474 (*CustomAttribute)(nil), // 0: google.cloud.retail.v2beta.CustomAttribute
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/genproto/googleapis/cloud/retail/v2/
H A Dcommon.pb.go47 type CustomAttribute struct { struct
75 func (x *CustomAttribute) Reset() { argument
76 *x = CustomAttribute{}
84 func (x *CustomAttribute) String() string { argument
88 func (*CustomAttribute) ProtoMessage() {} argument
90 func (x *CustomAttribute) ProtoReflect() protoreflect.Message { argument
103 func (*CustomAttribute) Descriptor() ([]byte, []int) { argument
107 func (x *CustomAttribute) GetText() []string { argument
114 func (x *CustomAttribute) GetNumbers() []float64 { argument
472 (*CustomAttribute)(nil), // 0: google.cloud.retail.v2.CustomAttribute
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/genproto/googleapis/cloud/retail/v2alpha/
H A Dcommon.pb.go47 type CustomAttribute struct { struct
75 func (x *CustomAttribute) Reset() { argument
76 *x = CustomAttribute{}
84 func (x *CustomAttribute) String() string { argument
88 func (*CustomAttribute) ProtoMessage() {} argument
90 func (x *CustomAttribute) ProtoReflect() protoreflect.Message { argument
103 func (*CustomAttribute) Descriptor() ([]byte, []int) { argument
107 func (x *CustomAttribute) GetText() []string { argument
114 func (x *CustomAttribute) GetNumbers() []float64 { argument
475 (*CustomAttribute)(nil), // 0: google.cloud.retail.v2alpha.CustomAttribute
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/google.golang.org/genproto/googleapis/cloud/retail/v2beta/
H A Dcommon.pb.go47 type CustomAttribute struct { struct
75 func (x *CustomAttribute) Reset() { argument
76 *x = CustomAttribute{}
84 func (x *CustomAttribute) String() string { argument
88 func (*CustomAttribute) ProtoMessage() {} argument
90 func (x *CustomAttribute) ProtoReflect() protoreflect.Message { argument
103 func (*CustomAttribute) Descriptor() ([]byte, []int) { argument
107 func (x *CustomAttribute) GetText() []string { argument
114 func (x *CustomAttribute) GetNumbers() []float64 { argument
472 (*CustomAttribute)(nil), // 0: google.cloud.retail.v2beta.CustomAttribute
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/google.golang.org/genproto/googleapis/cloud/retail/v2/
H A Dcommon.pb.go47 type CustomAttribute struct { struct
75 func (x *CustomAttribute) Reset() { argument
76 *x = CustomAttribute{}
84 func (x *CustomAttribute) String() string { argument
88 func (*CustomAttribute) ProtoMessage() {} argument
90 func (x *CustomAttribute) ProtoReflect() protoreflect.Message { argument
103 func (*CustomAttribute) Descriptor() ([]byte, []int) { argument
107 func (x *CustomAttribute) GetText() []string { argument
114 func (x *CustomAttribute) GetNumbers() []float64 { argument
470 (*CustomAttribute)(nil), // 0: google.cloud.retail.v2.CustomAttribute
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/google.golang.org/genproto/googleapis/cloud/retail/v2alpha/
H A Dcommon.pb.go47 type CustomAttribute struct { struct
75 func (x *CustomAttribute) Reset() { argument
76 *x = CustomAttribute{}
84 func (x *CustomAttribute) String() string { argument
88 func (*CustomAttribute) ProtoMessage() {} argument
90 func (x *CustomAttribute) ProtoReflect() protoreflect.Message { argument
103 func (*CustomAttribute) Descriptor() ([]byte, []int) { argument
107 func (x *CustomAttribute) GetText() []string { argument
114 func (x *CustomAttribute) GetNumbers() []float64 { argument
473 (*CustomAttribute)(nil), // 0: google.cloud.retail.v2alpha.CustomAttribute
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/google.golang.org/genproto/googleapis/cloud/retail/v2/
H A Dcommon.pb.go47 type CustomAttribute struct { struct
75 func (x *CustomAttribute) Reset() { argument
76 *x = CustomAttribute{}
84 func (x *CustomAttribute) String() string { argument
88 func (*CustomAttribute) ProtoMessage() {} argument
90 func (x *CustomAttribute) ProtoReflect() protoreflect.Message { argument
103 func (*CustomAttribute) Descriptor() ([]byte, []int) { argument
107 func (x *CustomAttribute) GetText() []string { argument
114 func (x *CustomAttribute) GetNumbers() []float64 { argument
472 (*CustomAttribute)(nil), // 0: google.cloud.retail.v2.CustomAttribute
[all …]

12345678910>>...35