Home
last modified time | relevance | path

Searched refs:object_types (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sphinxtools/
H A Dlibrarydescription.py43 if libraryItem.kind in [object_types.LIBRARY, object_types.PACKAGE]:
45 list2 = libraryItem.GetItemByKind(object_types.PY_MODULE, object_types.PYW_MODULE)
50 elif libraryItem.kind in range(object_types.PY_MODULE, object_types.PYW_MODULE+1):
60 list1 = libraryItem.GetItemByKind(object_types.METHOD, object_types.INSTANCE_METHOD)
171 if klass.kind in range(object_types.FUNCTION, object_types.INSTANCE_METHOD):
180 if child.kind in range(object_types.PACKAGE, object_types.PYW_MODULE+1):
182 elif child.kind in range(object_types.FUNCTION, object_types.INSTANCE_METHOD):
451 if child.kind in range(object_types.PACKAGE, object_types.PYW_MODULE+1):
453 elif child.kind in range(object_types.FUNCTION, object_types.INSTANCE_METHOD+1):
742 methods = self.GetItemByKind(object_types.METHOD, object_types.INSTANCE_METHOD)
[all …]
H A Dmodulehunter.py254 method = object_types.METHOD
256 method = object_types.FUNCTION
258 method = object_types.METHOD
260 method = object_types.METHOD_DESCRIPTOR
263 method = object_types.INSTANCE_METHOD
286 … if method in [object_types.METHOD, object_types.METHOD_DESCRIPTOR, object_types.INSTANCE_METHOD]:
291 elif method == object_types.STATIC_METHOD:
418 if kind == object_types.LIBRARY:
464 if kind not in [object_types.PACKAGE, object_types.LIBRARY]:
547 kind = object_types.PACKAGE
[all …]
H A Dconstants.py243 object_types = Enumeration('Object_Types', TYPE_DESCRIPTION) variable
245 MODULE_TO_ICON = [(".py", object_types.PY_MODULE, "Py_Module"), (".pyd", object_types.PYD_MODULE…
246 … (".pyc", object_types.PYC_MODULE, "Pyc_Module"), (".pyw", object_types.PYW_MODULE, "Pyw_Module"),
247 (".so", object_types.PYD_MODULE, "Pyd_Module")]
/dports/www/ilias/ILIAS-5.4.25/Services/Search/classes/
H A Dclass.ilAbstractSearch.php35 …public $object_types = array('cat','dbk','crs','fold','frm','grp','lm','sahs','glo','mep','htlm','… variable in ilAbstractSearch
87 $this->object_types = $a_filter;
117 if (is_array($this->object_types)) {
118 if (in_array($a_type, $this->object_types)) {
122 $this->object_types[] = $a_type;
135 return $this->object_types ? $this->object_types : array();
H A Dclass.ilSearchAutoComplete.php78 …$object_types = array('cat','dbk','crs','fold','frm','grp','lm','sahs','glo','mep','htlm','exc','f…
83 . $ilDB->in('type', $object_types, false, 'text') . " ORDER BY title");
107 . $ilDB->in('obj_type', $object_types, false, 'text') . " ORDER BY keyword");
/dports/www/ilias6/ILIAS-6.14/Services/Search/classes/
H A Dclass.ilAbstractSearch.php35 …public $object_types = array('cat','dbk','crs','fold','frm','grp','lm','sahs','glo','mep','htlm','… variable in ilAbstractSearch
87 $this->object_types = $a_filter;
117 if (is_array($this->object_types)) {
118 if (in_array($a_type, $this->object_types)) {
122 $this->object_types[] = $a_type;
135 return $this->object_types ? $this->object_types : array();
H A Dclass.ilSearchAutoComplete.php78 …$object_types = array('cat','dbk','crs','fold','frm','grp','lm','sahs','glo','mep','htlm','exc','f…
83 . $ilDB->in('type', $object_types, false, 'text') . " ORDER BY title");
107 . $ilDB->in('obj_type', $object_types, false, 'text') . " ORDER BY keyword");
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/users/
H A Dadmin.py28 def object_types(instance): member in ObjectPermissionInline
30 return ', '.join([ot.name for ot in instance.objectpermission.object_types.all()])
130 object_types = ContentTypeMultipleChoiceField( variable in ObjectPermissionForm
175 object_types = self.cleaned_data.get('object_types')
191 if object_types and constraints:
195 for ct in object_types:
227object_types = ObjectPermission.objects.values_list('object_types__pk', flat=True).distinct()
228 … content_types = ContentType.objects.filter(pk__in=object_types).order_by('app_label', 'model')
235 return queryset.filter(object_types=self.value())
273 return ', '.join([f"{ct}" for ct in obj.object_types.all()])
/dports/misc/py-scikit-fusion/scikit-fusion-0.2.1/skfusion/fusion/base/
H A Dfusion_graph.py32 self.object_types = OrderedDict()
43 return len(self.object_types)
136 for ot in self.object_types:
249 self.object_types.pop(object_type)
258 for object_type in object_types:
285 if row_type not in self.object_types or col_type not in self.object_types:
369 if object_type not in self.object_types:
386 if object_type not in self.object_types:
403 if object_type not in self.object_types:
418 if object_type not in self.object_types:
[all …]
H A Dbase.py48 if object_type not in self.fusion_graph.object_types:
132 if relation.row_type not in self.fusion_graph.object_types or \
133 relation.col_type not in self.fusion_graph.object_types:
181 if relation.row_type not in self.fusion_graph.object_types \
182 or relation.col_type not in self.fusion_graph.object_types:
226 if self.target not in self.fusion_graph.object_types:
/dports/deskutils/zim/zim-0.74.3/tests/
H A Dimagegenerators.py129 object_types = None variable in TestImageGeneratorPluginMixin
139 for name in self.object_types:
162 for name in self.object_types:
202 object_types = ['image+equation'] variable in TestEquationEditor
242 object_types = ['image+diagram'] variable in TestDiagramEditor
258 object_types = ['image+gnu_r_plot'] variable in TestGNURPlotEditor
273 object_types = ['image+gnuplot'] variable in TestGnuplotEditor
283 object_types = ['image+score'] variable in TestScoreEditor
303 object_types = ['image+ditaa'] variable in TestDitaaEditor
324 object_types = ['image+seqdiagram'] variable in TestSequenceDiagramEditor
/dports/misc/py-scikit-fusion/scikit-fusion-0.2.1/skfusion/fusion/decomposition/
H A Ddfmf.py66 object_types = set([ot for ot in self.fusion_graph.object_types])
67 object_type2rank = {ot: int(ot.rank) for ot in self.fusion_graph.object_types}
70 for row_type, col_type in product(self.fusion_graph.object_types, repeat=2):
89 R=R, Theta=T, obj_types=object_types, obj_type2rank=object_type2rank,
111 for object_type in fuser.fusion_graph.object_types}
173 object_type2rank = {ot: int(ot.rank) for ot in self.fusion_graph.object_types}
176 for row_type, col_type in product(self.fusion_graph.object_types, repeat=2):
H A Ddfmc.py66 object_types = set([ot for ot in self.fusion_graph.object_types])
67 object_type2rank = {ot: int(ot.rank) for ot in self.fusion_graph.object_types}
70 for row_type, col_type in product(self.fusion_graph.object_types, repeat=2):
98 R=R, M=M, Theta=T, obj_types=object_types,
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/utilities/testing/
H A Dviews.py83 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
100 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
152 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
187 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
247 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
280 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
333 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
367 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
420 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
437 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
[all …]
H A Dapi.py108 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
185 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
226 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
260 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
311 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
346 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
389 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
415 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
487 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
511 obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
/dports/devel/py-repoze.sphinx.autointerface/repoze.sphinx.autointerface-0.8/repoze/sphinx/
H A Dautointerface.py117 InterfacePythonDomain.object_types = app.domains['py'].object_types.copy()
118 …InterfacePythonDomain.object_types['interface'] = ObjType( 'interface', 'interface', 'obj', 'class…
119 old_class = InterfacePythonDomain.object_types['class']
121 InterfacePythonDomain.object_types['class'] = new_class
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/common/
H A Dgpu_object_lifetime_tracker.h25 std::array<ObjectType, 13> object_types = {{ variable
53 for (auto &o : object_types) { in record_gpu_debug()
66 for (auto &o : object_types) { in validate_gpu_object_lifetime()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/providers/local/
H A Dcamel-local-provider.c241 mh_provider.object_types[CAMEL_PROVIDER_STORE] = camel_mh_store_get_type (); in camel_provider_module_init()
248 mbox_provider.object_types[CAMEL_PROVIDER_STORE] = CAMEL_TYPE_MBOX_STORE; in camel_provider_module_init()
255 spool_file_provider.object_types[CAMEL_PROVIDER_STORE] = camel_spool_store_get_type (); in camel_provider_module_init()
261 spool_directory_provider.object_types[CAMEL_PROVIDER_STORE] = camel_spool_store_get_type (); in camel_provider_module_init()
268 maildir_provider.object_types[CAMEL_PROVIDER_STORE] = camel_maildir_store_get_type (); in camel_provider_module_init()
/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/Functional/Handler/
H A DHandlerAllTest.php59 $object_types = array_keys(ViewExecutable::getHandlerTypes());
80 foreach ($object_types as $type) {
110 foreach ($object_types as $type) {
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/Functional/Handler/
H A DHandlerAllTest.php59 $object_types = array_keys(ViewExecutable::getHandlerTypes());
80 foreach ($object_types as $type) {
110 foreach ($object_types as $type) {
/dports/devel/p5-Class-Factory/Class-Factory-1.06/lib/Class/
H A DFactory.pm127 my ( $item, @object_types ) = @_;
130 for my $object_type (@object_types) {
143 my ( $item, @object_types ) = @_;
146 for my $object_type (@object_types) {
/dports/databases/gom/gom-0.4/tests/
H A Dtest-gom-constraints.c148 GList *object_types; in test_unique() local
163 object_types = g_list_prepend(NULL, GINT_TO_POINTER(ITEM_TYPE_RESOURCE)); in test_unique()
164 gom_repository_automatic_migrate_sync(repository, 1, object_types, &error); in test_unique()
250 GList *object_types; in test_notnull() local
260 object_types = g_list_prepend(NULL, GINT_TO_POINTER(ITEM_TYPE_RESOURCE)); in test_notnull()
261 gom_repository_automatic_migrate_sync(repository, 1, object_types, &error); in test_notnull()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/video/
H A Dbwm_video_site_io.h35 std::vector<std::string> object_types() const { return obj_types_; } in object_types() function
37 void set_object_types(std::vector<std::string> object_types) { in set_object_types() argument
38 obj_types_=object_types; } in set_object_types()
/dports/misc/veles/veles-2018.05.0/python/veles/schema/
H A Dmodel.py312 cls.object_types = {}
316 if cls.object_type in cls.object_types:
319 cls.object_types[cls.object_type] = cls
334 if ot not in cls.object_types:
336 rcls = cls.object_types[ot]
374 for obj_type, obj_class in cls.object_types.items()
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/users/tests/
H A Dtest_filtersets.py138 object_types = (
157 permissions[i].object_types.set([object_types[i]])
182 object_types = ContentType.objects.filter(model__in=['site', 'rack'])
183 params = {'object_types': [object_types[0].pk, object_types[1].pk]}

12345678910>>...16