Home
last modified time | relevance | path

Searched defs:form_class (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/www/py-django-bootstrap4/django-bootstrap4-0.0.8/demo/app/
H A Dviews.py33 form_class = ContactFormSet variable in DefaultFormsetView
38 form_class = ContactForm variable in DefaultFormView
43 form_class = ContactForm variable in DefaultFormByFieldView
48 form_class = ContactForm variable in FormHorizontalView
53 form_class = ContactForm variable in FormInlineView
58 form_class = FilesForm variable in FormWithFilesView
/dports/www/py-django-haystack/django-haystack-2.8.1/docs/
H A Dviews_and_forms.rst314 ``__call__(self, request)``
323 ``build_form(self, form_kwargs=None)``
334 ``get_query(self)``
343 ``get_results(self)``
351 ``build_page(self)``
375 ``basic_search(request, template='search/search.html', load_all=True, form_class=ModelSearchForm, s… argument
/dports/devel/py-dj32-graphene-django/graphene-django-2.15.0/graphene_django/forms/tests/
H A Dtest_mutation.py40 form_class = MyForm variable in test_has_output_fields.MyMutation.Meta
48 form_class = MyForm variable in test_has_input_fields.MyMutation.Meta
66 form_class = ExtraPetForm variable in test_mutation_error_camelcased.PetMutation.Meta
82 form_class = MyForm variable in test_form_invalid_form.MyMutation.Meta
111 form_class = MyForm variable in test_form_valid_input.MyMutation.Meta
160 form_class = PetForm variable in test_exclude_fields_input_meta_fields.PetMutation.Meta
181 form_class = PetForm variable in test_custom_return_field_name.PetMutation.Meta
/dports/devel/py-graphene-django/graphene-django-2.15.0/graphene_django/forms/tests/
H A Dtest_mutation.py40 form_class = MyForm variable in test_has_output_fields.MyMutation.Meta
48 form_class = MyForm variable in test_has_input_fields.MyMutation.Meta
66 form_class = ExtraPetForm variable in test_mutation_error_camelcased.PetMutation.Meta
82 form_class = MyForm variable in test_form_invalid_form.MyMutation.Meta
111 form_class = MyForm variable in test_form_valid_input.MyMutation.Meta
160 form_class = PetForm variable in test_exclude_fields_input_meta_fields.PetMutation.Meta
181 form_class = PetForm variable in test_custom_return_field_name.PetMutation.Meta
/dports/devel/py-dj32-graphene-django/graphene-django-2.15.0/graphene_django/tests/
H A Dmutations.py11 form_class = PetForm variable in PetFormMutation.Meta
18 form_class = PetForm variable in PetMutation.Meta
/dports/devel/py-graphene-django/graphene-django-2.15.0/graphene_django/tests/
H A Dmutations.py11 form_class = PetForm variable in PetFormMutation.Meta
18 form_class = PetForm variable in PetMutation.Meta
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/admin/views/
H A Daccount.py74 form_class = None variable in BaseSettingsPanel
121 form_class = NameEmailForm variable in NameEmailSettingsPanel
129 form_class = AvatarPreferencesForm variable in AvatarSettingsPanel
138 form_class = NotificationPreferencesForm variable in NotificationsSettingsPanel
155 form_class = LocalePreferencesForm variable in LocaleSettingsPanel
166 form_class = PasswordChangeForm variable in ChangePasswordPanel
279 form_class = PasswordResetForm variable in PasswordResetView
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/admin/volume_types/
H A Dviews.py94 form_class = volume_types_forms.CreateVolumeType variable in CreateVolumeTypeView
135 form_class = volume_types_forms.CreateVolumeTypeEncryption variable in CreateVolumeTypeEncryptionView
164 form_class = volume_types_forms.EditVolumeType variable in EditVolumeTypeView
213 form_class = volume_types_forms.UpdateVolumeTypeEncryption variable in UpdateVolumeTypeEncryptionView
259 form_class = volume_types_forms.CreateQosSpec variable in CreateQosSpecView
269 form_class = volume_types_forms.EditQosSpecConsumer variable in EditQosSpecConsumerView
303 form_class = volume_types_forms.ManageQosSpecAssociation variable in ManageQosSpecAssociationView
378 form_class = volume_types_forms.EditTypeAccessForm variable in EditAccessView
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/admin/hypervisors/compute/
H A Dviews.py26 form_class = project_forms.EvacuateHostForm variable in EvacuateHostView
59 form_class = project_forms.DisableServiceForm variable in DisableServiceView
78 form_class = project_forms.MigrateHostForm variable in MigrateHostView
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/project/volumes/
H A Dviews.py238 form_class = volume_forms.CreateForm variable in CreateView
293 form_class = volume_forms.ExtendForm variable in ExtendView
333 form_class = volume_forms.CreateSnapshotForm variable in CreateSnapshotView
366 form_class = volume_forms.UploadToImageForm variable in UploadToImageView
404 form_class = volume_forms.CreateTransferForm variable in CreateTransferView
429 form_class = volume_forms.AcceptTransferForm variable in AcceptTransferView
440 form_class = volume_forms.ShowTransferForm variable in ShowTransferView
481 form_class = volume_forms.UpdateForm variable in UpdateView
516 form_class = volume_forms.AttachForm variable in EditAttachmentsView
588 form_class = volume_forms.RetypeForm variable in RetypeView
/dports/www/py-django-netfields/django-netfields-1.2.4/test/tests/
H A Dtest_form_fields.py26 form_class = InetAddressTestModelForm variable in TestInetAddressFormField
80 form_class = NoPrefixInetAddressTestModelForm variable in TestNoPrefixInetAddressFormField
118 form_class = UniqueInetAddressTestModelForm variable in TestUniqueInetAddressFormField
128 form_class = CidrAddressTestModelForm variable in TestCidrAddressFormField
174 form_class = UniqueCidrAddressTestModelForm variable in TestUniqueCidrAddressFormField
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/project/volume_groups/
H A Dviews.py69 form_class = vol_group_forms.UpdateForm variable in UpdateView
100 form_class = vol_group_forms.RemoveVolsForm variable in RemoveVolumesView
130 form_class = vol_group_forms.DeleteForm variable in DeleteView
185 form_class = vol_group_forms.CreateSnapshotForm variable in CreateSnapshotView
226 form_class = vol_group_forms.CloneGroupForm variable in CloneGroupView
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/admin/volume_groups/
H A Dviews.py76 form_class = admin_forms.RemoveVolsForm variable in RemoveVolumesView
83 form_class = admin_forms.DeleteForm variable in DeleteView
/dports/www/seahub/seahub-8.0.7-server/thirdpart/termsandconditions/
H A Dviews.py56 form_class = UserTermsAndConditionsModelForm variable in AcceptTermsView
98 form_class = EmailTermsForm variable in EmailTermsView
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/admin/volumes/
H A Dviews.py169 form_class = volumes_forms.ManageVolume variable in ManageVolumeView
184 form_class = volumes_forms.UnmanageVolume variable in UnmanageVolumeView
218 form_class = volumes_forms.MigrateVolume variable in MigrateVolumeView
262 form_class = volumes_forms.UpdateStatus variable in UpdateStatusView
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/identity/mappings/
H A Dviews.py60 form_class = mapping_forms.UpdateMappingForm variable in UpdateView
94 form_class = mapping_forms.CreateMappingForm variable in CreateView
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/admin/group_types/
H A Dviews.py47 form_class = group_types_forms.CreateGroupType variable in CreateGroupTypeView
57 form_class = group_types_forms.EditGroupType variable in EditGroupTypeView
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/project/security_groups/
H A Dviews.py83 form_class = project_forms.UpdateGroup variable in UpdateView
117 form_class = project_forms.AddRule variable in AddRuleView
164 form_class = project_forms.CreateGroup variable in CreateView
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/admin/metadata_defs/
H A Dviews.py85 form_class = admin_forms.CreateNamespaceForm variable in CreateView
94 form_class = admin_forms.UpdateNamespaceForm variable in UpdateView
159 form_class = admin_forms.ManageResourceTypesForm variable in ManageResourceTypes
/dports/devel/py-dj32-graphene-django/graphene-django-2.15.0/graphene_django/forms/
H A Dmutation.py76 form_class = None variable in DjangoFormMutationOptions
87 cls, form_class=None, only_fields=(), exclude_fields=(), **options argument
126 form_class=None, argument
/dports/devel/py-graphene-django/graphene-django-2.15.0/graphene_django/forms/
H A Dmutation.py76 form_class = None variable in DjangoFormMutationOptions
87 cls, form_class=None, only_fields=(), exclude_fields=(), **options argument
126 form_class=None, argument
/dports/www/seahub/seahub-8.0.7-server/seahub/base/
H A Dregistration_urls.py12 form_class = DetailedRegistrationForm if settings.REQUIRE_DETAIL_ON_REGISTRATION \ variable
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/identity/roles/
H A Dviews.py74 form_class = project_forms.UpdateRoleForm variable in UpdateView
105 form_class = project_forms.CreateRoleForm variable in CreateView
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/project/routers/ports/
H A Dviews.py32 form_class = project_forms.AddInterface variable in AddInterfaceView
65 form_class = project_forms.SetGatewayForm variable in SetGatewayView
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/setup/frames/
H A Dmenu.inc.php27 $form_class = SetupFormList::get($formset); variable

12345678