Home
last modified time | relevance | path

Searched refs:group_tab (Results 1 – 14 of 14) sorted by relevance

/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/tests/
H A Dtest_owpivot.py313 group_tab = pivot.group_table
352 group_tab = pivot.group_table
374 group_tab = pivot.group_table
402 self.assert_table_equal(pivot.group_table, group_tab)
407 group_tab = pivot.group_table
422 self.assert_table_equal(group_tab, group_tab_same_vars)
435 group_tab = pivot.group_table
471 group_tab = pivot.group_table
475 self.assert_table_equal(group_tab, pivot.group_table)
499 group_tab = pivot.group_table
[all …]
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dauth.c37 *gid_tab = NULL, *group_tab = NULL; variable
336 if (group_tab == NULL && in groupcache_create()
338 group_tab = pr_table_alloc(auth_pool, 0); in groupcache_create()
345 if (group_tab != NULL) { in groupcache_add()
348 (void) pr_table_rewind(group_tab); in groupcache_add()
377 if (group_tab != NULL) { in groupcache_get()
380 v = pr_table_get(group_tab, name, NULL); in groupcache_get()
2136 if (group_tab != NULL) { in pr_auth_cache_clear()
2137 pr_table_empty(group_tab); in pr_auth_cache_clear()
2138 pr_table_free(group_tab); in pr_auth_cache_clear()
[all …]
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dauth.c37 *gid_tab = NULL, *group_tab = NULL; variable
336 if (group_tab == NULL && in groupcache_create()
338 group_tab = pr_table_alloc(auth_pool, 0); in groupcache_create()
345 if (group_tab != NULL) { in groupcache_add()
348 (void) pr_table_rewind(group_tab); in groupcache_add()
377 if (group_tab != NULL) { in groupcache_get()
380 v = pr_table_get(group_tab, name, NULL); in groupcache_get()
2136 if (group_tab != NULL) { in pr_auth_cache_clear()
2137 pr_table_empty(group_tab); in pr_auth_cache_clear()
2138 pr_table_free(group_tab); in pr_auth_cache_clear()
[all …]
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dauth.c37 *gid_tab = NULL, *group_tab = NULL; variable
336 if (group_tab == NULL && in groupcache_create()
338 group_tab = pr_table_alloc(auth_pool, 0); in groupcache_create()
345 if (group_tab != NULL) { in groupcache_add()
348 (void) pr_table_rewind(group_tab); in groupcache_add()
377 if (group_tab != NULL) { in groupcache_get()
380 v = pr_table_get(group_tab, name, NULL); in groupcache_get()
2136 if (group_tab != NULL) { in pr_auth_cache_clear()
2137 pr_table_empty(group_tab); in pr_auth_cache_clear()
2138 pr_table_free(group_tab); in pr_auth_cache_clear()
[all …]
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dauth.c37 *gid_tab = NULL, *group_tab = NULL; variable
336 if (group_tab == NULL && in groupcache_create()
338 group_tab = pr_table_alloc(auth_pool, 0); in groupcache_create()
345 if (group_tab != NULL) { in groupcache_add()
348 (void) pr_table_rewind(group_tab); in groupcache_add()
377 if (group_tab != NULL) { in groupcache_get()
380 v = pr_table_get(group_tab, name, NULL); in groupcache_get()
2136 if (group_tab != NULL) { in pr_auth_cache_clear()
2137 pr_table_empty(group_tab); in pr_auth_cache_clear()
2138 pr_table_free(group_tab); in pr_auth_cache_clear()
[all …]
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dauth.c37 *gid_tab = NULL, *group_tab = NULL; variable
336 if (group_tab == NULL && in groupcache_create()
338 group_tab = pr_table_alloc(auth_pool, 0); in groupcache_create()
345 if (group_tab != NULL) { in groupcache_add()
348 (void) pr_table_rewind(group_tab); in groupcache_add()
377 if (group_tab != NULL) { in groupcache_get()
380 v = pr_table_get(group_tab, name, NULL); in groupcache_get()
2136 if (group_tab != NULL) { in pr_auth_cache_clear()
2137 pr_table_empty(group_tab); in pr_auth_cache_clear()
2138 pr_table_free(group_tab); in pr_auth_cache_clear()
[all …]
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dauth.c37 *gid_tab = NULL, *group_tab = NULL; variable
336 if (group_tab == NULL && in groupcache_create()
338 group_tab = pr_table_alloc(auth_pool, 0); in groupcache_create()
345 if (group_tab != NULL) { in groupcache_add()
348 (void) pr_table_rewind(group_tab); in groupcache_add()
377 if (group_tab != NULL) { in groupcache_get()
380 v = pr_table_get(group_tab, name, NULL); in groupcache_get()
2136 if (group_tab != NULL) { in pr_auth_cache_clear()
2137 pr_table_empty(group_tab); in pr_auth_cache_clear()
2138 pr_table_free(group_tab); in pr_auth_cache_clear()
[all …]
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/
H A Dauth.c37 *gid_tab = NULL, *group_tab = NULL; variable
336 if (group_tab == NULL && in groupcache_create()
338 group_tab = pr_table_alloc(auth_pool, 0); in groupcache_create()
345 if (group_tab != NULL) { in groupcache_add()
348 (void) pr_table_rewind(group_tab); in groupcache_add()
377 if (group_tab != NULL) { in groupcache_get()
380 v = pr_table_get(group_tab, name, NULL); in groupcache_get()
2136 if (group_tab != NULL) { in pr_auth_cache_clear()
2137 pr_table_empty(group_tab); in pr_auth_cache_clear()
2138 pr_table_free(group_tab); in pr_auth_cache_clear()
[all …]
/dports/ftp/proftpd/proftpd-1.3.7c/src/
H A Dauth.c37 *gid_tab = NULL, *group_tab = NULL; variable
336 if (group_tab == NULL && in groupcache_create()
338 group_tab = pr_table_alloc(auth_pool, 0); in groupcache_create()
345 if (group_tab != NULL) { in groupcache_add()
348 (void) pr_table_rewind(group_tab); in groupcache_add()
377 if (group_tab != NULL) { in groupcache_get()
380 v = pr_table_get(group_tab, name, NULL); in groupcache_get()
2136 if (group_tab != NULL) { in pr_auth_cache_clear()
2137 pr_table_empty(group_tab); in pr_auth_cache_clear()
2138 pr_table_free(group_tab); in pr_auth_cache_clear()
[all …]
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/src/
H A Dauth.c37 *gid_tab = NULL, *group_tab = NULL; variable
336 if (group_tab == NULL && in groupcache_create()
338 group_tab = pr_table_alloc(auth_pool, 0); in groupcache_create()
345 if (group_tab != NULL) { in groupcache_add()
348 (void) pr_table_rewind(group_tab); in groupcache_add()
377 if (group_tab != NULL) { in groupcache_get()
380 v = pr_table_get(group_tab, name, NULL); in groupcache_get()
2136 if (group_tab != NULL) { in pr_auth_cache_clear()
2137 pr_table_empty(group_tab); in pr_auth_cache_clear()
2138 pr_table_free(group_tab); in pr_auth_cache_clear()
[all …]
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/
H A Dowpivot.py211 group_tab = self._group_tables.total
219 group_tab = self._group_tables.total_v
227 group_tab = self._group_tables.total_h
235 group_tab = self._group_tables.table
256 X[:, j] = group_tab.X[:, self._indepen_agg_done[fun] - offset]
261 X[:, k] = group_tab.X[:, self._depen_agg_done[fun][v] - offset]
390 def __total_for_function(self, group_tab, val_var, fun, is_float_type): argument
394 return self.__check_continuous(val_var, group_tab.X[:, ref],
/dports/x11/terminator/terminator-2.1.1/terminatorlib/
H A Dwindow.py421 'group-tab': self.group_tab,
730 def group_tab(self, widget): member in Window
752 self.group_tab(widget)
H A Dpaned.py106 'group-tab': top_window.group_tab,
H A Dnotebook.py265 'group-tab': top_window.group_tab,