Home
last modified time | relevance | path

Searched refs:t_threshold (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/mantis/mantisbt-2.25.2/
H A Dmanage_config_workflow_set.php106 foreach( $t_valid_thresholds as $t_threshold ) {
107 $t_access_current = config_get_access( $t_threshold );
109 $f_value = gpc_get( 'threshold_' . $t_threshold );
110 $t_value_current = config_get( $t_threshold );
111 $t_value_parent = config_get_parent( $t_project, $t_threshold );
113 $f_access = gpc_get( 'access_' . $t_threshold );
114 $t_access_parent = config_get_access_parent( $t_project, $t_threshold );
118 config_delete( $t_threshold, ALL_USERS, $t_project );
121 config_set( $t_threshold, $f_value, NO_USER, $t_project, $f_access );
H A Dmanage_config_email_set.php91 list( $t_action, $t_threshold ) = explode( ':', $t_threshold_value );
92 if( $t_threshold < $t_thresholds_min[$t_action] ) {
93 $t_thresholds_min[$t_action] = $t_threshold;
95 if( $t_threshold > $t_thresholds_max[$t_action] ) {
96 $t_thresholds_max[$t_action] = $t_threshold;
H A Dmanage_config_workflow_page.php376 $t_threshold = $t_report_bug_threshold;
392 $t_threshold = isset( $t_project_set[$t_status] ) ? $t_project_set[$t_status] : $t_level_global;
396 $t_color = set_color_override( $t_level_file, $t_level_global, $t_threshold );
401 $t_can_edit = !is_array( $t_threshold );
402 $t_min_level = access_threshold_min_level( $t_threshold );
H A Dbug_update.php202 $t_threshold = 'update_bug_assign_threshold';
207 $t_threshold = 'update_bug_status_threshold';
211 $t_threshold = 'update_bug_status_threshold';
216 $t_threshold = 'update_bug_threshold';
220 access_ensure_bug_level( config_get( $t_threshold ), $f_bug_id );
H A Dbug_actiongroup.php161 $t_threshold = access_get_status_threshold( $t_assign_status, $t_bug->project_id ); variable
/dports/www/varnish6/varnish-cache-varnish-6.6.2/lib/libvcc/
H A Dvcc_backend.c156 const struct token *t_did = NULL, *t_window = NULL, *t_threshold = NULL; in vcc_ParseProbeSpec() local
245 t_threshold = tl->t; in vcc_ParseProbeSpec()
259 if (t_threshold != NULL || t_window != NULL) { in vcc_ParseProbeSpec()
260 if (t_threshold == NULL && t_window != NULL) { in vcc_ParseProbeSpec()
265 } else if (t_threshold != NULL && t_window == NULL) { in vcc_ParseProbeSpec()
269 vcc_ErrWhere(tl, t_threshold); in vcc_ParseProbeSpec()
282 AN(t_threshold); in vcc_ParseProbeSpec()
283 vcc_ErrWhere(tl, t_threshold); in vcc_ParseProbeSpec()
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dproject_api.php667 foreach( $t_private_project_threshold as $t_threshold ) {
668 if( $p_access_level <= $t_threshold ) {
669 $t_global_access_level[] = $t_threshold;
677 foreach( $p_access_level as $t_threshold ) {
678 if( $t_threshold >= $t_private_project_threshold ) {
679 $t_global_access_level[] = $t_threshold;
H A Dfilter_form_api.php297 $t_threshold = config_get( 'show_monitor_list_threshold' );
299 if( access_has_project_level( $t_threshold ) ) {
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/winmask/
H A Dwin_mask_counts_converter.cpp119 Uint4 t_threshold = istat->get_threshold(); in operator ()() local
123 ostat->setParam( "t_threshold", t_threshold ); in operator ()()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/winmask/
H A Dwin_mask_counts_converter.cpp119 Uint4 t_threshold = istat->get_threshold(); in operator ()() local
123 ostat->setParam( "t_threshold", t_threshold ); in operator ()()
/dports/science/py-molmod/molmod-1.4.8/molmod/
H A Dtransformations.py137 def compare(self, other, t_threshold=1e-3): argument
144 return compute_rmsd(self.t, other.t) < t_threshold
423 def compare(self, other, t_threshold=1e-3, r_threshold=1e-3): argument
431 … return compute_rmsd(self.t, other.t) < t_threshold and compute_rmsd(self.r, other.r) < r_threshold
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dsi_dpm.h85 u32 t_threshold; member
H A Dsi_dpm.c2495 dte_tables->Tthreshold = cpu_to_be32(dte_data->t_threshold); in si_initialize_smc_dte_tables()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Dsi_dpm.h85 u32 t_threshold; member
H A Dsi_dpm.c2487 dte_tables->Tthreshold = cpu_to_be32(dte_data->t_threshold); in si_initialize_smc_dte_tables()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Dsi_dpm.h85 u32 t_threshold; member
H A Dsi_dpm.c2487 dte_tables->Tthreshold = cpu_to_be32(dte_data->t_threshold); in si_initialize_smc_dte_tables()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Dsi_dpm.h85 u32 t_threshold; member
H A Dsi_dpm.c2487 dte_tables->Tthreshold = cpu_to_be32(dte_data->t_threshold); in si_initialize_smc_dte_tables()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/ai/
H A DPaths.cpp1885 float t_threshold = 0.18f; in ARX_PHYSICS_BOX_ApplyModel() local
1887 if (timing < t_threshold) in ARX_PHYSICS_BOX_ApplyModel()
1895 while(timing >= t_threshold) { in ARX_PHYSICS_BOX_ApplyModel()
1902 timing -= t_threshold; in ARX_PHYSICS_BOX_ApplyModel()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/pm/powerplay/
H A Dsi_dpm.h901 u32 t_threshold; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/pm/powerplay/
H A Dsi_dpm.h901 u32 t_threshold; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/pm/powerplay/
H A Dsi_dpm.h901 u32 t_threshold; member
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/winmasker/
H A DREADME479 where PARAM_NAME is one of t_low, t_extend, t_threshold, t_high
508 >t_threshold 86
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/app/winmasker/
H A DREADME479 where PARAM_NAME is one of t_low, t_extend, t_threshold, t_high
508 >t_threshold 86

12