Home
last modified time | relevance | path

Searched refs:has_target (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/dports/lang/vala/vala-0.48.18/vapi/
H A Dfuse.vapi54 [CCode (has_target = false, has_typedef = false)]
56 [CCode (has_target = false, has_typedef = false)]
58 [CCode (has_target = false, has_typedef = false)]
60 [CCode (has_target = false, has_typedef = false)]
62 [CCode (has_target = false, has_typedef = false)]
64 [CCode (has_target = false, has_typedef = false)]
66 [CCode (has_target = false, has_typedef = false)]
68 [CCode (has_target = false, has_typedef = false)]
70 [CCode (has_target = false, has_typedef = false)]
72 [CCode (has_target = false, has_typedef = false)]
[all …]
H A Dccss-1.vapi176 [CCode (cname = "ccss_function_f", has_target = false)]
228 [CCode (cname = "ccss_node_get_id_f", has_target = false)]
230 [CCode (cname = "ccss_node_get_instance_f", has_target = false)]
234 [CCode (cname = "ccss_node_get_style_f", has_target = false)]
236 [CCode (cname = "ccss_node_get_type_f", has_target = false)]
238 [CCode (cname = "ccss_node_get_viewport_f", has_target = false)]
240 [CCode (cname = "ccss_node_is_a_f", has_target = false)]
242 [CCode (cname = "ccss_node_release_f", has_target = false)]
327 [CCode (cname = "ccss_property_convert_f", has_target = false)]
329 [CCode (cname = "ccss_property_destroy_f", has_target = false)]
[all …]
H A Dlibosso.vapi149 [CCode (cname = "osso_rpc_cb_f", has_target = false)]
151 [CCode (cname = "osso_rpc_async_f", has_target = false)]
154 [CCode (cname = "osso_application_top_cb_f", has_target = false)]
156 [CCode (cname = "osso_application_autosave_cb_f", has_target = false)]
158 [CCode (cname = "osso_time_cb_f", has_target = false)]
160 [CCode (cname = "osso_locale_change_cb_f", has_target = false)]
162 [CCode (cname = "osso_display_event_cb_f", has_target = false)]
165 [CCode (cname = "osso_hw_cb_f*", has_target = false)]
168 [CCode (cname = "osso_mime_cb_f", has_target = false)]
/dports/net-im/dino/dino-0.2.2/plugins/signal-protocol/vapi/
H A Dsignal-protocol-native.vapi10 [CCode (has_target = false)]
12 [CCode (has_target = false)]
31 [CCode (has_target = false)]
33 [CCode (has_target = false)]
35 [CCode (has_target = false)]
37 [CCode (has_target = false)]
39 [CCode (has_target = false)]
41 [CCode (has_target = false)]
43 [CCode (has_target = false)]
45 [CCode (has_target = false)]
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/states/
H A Dtest_alias.py28 has_target = MagicMock(return_value=True)
29 with patch.dict(alias.__salt__, {"aliases.has_target": has_target}):
46 has_target = MagicMock(return_value=False)
47 with patch.dict(alias.__salt__, {"aliases.has_target": has_target}):
65 has_target = MagicMock(return_value=False)
67 with patch.dict(alias.__salt__, {"aliases.has_target": has_target}):
86 has_target = MagicMock(return_value=False)
88 with patch.dict(alias.__salt__, {"aliases.has_target": has_target}):
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_aliases.py92 ret = aliases.has_target("foo", "bar@example.com")
103 ret = aliases.has_target("", "bar@example.com")
110 self.assertRaises(SaltInvocationError, aliases.has_target, "foo", "")
120 ret = aliases.has_target("hello", "world@earth.com, earth@world.com")
131 ret = aliases.has_target("hello", "earth@world.com, world@earth.com")
142 ret = aliases.has_target("hello", ["world@earth.com", "earth@world.com"])
153 ret = aliases.has_target("hello", ["world@earth.com", "mars@space.com"])
/dports/math/cgal/CGAL-5.3/include/CGAL/Voronoi_diagram_2/
H A DHalfedge.h167 CGAL_precondition( has_target() ); in target()
190 return opposite()->has_target(); in has_source()
193 bool has_target() const { in has_target() function
199 return !has_source() || !has_target(); in is_unbounded()
203 return !has_source() && !has_target(); in is_bisector()
207 return has_source() && has_target(); in is_segment()
212 ( has_source() && !has_target() ) || in is_ray()
213 ( !has_source() && has_target() ); in is_ray()
234 CGAL_precondition( has_target() ); in right()
290 if ( has_target() ) { in is_valid()
H A DVertex.h89 CGAL_assertion( h.has_target() && h.target() == v_this ); in halfedge()
96 CGAL_assertion( h.has_target() && h.target() == v_this ); in halfedge()
111 CGAL_assertion( halfedge()->has_target() && in incident_halfedges()
120 if ( he->has_target() ) { in is_incident_edge()
188 if ( halfedge()->has_target() ) { in is_valid()
195 valid = valid && hc->has_target() && hc->target() == v_this; in is_valid()
202 valid = valid && hhc->has_target() && hhc->target() == v_this; in is_valid()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DArr_linear_traits_2.h89 bool has_target; // Is the target point valid variable
106 has_target(true), in _Linear_object_cached_2()
122 has_target(true) in _Linear_object_cached_2()
145 has_target(true) in _Linear_object_cached_2()
173 has_target(false) in _Linear_object_cached_2()
202 has_target(false) in _Linear_object_cached_2()
233 (has_target ? ARR_INTERIOR : ARR_LEFT_BOUNDARY); in left_infinite_in_x()
291 has_target = true;
302 else has_target = false; in set_left()
368 has_target = true;
[all …]
/dports/security/p5-openxpki/openxpki-3.16.1/config/config.d/realm.tpl/workflow/def/
H A Dcertificate_publishing.yaml16 - publish_target > SUCCESS ? has_target
17 - publish_prefix > SUCCESS ? has_prefix !has_target
18 - publish_profile > SUCCESS ? !has_prefix !has_target
85 has_target:
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/build/
H A Dfixdep.c53 int is_target, has_target = 0; in parse_dep_file() local
71 has_target = 1; in parse_dep_file()
72 } else if (has_target) { in parse_dep_file()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/build/
H A Dfixdep.c53 int is_target, has_target = 0; in parse_dep_file() local
71 has_target = 1; in parse_dep_file()
72 } else if (has_target) { in parse_dep_file()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/build/
H A Dfixdep.c53 int is_target, has_target = 0; in parse_dep_file() local
71 has_target = 1; in parse_dep_file()
72 } else if (has_target) { in parse_dep_file()
/dports/emulators/mess/mame-mame0226/src/osd/modules/render/bgfx/
H A Dchainentryreader.cpp59 bool has_target = input.HasMember("target"); in read_from_value() local
61 …if (!READER_CHECK(has_texture || has_target || has_option, (prefix + "input[" + std::to_string(i) … in read_from_value()
63 …if (!READER_CHECK(!has_target || input["target"].IsString(), (prefix + "input[" + std::to_string(i… in read_from_value()
65 …if (!READER_CHECK(has_target || !input.HasMember("bilinear") || input["bilinear"].IsBool(), (prefi… in read_from_value()
66 …if (!READER_CHECK(has_target || !input.HasMember("clamp") || input["clamp"].IsBool(), (prefix + "i… in read_from_value()
171 else if (has_target) in read_from_value()
/dports/emulators/mame/mame-mame0226/src/osd/modules/render/bgfx/
H A Dchainentryreader.cpp59 bool has_target = input.HasMember("target"); in read_from_value() local
61 …if (!READER_CHECK(has_texture || has_target || has_option, (prefix + "input[" + std::to_string(i) … in read_from_value()
63 …if (!READER_CHECK(!has_target || input["target"].IsString(), (prefix + "input[" + std::to_string(i… in read_from_value()
65 …if (!READER_CHECK(has_target || !input.HasMember("bilinear") || input["bilinear"].IsBool(), (prefi… in read_from_value()
66 …if (!READER_CHECK(has_target || !input.HasMember("clamp") || input["clamp"].IsBool(), (prefix + "i… in read_from_value()
171 else if (has_target) in read_from_value()
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dgchandle-stress.cs26 int has_target = 0; in get_stats()
37 has_target++; in get_stats()
47 …allocated: {0}, has target: {1}, normal reclaimed: {2}", is_allocated, has_target, normal_reclaime… in get_stats()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/mainwindow/rendering/
H A Dcameracontroller.cpp218 const bool has_target = in configure_controller() local
224 if (has_target) in configure_controller()
251 if (has_target && (target_is_behind || target_is_off)) in configure_controller()
273 if (has_target) in configure_controller()
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/storage/
H A Dpocommon.py167 has_target = False
171 has_target = True
174 has_target = bool(self.target)
175 if has_target:
/dports/lang/vala/vala-0.48.18/tests/gir/
H A Ddelegate-alias-without-target.test17 [CCode (cheader_filename = "test.h", has_target = false)]
19 [CCode (cheader_filename = "test.h", has_target = false)]
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dimccompiler.pmc148 STRING *target :named("target") :optional, INTVAL has_target :opt_flag,
155 if (has_target)
179 STRING *target :named("target") :optional, INTVAL has_target :opt_flag,
186 if (has_target)
210 STRING *target :named("target") :optional, INTVAL has_target :opt_flag,
216 if (has_target)
/dports/devel/boost-docs/boost_1_72_0/libs/graph/test/
H A Dtest_direction.hpp43 BOOST_ASSERT(has_target(g, *outs[1].first, verts[0])); in test_outdirected_graph()
44 BOOST_ASSERT(has_target(g, *outs[2].first, verts[1])); in test_outdirected_graph()
49 BOOST_ASSERT(has_target(g, *outs[5].first, verts[3])); in test_outdirected_graph()
/dports/devel/boost-python-libs/boost_1_72_0/libs/graph/test/
H A Dtest_direction.hpp43 BOOST_ASSERT(has_target(g, *outs[1].first, verts[0])); in test_outdirected_graph()
44 BOOST_ASSERT(has_target(g, *outs[2].first, verts[1])); in test_outdirected_graph()
49 BOOST_ASSERT(has_target(g, *outs[5].first, verts[3])); in test_outdirected_graph()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/graph/test/
H A Dtest_direction.hpp43 BOOST_ASSERT(has_target(g, *outs[1].first, verts[0])); in test_outdirected_graph()
44 BOOST_ASSERT(has_target(g, *outs[2].first, verts[1])); in test_outdirected_graph()
49 BOOST_ASSERT(has_target(g, *outs[5].first, verts[3])); in test_outdirected_graph()
/dports/databases/percona57-server/boost_1_59_0/libs/graph/test/
H A Dtest_direction.hpp43 BOOST_ASSERT(has_target(g, *outs[1].first, verts[0])); in test_outdirected_graph()
44 BOOST_ASSERT(has_target(g, *outs[2].first, verts[1])); in test_outdirected_graph()
49 BOOST_ASSERT(has_target(g, *outs[5].first, verts[3])); in test_outdirected_graph()
/dports/databases/xtrabackup/boost_1_59_0/libs/graph/test/
H A Dtest_direction.hpp43 BOOST_ASSERT(has_target(g, *outs[1].first, verts[0])); in test_outdirected_graph()
44 BOOST_ASSERT(has_target(g, *outs[2].first, verts[1])); in test_outdirected_graph()
49 BOOST_ASSERT(has_target(g, *outs[5].first, verts[3])); in test_outdirected_graph()

12345678910>>...13