Home
last modified time | relevance | path

Searched refs:IThing (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition/tests/
H A DConstraintTests.cs12 public interface IThing { } interface in System.Composition.UnitTests.ConstraintTests
13 public interface ICar : IThing { }
14 public interface IBook : IThing { }
15 public interface IHandler<T> where T : IThing { }
19 where T : IThing
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/Converters/
H A DCustomCreationConverterTests.cs102 public IThing Thing { get; set; }
105 public interface IThing interface in Newtonsoft.Json.Tests.Converters.CustomCreationConverterTests
110 public class MyThing : IThing
115 public class MyThingConverter : CustomCreationConverter<IThing>
117 public override IThing Create(Type objectType) in Create()
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Converters/
H A DCustomCreationConverterTests.cs129 public IThing Thing { get; set; }
132 public interface IThing interface in Newtonsoft.Json.Tests.Converters.CustomCreationConverterTests
137 public class MyThing : IThing
142 public class MyThingConverter : CustomCreationConverter<IThing>
144 public override IThing Create(Type objectType) in Create()
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/natspec/invalid/
H A Dreturn_param_amount_differs.sol1 interface IThing {
7 contract Thing is IThing {
H A Dreturn_param_amount_differs2.sol1 interface IThing {
8 contract Thing is IThing {
/dports/www/py-nevow/Nevow-0.14.0/nevow/test/
H A Dtest_rend.py609 class IThing(formless.TypedInterface): class
613 implements(IThing)
620 implements(IThing)
817 class IThing(Interface): class
823 return ctx.locate(IThing)
826 ctx.remember("Thing", IThing)
/dports/www/py-nevow/Nevow-0.14.0/formless/test/
H A Dtest_freeform.py477 class IThing(formless.TypedInterface): class
481 implements(IThing)
596 class IThing(formless.TypedInterface): class
600 implements(IThing)
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/ts-optchain/
H A DREADME.md174 interface IThing {
178 const thing: IThing = { ... };