Home
last modified time | relevance | path

Searched refs:obj_types (Results 1 – 25 of 145) sorted by relevance

123456

/dports/misc/py-scikit-fusion/scikit-fusion-0.2.1/skfusion/fusion/decomposition/
H A D_init.py11 def _random(obj_types, obj_type2n_obj, obj_type2rank, R, random_state): argument
13 for obj_type in obj_types:
20 def _random_c(obj_types, obj_type2n_obj, obj_type2rank, R, random_state): argument
22 for obj_type in obj_types:
26 for obj_types, R12 in R.items():
27 if obj_type not in obj_types:
29 Rij = R12 if obj_type == obj_types[0] else R12.T
46 for obj_type in obj_types:
50 for obj_types, R12 in R.items():
51 if obj_type not in obj_types:
[all …]
H A D_dfmc.py19 def __bdot(A, B, i, j, obj_types): argument
36 ll = [np.dot(A[i, k], B[k, j]) for k in obj_types
44 def _par_bdot(A, B, obj_types, verbose, n_jobs): argument
71 task_iter = (delayed(__bdot)(A, B, i, j, obj_types)
72 for i in obj_types for j in obj_types)
95 def count_objects(obj_types, R): argument
122 if set(obj_types) != set(obj_type2n_obj.keys()):
248 obj_type2n_obj = count_objects(obj_types, R)
406 obj_types = [0, 1, 2] variable
432 G, S = dfmc(R, M, Theta, obj_types, obj_type2rank,
[all …]
H A D_dfmf.py19 def __bdot(A, B, i, j, obj_types): argument
23 ll = [np.dot(A[i, k][l], B[k, j]) for k in obj_types
36 ll = [np.dot(A[i, k], B[k, j]) for k in obj_types
44 def _par_bdot(A, B, obj_types, verbose, n_jobs): argument
71 task_iter = (delayed(__bdot)(A, B, i, j, obj_types)
72 for i in obj_types for j in obj_types)
95 def count_objects(obj_types, R): argument
122 if set(obj_types) != set(obj_type2n_obj.keys()):
127 def dfmf(R, Theta, obj_types, obj_type2rank, argument
190 obj_type2n_obj = count_objects(obj_types, R)
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/cbind/test/
H A DReadEdgeFace.c24 ex_entity_type obj_types[] = { variable
163 for ( i = 0; i < sizeof(obj_types)/sizeof(obj_types[0]); ++i ) { in cReadEdgeFace()
181 EXCHECK( ex_get_ids( exoid, obj_types[i], ids ), "Could not read object ids.\n" ); in cReadEdgeFace()
182 EXCHECK( ex_get_names( exoid, obj_types[i], obj_names ), "Could not read object ids.\n" ); in cReadEdgeFace()
226 if ( obj_types[i] == EX_ELEM_BLOCK ) { in cReadEdgeFace()
227 …EXCHECK( ex_get_block( exoid, obj_types[i], ids[obj], 0, itmp, itmp+1, itmp+2, itmp+3, &num_attrs … in cReadEdgeFace()
232 EXCHECK( ex_get_block( exoid, obj_types[i], ids[obj], 0, itmp, itmp+1, 0, 0, &num_attrs ), in cReadEdgeFace()
303 …set_extra = ( obj_types[i] != EX_NODE_SET && obj_types[i] != EX_ELEM_SET ) ? (int*) malloc( num_e… in cReadEdgeFace()
329 switch (obj_types[i]) { in cReadEdgeFace()
348 EXCHECK( ex_get_num_map( exoid, obj_types[i], ids[obj], map ), "Could not read map.\n" ); in cReadEdgeFace()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/exodusII/vtkexodusII/test/
H A DReadEdgeFace.c23 int obj_types[] = { variable
185 for ( i = 0; i < (int)(sizeof(obj_types)/sizeof(obj_types[0])); ++i ) { in cReadEdgeFace()
203 EXCHECK( ex_get_ids( exoid, obj_types[i], ids ), "Could not read object ids.\n" ); in cReadEdgeFace()
204 EXCHECK( ex_get_names( exoid, obj_types[i], obj_names ), "Could not read object ids.\n" ); in cReadEdgeFace()
248 if ( obj_types[i] == EX_ELEM_BLOCK ) { in cReadEdgeFace()
249 …EXCHECK( ex_get_block( exoid, obj_types[i], ids[obj], 0, itmp, itmp+1, itmp+2, itmp+3, &num_attrs … in cReadEdgeFace()
254 EXCHECK( ex_get_block( exoid, obj_types[i], ids[obj], 0, itmp, itmp+1, 0, 0, &num_attrs ), in cReadEdgeFace()
325 …set_extra = ( obj_types[i] != EX_NODE_SET && obj_types[i] != EX_ELEM_SET ) ? (int*) malloc( num_e… in cReadEdgeFace()
351 switch (obj_types[i]) { in cReadEdgeFace()
368 EXCHECK( ex_get_num_map( exoid, obj_types[i], ids[obj], map ), "Could not read map.\n" ); in cReadEdgeFace()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Repository/classes/
H A Dclass.ilModulesTableGUI.php104 $obj_types = array();
124 $obj_types[$rt["id"]] = array(
136 $obj_types = $this->getPluginComponents($obj_types, IL_COMP_SERVICE, "Repository", "robj");
137 $obj_types = $this->getPluginComponents($obj_types, IL_COMP_MODULE, "OrgUnit", "orguext");
141 foreach ($obj_types as $obj_type => $item) {
251 protected function getPluginComponents($obj_types, $component, $slotName, $slotId) argument
260 $obj_types[$pl_id] = array(
269 return $obj_types;
/dports/www/ilias6/ILIAS-6.14/Services/Repository/classes/
H A Dclass.ilModulesTableGUI.php104 $obj_types = array();
124 $obj_types[$rt["id"]] = array(
136 $obj_types = $this->getPluginComponents($obj_types, IL_COMP_SERVICE, "Repository", "robj");
137 $obj_types = $this->getPluginComponents($obj_types, IL_COMP_MODULE, "OrgUnit", "orguext");
141 foreach ($obj_types as $obj_type => $item) {
251 protected function getPluginComponents($obj_types, $component, $slotName, $slotId) argument
260 $obj_types[$pl_id] = array(
269 return $obj_types;
/dports/x11/virglrenderer/virglrenderer-7d204f3927be65fb3365dce01dbcd04d447a4985/src/
H A Dvrend_object.c33 } obj_types[VIRGL_MAX_OBJECTS]; variable
39 obj_types[type].unref = cb; in vrend_object_set_destroy_callback()
79 if (obj_types[obj->type].unref) in free_object()
80 obj_types[obj->type].unref(obj->data); in free_object()
/dports/textproc/p5-Geo-Parse-OSM/Geo-Parse-OSM-0.42/lib/Geo/Parse/
H A DOSM.pm93 my @obj_types = qw{ node way relation bound bounds };
94 my $obj_types = join q{|}, @obj_types;
122 if ( my ($obj) = $line =~ m{ ^\s* <($obj_types) }xo ) {
/dports/games/scummvm/scummvm-2.5.1/engines/glk/quest/
H A Dgeas_file.cpp230 if (!has(obj_types, objname)) { in get_obj_property()
234 String objtype = (*obj_types.find(objname))._value; in get_obj_property()
356 if (!has(obj_types, objname)) { in obj_of_type()
361 String objtype = (*obj_types.find(objname))._value; in obj_of_type()
424 if (!has(obj_types, objname)) { in get_obj_action()
428 String objtype = (*obj_types.find(objname))._value; in get_obj_action()
517 if (has(obj_types, blockname)) { in register_block()
520 obj_types[blockname] + ">"; in register_block()
523 obj_types[blockname] = blocktype; in register_block()
/dports/www/ilias/ILIAS-5.4.25/Services/AdvancedMetaData/classes/
H A Dclass.ilAdvancedMDRecord.php32 protected $obj_types = array(); variable in ilAdvancedMDRecord
222 $obj_types[] = $row->obj_type;
224 return $obj_types ? $obj_types : array();
763 $this->obj_types = $a_obj_types;
775 $this->obj_types[] = array(
790 return $this->obj_types ? $this->obj_types : array();
893 $this->obj_types[] = array(
/dports/www/ilias6/ILIAS-6.14/Services/AdvancedMetaData/classes/
H A Dclass.ilAdvancedMDRecord.php32 protected $obj_types = array(); variable in ilAdvancedMDRecord
222 $obj_types[] = $row->obj_type;
224 return $obj_types ? $obj_types : array();
763 $this->obj_types = $a_obj_types;
775 $this->obj_types[] = array(
790 return $this->obj_types ? $this->obj_types : array();
893 $this->obj_types[] = array(
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/ECS/classes/
H A Dclass.ilECSParticipantSettingsGUI.php210 …$obj_types = new ilCheckboxGroupInputGUI($this->getLang()->txt('ecs_export_types'), 'export_types'…
211 $obj_types->setValue($this->getParticipant()->getExportTypes());
216 $obj_types->addOption(new ilCheckboxOption($trans, $type));
218 $export->addSubItem($obj_types);
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/ECS/classes/
H A Dclass.ilECSParticipantSettingsGUI.php210 …$obj_types = new ilCheckboxGroupInputGUI($this->getLang()->txt('ecs_export_types'), 'export_types'…
211 $obj_types->setValue($this->getParticipant()->getExportTypes());
216 $obj_types->addOption(new ilCheckboxOption($trans, $type));
218 $export->addSubItem($obj_types);
/dports/www/ilias/ILIAS-5.4.25/Services/LTI/classes/Consumer/
H A Dclass.ilLTIConsumerTableGUI.php101 $obj_types = $this->parent_obj->object->getActiveObjectTypes($a_set["id"]);
102 if ($obj_types) {
103 foreach ($obj_types as $obj_type) {
/dports/www/ilias6/ILIAS-6.14/Services/LTI/classes/Consumer/
H A Dclass.ilLTIConsumerTableGUI.php101 $obj_types = $this->parent_obj->object->getActiveObjectTypes($a_set["id"]);
102 if ($obj_types) {
103 foreach ($obj_types as $obj_type) {
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/glean_parser/glean_parser/
H A Dkotlin.py239 obj_types = sorted(
251 obj_types=obj_types,
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dtaskprogresswidget.cpp25 vector<ObjectType> obj_types=BaseObject::getObjectTypes(true); in TaskProgressWidget() local
30 for(auto &obj_tp : obj_types) in TaskProgressWidget()
/dports/www/ilias6/ILIAS-6.14/Services/Tree/classes/
H A Dclass.ilTreeTrashQueries.php110 $obj_types = [];
112 $obj_types[] = $row->obj_type;
114 return $obj_types;
/dports/math/vtk6/VTK-6.2.0/IO/Exodus/
H A DvtkExodusIIReader.cxx89 static int obj_types[] = { variable
105 static int num_obj_types = (int)(sizeof(obj_types)/sizeof(obj_types[0]));
283 while ( obj_types[b] >= 0 && obj_types[b] != btyp ) in printBlock()
311 while ( obj_types[s] >= 0 && obj_types[s] != styp ) in printSet()
330 while ( obj_types[m] >= 0 && obj_types[m] != mtyp ) in printMap()
2306 int otyp = obj_types[ otypidx ]; in GetCacheOrRead()
2885 if ( obj_types[i] == otyp ) in GetObjectTypeIndexFromObjectType()
4104 switch (obj_types[i]) in RequestInformation()
4283 int otyp = obj_types[otypidx]; in RequestData()
4378 int otyp = obj_types[otypidx]; in SetUpEmptyGrid()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Cxx/
H A DTestPartitionedDataSetCollectionConvertors.cxx43 std::vector<int> obj_types{ in TestPartitionedDataSetCollectionConvertors() local
58 for (const auto type : obj_types) in TestPartitionedDataSetCollectionConvertors()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/glean_parser/glean_parser/
H A Dkotlin.py291 obj_types = sorted(
303 obj_types=obj_types,
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/glean_parser/glean_parser/
H A Dkotlin.py291 obj_types = sorted(
303 obj_types=obj_types,
/dports/www/firefox/firefox-99.0/third_party/python/glean_parser/glean_parser/
H A Dkotlin.py324 obj_types = sorted(
336 obj_types=obj_types,
/dports/math/vtk9/VTK-9.1.0/IO/Exodus/
H A DvtkExodusIIReader.cxx90 static int num_obj_types = (int)(sizeof(obj_types) / sizeof(obj_types[0]));
217 while (obj_types[b] >= 0 && obj_types[b] != btyp) in printBlock()
242 while (obj_types[s] >= 0 && obj_types[s] != styp) in printSet()
258 while (obj_types[m] >= 0 && obj_types[m] != mtyp) in printMap()
2217 int otyp = obj_types[otypidx]; in GetCacheOrRead()
2238 int otyp = obj_types[otypidx]; in GetCacheOrRead()
2424 int otyp = obj_types[otypidx]; in GetCacheOrRead()
2925 if (obj_types[i] == otyp) in GetObjectTypeIndexFromObjectType()
4348 switch (obj_types[i]) in RequestInformation()
4539 int otyp = obj_types[otypidx]; in RequestData()
[all …]

123456