Home
last modified time | relevance | path

Searched refs:p_type (Results 1 – 25 of 3789) sorted by relevance

12345678910>>...152

/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dtheme.cpp385 if (icon_map.has(p_type) && icon_map[p_type].has(p_name) && icon_map[p_type][p_name].is_valid()) { in get_icon()
395 …return (icon_map.has(p_type) && icon_map[p_type].has(p_name) && icon_map[p_type][p_name].is_valid(… in has_icon()
440 …if (shader_map.has(p_type) && shader_map[p_type].has(p_name) && shader_map[p_type][p_name].is_vali… in get_shader()
448 …return (shader_map.has(p_type) && shader_map[p_type].has(p_name) && shader_map[p_type][p_name].is_… in has_shader()
498 …if (style_map.has(p_type) && style_map[p_type].has(p_name) && style_map[p_type][p_name].is_valid()… in get_stylebox()
508 …return (style_map.has(p_type) && style_map[p_type].has(p_name) && style_map[p_type][p_name].is_val… in has_stylebox()
573 if (font_map.has(p_type) && font_map[p_type].has(p_name) && font_map[p_type][p_name].is_valid()) in get_font()
583 …return (font_map.has(p_type) && font_map[p_type].has(p_name) && font_map[p_type][p_name].is_valid(… in has_font()
629 if (color_map.has(p_type) && color_map[p_type].has(p_name)) in get_color()
637 return (color_map.has(p_type) && color_map[p_type].has(p_name)); in has_color()
[all …]
H A Dtheme.h55 PoolVector<String> _get_icon_list(const String &p_type) const;
56 PoolVector<String> _get_stylebox_list(const String &p_type) const;
58 PoolVector<String> _get_font_list(const String &p_type) const;
59 PoolVector<String> _get_color_list(const String &p_type) const;
60 PoolVector<String> _get_constant_list(const String &p_type) const;
61 PoolVector<String> _get_type_list(const String &p_type) const;
95 void clear_icon(const StringName &p_name, const StringName &p_type);
96 void get_icon_list(StringName p_type, List<StringName> *p_list) const;
101 void clear_shader(const StringName &p_name, const StringName &p_type);
114 void clear_font(const StringName &p_name, const StringName &p_type);
[all …]
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dtheme.cpp385 if (icon_map.has(p_type) && icon_map[p_type].has(p_name) && icon_map[p_type][p_name].is_valid()) { in get_icon()
395 …return (icon_map.has(p_type) && icon_map[p_type].has(p_name) && icon_map[p_type][p_name].is_valid(… in has_icon()
440 …if (shader_map.has(p_type) && shader_map[p_type].has(p_name) && shader_map[p_type][p_name].is_vali… in get_shader()
448 …return (shader_map.has(p_type) && shader_map[p_type].has(p_name) && shader_map[p_type][p_name].is_… in has_shader()
498 …if (style_map.has(p_type) && style_map[p_type].has(p_name) && style_map[p_type][p_name].is_valid()… in get_stylebox()
508 …return (style_map.has(p_type) && style_map[p_type].has(p_name) && style_map[p_type][p_name].is_val… in has_stylebox()
573 if (font_map.has(p_type) && font_map[p_type].has(p_name) && font_map[p_type][p_name].is_valid()) in get_font()
583 …return (font_map.has(p_type) && font_map[p_type].has(p_name) && font_map[p_type][p_name].is_valid(… in has_font()
629 if (color_map.has(p_type) && color_map[p_type].has(p_name)) in get_color()
637 return (color_map.has(p_type) && color_map[p_type].has(p_name)); in has_color()
[all …]
H A Dtheme.h55 PoolVector<String> _get_icon_list(const String &p_type) const;
56 PoolVector<String> _get_stylebox_list(const String &p_type) const;
58 PoolVector<String> _get_font_list(const String &p_type) const;
59 PoolVector<String> _get_color_list(const String &p_type) const;
60 PoolVector<String> _get_constant_list(const String &p_type) const;
61 PoolVector<String> _get_type_list(const String &p_type) const;
95 void clear_icon(const StringName &p_name, const StringName &p_type);
96 void get_icon_list(StringName p_type, List<StringName> *p_list) const;
101 void clear_shader(const StringName &p_name, const StringName &p_type);
114 void clear_font(const StringName &p_name, const StringName &p_type);
[all …]
/dports/math/piranha/piranha-0.11/tests/
H A Dpolynomial_multiplier_03.cpp82 using p_type = polynomial<Cf, Key>; in operator ()() typedef
84 p_type x{"x"}, y{"y"}; in operator ()()
87 series_multiplier<p_type> sm0(s1, s2); in operator ()()
89 p_type::set_auto_truncate_degree(1); in operator ()()
95 p_type::unset_auto_truncate_degree(); in operator ()()
101 p_type::set_auto_truncate_degree(1); in operator ()()
119 p_type::unset_auto_truncate_degree(); in operator ()()
144 using p_type = polynomial<Cf, Key>; in operator ()() typedef
146 p_type x{"x"}, y{"y"}; in operator ()()
155 p_type::set_auto_truncate_degree(0); in operator ()()
[all …]
H A Ddivisor_series_02.cpp54 BOOST_CHECK((!has_boost_save<void, const p_type &>::value)); in BOOST_AUTO_TEST_CASE()
61 BOOST_CHECK((!has_boost_load<void, const p_type &>::value)); in BOOST_AUTO_TEST_CASE()
63 p_type x{"x"}, y{"y"}; in BOOST_AUTO_TEST_CASE()
71 p_type retval; in BOOST_AUTO_TEST_CASE()
83 BOOST_CHECK((has_msgpack_pack<msgpack::sbuffer, p_type>::value)); in BOOST_AUTO_TEST_CASE()
88 BOOST_CHECK((!has_msgpack_pack<void, const p_type &>::value)); in BOOST_AUTO_TEST_CASE()
89 BOOST_CHECK((has_msgpack_convert<p_type>::value)); in BOOST_AUTO_TEST_CASE()
90 BOOST_CHECK((has_msgpack_convert<p_type &>::value)); in BOOST_AUTO_TEST_CASE()
91 BOOST_CHECK((!has_msgpack_convert<const p_type &>::value)); in BOOST_AUTO_TEST_CASE()
92 p_type x{"x"}, y{"y"}; in BOOST_AUTO_TEST_CASE()
[all …]
H A Dpolynomial_05.cpp49 p_type x{"x"}, y{"y"}; in BOOST_AUTO_TEST_CASE()
52 p_type::set_auto_truncate_degree(1); in BOOST_AUTO_TEST_CASE()
54 p_type::set_auto_truncate_degree(1); in BOOST_AUTO_TEST_CASE()
56 p_type::set_auto_truncate_degree(1, {"x"}); in BOOST_AUTO_TEST_CASE()
58 p_type::set_auto_truncate_degree(1, {"x"}); in BOOST_AUTO_TEST_CASE()
60 p_type::set_auto_truncate_degree(1, {"y"}); in BOOST_AUTO_TEST_CASE()
62 p_type::set_auto_truncate_degree(1, {"y"}); in BOOST_AUTO_TEST_CASE()
98 p_type x{"x"}, y{"y"}; in BOOST_AUTO_TEST_CASE()
106 p_type retval; in BOOST_AUTO_TEST_CASE()
152 p_type x{"x"}, y{"y"}; in BOOST_AUTO_TEST_CASE()
[all …]
H A Dpolynomial_04.cpp97 BOOST_CHECK_EQUAL(p_type{0} / p_type{-2}, 0);
108 BOOST_CHECK_EQUAL(p_type{12} / p_type{-4}, -3); in operator ()()
109 BOOST_CHECK_EQUAL(p_type{24} / p_type{3}, 8);
412 auto explicit_check = [](const p_type &n1, const p_type &n2, const p_type &cmp) -> void { in BOOST_AUTO_TEST_CASE()
470 auto gcd_check = [](const p_type &a, const p_type &b, const p_type &g) {
479 BOOST_CHECK_EQUAL(gcd_f(p_type{}, p_type{}), 0);
502 BOOST_CHECK_EQUAL(gcd_f(p_type{0}, p_type{9}), 9);
584 auto gcd_check = [](const p_type &a, const p_type &b, const p_type &g) {
589 BOOST_CHECK_EQUAL(gcd_f(p_type{}, p_type{}), 0);
679 auto gcdheu = [](const p_type &a, const p_type &b) -> std::pair<bool, p_type> {
[all …]
H A Dpolynomial_03.cpp88 p_type null;
204 p_type x{"x"};
289 lims = poly_establish_limits(p_type{1}, p_type{2});
424 p_type x{"x"};
428 auto heu_wrapper = [](const p_type &a, const p_type &b) -> std::pair<bool, p_type> {
440 auto gcd_check = [heu_wrapper](const p_type &a, const p_type &b, const p_type &g) {
459 gcd_check(p_type{}, p_type{}, p_type{});
460 gcd_check(p_type{}, p_type{3}, p_type{3});
461 gcd_check(p_type{3}, p_type{}, p_type{3});
462 gcd_check(p_type{9}, p_type{12}, p_type{3});
[all …]
/dports/math/py-piranha/piranha-0.11/tests/
H A Dpolynomial_multiplier_03.cpp82 using p_type = polynomial<Cf, Key>;
84 p_type x{"x"}, y{"y"};
87 series_multiplier<p_type> sm0(s1, s2);
89 p_type::set_auto_truncate_degree(1);
95 p_type::unset_auto_truncate_degree();
101 p_type::set_auto_truncate_degree(1);
119 p_type::unset_auto_truncate_degree();
144 using p_type = polynomial<Cf, Key>;
146 p_type x{"x"}, y{"y"};
155 p_type::set_auto_truncate_degree(0);
[all …]
H A Ddivisor_series_02.cpp54 BOOST_CHECK((!has_boost_save<void, const p_type &>::value)); in BOOST_AUTO_TEST_CASE()
61 BOOST_CHECK((!has_boost_load<void, const p_type &>::value)); in BOOST_AUTO_TEST_CASE()
63 p_type x{"x"}, y{"y"}; in BOOST_AUTO_TEST_CASE()
71 p_type retval; in BOOST_AUTO_TEST_CASE()
83 BOOST_CHECK((has_msgpack_pack<msgpack::sbuffer, p_type>::value)); in BOOST_AUTO_TEST_CASE()
88 BOOST_CHECK((!has_msgpack_pack<void, const p_type &>::value)); in BOOST_AUTO_TEST_CASE()
89 BOOST_CHECK((has_msgpack_convert<p_type>::value)); in BOOST_AUTO_TEST_CASE()
90 BOOST_CHECK((has_msgpack_convert<p_type &>::value)); in BOOST_AUTO_TEST_CASE()
91 BOOST_CHECK((!has_msgpack_convert<const p_type &>::value)); in BOOST_AUTO_TEST_CASE()
92 p_type x{"x"}, y{"y"}; in BOOST_AUTO_TEST_CASE()
[all …]
H A Dpolynomial_05.cpp49 p_type x{"x"}, y{"y"}; in BOOST_AUTO_TEST_CASE()
52 p_type::set_auto_truncate_degree(1); in BOOST_AUTO_TEST_CASE()
54 p_type::set_auto_truncate_degree(1); in BOOST_AUTO_TEST_CASE()
56 p_type::set_auto_truncate_degree(1, {"x"}); in BOOST_AUTO_TEST_CASE()
58 p_type::set_auto_truncate_degree(1, {"x"}); in BOOST_AUTO_TEST_CASE()
60 p_type::set_auto_truncate_degree(1, {"y"}); in BOOST_AUTO_TEST_CASE()
62 p_type::set_auto_truncate_degree(1, {"y"}); in BOOST_AUTO_TEST_CASE()
98 p_type x{"x"}, y{"y"}; in BOOST_AUTO_TEST_CASE()
106 p_type retval; in BOOST_AUTO_TEST_CASE()
152 p_type x{"x"}, y{"y"}; in BOOST_AUTO_TEST_CASE()
[all …]
H A Dpolynomial_04.cpp97 BOOST_CHECK_EQUAL(p_type{0} / p_type{-2}, 0); in operator ()()
108 BOOST_CHECK_EQUAL(p_type{12} / p_type{-4}, -3); in operator ()()
109 BOOST_CHECK_EQUAL(p_type{24} / p_type{3}, 8); in operator ()()
412 auto explicit_check = [](const p_type &n1, const p_type &n2, const p_type &cmp) -> void { in operator ()()
470 auto gcd_check = [](const p_type &a, const p_type &b, const p_type &g) { in operator ()()
479 BOOST_CHECK_EQUAL(gcd_f(p_type{}, p_type{}), 0); in operator ()()
502 BOOST_CHECK_EQUAL(gcd_f(p_type{0}, p_type{9}), 9); in operator ()()
584 auto gcd_check = [](const p_type &a, const p_type &b, const p_type &g) { in operator ()()
589 BOOST_CHECK_EQUAL(gcd_f(p_type{}, p_type{}), 0); in operator ()()
679 auto gcdheu = [](const p_type &a, const p_type &b) -> std::pair<bool, p_type> { in BOOST_AUTO_TEST_CASE()
[all …]
H A Dpolynomial_03.cpp88 p_type null; in operator ()()
204 p_type x{"x"}; in operator ()()
289 lims = poly_establish_limits(p_type{1}, p_type{2}); in operator ()()
424 p_type x{"x"}; in operator ()()
428 auto heu_wrapper = [](const p_type &a, const p_type &b) -> std::pair<bool, p_type> { in operator ()()
440 auto gcd_check = [heu_wrapper](const p_type &a, const p_type &b, const p_type &g) { in operator ()()
459 gcd_check(p_type{}, p_type{}, p_type{}); in operator ()()
460 gcd_check(p_type{}, p_type{3}, p_type{3}); in operator ()()
461 gcd_check(p_type{3}, p_type{}, p_type{3}); in operator ()()
462 gcd_check(p_type{9}, p_type{12}, p_type{3}); in operator ()()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/tools/lib/
H A Dh5tools_type.c29 hid_t p_type=-1; in h5tools_get_little_endian_type() local
41 p_type = H5Tcopy(H5T_STD_I8LE); in h5tools_get_little_endian_type()
43 p_type = H5Tcopy(H5T_STD_I16LE); in h5tools_get_little_endian_type()
45 p_type = H5Tcopy(H5T_STD_I32LE); in h5tools_get_little_endian_type()
47 p_type = H5Tcopy(H5T_STD_I64LE); in h5tools_get_little_endian_type()
49 p_type = H5Tcopy(H5T_STD_U8LE); in h5tools_get_little_endian_type()
51 p_type = H5Tcopy(H5T_STD_U16LE); in h5tools_get_little_endian_type()
67 p_type = H5Tcopy(H5T_STD_B8LE); in h5tools_get_little_endian_type()
93 return p_type; in h5tools_get_little_endian_type()
109 hid_t p_type = -1; in h5tools_get_big_endian_type() local
[all …]
/dports/science/hdf5/hdf5-1.10.6/tools/lib/
H A Dh5tools_type.c29 hid_t p_type=-1; in h5tools_get_little_endian_type() local
41 p_type = H5Tcopy(H5T_STD_I8LE); in h5tools_get_little_endian_type()
43 p_type = H5Tcopy(H5T_STD_I16LE); in h5tools_get_little_endian_type()
45 p_type = H5Tcopy(H5T_STD_I32LE); in h5tools_get_little_endian_type()
47 p_type = H5Tcopy(H5T_STD_I64LE); in h5tools_get_little_endian_type()
49 p_type = H5Tcopy(H5T_STD_U8LE); in h5tools_get_little_endian_type()
51 p_type = H5Tcopy(H5T_STD_U16LE); in h5tools_get_little_endian_type()
67 p_type = H5Tcopy(H5T_STD_B8LE); in h5tools_get_little_endian_type()
93 return p_type; in h5tools_get_little_endian_type()
109 hid_t p_type = -1; in h5tools_get_big_endian_type() local
[all …]
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Dtheme.cpp274 if (icon_map.has(p_type) && icon_map[p_type].has(p_name) && icon_map[p_type][p_name].is_valid()) { in get_icon()
284 …return (icon_map.has(p_type) && icon_map[p_type].has(p_name) && icon_map[p_type][p_name].is_valid(… in has_icon()
322 …if (shader_map.has(p_type) && shader_map[p_type].has(p_name) && shader_map[p_type][p_name].is_vali… in get_shader()
330 …return (shader_map.has(p_type) && shader_map[p_type].has(p_name) && shader_map[p_type][p_name].is_… in has_shader()
369 …if (style_map.has(p_type) && style_map[p_type].has(p_name) && style_map[p_type][p_name].is_valid()… in get_stylebox()
379 …return (style_map.has(p_type) && style_map[p_type].has(p_name) && style_map[p_type][p_name].is_val… in has_stylebox()
436 if (font_map.has(p_type) && font_map[p_type].has(p_name) && font_map[p_type][p_name].is_valid()) in get_font()
446 …return (font_map.has(p_type) && font_map[p_type].has(p_name) && font_map[p_type][p_name].is_valid(… in has_font()
454 if (font_map.has(p_type) && font_map[p_type].has(p_name) && font_map[p_type][p_name].is_valid()) { in clear_font()
490 if (color_map.has(p_type) && color_map[p_type].has(p_name)) in get_color()
[all …]
H A Dtheme.h75 DVector<String> _get_icon_list(const String &p_type) const { in _get_icon_list() argument
78 get_icon_list(p_type, &il); in _get_icon_list()
84 DVector<String> _get_stylebox_list(const String &p_type) const { in _get_stylebox_list() argument
87 get_stylebox_list(p_type, &il); in _get_stylebox_list()
102 DVector<String> _get_font_list(const String &p_type) const { in _get_font_list() argument
105 get_font_list(p_type, &il); in _get_font_list()
111 DVector<String> _get_color_list(const String &p_type) const { in _get_color_list() argument
114 get_color_list(p_type, &il); in _get_color_list()
123 get_constant_list(p_type, &il); in _get_constant_list()
129 DVector<String> _get_type_list(const String &p_type) const { in _get_type_list() argument
[all …]
H A Dshader_graph.cpp36 get_node_list(p_type, &nodes); in _get_node_list()
149 return shader[p_type].error; in get_graph_error()
498 ERR_FAIL_INDEX(p_type, 3); in node_add()
624 ERR_FAIL_INDEX(p_type, 3); in node_set_pos()
640 ERR_FAIL_INDEX(p_type, 3); in node_remove()
667 ERR_FAIL_INDEX(p_type, 3); in get_node_list()
719 ERR_FAIL_INDEX(p_type, 3); in disconnect_node()
1533 if (p_type == NODE_INPUT || p_type == NODE_OUTPUT) { in get_node_input_slot_count()
1574 if (p_type == NODE_INPUT || p_type == NODE_OUTPUT) { in get_node_output_slot_count()
1614 if (p_type == NODE_INPUT || p_type == NODE_OUTPUT) { in get_node_input_slot_type()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Dtheme.cpp274 if (icon_map.has(p_type) && icon_map[p_type].has(p_name) && icon_map[p_type][p_name].is_valid()) { in get_icon()
284 …return (icon_map.has(p_type) && icon_map[p_type].has(p_name) && icon_map[p_type][p_name].is_valid(… in has_icon()
322 …if (shader_map.has(p_type) && shader_map[p_type].has(p_name) && shader_map[p_type][p_name].is_vali… in get_shader()
330 …return (shader_map.has(p_type) && shader_map[p_type].has(p_name) && shader_map[p_type][p_name].is_… in has_shader()
369 …if (style_map.has(p_type) && style_map[p_type].has(p_name) && style_map[p_type][p_name].is_valid()… in get_stylebox()
379 …return (style_map.has(p_type) && style_map[p_type].has(p_name) && style_map[p_type][p_name].is_val… in has_stylebox()
436 if (font_map.has(p_type) && font_map[p_type].has(p_name) && font_map[p_type][p_name].is_valid()) in get_font()
446 …return (font_map.has(p_type) && font_map[p_type].has(p_name) && font_map[p_type][p_name].is_valid(… in has_font()
454 if (font_map.has(p_type) && font_map[p_type].has(p_name) && font_map[p_type][p_name].is_valid()) { in clear_font()
490 if (color_map.has(p_type) && color_map[p_type].has(p_name)) in get_color()
[all …]
H A Dtheme.h75 DVector<String> _get_icon_list(const String &p_type) const { in _get_icon_list() argument
78 get_icon_list(p_type, &il); in _get_icon_list()
84 DVector<String> _get_stylebox_list(const String &p_type) const { in _get_stylebox_list() argument
87 get_stylebox_list(p_type, &il); in _get_stylebox_list()
102 DVector<String> _get_font_list(const String &p_type) const { in _get_font_list() argument
105 get_font_list(p_type, &il); in _get_font_list()
111 DVector<String> _get_color_list(const String &p_type) const { in _get_color_list() argument
114 get_color_list(p_type, &il); in _get_color_list()
123 get_constant_list(p_type, &il); in _get_constant_list()
129 DVector<String> _get_type_list(const String &p_type) const { in _get_type_list() argument
[all …]
H A Dshader_graph.cpp36 get_node_list(p_type, &nodes); in _get_node_list()
149 return shader[p_type].error; in get_graph_error()
498 ERR_FAIL_INDEX(p_type, 3); in node_add()
624 ERR_FAIL_INDEX(p_type, 3); in node_set_pos()
640 ERR_FAIL_INDEX(p_type, 3); in node_remove()
667 ERR_FAIL_INDEX(p_type, 3); in get_node_list()
719 ERR_FAIL_INDEX(p_type, 3); in disconnect_node()
1533 if (p_type == NODE_INPUT || p_type == NODE_OUTPUT) { in get_node_input_slot_count()
1574 if (p_type == NODE_INPUT || p_type == NODE_OUTPUT) { in get_node_output_slot_count()
1614 if (p_type == NODE_INPUT || p_type == NODE_OUTPUT) { in get_node_input_slot_type()
[all …]
/dports/databases/mantis/mantisbt-2.25.2/plugins/XmlImportExport/ImportXml/
H A DMapper.php35 * @param mixed $p_type Type.
41 $this->{$p_type}[$p_old] = $p_new;
46 * @param mixed $p_type Type.
50 public function exists( $p_type, $p_id ) {
56 * @param mixed $p_type Type.
60 public function getNewID( $p_type, $p_old ) {
61 if( $this->exists( $p_type, $p_old ) ) {
62 return $this->{$p_type}[$p_old];
70 * @param mixed $p_type Type.
73 public function getAll( $p_type ) {
[all …]
/dports/devel/py-spyder/spyder-3.2.7/spyder/utils/introspection/
H A Dnumpy_docstr.py28 def _expand_typestr(p_type): argument
33 if re.search(r'\bor\b', p_type):
36 elif p_type.startswith('{'):
40 p_type = p_type.replace('{', '[').replace('}', ']')
45 types = [p_type]
69 for p_name, p_type, p_descr in params:
73 p_type = m.group(1)
74 return _expand_typestr(p_type)
100 if not p_type:
101 p_type = p_name
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Devent_type_map.cc131 p_type = GainAutomation; in from_symbol()
133 p_type = BusSendLevel; in from_symbol()
135 p_type = TrimAutomation; in from_symbol()
137 p_type = MainOutVolume; in from_symbol()
139 p_type = SoloAutomation; in from_symbol()
145 p_type = MuteAutomation; in from_symbol()
147 p_type = FadeInAutomation; in from_symbol()
161 p_type = PanLFEAutomation; in from_symbol()
167 p_type = PhaseAutomation; in from_symbol()
171 p_type = PanLFEAutomation; in from_symbol()
[all …]

12345678910>>...152