Home
last modified time | relevance | path

Searched refs:get_model_name (Results 1 – 25 of 120) sorted by relevance

12345

/dports/www/p5-Gantry/Gantry-3.64/lib/Gantry/Plugins/AutoCRUDHelper/
H A DCDBI.pm8 my $new_row = $gantry_site->get_model_name->create( $params );
20 return $gantry_site->get_model_name()->retrieve( $id );
40 $gantry_site->get_model_name()->dbi_commit();
H A DDBIxClass.pm9 my $table_name = $gantry_site->get_model_name->table_name();
24 my $table_name = $gantry_site->get_model_name->table_name();
/dports/www/py-swapper/swapper-1.1.2.post1/swapper/
H A D__init__.py39 def get_model_name(app_label, model): function
53 return swappable_dependency(get_model_name(app_label, model))
61 (model, get_model_name(app_label, model))
/dports/devel/py-pytest-factoryboy/pytest-factoryboy-2.1.0/pytest_factoryboy/
H A Dfixture.py62 model_name = get_model_name(factory_class) if _name is None else _name
93 related_model = get_model_name(subfactory_class)
140 def get_model_name(factory_class): function
159 model_name = get_model_name(factory_class) if model_name is None else model_name
160 …parent_model_name = get_model_name(parent_factory_class) if parent_factory_class is not None else …
165 …if isinstance(value, factory.SubFactory) and get_model_name(value.get_factory()) == parent_model_n…
/dports/www/py-django-guardian/django-guardian-1.4.9/guardian/
H A Dadmin.py13 from guardian.compat import get_model_name, get_user_model, url, reverse
99 info = self.model._meta.app_label, get_model_name(self.model)
182 get_model_name(self.model)
197 get_model_name(self.model)
258 get_model_name(self.model)
334 get_model_name(self.model)
/dports/www/py-swapper/swapper-1.1.2.post1/tests/
H A Dtest_swapper.py61 swapper.get_model_name("default_app", "Type"),
106 swapper.get_model_name("default_app", "Type"),
/dports/www/py-django-guardian/django-guardian-1.4.9/guardian/testapp/tests/
H A Dtest_orphans.py10 from guardian.compat import get_user_model, create_permissions, get_model_name
18 user_module_name = get_model_name(User)
/dports/science/kim-api/kim-api-2.2.1/fortran/include/
H A Dkim_model_write_parameterized_model_module.f90233 recursive subroutine get_model_name(model_write_parameterized_model, &
243 end subroutine get_model_name
255 call get_model_name(model_write_parameterized_model, pmodel_name)
/dports/www/p5-Bigtop/Bigtop-0.38/t/dbixclass/playship/Contact/lib/Contact/
H A DBDay.pm19 sub get_model_name { subroutine
H A DNumber.pm40 sub get_model_name { subroutine
/dports/www/p5-Bigtop/Bigtop-0.38/t/gantry/playship2/Apps-Checkbook/lib/Apps/Checkbook/
H A DSchTbl.pm28 sub get_model_name { subroutine
H A DTrans.pm43 sub get_model_name { subroutine
/dports/www/p5-Bigtop/Bigtop-0.38/docs/keyword_cookbook/RPCSoap/Kids/lib/Kids/
H A DChild.pm33 sub get_model_name { subroutine
/dports/www/p5-Bigtop/Bigtop-0.38/t/bigtop/playship/lib/AddressBook/
H A DChild.pm33 sub get_model_name { subroutine
H A DFamily.pm33 sub get_model_name { subroutine
/dports/www/p5-Bigtop/Bigtop-0.38/t/gantry/playship/Apps-Checkbook/lib/Apps/Checkbook/
H A DSchTbl.pm28 sub get_model_name { subroutine
H A DTrans.pm43 sub get_model_name { subroutine
/dports/www/p5-Bigtop/Bigtop-0.38/t/gantry/playship2/Apps-Checkbook/lib/Apps/Checkbook/Trans/
H A DAction.pm33 sub get_model_name { subroutine
/dports/www/p5-Bigtop/Bigtop-0.38/t/gantry/playship/Apps-Checkbook/lib/Apps/Checkbook/Trans/
H A DAction.pm33 sub get_model_name { subroutine
/dports/www/py-django-star-ratings/django-star-ratings-0.9.1/star_ratings/
H A D__init__.py14 return swapper.get_model_name('star_ratings', 'Rating')
/dports/www/p5-Bigtop/Bigtop-0.38/t/gantry/playbc/Sample/lib/
H A DSample.pm39 sub get_model_name { subroutine
/dports/www/p5-Bigtop/Bigtop-0.38/t/dbixclass/playship2/Contact/lib/Contact/
H A DNumber.pm40 sub get_model_name { subroutine
/dports/www/p5-Bigtop/Bigtop-0.38/examples/Billing-Finished/lib/Bigtop/Example/Billing/
H A DCompany.pm35 sub get_model_name { subroutine
H A DStatus.pm35 sub get_model_name { subroutine
H A DCustomer.pm35 sub get_model_name { subroutine

12345