Home
last modified time | relevance | path

Searched refs:t_row (Results 1 – 25 of 232) sorted by relevance

12345678910

/dports/databases/mantis/mantisbt-2.25.2/plugins/MantisGraph/pages/
H A Dissues_trend_bystatus_table.php74 foreach ( $t_rows as $t_row ) {
76 $t_data[$t_ptr][$t_row->status] ++;
78 $t_data[$t_ptr][$t_row->status] = 1;
79 $t_view_status[$t_row->status] =
80 isset($t_status_arr[$t_row->status]) ? $t_status_arr[$t_row->status] : '@'.$t_row->status.'@';
82 $t_bug[] = $t_row->id;
94 $t_row = db_fetch_array( $t_result ); variable
98 while( ( $t_row !== false ) && ( $t_row['date_modified'] >= $t_now ) ) {
99 switch( $t_row['type'] ) {
108 …isset($t_status_arr[$t_row['new_value']]) ? $t_status_arr[$t_row['new_value']] : '@'.$t_row['new_v…
[all …]
H A Dissues_trend_bycategory_table.php72 foreach ( $t_rows as $t_row ) {
86 $t_bug[] = $t_row->id;
87 $t_bug_cat[$t_row->id] = $t_cat;
100 $t_row = db_fetch_array( $t_result ); variable
104 while( ( $t_row !== false ) && ( $t_row['date_modified'] >= $t_now ) ) {
105 switch( $t_row['type'] ) {
108 $t_cat = $t_row['new_value'];
118 $t_cat = $t_row['old_value'];
130 $t_bug_cat[$t_row['bug_id']] = $t_cat;
149 $t_cat = $t_bug_cat[$t_row['bug_id']];
[all …]
/dports/databases/mantis/mantisbt-2.25.2/admin/
H A Dmove_attachments.php90 $t_filename = $t_row['folder'] . $t_row['diskfile'];
123 'id' => $t_row['id'],
124 'filename' => $t_row['filename'],
237 'id' => $t_row['id'],
238 'filename' => $t_row['filename'],
306 foreach( $t_moved as $t_row ) {
307 $t_row = $t_row[0]; variable
315 $t_row['name'],
316 $t_row['rows'],
317 ( 0 == $t_row['failed']
[all …]
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dinstall_helper_functions_api.php233 $t_name = $t_row['category'];
240 $t_name = $t_row['category'];
338 $t_id = (int)$t_row[$t_id_column];
409 $c_bug_id = (int)$t_row['bug_id'];
430 $c_bug_id = (int)$t_row['bug_id'];
542 $t_id = $t_row['id'];
543 $t_name = $t_row['name'];
674 $t_count = (int)$t_row['count'];
714 $t_value = $t_row['value'];
753 $t_id = $t_row['id'];
[all …]
H A Dbilling_api.php118 while( $t_row = db_fetch_array( $t_result ) ) {
124 $t_row['cost'] = $t_total_cost;
125 $t_results[] = $t_row;
239 $t_row = array();
240 $t_row['id'] = $t_note['id'];
241 $t_row['minutes'] = $t_note['minutes'];
243 $t_row['note'] = $t_note['note'];
247 $t_row['bug_id'] = $t_note['bug_id'];
248 $t_row['project_id'] = $t_note['project_id'];
252 $t_row['cost'] = $t_note['cost'];
[all …]
H A Dcategory_api.php310 $t_category_ids[] = $t_row['id'];
360 $t_row = db_fetch_array( $t_result );
361 if( !$t_row ) {
370 return $t_row;
438 $g_category_cache[(int)$t_row['id']] = $t_row;
440 $t_rows[(int)$t_row['project_id']][] = $t_row['id'];
545 $t_rows[] = $t_row;
546 $g_category_cache[(int)$t_row['id']] = $t_row;
585 $g_category_cache[(int)$t_row['id']] = $t_row;
599 return $t_row[$p_field_name];
[all …]
H A Duser_api.php220 if( false === $t_row ) {
707 if( $t_row ) {
739 if( $t_row ) {
798 if( !$t_row ) {
831 if( !$t_row ) {
909 return $t_row;
977 if( false == $t_row ) {
1157 $t_projects[(int)$t_row['id']] = ( $t_row['parent_id'] === null ) ? 0 : (int)$t_row['parent_id'];
1241 array_push( $t_projects[(int)$t_row['parent_id']], (int)$t_row['id'] );
1448 if( !$t_row ) {
[all …]
H A Dsummary_api.php216 $t_enum = $t_row[$p_enum];
217 $t_status = $t_row['status'];
342 'id' => $t_row['id'],
343 'summary' => $t_row['summary'],
344 'count' => $t_row['count'],
447 $t_status = $t_row['status'];
640 $t_status = $t_row['status'];
707 $t_status = $t_row['status'];
1217 … $t_last_updated = $t_row['hist_update'] !== null ? $t_row['hist_update'] : $t_row['last_updated'];
1228 $t_bug_id = $t_row['id'];
[all …]
H A Dbug_revision_api.php103 $t_row = db_fetch_array( $t_result );
104 if( !$t_row ) {
108 return $t_row;
248 $t_row = db_fetch_array( $t_result );
249 if( $t_row ) {
250 return $t_row;
285 $t_revisions[$t_row['id']] = $t_row;
304 if( !$t_row ) {
308 $t_bug_id = $t_row['bug_id'];
310 $t_type = $t_row['type'];
[all …]
H A Dcustom_field_api.php171 $c_id = (int)$t_row['id'];
189 $g_cache_custom_field[(int)$t_row['field_id']]['linked_projects'][] = (int)$t_row['project_id'];
262 $c_bug_id = (int)$t_row['bug_id'];
801 if( !$t_row ) {
808 return $t_row['id'];
939 return $t_row[$p_field_name];
1051 $t_value = custom_field_database_to_value( $t_row[$t_value_column], $t_row['type'] );
1055 'type' => $t_row['type'],
1088 if( !$t_row ) {
1092 return $t_row['sequence'];
[all …]
H A Dapi_token_api.php99 $t_row = db_fetch_array( $t_result );
101 return $t_row === false;
140 $t_row = db_fetch_array( $t_result );
141 if( $t_row ) {
142 api_token_touch( $t_row['id'] );
143 return $t_row['user_id'];
177 $t_row = db_fetch_array( $t_result );
178 if( $t_row ) {
179 api_token_touch( $t_row['id'] );
198 while ( ( $t_row = db_fetch_array( $t_result ) ) !== false )
[all …]
H A Dproject_api.php114 $t_row = $t_query->fetch();
116 if( $t_row === false ) {
127 return $t_row;
158 while( $t_row = $t_query->fetch() ) {
159 $t_id = (int)$t_row['id'];
160 $g_cache_project[$t_id] = $t_row;
183 $g_cache_project[(int)$t_row['id']] = $t_row;
573 return $t_row[$p_field_name];
709 $t_users[(int)$t_row['id']] = $t_row;
732 $t_users[(int)$t_row['id']] = $t_row;
[all …]
H A Dtag_api.php99 $c_id = (int)$t_row['id'];
100 $g_cache_tags[$c_id] = $t_row;
143 $c_bug_id = (int)$t_row['bug_id'];
150 $c_tag_id = (int)$t_row['tag_id'];
511 if( !$t_row ) {
515 return $t_row;
525 $t_row = tag_get( $p_tag_id );
528 return $t_row[$p_field_name];
719 $t_results_to_return[] = $t_row;
778 foreach( $t_bug_tags as $t_row ) {
[all …]
H A Dsponsorship_api.php119 $t_row = db_fetch_array( $t_result );
121 if( !$t_row ) {
134 return $t_row;
180 $t_row = db_fetch_array( $t_result );
182 if( !$t_row ) {
186 return (integer)$t_row['id'];
198 $t_row_keys = array_keys( $t_row );
206 $t_sponsorship_data->$t_var = $t_row[$t_var];
233 while( $t_row = db_fetch_array( $t_result ) ) {
234 $t_sponsorship_ids[] = $t_row['id'];
[all …]
H A Demail_queue_api.php143 $t_row = $p_row;
144 $t_row['metadata'] = unserialize( $t_row['metadata'] );
148 $t_row_keys = array_keys( $t_row );
156 $t_email_data->$t_var = $t_row[$t_var];
173 $t_row = db_fetch_array( $t_result );
175 return email_queue_row_to_object( $t_row );
205 while( ( $t_row = db_fetch_array( $t_result ) ) !== false ) {
206 $t_ids[] = $t_row['email_id'];
H A Dversion_api.php196 $t_row = db_fetch_array( $t_result );
198 if( !$t_row ) {
213 return $t_row;
238 while( $t_row = $t_query->fetch() ) {
240 $c_version_id = (int)$t_row['id'];
598 if( isset( $t_row[$p_field_name] ) ) {
601 return (int)$t_row[$p_field_name];
603 return $t_row[$p_field_name];
628 $t_project_id = $t_row['project_id'];
642 return $t_row['version'];
[all …]
/dports/databases/mantis/mantisbt-2.25.2/plugins/Source/
H A DSource.FilterAPI.php88 while( $t_row = db_fetch_array( $t_result ) ) {
89 $t_changeset = new SourceChangeset( $t_row['repo_id'], $t_row['revision'], $t_row['branch'],
90 $t_row['timestamp'], $t_row['author'], $t_row['message'], $t_row['user_id'] );
91 $t_changeset->id = $t_row['id'];
440 while( $t_row = db_fetch_array( $t_result ) ) {
441 …echo '<option class="SourceType', string_attribute( $t_row['type'] ), '" value="', (int)$t_row['id…
465 while( $t_row = db_fetch_array( $t_result ) ) {
466 if ( !isset( $t_types[ $t_row['type'] ] ) ) {
467 $t_types[ $t_row['type'] ] = $t_row['type'];
493 while( $t_row = db_fetch_array( $t_result ) ) {
[all …]
H A DSource.API.php716 $t_repo = new SourceRepo( $t_row['type'], $t_row['name'], $t_row['url'], $t_row['info'] );
741 $t_repo = new SourceRepo( $t_row['type'], $t_row['name'], $t_row['url'], $t_row['info'] );
760 $t_repo = new SourceRepo( $t_row['type'], $t_row['name'], $t_row['url'], $t_row['info'] );
793 $t_repo = new SourceRepo( $t_row['type'], $t_row['name'], $t_row['url'], $t_row['info'] );
834 $t_repo = new SourceRepo( $t_row['type'], $t_row['name'], $t_row['url'], $t_row['info'] );
1221 $t_changeset = new SourceChangeset( $t_row['repo_id'], $t_row['revision'] );
1314 …$t_file = new SourceFile( $t_row['change_id'], $t_row['revision'], $t_row['filename'], $t_row['act…
1329 …$t_file = new SourceFile( $t_row['change_id'], $t_row['revision'], $t_row['filename'], $t_row['act…
1435 …apping = new SourceMapping( $t_row['repo_id'], $t_row['branch'], $t_row['type'], $t_row['version']…
1568 $t_user = new SourceUser( $t_row['user_id'], $t_row['username'] );
[all …]
/dports/databases/mantis/mantisbt-2.25.2/plugins/Taskodrome/pages/
H A Dmain.php71 $t_row = $p_rows[$i];
73 $handler_id = $t_row->handler_id;
79 $rels = relationship_get_all_src($t_row->id);
93 $issues_array_html .= 'id="'.$t_row->id.'" ';
94 $summary = strip_tags($t_row->summary);
97 $issues_array_html .= 'status="'.$t_row->status.'" ';
100 $description = strip_tags($t_row->description);
110 …t_status_option_list(access_get_project_level( $t_row->project_id ), $t_row->status, true, false, …
113 $allowed_statuses_html .= 'id="' . $t_row->id . '" ';
124 access_get_project_level( $t_row->project_id ),
[all …]
/dports/databases/mantis/mantisbt-2.25.2/plugins/MantisGraph/core/
H A Dgraph_api.php223 while( $t_row = $t_query->fetch() ) {
224 $t_enum_key = (int)$t_row['enum'];
292 while( $t_row = $t_query->fetch() ) {
293 $t_handler_array[$t_row['handler_id']] = (int)$t_row['count'];
341 $t_handler_array[$t_row['handler_id']] = (int)$t_row['count'];
386 $t_reporter_arr[$t_row['reporter_id']] = (int)$t_row['count'];
431 $t_cat_name = $t_row['name'];
432 $t_cat_id = $t_row['id'];
482 $t_date = $t_row['date_submitted'];
518 $t_id = $t_row['id'];
[all …]
/dports/databases/mantis/mantisbt-2.25.2/
H A Dexcel_xml_export.php104 $t_row = db_fetch_array( $t_result ); variable
105 if( false === $t_row ) {
111 if( is_blank( $f_export ) || in_array( $t_row['id'], $f_bug_arr ) ) {
112 $t_bug_id_array[] = (int)$t_row['id'];
113 $t_read_rows[] = $t_row;
136 foreach ( $t_rows as $t_row ) {
143 echo excel_format_custom_field( $t_row->id, $t_row->project_id, $t_custom_field );
145 echo excel_format_plugin_column_value( $t_column, $t_row );
149 echo $t_function( $t_row );
H A Dadm_config_report.php140 while( $t_row = $t_query->fetch() ) { variable
141 if( empty( $t_row['id'] ) ) {
143 $t_deleted_users[] = (int)$t_row['config_uid'];
146 $t_users_ids[] = (int)$t_row['id'];
161 $t_row = user_get_row( $t_filter_user_value ); variable
186 while( $t_row = db_fetch_array( $t_result ) ) { variable
191 extract( $t_row, EXTR_PREFIX_ALL, 'v' );
203 while( $t_row = db_fetch_array( $t_result ) ) { variable
207 extract( $t_row, EXTR_PREFIX_ALL, 'v' );
365 while( $t_row = $t_config_query->fetch() ) { variable
[all …]
H A Dcsv_export.php116 $t_row = db_fetch_array( $t_result ); variable
117 if( false === $t_row ) {
122 $t_bug_id_array[] = (int)$t_row['id'];
123 $t_read_rows[] = $t_row;
139 foreach ( $t_rows as $t_row ) {
151 echo csv_format_custom_field( $t_row->id, $t_row->project_id, $t_custom_field );
153 echo csv_format_plugin_column_value( $t_column, $t_row );
157 echo $t_function( $t_row );
H A Dmanage_proj_ver_copy.php78 foreach ( $t_rows as $t_row ) {
79 $t_dst_version_id = version_get_id( $t_row['version'], $t_dst_project_id );
84 $t_row['version'],
85 $t_row['released'],
86 $t_row['description'],
87 $t_row['date_order']
94 $t_version_data = new VersionData( $t_row );
/dports/databases/mantis/mantisbt-2.25.2/admin/check/
H A Dcheck_database_inc.php387 while( $t_row = db_fetch_array( $t_result ) ) { variable
388 if( $t_row['comment'] !== 'VIEW' &&
389 preg_match( $t_table_regex, $t_row['name'] )
393 check_is_collation_utf8( $t_row['collation'] ),
395 . ' is using ' . htmlentities( $t_row['collation'] )
404 while( $t_row = db_fetch_array( $t_result ) ) { variable
405 if( $t_row['collation'] === null ) {
409 'Text column <em>' . htmlentities( $t_row['field'] )
410 . '</em> of type <em>' . $t_row['type']
413 check_is_collation_utf8( $t_row['collation'] ),
[all …]

12345678910