Home
last modified time | relevance | path

Searched refs:BaseAttribute (Results 1 – 14 of 14) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-761-lib.cs5 public class DerivedAttribute : BaseAttribute {}
8 public class BaseAttribute : System.Attribute {} class
H A Dtest-942.cs29 public abstract class BaseAttribute : Attribute class
33 public class SomeAttribute : BaseAttribute
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.MetadataTransform/tests/SampleMetadataAssembly/
H A DSampleMetadata.cs903 public class BaseAttribute : Attribute class
905 public BaseAttribute(String s) in BaseAttribute() method in SampleMetadataEx.BaseAttribute
910 public BaseAttribute(String s, int i) in BaseAttribute() method in SampleMetadataEx.BaseAttribute
926 public class MidAttribute : BaseAttribute
955 public class NonInheritableAttribute : BaseAttribute
1032 [BaseAttribute("[Base]SearchType.Field")]
1040 [BaseAttribute("[Base]B")]
1096 [BaseAttribute("[Base]ID")]
/dports/textproc/py-python-docx/python-docx-0.8.11/docx/oxml/
H A Dxmlchemy.py108 class BaseAttribute(object): class
114 super(BaseAttribute, self).__init__()
144 class OptionalAttribute(BaseAttribute):
197 class RequiredAttribute(BaseAttribute):
/dports/net-mgmt/p5-jmx4perl/jmx4perl-1.11_2/config/websphere/
H A Djca.cfg34 BaseAttribute stats
H A Dthreads.cfg36 BaseAttribute stats
H A Djdbc.cfg42 BaseAttribute stats
H A Dhttp.cfg117 BaseAttribute stats
/dports/lang/mono/mono-5.10.1.57/external/corert/tests/src/Simple/Reflection/
H A DReflection.cs349 class BaseAttribute : Attribute class in ReflectionTest.TestAttributeInheritance
355 class DerivedAttribute : BaseAttribute { }
/dports/databases/p5-Interchange6-Schema/Interchange6-Schema-0.133/t/lib/Test/
H A DBaseAttribute.pm1 package Test::BaseAttribute;
/dports/net-mgmt/p5-jmx4perl/jmx4perl-1.11_2/it/check_jmx4perl/
H A Dchecks.cfg32 BaseAttribute = HeapMemoryUsage
/dports/databases/p5-Interchange6-Schema/Interchange6-Schema-0.133/
H A DMANIFEST98 t/lib/Test/BaseAttribute.pm
H A DCHANGES423 * Fix BaseAttribute test array order bug (Peter Mottram).
/dports/net-mgmt/p5-jmx4perl/jmx4perl-1.11_2/
H A DCHANGES22 - Fixed BaseMBean and BaseAttribute config directives (#25)
44 - Added BaseMBean, BaseAttribute and BasePath as alternative to Base f