Home
last modified time | relevance | path

Searched refs:t_status (Results 1 – 25 of 105) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Dynamic.Runtime/tests/Dynamic.Context/
H A DConformance.dynamic.context.indexer.regclass.cs32 public static int t_status; field in ManagedTests.DynamicCSharp.Conformance.dynamic.context.indexer.regclass.regclassregindexer.regclassregindexer.MemberClass
38 MemberClass.t_status = 1;
44 MemberClass.t_status = 2;
52 MemberClass.t_status = 1;
58 MemberClass.t_status = 2;
66 MemberClass.t_status = 1;
77 MemberClass.t_status = 2;
85 MemberClass.t_status = 1;
91 MemberClass.t_status = 2;
99 MemberClass.t_status = 1;
[all …]
H A DConformance.dynamic.context.indexer.genclass.cs32 public static int t_status; field in ManagedTests.DynamicCSharp.Conformance.dynamic.context.indexer.genclass.genclassregindexer.genclassregindexer.MemberClass
37 MemberClass<T>.t_status = 1;
43 MemberClass<T>.t_status = 2;
51 MemberClass<T>.t_status = 1;
57 MemberClass<T>.t_status = 2;
65 MemberClass<T>.t_status = 1;
71 MemberClass<T>.t_status = 2;
79 MemberClass<T>.t_status = 1;
90 MemberClass<T>.t_status = 2;
242 public static int t_status; field in ManagedTests.DynamicCSharp.Conformance.dynamic.context.indexer.genclass.genclassregindexer.genclassregindexer.T
[all …]
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dworkflow_api.php66 if( $t_status != $t_next ) {
84 $t_exit[0][$t_status] = $t_new_label;
87 $t_status = $t_submit_status_array;
88 $t_entry[$t_status][0] = $t_new_label;
89 $t_exit[0][$t_status] = $t_new_label;
95 $t_exit[$t_status] = array();
100 $t_default[$t_status] = $t_next;
102 $t_exit[$t_status][$t_next] = '';
103 $t_entry[$t_next][$t_status] = '';
106 if( !isset( $t_entry[$t_status] ) ) {
[all …]
H A Dsummary_api.php217 $t_status = $t_row['status'];
221 summary_helper_build_bugcount( $t_cache, $t_enum, $t_status, $t_bugcount );
447 $t_status = $t_row['status'];
452 summary_helper_build_bugcount( $t_cache, $t_label, $t_status, $t_bugcount );
544 $t_status = (int)$t_row['status'];
546 if( $t_status >= $t_closed_status ) {
548 } elseif ( $t_status >= $t_resolved_status ) {
640 $t_status = $t_row['status'];
648 summary_helper_build_bugcount( $t_cache, $t_label, $t_status, $t_bugcount );
707 $t_status = $t_row['status'];
[all …]
H A Dplugin_api.php727 $t_status = false;
745 $t_status = call_user_func( 'install_' . $t_schema[$i][1], $t_schema[$i][2] );
747 $t_status = call_user_func( 'install_' . $t_schema[$i][1] );
754 $t_status = 2;
765 $t_status = $t_dict->ExecuteSQLArray( $t_sqlarray );
768 if( 2 == $t_status ) {
/dports/databases/mantis/mantisbt-2.25.2/
H A Dmanage_config_workflow_page.php185 foreach( $t_enum_statuses as $t_status ) {
374 if( $t_status == $t_submit_status ) {
385 if( isset( $t_file_set[$t_status] ) ) {
386 $t_level_file = $t_file_set[$t_status];
391 $t_level_global = isset( $t_global_set[$t_status] ) ? $t_global_set[$t_status] : $t_level_file;
392 $t_threshold = isset( $t_project_set[$t_status] ) ? $t_project_set[$t_status] : $t_level_global;
456 foreach( $t_status_arr as $t_status => $t_label ) {
457 if( isset( $g_project_workflow['exit'][$t_status][$t_status] ) ) {
466 … 0 == count( $g_project_workflow['entry'][$t_status] ) ) && ( 0 < count( $g_project_workflow['exit…
475 … 0 == count( $g_project_workflow['exit'][$t_status] ) ) && ( 0 < count( $g_project_workflow['entry…
[all …]
H A Dmanage_config_workflow_set.php169 foreach( $t_enum_status as $t_status => $t_label ) {
172 if( $t_status != $t_next ) {
176 $t_workflow_parent[$t_status] = implode( ',', $t_temp_workflow );
200 foreach( $t_enum_status as $t_status => $t_status_label ) {
201 if( !isset( $t_set_parent[$t_status] ) ) {
202 …if( $t_bug_submit_status == $t_status && config_get_access( 'report_bug_threshold' ) <= $t_access …
203 $t_set_parent[$t_status] = config_get_parent( $t_project, 'report_bug_threshold' );
205 $t_set_parent[$t_status] = config_get_parent( $t_project, 'update_bug_status_threshold' );
208 if( !isset( $t_set_current[$t_status] ) ) {
210 $t_set_current[$t_status] = config_get( 'report_bug_threshold' );
[all …]
H A Dbug_actiongroup.php107 $t_status = $t_bug->status; variable
113 if( ( $t_status < $t_closed ) &&
114 bug_check_workflow( $t_status, $t_closed ) ) {
158 $t_assign_status = bug_get_status_for_assign( $t_bug->handler_id, $f_assign, $t_status );
165 if( bug_check_workflow( $t_status, $t_assign_status ) ) {
182 if( ( $t_status < $t_resolved_status ) &&
183 bug_check_workflow( $t_status, $t_resolved_status ) ) {
210 if( true == bug_check_workflow( $t_status, $f_status ) ) {
H A Daccount_sponsor_page.php179 …$t_status = string_attribute( get_enum_element( 'status', $t_bug->status, auth_get_current_user_id… variable
195 echo '<td><span class="issue-status" title="' . $t_resolution . '">' . $t_status . '</span></td>';
308 …$t_status = string_attribute( get_enum_element( 'status', $t_bug->status, auth_get_current_user_id… variable
324 …echo '<td><a title="' . $t_resolution . '"><span class="underline">' . $t_status . '</span>&#160;<…
H A Dbug_report.php212 $t_status = gpc_get_int( 'status', 0 ); variable
213 if( $t_status != 0 ) {
214 $t_issue['status'] = array( 'id' => $t_status );
H A Dmanage_plugin_upgrade.php55 $t_status = plugin_upgrade( $t_plugin ); variable
/dports/databases/mantis/mantisbt-2.25.2/plugins/MantisGraph/pages/
H A Dissues_trend_bystatus_table.php136 foreach ( $t_view_status as $t_status => $t_label ) {
137 $t_data[$t_ptr][$t_status] = $t_data[$t_ptr-1][$t_status];
154 foreach ( $t_view_status as $t_status => $t_label ) {
155 echo '<th>'.$t_label.' ('.$t_status.')</th>';
166 foreach ( $t_view_status as $t_status => $t_label ) {
167 …$t_labels[++$i] = isset( $t_status_labels[$t_status] ) ? $t_status_labels[$t_status] : lang_get_de…
178 foreach ( $t_view_status as $t_status => $t_label ) {
179 if( isset( $t_data[$t][$t_status] ) ) {
180 $t_metrics[++$i][$t_ptr] = $t_data[$t][$t_status];
/dports/databases/mantis/mantisbt-2.25.2/admin/
H A Dmove_attachments.php93 $t_status = "Original File Not Found '$t_filename'";
114 $t_status = 'Database update failed';
117 $t_status = "'$t_filename' moved to database";
125 'status' => $t_status,
199 $t_status = 'Disk File Already Exists \'' . $t_disk_filename . '\'';
224 $t_status = 'Database update failed';
227 $t_status = 'Moved to \'' . $t_disk_filename . '\'';
230 $t_status = 'Copy to \'' . $t_disk_filename . '\' failed';
239 'status' => $t_status,
/dports/lang/ruby26/ruby-2.6.9/lib/irb/ext/
H A Dmulti-irb.rb155 t_status = "stop"
157 t_status = "running"
160 t_status = "exited"
167 t_status)
/dports/databases/mantis/mantisbt-2.25.2/plugins/Source/pages/
H A Dmanage_config_page.php218 foreach( config_get( 'plugin_ProductMatrix_status' ) as $t_status => $t_name ) {
220 …<option value="<?php echo string_attribute( $t_status ) ?>" <?php check_selected( $t_status, plugi…
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/adc/
H A Dad7291.c112 u16 t_status, v_status; in ad7291_event_handler() local
117 if (ad7291_i2c_read(chip, AD7291_T_ALERT_STATUS, &t_status)) in ad7291_event_handler()
123 if (!(t_status || v_status)) in ad7291_event_handler()
133 if ((t_status & AD7291_T_LOW) || (t_status & AD7291_T_AVG_LOW)) in ad7291_event_handler()
140 if ((t_status & AD7291_T_HIGH) || (t_status & AD7291_T_AVG_HIGH)) in ad7291_event_handler()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/adc/
H A Dad7291.c112 u16 t_status, v_status; in ad7291_event_handler() local
117 if (ad7291_i2c_read(chip, AD7291_T_ALERT_STATUS, &t_status)) in ad7291_event_handler()
123 if (!(t_status || v_status)) in ad7291_event_handler()
133 if ((t_status & AD7291_T_LOW) || (t_status & AD7291_T_AVG_LOW)) in ad7291_event_handler()
140 if ((t_status & AD7291_T_HIGH) || (t_status & AD7291_T_AVG_HIGH)) in ad7291_event_handler()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/adc/
H A Dad7291.c112 u16 t_status, v_status; in ad7291_event_handler() local
117 if (ad7291_i2c_read(chip, AD7291_T_ALERT_STATUS, &t_status)) in ad7291_event_handler()
123 if (!(t_status || v_status)) in ad7291_event_handler()
133 if ((t_status & AD7291_T_LOW) || (t_status & AD7291_T_AVG_LOW)) in ad7291_event_handler()
140 if ((t_status & AD7291_T_HIGH) || (t_status & AD7291_T_AVG_HIGH)) in ad7291_event_handler()
/dports/net-im/kopete/kopete-21.12.3/kopete/statusmenu/
H A Dkopeteonlinestatusaction.cpp27 Private(const OnlineStatus &t_status) in Private() argument
28 : status(t_status) in Private()
/dports/databases/mantis/mantisbt-2.25.2/plugins/Announce/
H A DAnnounce.php210 $t_status = HTTP_STATUS_SUCCESS;
213 $t_status = HTTP_STATUS_INTERNAL_SERVER_ERROR;
219 return $response->withStatus( $t_status, $t_msg );
/dports/sysutils/nut/nut-2.7.4/drivers/
H A Dupscode2.c93 t_status, /* Sets a status bit */ enumerator
177 { "BL", t_status, "Battery low limit", UPSC_STAT_LOBATT },
208 { "OL", t_status, "Overload", UPSC_STAT_OVERLOAD },
233 { "SD", t_status, NULL, UPSC_STAT_TRIM },
234 { "SU", t_status, NULL, UPSC_STAT_BOOST },
235 { "DU", t_status, NULL, UPSC_STAT_BOOST },
262 { "STBO", t_status, NULL, UPSC_STAT_ONBATT },
263 { "STBL", t_status, NULL, UPSC_STAT_LOBATT },
265 { "STBP", t_status, NULL, UPSC_STAT_BYPASS },
271 { "STUF", t_status, NULL, UPSC_STAT_ONBATT },
[all …]
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dshort.c390 if (thetorp->t_status == TFREE) in handleVTorp()
396 && thetorp->t_status == TEXPLODE) in handleVTorp()
425 if (thetorp->t_status && thetorp->t_status != TEXPLODE) in handleVTorp()
1079 if (thetorp->t_status == TFREE) in handleVTorpInfo()
1081 thetorp->t_status = TMOVE; /* guess */ in handleVTorpInfo()
1085 thetorp->t_status == TEXPLODE) in handleVTorpInfo()
1120 if (thetorp->t_status && thetorp->t_status != TEXPLODE) in handleVTorpInfo()
1147 if (status != thetorp->t_status) in handleVTorpInfo()
1150 thetorp->t_status = status; in handleVTorpInfo()
1151 if (thetorp->t_status == TEXPLODE) in handleVTorpInfo()
[all …]
/dports/net/torsocks/torsocks-2.3.0/src/lib/
H A Dtorsocks.c267 enum log_time_status t_status; in init_logging() local
285 t_status = atoi(time_status_str); in init_logging()
287 t_status = DEFAULT_LOG_TIME_STATUS; in init_logging()
299 (void) log_init(level, filepath, t_status); in init_logging()
304 level, filepath, t_status); in init_logging()
/dports/sysutils/nut-devel/nut-9e6a5ab2/drivers/
H A Dupscode2.c92 t_status, /* Sets a status bit */ enumerator
178 { "BL", t_status, "Battery low limit", UPSC_STAT_LOBATT, NULL, NULL },
209 { "OL", t_status, "Overload", UPSC_STAT_OVERLOAD, NULL, NULL },
234 { "SD", t_status, NULL, UPSC_STAT_TRIM, NULL, NULL },
235 { "SU", t_status, NULL, UPSC_STAT_BOOST, NULL, NULL },
236 { "DU", t_status, NULL, UPSC_STAT_BOOST, NULL, NULL },
263 { "STBO", t_status, NULL, UPSC_STAT_ONBATT, NULL, NULL },
264 { "STBL", t_status, NULL, UPSC_STAT_LOBATT, NULL, NULL },
266 { "STBP", t_status, NULL, UPSC_STAT_BYPASS, NULL, NULL },
272 { "STUF", t_status, NULL, UPSC_STAT_ONBATT, NULL, NULL },
[all …]
/dports/net/torsocks/torsocks-2.3.0/src/common/
H A Dlog.c134 int log_init(int level, const char *filepath, enum log_time_status t_status) in log_init() argument
174 logconfig.time_status = t_status; in log_init()

12345