Home
last modified time | relevance | path

Searched refs:all_groups (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/dports/math/py-or-tools/or-tools-9.2/examples/python/
H A Dbalance_group_sat.py29 def __init__(self, values, colors, all_groups, all_items, item_in_group): argument
34 self.__all_groups = all_groups
70 all_groups = range(num_groups)
102 for g in all_groups:
107 for g in all_groups:
114 model.Add(sum(item_in_group[(i, g)] for g in all_groups) == 1)
120 for g in all_groups:
130 for g in all_groups:
137 for g in all_groups:
144 for g in all_groups:
[all …]
H A Dtasks_and_workers_assignment_sat.py42 all_groups = range(num_groups)
50 for j in all_groups:
56 for j in all_groups:
63 model.Add(sum(y[k, j] for j in all_groups) == 1)
67 model.Add(sum(x[i, j] for j in all_groups) == 1)
75 for j in all_groups:
105 for j in all_groups:
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dthread_pool_info.cc46 if (!all_groups) in groups_fill_table()
50 for (uint i = 0; i < threadpool_max_size && all_groups[i].pollfd != INVALID_HANDLE_VALUE; i++) in groups_fill_table()
52 thread_group_t* group = &all_groups[i]; in groups_fill_table()
106 if (!all_groups) in queues_fill_table()
111 group_id < threadpool_max_size && all_groups[group_id].pollfd != INVALID_HANDLE_VALUE; in queues_fill_table()
114 thread_group_t* group = &all_groups[group_id]; in queues_fill_table()
184 if (!all_groups) in stats_fill_table()
191 thread_group_t* group = &all_groups[i]; in stats_fill_table()
214 if (!all_groups) in stats_reset_table()
219 thread_group_t* group = &all_groups[i]; in stats_reset_table()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dthread_pool_info.cc46 if (!all_groups) in groups_fill_table()
50 for (uint i = 0; i < threadpool_max_size && all_groups[i].pollfd != INVALID_HANDLE_VALUE; i++) in groups_fill_table()
52 thread_group_t* group = &all_groups[i]; in groups_fill_table()
106 if (!all_groups) in queues_fill_table()
111 group_id < threadpool_max_size && all_groups[group_id].pollfd != INVALID_HANDLE_VALUE; in queues_fill_table()
114 thread_group_t* group = &all_groups[group_id]; in queues_fill_table()
184 if (!all_groups) in stats_fill_table()
191 thread_group_t* group = &all_groups[i]; in stats_fill_table()
214 if (!all_groups) in stats_reset_table()
219 thread_group_t* group = &all_groups[i]; in stats_reset_table()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/test/
H A Dtest.py93 all_groups = set()
97 all_groups |= {'.'.join(aparts[:2])}
99 all_groups |= {aparts[0]}
100 all_groups = sorted(all_groups)
102 _all_test_groups = all_groups
109 print('\n'.join(all_groups))
/dports/net/wireshark/wireshark-3.6.1/test/
H A Dtest.py93 all_groups = set()
97 all_groups |= {'.'.join(aparts[:2])}
99 all_groups |= {aparts[0]}
100 all_groups = sorted(all_groups)
102 _all_test_groups = all_groups
109 print('\n'.join(all_groups))
/dports/net/tshark-lite/wireshark-3.6.1/test/
H A Dtest.py93 all_groups = set()
97 all_groups |= {'.'.join(aparts[:2])}
99 all_groups |= {aparts[0]}
100 all_groups = sorted(all_groups)
102 _all_test_groups = all_groups
109 print('\n'.join(all_groups))
/dports/net/tshark/wireshark-3.6.1/test/
H A Dtest.py93 all_groups = set()
97 all_groups |= {'.'.join(aparts[:2])}
99 all_groups |= {aparts[0]}
100 all_groups = sorted(all_groups)
102 _all_test_groups = all_groups
109 print('\n'.join(all_groups))
/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/plugins/main_sections/ms_groups/
H A Dms_custom_groups.php102 $all_groups = all_groups('DYNAMIC'); variable
105 $all_groups = all_groups('STATIC'); variable
136 if (isset($all_groups) && $_SESSION['OCS']['profile']->getConfigValue('GROUPS') == "YES") {
162 $List = $all_groups;
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/
H A DCluster.cpp242 list<FWObject*> all_groups = getByTypeDeep(StateSyncClusterGroup::TYPENAME); in getMembersList() local
245 all_groups.merge(all_failover); in getMembersList()
247 for (list<FWObject*>::iterator it = all_groups.begin(); in getMembersList()
248 it != all_groups.end(); ++it) in getMembersList()
276 list<FWObject*> all_groups = getByTypeDeep(StateSyncClusterGroup::TYPENAME); in hasMember() local
279 all_groups.merge(all_failover); in hasMember()
281 for (list<FWObject*>::iterator it = all_groups.begin(); in hasMember()
282 it != all_groups.end(); ++it) in hasMember()
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/util/cover/
H A Dmanager.py229 all_groups = {}
235 total = self._total_groupings(all_groups)
267 all_groups = {}
273 all_groups[plugin] = groups
274 return all_groups
276 all_groups = song_groups(songs, sources)
277 print_d("Got %d plugin groupings" % self._total_groupings(all_groups))
279 for plugin, groups in all_groups.items():
298 return all_groups
/dports/devel/R-cran-R6/R6/R/
H A Dgenerator_funs.R51 all_groups <- c("public_methods", "public_fields", "private_methods", vector
57 all_groups <- setdiff(all_groups, group)
59 all_names <- unlist(lapply(all_groups, function(g) names(get(g))))
/dports/www/tikiwiki/tiki-21.2/templates/user/
H A Dmanage_groups.tpl29 {section name=ix loop=$all_groups}
30 {if $all_groups[ix] != 'Anonymous' && $all_groups[ix] != 'Registered'}
31 <option value="{$all_groups[ix]|escape}">{$all_groups[ix]|escape}</option>
64 {foreach $all_groups as $group}
/dports/print/hplip/hplip-3.20.6/
H A Dfab.py175 all_groups = self.db.get_all_groups()
201 if groupname in all_groups:
216 if groupname in all_groups:
221 if groupname not in all_groups:
279 all_groups = self.db.get_all_groups()
280 log.debug(all_groups)
283 if len(all_groups):
287 for group in all_groups:
412 if add_group not in all_groups:
549 all_groups = self.db.get_all_groups()
[all …]
/dports/www/piwigo/piwigo/include/ws_functions/
H A Dpwg.groups.php244 $all_groups = $params['merge_group_id'];
245 array_push($all_groups, $params['destination_group_id']);
247 $all_groups = array_unique($all_groups);
254 WHERE id in ('.implode(',', $all_groups) .')
257 if ($count != count($all_groups))
/dports/finance/prestashop/prestashop/src/Adapter/Supplier/
H A DSupplierDataProvider.php45 * @param bool $all_groups
49 …get_nb_products = false, $id_lang = 0, $active = true, $p = false, $n = false, $all_groups = false) argument
51 return Supplier::getSuppliers($get_nb_products, $id_lang, $active, $p, $n, $all_groups);
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-object_watches.php22 $all_groups = $userlib->list_all_groups(); variable
23 $smarty->assign_by_ref('all_groups', $all_groups);
56 foreach ($all_groups as $g) {
72 foreach ($all_groups as $g) {
/dports/math/py-or-tools/or-tools-9.2/examples/notebook/examples/
H A Dbalance_group_sat.ipynb110 " self.__all_groups = all_groups\n",
145 "all_groups = range(num_groups)\n",
177 " for g in all_groups:\n",
182 "for g in all_groups:\n",
189 " model.Add(sum(item_in_group[(i, g)] for g in all_groups) == 1)\n",
195 "for g in all_groups:\n",
205 "for g in all_groups:\n",
212 " for g in all_groups:\n",
219 " for g in all_groups:\n",
229 " for g in all_groups:\n",
[all …]
/dports/databases/p5-DBIx-Class-Schema-Loader/DBIx-Class-Schema-Loader-0.07049/lib/DBIx/Class/Schema/Loader/Optional/
H A DDependencies.pm807 my $all_groups = __expand_includes($groups);
815 for my $requesting_group (keys %$all_groups) {
835 if ( $all_groups->{$target_group} and my $ar = $ag->{$target_group}{req} ) {
837 ( $all_groups->{$requesting_group}{idx} < $all_groups->{$target_group}{idx} )
846 for my $group (sort { $all_groups->{$a}{idx} <=> $all_groups->{$b}{idx} } keys %$all_groups ) {
864 if (my $e = $all_groups->{$group}{missing_envvars}) {
889 if $all_groups->{$group}{user_requested};
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/posix/
H A Dprocess_info_mac.cc124 std::set<gid_t> all_groups = SupplementaryGroups(); in AllGroups() local
125 all_groups.insert(RealGroupID()); in AllGroups()
126 all_groups.insert(EffectiveGroupID()); in AllGroups()
127 all_groups.insert(SavedGroupID()); in AllGroups()
128 return all_groups; in AllGroups()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/posix/
H A Dprocess_info_mac.cc124 std::set<gid_t> all_groups = SupplementaryGroups(); in AllGroups() local
125 all_groups.insert(RealGroupID()); in AllGroups()
126 all_groups.insert(EffectiveGroupID()); in AllGroups()
127 all_groups.insert(SavedGroupID()); in AllGroups()
128 return all_groups; in AllGroups()
/dports/devel/py-moto/moto-2.2.16/tests/test_ec2/
H A Dtest_security_groups.py54 all_groups.should.have.length_of(2)
85 all_groups = retrieve_all_sgs(client)
160 all_groups.should.have.length_of(1)
193 all_groups = retrieve_all_sgs(client)
201 all_groups.should.have.length_of(1)
222 all_groups.should.have.length_of(3)
240 all_groups = retrieve_all_sgs(client)
304 all_groups = retrieve_all_sgs(client)
326 all_groups = retrieve_all_sgs(client)
1490 all_groups = res["SecurityGroups"]
[all …]
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/admin/users/
H A Dad-search-result-groups-membership.php55 $all_groups = $Admin->fetch_all_objects ("userGroups", "g_id"); variable
56 if($all_groups !== false) {
57 foreach($all_groups as $k=>$g) {
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dthreadpool_unix.cc161 static thread_group_t all_groups[MAX_THREAD_GROUPS]; variable
585 for(i=0; i< array_elements(all_groups);i++) in timer_thread()
587 if(all_groups[i].connection_count) in timer_thread()
588 check_stall(&all_groups[i]); in timer_thread()
1346 &all_groups[thd->thread_id%group_count]; in tp_add_connection()
1679 for(uint i=0; i< array_elements(all_groups); i++) in tp_end()
1681 thread_group_close(&all_groups[i]); in tp_end()
1698 thread_group_t *group= &all_groups[i]; in tp_set_threadpool_size()
1710 mysql_mutex_unlock(&all_groups[i].mutex); in tp_set_threadpool_size()
1742 i< array_elements(all_groups) && (all_groups[i].pollfd >= 0); in tp_get_idle_thread_count()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dthreadpool_unix.cc161 static thread_group_t all_groups[MAX_THREAD_GROUPS]; variable
585 for(i=0; i< array_elements(all_groups);i++) in timer_thread()
587 if(all_groups[i].connection_count) in timer_thread()
588 check_stall(&all_groups[i]); in timer_thread()
1346 &all_groups[thd->thread_id%group_count]; in tp_add_connection()
1679 for(uint i=0; i< array_elements(all_groups); i++) in tp_end()
1681 thread_group_close(&all_groups[i]); in tp_end()
1698 thread_group_t *group= &all_groups[i]; in tp_set_threadpool_size()
1710 mysql_mutex_unlock(&all_groups[i].mutex); in tp_set_threadpool_size()
1742 i< array_elements(all_groups) && (all_groups[i].pollfd >= 0); in tp_get_idle_thread_count()
[all …]

12345678910>>...14