Home
last modified time | relevance | path

Searched refs:t_field_name (Results 1 – 25 of 32) sorted by relevance

12

/dports/databases/mantis/mantisbt-2.25.2/
H A Dsearch.php147 foreach( $t_plugin_filters as $t_field_name => $t_filter_object ) {
150 …$t_my_filter[$t_field_name] = gpc_get_string( $t_field_name, $t_meta_filter_any_array[$t_field_nam…
153 …$t_my_filter[$t_field_name] = gpc_get_int( $t_field_name, $t_meta_filter_any_array[$t_field_name] …
156 …$t_my_filter[$t_field_name] = gpc_get_bool( $t_field_name, $t_meta_filter_any_array[$t_field_name]…
159 …$t_my_filter[$t_field_name] = gpc_get_string_array( $t_field_name, $t_meta_filter_any_array[$t_fie…
162 …$t_my_filter[$t_field_name] = gpc_get_int_array( $t_field_name, $t_meta_filter_any_array[$t_field_…
H A Dreturn_dynamic_filters.php116 foreach ( $t_plugin_filters as $t_field_name => $t_filter_object ) {
117 if( $t_field_name . '_filter' == $f_filter_target ) {
119 print_filter_plugin_field( $t_field_name, $t_filter_object, $t_filter );
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dgpc_api.php172 $t_field_name = 'custom_field_' . $p_var_name;
178 return gpc_isset( $t_field_name . '_day' ) &&
179 gpc_get_int( $t_field_name . '_day', 0 ) != 0 &&
180 gpc_isset( $t_field_name . '_month' ) &&
181 gpc_get_int( $t_field_name . '_month', 0 ) != 0 &&
182 gpc_isset( $t_field_name . '_year' ) &&
183 gpc_get_int( $t_field_name . '_year', 0 ) != 0 ;
190 return gpc_isset( $t_field_name ) && !is_blank( gpc_get_string( $t_field_name ) );
192 return gpc_isset( $t_field_name );
H A Dfilter_api.php369 …$t_query[] = filter_encode_field_and_value( $t_field_name, $p_custom_filter[$t_field_name], $t_fil…
693 $t_value = $p_filter_arr[$t_field_name];
696 $p_filter_arr[$t_field_name] = reset( $t_value );
698 $p_filter_arr[$t_field_name] = filter_get_default_property( $t_field_name, $t_view_type );
701 …$p_filter_arr[$t_field_name] = $t_function_validate_type( $p_filter_arr[$t_field_name], $t_field_t…
930 $t_filter[$t_field_name] = (string)META_FILTER_ANY;
2100 $t_filter_input[$t_field_name] = gpc_get_string( $t_field_name, $t_filter[$t_field_name] );
2104 $t_filter_input[$t_field_name] = gpc_get_int( $t_field_name, $t_filter[$t_field_name] );
2108 $t_filter_input[$t_field_name] = gpc_get_bool( $t_field_name, $t_filter[$t_field_name]);
2112 … $t_filter_input[$t_field_name] = gpc_get_string_array( $t_field_name, $t_filter[$t_field_name] );
[all …]
H A Dfilter_form_api.php2020 …$t_field_name = string_display_line( lang_get_defaulted( column_get_custom_field_name( $t_sort ) )…
2022 $t_field_name = string_get_field_name( $t_sort );
2024 echo $t_field_name . ' ' . lang_get( 'bugnote_order_' . mb_strtolower( $t_dir_fields[$i] ) );
2052 …$t_field_name = string_display_line( lang_get_defaulted( column_get_custom_field_name( $t_column )…
2054 $t_field_name = string_get_field_name( $t_column );
2056 $t_shown_fields[$t_column] = $t_field_name;
2666 foreach( $t_plugin_filters as $t_field_name => $t_filter_object ) {
2668 …$t_header = $get_field_header( string_attribute( $t_field_name ) . '_filter', string_display_line(…
2671 print_filter_plugin_field( $t_field_name, $t_filter_object, $t_filter );
2673 print_filter_values_plugin_field( $t_filter, $t_field_name, $t_filter_object );
[all …]
H A Dplugin_api.php428 $t_field_name = $t_basename . '_' . $p_field_name;
430 …history_log_event_direct( $p_bug_id, $t_field_name, $p_old_value, $p_new_value, $p_user_id, PLUGIN…
H A Duser_api.php1635 foreach ( $p_fields as $t_field_name => $t_field_value ) {
1636 $c_field_name = db_prepare_string( $t_field_name );
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dvalops.c1237 if (t_field_name && (strcmp_iw (t_field_name, name) == 0)) in search_struct_field()
1256 if (t_field_name in search_struct_field()
1257 && (t_field_name[0] == '\0' in search_struct_field()
1482 t_field_name = dem_opname; in search_struct_method()
1484 t_field_name = dem_opname; in search_struct_method()
1486 if (t_field_name && (strcmp_iw (t_field_name, name) == 0)) in search_struct_method()
2306 if (t_field_name && (strcmp_iw (t_field_name, name) == 0)) in check_field_in()
2418 if (t_field_name && strcmp (t_field_name, name) == 0) in value_struct_elt_for_reference()
2461 t_field_name = dem_opname; in value_struct_elt_for_reference()
2463 t_field_name = dem_opname; in value_struct_elt_for_reference()
[all …]
H A Dgdbtypes.c1253 char *t_field_name = TYPE_FIELD_NAME (type, i); in lookup_struct_elt_type() local
1255 if (t_field_name && (strcmp_iw (t_field_name, name) == 0)) in lookup_struct_elt_type()
H A Dada-lang.c6997 char *t_field_name = TYPE_FIELD_NAME (type, i); in find_struct_field() local
6999 if (t_field_name == NULL) in find_struct_field()
7002 else if (field_name_match (t_field_name, name)) in find_struct_field()
7054 char *t_field_name = TYPE_FIELD_NAME (type, i); in ada_search_struct_field() local
7056 if (t_field_name == NULL) in ada_search_struct_field()
7059 else if (field_name_match (t_field_name, name)) in ada_search_struct_field()
7260 char *t_field_name = TYPE_FIELD_NAME (type, i); in ada_lookup_struct_elt_type() local
7264 if (t_field_name == NULL) in ada_lookup_struct_elt_type()
7267 else if (field_name_match (t_field_name, name)) in ada_lookup_struct_elt_type()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dvalops.c1237 if (t_field_name && (strcmp_iw (t_field_name, name) == 0)) in search_struct_field()
1256 if (t_field_name in search_struct_field()
1257 && (t_field_name[0] == '\0' in search_struct_field()
1482 t_field_name = dem_opname; in search_struct_method()
1484 t_field_name = dem_opname; in search_struct_method()
1486 if (t_field_name && (strcmp_iw (t_field_name, name) == 0)) in search_struct_method()
2306 if (t_field_name && (strcmp_iw (t_field_name, name) == 0)) in check_field_in()
2418 if (t_field_name && strcmp (t_field_name, name) == 0) in value_struct_elt_for_reference()
2461 t_field_name = dem_opname; in value_struct_elt_for_reference()
2463 t_field_name = dem_opname; in value_struct_elt_for_reference()
[all …]
H A Dgdbtypes.c1253 char *t_field_name = TYPE_FIELD_NAME (type, i); in lookup_struct_elt_type() local
1255 if (t_field_name && (strcmp_iw (t_field_name, name) == 0)) in lookup_struct_elt_type()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dvalops.c2010 if (t_field_name && (strcmp_iw (t_field_name, name) == 0)) in search_struct_field()
2031 if (t_field_name in search_struct_field()
2032 && (t_field_name[0] == '\0' in search_struct_field()
2174 t_field_name = dem_opname; in search_struct_method()
2176 t_field_name = dem_opname; in search_struct_method()
2178 if (t_field_name && (strcmp_iw (t_field_name, name) == 0)) in search_struct_method()
3140 if (t_field_name && (strcmp_iw (t_field_name, name) == 0)) in check_field()
3266 if (t_field_name && strcmp (t_field_name, name) == 0) in value_struct_elt_for_reference()
3310 t_field_name = dem_opname; in value_struct_elt_for_reference()
3313 t_field_name = dem_opname; in value_struct_elt_for_reference()
[all …]
H A Dgdbtypes.c1316 char *t_field_name = TYPE_FIELD_NAME (type, i); in lookup_struct_elt_type() local
1318 if (t_field_name && (strcmp_iw (t_field_name, name) == 0)) in lookup_struct_elt_type()
1322 else if (!t_field_name || *t_field_name == '\0') in lookup_struct_elt_type()
H A Dax-gdb.c1587 char *t_field_name = TYPE_FIELD_NAME (t, i); in gen_struct_elt_for_reference() local
1589 if (t_field_name && strcmp (t_field_name, fieldname) == 0) in gen_struct_elt_for_reference()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dvalops.c2014 if (t_field_name && (strcmp_iw (t_field_name, name) == 0)) in do_search_struct_field()
2032 if (t_field_name in do_search_struct_field()
2033 && (t_field_name[0] == '\0' in do_search_struct_field()
2205 strncmp (t_field_name, "op", 2) == 0 || in search_struct_method()
2209 t_field_name = dem_opname; in search_struct_method()
2211 t_field_name = dem_opname; in search_struct_method()
2213 if (t_field_name && (strcmp_iw (t_field_name, name) == 0)) in search_struct_method()
3286 if (t_field_name && strcmp (t_field_name, name) == 0) in value_struct_elt_for_reference()
3330 t_field_name = dem_opname; in value_struct_elt_for_reference()
3333 t_field_name = dem_opname; in value_struct_elt_for_reference()
[all …]
H A Dgdbtypes.c1392 const char *t_field_name = TYPE_FIELD_NAME (type, i); in lookup_struct_elt_type() local
1394 if (t_field_name && (strcmp_iw (t_field_name, name) == 0)) in lookup_struct_elt_type()
1398 else if (!t_field_name || *t_field_name == '\0') in lookup_struct_elt_type()
H A Dax-gdb.c1624 const char *t_field_name = TYPE_FIELD_NAME (t, i); in gen_struct_elt_for_reference() local
1626 if (t_field_name && strcmp (t_field_name, fieldname) == 0) in gen_struct_elt_for_reference()
/dports/devel/gdb/gdb-11.1/gdb/guile/
H A Dscm-type.c1002 const char *t_field_name = TYPE_FIELD_NAME (type, i); in gdbscm_type_field() local
1004 if (t_field_name && (strcmp_iw (t_field_name, field.get ()) == 0)) in gdbscm_type_field()
1044 const char *t_field_name = TYPE_FIELD_NAME (type, i); in gdbscm_type_has_field_p() local
1046 if (t_field_name && (strcmp_iw (t_field_name, field.get ()) == 0)) in gdbscm_type_has_field_p()
/dports/devel/gdb/gdb-11.1/gdb/python/
H A Dpy-type.c1208 const char *t_field_name = TYPE_FIELD_NAME (type, i); in typy_getitem() local
1210 if (t_field_name && (strcmp_iw (t_field_name, field.get ()) == 0)) in typy_getitem()
1266 const char *t_field_name = TYPE_FIELD_NAME (type, i); in typy_has_key() local
1268 if (t_field_name && (strcmp_iw (t_field_name, field) == 0)) in typy_has_key()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dvalops.c1995 const char *t_field_name = TYPE_FIELD_NAME (type, i); in search() local
1997 if (t_field_name && (strcmp_iw (t_field_name, m_name) == 0)) in search()
2010 if (t_field_name in search()
2011 && t_field_name[0] == '\0') in search()
2200 const char *t_field_name = TYPE_FN_FIELDLIST_NAME (type, i); in search_struct_method() local
2202 if (t_field_name && (strcmp_iw (t_field_name, name) == 0)) in search_struct_method()
3512 const char *t_field_name = TYPE_FIELD_NAME (t, i); in value_struct_elt_for_reference() local
3514 if (t_field_name && strcmp (t_field_name, name) == 0) in value_struct_elt_for_reference()
3589 const char *t_field_name = TYPE_FN_FIELDLIST_NAME (t, i); in value_struct_elt_for_reference() local
3591 if (t_field_name && strcmp (t_field_name, name) == 0) in value_struct_elt_for_reference()
H A Dax-gdb.c1484 const char *t_field_name = TYPE_FIELD_NAME (t, i); in gen_struct_elt_for_reference() local
1486 if (t_field_name && strcmp (t_field_name, fieldname) == 0) in gen_struct_elt_for_reference()
/dports/devel/gdb761/gdb-7.6.1/gdb/python/
H A Dpy-type.c1315 const char *t_field_name = TYPE_FIELD_NAME (type, i); in typy_getitem() local
1317 if (t_field_name && (strcmp_iw (t_field_name, field) == 0)) in typy_getitem()
1375 const char *t_field_name = TYPE_FIELD_NAME (type, i); in typy_has_key() local
1377 if (t_field_name && (strcmp_iw (t_field_name, field) == 0)) in typy_has_key()
/dports/databases/mantis/mantisbt-2.25.2/plugins/EmailReporting/core/
H A Dconfig_api.php577 $t_field_name = 'name';
588 …$t_output .= print_test_row( 'Checking Table Collation is utf8 for ' . $row[$t_field_name] . '....…
/dports/databases/mantis/mantisbt-2.25.2/core/classes/
H A DBugFilterQuery.class.php1616 foreach( $t_plugin_filters as $t_field_name => $t_filter_object ) {
1617 …if( !filter_field_is_any( $this->filter[$t_field_name] ) || $t_filter_object->type == FILTER_TYPE_…
1618 $t_filter_query = $t_filter_object->query( $this->filter[$t_field_name] );

12