Home
last modified time | relevance | path

Searched refs:t_pages (Results 1 – 13 of 13) sorted by relevance

/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dhtml_api.php710 $t_pages = array();
735 $t_pages['adm_permissions_report.php'] = array(
741 print_menu( $t_pages, $p_page, 'EVENT_MENU_MANAGE' );
754 $t_pages = array();
756 $t_pages['adm_permissions_report.php'] = array( 'url' => 'adm_permissions_report.php',
760 $t_pages['adm_config_report.php'] = array( 'url' => 'adm_config_report.php',
803 foreach ( $t_pages as $t_page ) {
825 $t_pages['account_page.php'] = array( 'url'=>'account_page.php', 'label'=>'account_link' );
841 print_menu( $t_pages, $p_page, 'EVENT_MENU_ACCOUNT' );
898 $t_pages['summary_page.php'] = array(
[all …]
/dports/databases/mantis/mantisbt-2.25.2/plugins/Source/
H A DSource.ViewAPI.php214 $t_pages = ceil( $p_count / $p_perpage );
215 $t_block = max( 5, min( round( $t_pages / 10, -1 ), ceil( $t_pages / 6 ) ) );
234 if( $t_pages > 15 ) {
237 for( $i = 1; $i <= $t_pages; $i++ ) {
239 || $i > $t_pages - $t_pages_per_block
252 $t_page_set = range( 1, $t_pages );
264 if( $p_current < $t_pages ) {
266 echo '&nbsp;&nbsp;', $t_page_link( $t_pages, lang_get( 'last' ) );
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/buf/
H A Dbuf0dump.cc290 ulint t_pages; in buf_dump() local
294 t_pages = buf_pool.curr_size * srv_buf_pool_dump_pct / 100; in buf_dump()
295 if (n_pages > t_pages) { in buf_dump()
300 t_pages, srv_buf_pool_dump_pct); in buf_dump()
301 n_pages = t_pages; in buf_dump()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/buf/
H A Dbuf0dump.cc321 ulint t_pages; in buf_dump() local
327 t_pages = buf_pool->curr_size in buf_dump()
329 if (n_pages > t_pages) { in buf_dump()
335 i, t_pages, in buf_dump()
337 n_pages = t_pages; in buf_dump()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/buf/
H A Dbuf0dump.cc321 ulint t_pages; in buf_dump() local
327 t_pages = buf_pool->curr_size in buf_dump()
329 if (n_pages > t_pages) { in buf_dump()
335 i, t_pages, in buf_dump()
337 n_pages = t_pages; in buf_dump()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/buf/
H A Dbuf0dump.cc321 ulint t_pages; in buf_dump() local
327 t_pages = buf_pool->curr_size in buf_dump()
329 if (n_pages > t_pages) { in buf_dump()
335 i, t_pages, in buf_dump()
337 n_pages = t_pages; in buf_dump()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/buf/
H A Dbuf0dump.cc321 ulint t_pages; in buf_dump() local
327 t_pages = buf_pool->curr_size in buf_dump()
329 if (n_pages > t_pages) { in buf_dump()
335 i, t_pages, in buf_dump()
337 n_pages = t_pages; in buf_dump()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/buf/
H A Dbuf0dump.cc290 ulint t_pages; in buf_dump() local
294 t_pages = buf_pool.curr_size * srv_buf_pool_dump_pct / 100; in buf_dump()
295 if (n_pages > t_pages) { in buf_dump()
300 t_pages, srv_buf_pool_dump_pct); in buf_dump()
301 n_pages = t_pages; in buf_dump()
/dports/databases/mantis/mantisbt-2.25.2/plugins/EmailReporting/core/
H A Dconfig_api.php220 $t_pages = array(
233 …$t_pages[ 'plugin_lang_get' ] = array_merge( $t_pages[ 'plugin_lang_get' ], array( 'manage_rule' )…
245 foreach( $t_pages AS $t_lang_function => $t_pageset )
/dports/math/singular/Singular-Release-4-2-1/omalloc/
H A DomBin.c644 long t_pages = 0, t_used_blocks = 0, t_free_blocks = 0; in omGetTotalBinStat() local
650 t_pages += pages; in omGetTotalBinStat()
658 *pages_p = t_pages; in omGetTotalBinStat()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/block/null_blk/
H A Dmain.c819 struct nullb_page *ret, *t_pages[FREE_BATCH]; in null_free_device_storage() local
828 (void **)t_pages, pos, FREE_BATCH); in null_free_device_storage()
831 pos = t_pages[i]->page->index; in null_free_device_storage()
832 ret = radix_tree_delete_item(root, pos, t_pages[i]); in null_free_device_storage()
833 WARN_ON(ret != t_pages[i]); in null_free_device_storage()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/block/null_blk/
H A Dmain.c819 struct nullb_page *ret, *t_pages[FREE_BATCH]; in null_free_device_storage() local
828 (void **)t_pages, pos, FREE_BATCH); in null_free_device_storage()
831 pos = t_pages[i]->page->index; in null_free_device_storage()
832 ret = radix_tree_delete_item(root, pos, t_pages[i]); in null_free_device_storage()
833 WARN_ON(ret != t_pages[i]); in null_free_device_storage()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/block/null_blk/
H A Dmain.c819 struct nullb_page *ret, *t_pages[FREE_BATCH]; in null_free_device_storage() local
828 (void **)t_pages, pos, FREE_BATCH); in null_free_device_storage()
831 pos = t_pages[i]->page->index; in null_free_device_storage()
832 ret = radix_tree_delete_item(root, pos, t_pages[i]); in null_free_device_storage()
833 WARN_ON(ret != t_pages[i]); in null_free_device_storage()