Home
last modified time | relevance | path

Searched refs:t_field_id (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/ast/
H A Dt_field.h40 using t_field_id = int16_t; variable
55 static constexpr auto min_id = -static_cast<t_field_id>(1 << 14);
67 t_field_id id,
108 const t_field_id id_;
125 t_field(const t_type* type, std::string name, t_field_id key = 0)
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dcustom_function_api.php349 $t_field_id = custom_field_get_id_from_name( $t_custom_field );
350 if( $t_field_id === false ) {
353 $t_def = custom_field_get_definition( $t_field_id );
413 $t_field_id = custom_field_get_id_from_name( $t_custom_field );
414 if( $t_field_id === false ) {
420 if( custom_field_is_linked( $t_field_id, $t_project_id ) ) {
421 $t_def = custom_field_get_definition( $t_field_id );
422 print_custom_field_value( $t_def, $t_field_id, $t_issue_id );
H A Dcsv_api.php145 $t_field_id = custom_field_get_id_from_name( $p_custom_field );
147 if( $t_field_id === false ) {
149 } else if( custom_field_is_linked( $t_field_id, $p_project_id ) ) {
150 $t_def = custom_field_get_definition( $t_field_id );
151 $t_value = string_custom_field_value( $t_def, $t_field_id, $p_issue_id );
H A Dexcel_api.php507 $t_field_id = custom_field_get_id_from_name( $p_custom_field );
509 if( $t_field_id === false ) {
513 if( custom_field_is_linked( $t_field_id, $p_project_id ) ) {
514 $t_def = custom_field_get_definition( $t_field_id );
515 $t_value = string_custom_field_value( $t_def, $t_field_id, $p_issue_id );
H A Dhistory_api.php387 $t_field_id = custom_field_get_id_from_name( $v_field_name );
388 …if( false !== $t_field_id && !custom_field_has_read_access( $t_field_id, $v_bug_id, $t_user_id ) )…
820 $t_field_id = custom_field_get_id_from_name( $p_field_name );
821 if( false !== $t_field_id ) {
822 $t_cf_type = custom_field_type( $t_field_id );
H A Dcustom_field_api.php216 foreach( $p_field_id_array as $t_field_id ) {
217 $c_field_id = (int)$t_field_id;
251 foreach( $t_fields_to_search as $t_field_id ) {
253 $t_params[] = $t_field_id;
/dports/databases/mantis/mantisbt-2.25.2/
H A Dmanage_proj_edit_page.php718 foreach( $t_custom_fields as $t_field_id ) {
719 $t_desc = custom_field_get_definition( $t_field_id ); ?>
721 <td><?php echo '<a href="manage_custom_field_edit_page.php?field_id=' . $t_field_id . '">' .
728 <input type="hidden" name="field_id" value="<?php echo $t_field_id ?>" />
731 value="<?php echo custom_field_get_sequence( $t_field_id, $f_project_id ) ?>"
742 "manage_proj_custom_field_remove.php?field_id=$t_field_id&project_id=$f_project_id",
H A Dmanage_custom_field_create.php57 $t_field_id = custom_field_create( $f_name ); variable
60 $t_redirect_url = 'manage_custom_field_edit_page.php?field_id=' . $t_field_id;
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/parse/
H A Dparsing_driver.h476 t_field_id as_field_id(int64_t int_const);
477 t_field_id next_field_id() const { return next_field_id_; } in next_field_id()
478 t_field_id allocate_field_id(const std::string& name);
479 void reserve_field_id(t_field_id id);
H A Dparsing_driver.cc735 t_field_id parsing_driver::as_field_id(int64_t int_const) { in as_field_id()
736 using limits = std::numeric_limits<t_field_id>; in as_field_id()
748 t_field_id parsing_driver::allocate_field_id(const std::string& name) { in allocate_field_id()
760 void parsing_driver::reserve_field_id(t_field_id id) { in reserve_field_id()
/dports/databases/mantis/mantisbt-2.25.2/plugins/EmailReporting/core/
H A Dconfig_api.php961 foreach( $t_custom_fields as $t_field_id )
963 $t_def = custom_field_get_definition( $t_field_id );
975 …( ( is_array( $p_sel_value ) && isset( $p_sel_value[ $t_field_id ] ) ) ? $p_sel_value[ $t_field_id
/dports/devel/py-thrift/thrift-0.14.0/compiler/cpp/src/thrift/
H A Dthrifty.hh164 t_field_id tfieldid;
/dports/devel/thrift-c_glib/thrift-0.14.0/compiler/cpp/src/thrift/
H A Dthrifty.hh164 t_field_id tfieldid;
/dports/devel/thrift-cpp/thrift-0.14.0/compiler/cpp/src/thrift/
H A Dthrifty.hh164 t_field_id tfieldid;
/dports/devel/thrift/thrift-0.14.0/compiler/cpp/src/thrift/
H A Dthrifty.hh164 t_field_id tfieldid;
/dports/devel/node-thrift/thrift-0.14.0/compiler/cpp/src/thrift/
H A Dthrifty.hh164 t_field_id tfieldid;
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/
H A Dt_field.h129 struct t_field_id { struct
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/compiler/cpp/src/thrift/parse/
H A Dt_field.h129 struct t_field_id { struct
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/
H A Dt_field.h131 struct t_field_id { struct
/dports/devel/py-thrift/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dt_field.h131 struct t_field_id { struct
/dports/devel/thrift-cpp/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dt_field.h131 struct t_field_id { struct
/dports/devel/thrift-c_glib/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dt_field.h131 struct t_field_id { struct
/dports/devel/thrift/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dt_field.h131 struct t_field_id { struct
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/
H A Dt_field.h131 struct t_field_id { struct
/dports/devel/node-thrift/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dt_field.h131 struct t_field_id { struct

12