Home
last modified time | relevance | path

Searched refs:FooModel (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Mvc.Test/Html/Test/
H A DSelectExtensionsTest.cs606 … HtmlHelper<FooModel> helper = MvcHelper.GetHtmlHelper(new ViewDataDictionary<FooModel>()); in DropDownListForUsesExplicitValueIfNotProvidedInViewData()
625 … HtmlHelper<FooModel> helper = MvcHelper.GetHtmlHelper(new ViewDataDictionary<FooModel>()); in DropDownListForUsesExplicitValueIfNotProvidedInViewData_Unobtrusive()
710 … HtmlHelper<FooModel> helper = MvcHelper.GetHtmlHelper(new ViewDataDictionary<FooModel>()); in DropDownListForWithAttributesDictionary()
767 … HtmlHelper<FooModel> helper = MvcHelper.GetHtmlHelper(new ViewDataDictionary<FooModel>()); in DropDownListForWithObjectDictionary()
786 … HtmlHelper<FooModel> helper = MvcHelper.GetHtmlHelper(new ViewDataDictionary<FooModel>()); in DropDownListForWithObjectDictionaryWithUnderscores()
805 … HtmlHelper<FooModel> helper = MvcHelper.GetHtmlHelper(new ViewDataDictionary<FooModel>()); in DropDownListForWithObjectDictionaryAndSelectListNoOptionLabel()
824 … HtmlHelper<FooModel> helper = MvcHelper.GetHtmlHelper(new ViewDataDictionary<FooModel>()); in DropDownListForWithObjectDictionaryWithUnderscoresAndSelectListNoOptionLabel()
843 … HtmlHelper<FooModel> helper = MvcHelper.GetHtmlHelper(new ViewDataDictionary<FooModel>()); in DropDownListForWithObjectDictionaryAndEmptyOptionLabel()
863 … HtmlHelper<FooModel> helper = MvcHelper.GetHtmlHelper(new ViewDataDictionary<FooModel>()); in DropDownListForWithObjectDictionaryAndTitle()
921 … HtmlHelper<FooModel> helper = MvcHelper.GetHtmlHelper(new ViewDataDictionary<FooModel>()); in DropDownListForWithPrefix()
[all …]
H A DInputExtensionsTest.cs1181 HtmlHelper<FooModel> helper = MvcHelper.GetHtmlHelper(GetPasswordViewData()); in PasswordForWithNullExpressionThrows()
1185 () => helper.PasswordFor<FooModel, object>(null), in PasswordForWithNullExpressionThrows()
1193 HtmlHelper<FooModel> helper = MvcHelper.GetHtmlHelper(GetPasswordViewData()); in PasswordForDictionaryOverridesImplicitParameters()
1206 HtmlHelper<FooModel> helper = MvcHelper.GetHtmlHelper(GetPasswordViewData()); in PasswordForExpressionNameOverridesDictionary()
2242 private class FooModel class in System.Web.Mvc.Html.Test.InputExtensionsTest
2252 private class FooBarModel : FooModel
2285 private class HiddenModel : FooModel
2323 private static ViewDataDictionary<FooModel> GetPasswordViewData() in GetPasswordViewData()
2325 return new ViewDataDictionary<FooModel> { { "foo", "ViewDataFoo" } }; in GetPasswordViewData()
2328 private static ViewDataDictionary<FooModel> GetPasswordViewDataWithErrors() in GetPasswordViewDataWithErrors()
[all …]
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/tests/
H A Dtest_controller.py25 class FooModel(HasTraits): class
32 model = Instance(FooModel)
35 return FooModel(my_str="meh")
53 new_model = FooModel()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Mvc.Test/Test/
H A DViewPageTest.cs34 FooModel model = new FooModel(); in ModelPropertyStronglyTypedViewPage()
35 ViewDataDictionary<FooModel> viewData = new ViewDataDictionary<FooModel>(model); in ModelPropertyStronglyTypedViewPage()
36 ViewPage<FooModel> viewPage = new ViewPage<FooModel>(); in ModelPropertyStronglyTypedViewPage()
41 FooModel viewPageModelPerson = viewPage.Model; in ModelPropertyStronglyTypedViewPage()
256 private sealed class FooModel class in System.Web.Mvc.Test.ViewPageTest
H A DViewMasterPageTest.cs32 ViewMasterPage<FooModel> vmp = new ViewMasterPage<FooModel>(); in GetModelFromViewPageStronglyTyped()
35 FooModel model = new FooModel(); in GetModelFromViewPageStronglyTyped()
243 private sealed class FooModel class in System.Web.Mvc.Test.ViewMasterPageTest
H A DViewUserControlTest.cs36 FooModel model = new FooModel(); in ModelPropertyStronglyTyped()
37 ViewDataDictionary<FooModel> viewData = new ViewDataDictionary<FooModel>(model); in ModelPropertyStronglyTyped()
38 ViewUserControl<FooModel> viewUserControl = new ViewUserControl<FooModel>(); in ModelPropertyStronglyTyped()
43 FooModel viewPageModelPerson = viewUserControl.Model; in ModelPropertyStronglyTyped()
536 private sealed class FooModel class in System.Web.Mvc.Test.ViewUserControlTest
/dports/devel/py-dj32-graphene-django/graphene-django-2.15.0/graphene_django/rest_framework/tests/
H A Dtest_field_converter.py160 class FooModel(models.Model): class
165 model = FooModel
172 model = FooModel
/dports/devel/py-graphene-django/graphene-django-2.15.0/graphene_django/rest_framework/tests/
H A Dtest_field_converter.py160 class FooModel(models.Model): class
165 model = FooModel
172 model = FooModel
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/import_export/project/
H A Drelation_factory_spec.rb28 FooModel.class_eval do
318 stub_const('HazardousFooModel', Class.new(FooModel))
357 stub_const('ProjectFooModel', Class.new(FooModel))
/dports/devel/py-pydantic/pydantic-1.8.2/tests/
H A Dtest_create_model.py40 FooModel = create_model('FooModel', foo=(str, ...), bar=123, __module__=__name__)
42 m = FooModel(foo='hello')
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaObjC/
H A Dweak-attr-ivar.m33 @class FooModel;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaObjC/
H A Dweak-attr-ivar.m33 @class FooModel;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dweak-attr-ivar.m33 @class FooModel;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaObjC/
H A Dweak-attr-ivar.m33 @class FooModel;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Dweak-attr-ivar.m33 @class FooModel;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaObjC/
H A Dweak-attr-ivar.m33 @class FooModel;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaObjC/
H A Dweak-attr-ivar.m33 @class FooModel;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaObjC/
H A Dweak-attr-ivar.m33 @class FooModel;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaObjC/
H A Dweak-attr-ivar.m33 @class FooModel;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaObjC/
H A Dweak-attr-ivar.m33 @class FooModel;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dweak-attr-ivar.m33 @class FooModel;
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaObjC/
H A Dweak-attr-ivar.m33 @class FooModel;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Dweak-attr-ivar.m33 @class FooModel;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dweak-attr-ivar.m33 @class FooModel;
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaObjC/
H A Dweak-attr-ivar.m33 @class FooModel;

12