Home
last modified time | relevance | path

Searched refs:add_model (Results 1 – 25 of 88) sorted by relevance

1234

/dports/devel/py-transitions/transitions-0.8.8/tests/
H A Dtest_add_remove.py34 machine.add_model([s1, s2])
50 machine.add_model(s3)
66 machine.add_model(s1)
67 machine.add_model(s2, initial='B')
68 machine.add_model(s3, initial='C')
90 machine.add_model(s1)
91 machine.add_model(s1, initial='A')
92 machine.add_model(s2, initial='B')
93 machine.add_model(s3, initial='C')
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/tests/
H A DProjectProvider.py43 provider.add_model(alg)
45 provider.add_model(alg2)
80 provider.add_model(alg)
82 provider.add_model(alg2)
102 provider.add_model(alg2b)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/tests/
H A DProjectProvider.py43 provider.add_model(alg)
45 provider.add_model(alg2)
80 provider.add_model(alg)
82 provider.add_model(alg2)
102 provider.add_model(alg2b)
/dports/databases/p5-Jifty-DBI/Jifty-DBI-0.78/t/
H A D10schema.t61 my $ret = $SG->add_model('Sample::This::Does::Not::Exist');
70 $ret = $SG->add_model('Sample::Address');
83 $ret = $SG->add_model($employee);
96 $ret = $SG->add_model($corporation);
118 $SG->add_model('Sample::Address');
154 $SG->add_model('Sample::Corporation');
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/user/
H A Dgpu_list.php45 function add_model($model, $r, $wu, &$models) { function
114 add_model($model, $r, $wu, $total);
116 add_model($model, $r, $wu, $win);
119 add_model($model, $r, $wu, $linux);
122 add_model($model, $r, $wu, $mac);
/dports/www/py-flask-restx/flask-restx-0.5.1/flask_restx/
H A Dnamespace.py159 def add_model(self, name, definition): member in Namespace
177 return self.add_model(name, model)
186 return self.add_model(name, model)
199 return self.add_model(name, model)
212 return self.add_model(name, model)
221 return self.add_model(name, model)
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/cli/
H A Dpopulate.py69 def add_model(model): function
75 add_model(env[dep])
86 add_model(model)
/dports/devel/p5-IPC-PubSub/IPC-PubSub-0.29/lib/IPC/PubSub/Cache/JiftyDBI/
H A DStash.pm60 $gen->add_model( IPC::PubSub::Cache::JiftyDBI::Stash::Item->new( handle => $self->handle ) );
61 … $gen->add_model( IPC::PubSub::Cache::JiftyDBI::Stash::Publisher->new( handle => $self->handle ) );
/dports/www/py-django-haystack/django-haystack-2.8.1/test_haystack/
H A Dtest_altered_internal_names.py50 sq.add_model(MockModel)
53 sq.add_model(AnotherMockModel)
/dports/games/flightgear/flightgear-2020.3.11/src/Model/
H A Dmodelmgr.cxx50 add_model(model_nodes[i]); in init()
71 FGModelMgr::add_model (SGPropertyNode * node) in add_model() function in FGModelMgr
298 _mgr->add_model(parent); in childAdded()
H A Dmodelmgr.hxx67 virtual void add_model (SGPropertyNode * node);
/dports/devel/py-transitions/transitions-0.8.8/transitions/extensions/
H A Dlocking.py118 def add_model(self, model, initial=None, model_context=None): member in LockedMachine
128 output = _super(LockedMachine, self).add_model(models, initial)
H A Dmarkup.py131 self.add_model(self, initial)
135 self.add_model(cls(), initial)
/dports/lang/py-textX/textX-2.3.0/tests/functional/test_scoping/
H A Dtest_builtin_models.py28 builtin_models.add_model(types_mm.model_from_str('type int type bool'))
/dports/databases/p5-Jifty-DBI/Jifty-DBI-0.78/ex/
H A Dcreate_tables.pl54 my $ret = $SG->add_model($model);
/dports/www/py-django-polymorphic/django-polymorphic-2.1.2/polymorphic/
H A Dmodels.py234 def add_model(model, field_name, result): function
244 add_model(model, field_name, result)
/dports/net/libyang/libyang-1.0.240/src/
H A Dprinter_lyb.c543 add_model(const struct lys_module ***models, size_t *mod_count, const struct lys_module *mod) in add_model() function
566 add_model(&models, &mod_count, mod); in lyb_print_data_models()
580 add_model(&models, &mod_count, mod); in lyb_print_data_models()
586 add_model(&models, &mod_count, mod); in lyb_print_data_models()
597 add_model(&models, &mod_count, mod); in lyb_print_data_models()
603 add_model(&models, &mod_count, mod); in lyb_print_data_models()
/dports/www/py-django-haystack/django-haystack-2.8.1/test_haystack/whoosh_tests/
H A Dtest_whoosh_query.py124 self.sq.add_model(MockModel)
127 self.sq.add_model(AnotherMockModel)
/dports/lang/py-textX/textX-2.3.0/tests/functional/test_metamodel/
H A Dtest_multi_metamodel_refs.py89 global_repo_provider.add_model(mA)
113 global_repo_provider.add_model(mA)
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-table-selection-model.c200 add_model (ETableSelectionModel *etsm, in add_model() function
303 add_model (etsm, g_value_get_object (value) ? E_TABLE_MODEL (g_value_get_object (value)) : NULL); in etsm_set_property()
/dports/lang/py-textX/textX-2.3.0/tests/functional/regressions/
H A Dtest_issue78.py153 global_repo_provider.add_model(m1)
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/search/tests/
H A Dtest_page_search.py30 index.add_model(Page)
/dports/math/py-arviz/arviz-0.11.4/arviz/tests/base_tests/
H A Dtest_plots_bokeh.py354 def test_plot_elpd(models, add_model, use_elpddata, kwargs): argument
356 if add_model:
369 if add_model:
377 def test_plot_elpd_multidim(multidim_models, add_model, use_elpddata, kwargs): argument
379 if add_model:
392 if add_model:
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/search/backends/
H A Delasticsearch7.py20 def add_model(self, model): member in Elasticsearch7Index
/dports/www/py-django-haystack/django-haystack-2.8.1/test_haystack/elasticsearch2_tests/
H A Dtest_query.py133 self.sq.add_model(MockModel)
136 self.sq.add_model(AnotherMockModel)

1234