Home
last modified time | relevance | path

Searched refs:x_tag (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/punbb/punbb-1.4.6/include/
H A Dxml.php33 $x_tag = $xml_elem['tag'];
40 $multi_key[$x_tag][$x_level] = 1;
42 $multi_key[$x_tag][$x_level] = 0;
47 if ($_tmp == $x_tag)
48 $multi_key[$x_tag][$x_level] = 1;
50 $_tmp = $x_tag;
56 $x_tag = $xml_elem['tag'];
61 $level[$x_level] = $x_tag;
66 $multi_key[$x_tag][$x_level]++;
81 $multi_key2[$x_tag][$x_level] = 0;
[all …]
/dports/lang/guile2/guile-2.2.7/test-suite/standalone/
H A Dtest-smob-mark.c32 struct x_tag struct
38 typedef struct x_tag x_t; argument
42 static scm_t_bits x_tag; variable
61 SCM_NEWSMOB (s_x, x_tag, c_x); in make_x()
117 x_tag = scm_make_smob_type ("x", sizeof (x_t)); in init_smob_type()
118 scm_set_smob_free (x_tag, free_x); in init_smob_type()
119 scm_set_smob_print (x_tag, print_x); in init_smob_type()
120 scm_set_smob_mark (x_tag, mark_x); in init_smob_type()
/dports/lang/guile/guile-3.0.7/test-suite/standalone/
H A Dtest-smob-mark.c33 struct x_tag struct
39 typedef struct x_tag x_t; argument
43 static scm_t_bits x_tag; variable
62 SCM_NEWSMOB (s_x, x_tag, c_x); in make_x()
118 x_tag = scm_make_smob_type ("x", sizeof (x_t)); in init_smob_type()
119 scm_set_smob_free (x_tag, free_x); in init_smob_type()
120 scm_set_smob_print (x_tag, print_x); in init_smob_type()
121 scm_set_smob_mark (x_tag, mark_x); in init_smob_type()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_cdr.c68 switch_xml_t xml, x_tag, x_tag1, x_tag2, x_tag3, x_tag4; in conference_cdr_rfc4579_render() local
115 if (!(x_tag1 = switch_xml_add_child_d(x_tag, "display-text", off1++))) { in conference_cdr_rfc4579_render()
121 if (!(x_tag1 = switch_xml_add_child_d(x_tag, "conf-uris", off1++))) { in conference_cdr_rfc4579_render()
136 if (!(x_tag = switch_xml_add_child_d(xml, "conference-state", off++))) { in conference_cdr_rfc4579_render()
139 if (!(x_tag1 = switch_xml_add_child_d(x_tag, "user-count", off1++))) { in conference_cdr_rfc4579_render()
151 if (!(x_tag1 = switch_xml_add_child_d(x_tag, "active", off1++))) { in conference_cdr_rfc4579_render()
158 if (!(x_tag = switch_xml_add_child_d(xml, "users", off++))) { in conference_cdr_rfc4579_render()
176 if (!(x_tag1 = switch_xml_add_child_d(x_tag, "user", off1++))) { in conference_cdr_rfc4579_render()
659 x_tag = switch_xml_add_child_d(x_flags, "is_moderator", flag_off++);
665 x_tag = switch_xml_add_child_d(x_flags, "was_kicked", flag_off++);
[all …]
H A Dmod_conference.c1115 switch_xml_t x_tag; in add_x_tag() local
1123 x_tag = switch_xml_add_child_d(x_member, name, off); in add_x_tag()
1124 switch_assert(x_tag); in add_x_tag()
1129 switch_xml_set_txt_d(x_tag, data); in add_x_tag()
1132 return x_tag; in add_x_tag()
1242 switch_xml_t x_tag; in conference_xlist() local
1258 switch_xml_set_attr_d(x_tag, "status", "paused"); in conference_xlist()
1260 switch_xml_set_txt_d(x_tag, member->rec_path); in conference_xlist()
1263 switch_xml_set_attr_d(x_tag, "type", "UNIX-epoch"); in conference_xlist()
1265 switch_xml_set_txt_d(x_tag, i); in conference_xlist()
[all …]
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/LinAlg/
H A DIpVector.hpp484 TaggedObject::Tag x_tag = x.GetTag(); in Copy() local
485 if (x_tag == x.nrm2_cache_tag_) { in Copy()
489 if (x_tag == x.asum_cache_tag_) { in Copy()
493 if (x_tag == x.amax_cache_tag_) { in Copy()
497 if (x_tag == x.max_cache_tag_) { in Copy()
501 if (x_tag == x.min_cache_tag_) { in Copy()
505 if (x_tag == x.sum_cache_tag_) { in Copy()
509 if (x_tag == x.sumlogs_cache_tag_) { in Copy()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpVector.hpp449 TaggedObject::Tag x_tag = x.GetTag(); in Copy() local
450 if (x_tag == x.nrm2_cache_tag_) { in Copy()
454 if (x_tag == x.asum_cache_tag_) { in Copy()
458 if (x_tag == x.amax_cache_tag_) { in Copy()
462 if (x_tag == x.max_cache_tag_) { in Copy()
466 if (x_tag == x.min_cache_tag_) { in Copy()
470 if (x_tag == x.sum_cache_tag_) { in Copy()
474 if (x_tag == x.sumlogs_cache_tag_) { in Copy()
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/
H A DIpVector.hpp557 TaggedObject::Tag x_tag = x.GetTag(); in Copy() local
558 if( x_tag == x.nrm2_cache_tag_ ) in Copy()
563 if( x_tag == x.asum_cache_tag_ ) in Copy()
568 if( x_tag == x.amax_cache_tag_ ) in Copy()
573 if( x_tag == x.max_cache_tag_ ) in Copy()
578 if( x_tag == x.min_cache_tag_ ) in Copy()
583 if( x_tag == x.sum_cache_tag_ ) in Copy()
588 if( x_tag == x.sumlogs_cache_tag_ ) in Copy()
/dports/devel/boost-docs/boost_1_72_0/libs/contract/test/disable/
H A Dlib_a.hpp33 struct x_tag;
34 typedef boost::contract::test::detail::counter<x_tag, int> x_type;
/dports/devel/boost-libs/boost_1_72_0/libs/contract/test/disable/
H A Dlib_a.hpp33 struct x_tag;
34 typedef boost::contract::test::detail::counter<x_tag, int> x_type;
/dports/devel/boost-python-libs/boost_1_72_0/libs/contract/test/disable/
H A Dlib_a.hpp33 struct x_tag;
34 typedef boost::contract::test::detail::counter<x_tag, int> x_type;
/dports/devel/hyperscan/boost_1_75_0/libs/contract/test/disable/
H A Dlib_a.hpp33 struct x_tag;
34 typedef boost::contract::test::detail::counter<x_tag, int> x_type;
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Mesh_3/
H A DVolume_plane.h62 struct x_tag {}; struct
84 void compute_bbox(x_tag)const in compute_bbox() argument
228 CGAL::qglviewer::Vec translationVector(x_tag) const { in translationVector() argument
242 void buildVertex(std::vector<float>& out, unsigned int i, unsigned int j, x_tag) { in buildVertex() argument
277 QString name(x_tag) const { return tr("X Slice for %1").arg(name_); } in name() argument
285 double compute_maxDim(x_tag) const in compute_maxDim() argument
312 void drawRectangle(x_tag, bool is_loop) const { in drawRectangle() argument
368 void drawSpheres(x_tag) const in drawSpheres() argument
370 double max_dim = compute_maxDim(x_tag()); in drawSpheres()
408 CGAL::qglviewer::Constraint* setConstraint(x_tag) { in setConstraint() argument
[all …]
/dports/net-im/prosody/prosody-0.11.13/plugins/muc/
H A Dhistory.lib.lua77 local x_tag = stanza:get_child("x", "http://jabber.org/protocol/muc");
78 local history_tag = x_tag and x_tag:get_child("history", "http://jabber.org/protocol/muc");
/dports/devel/boost-docs/boost_1_72_0/libs/contract/test/function/
H A Dsmoke.cpp21 struct x_tag; typedef boost::contract::test::detail::counter<x_tag, int> x_type;
/dports/devel/boost-python-libs/boost_1_72_0/libs/contract/test/function/
H A Dsmoke.cpp21 struct x_tag; typedef boost::contract::test::detail::counter<x_tag, int> x_type;
/dports/devel/boost-libs/boost_1_72_0/libs/contract/test/function/
H A Dsmoke.cpp21 struct x_tag; typedef boost::contract::test::detail::counter<x_tag, int> x_type;
/dports/devel/hyperscan/boost_1_75_0/libs/contract/test/function/
H A Dsmoke.cpp21 struct x_tag; typedef boost::contract::test::detail::counter<x_tag, int> x_type;
/dports/devel/boost-docs/boost_1_72_0/libs/mpl/doc/src/refmanual/
H A Dnumeric_cast.rst49 ``x_tag`` and ``y_tag`` are the types' corresponding |Integral Constant| tags:
54 typedef apply_wrap\ ``2``\< numeric_cast<x_tag,y_tag>,x >::type r;
/dports/devel/boost-python-libs/boost_1_72_0/libs/mpl/doc/src/refmanual/
H A Dnumeric_cast.rst49 ``x_tag`` and ``y_tag`` are the types' corresponding |Integral Constant| tags:
54 typedef apply_wrap\ ``2``\< numeric_cast<x_tag,y_tag>,x >::type r;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/mpl/doc/src/refmanual/
H A Dnumeric_cast.rst49 ``x_tag`` and ``y_tag`` are the types' corresponding |Integral Constant| tags:
54 typedef apply_wrap\ ``2``\< numeric_cast<x_tag,y_tag>,x >::type r;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/mpl/doc/src/refmanual/
H A Dnumeric_cast.rst49 ``x_tag`` and ``y_tag`` are the types' corresponding |Integral Constant| tags:
54 typedef apply_wrap\ ``2``\< numeric_cast<x_tag,y_tag>,x >::type r;
/dports/databases/percona57-server/boost_1_59_0/libs/mpl/doc/src/refmanual/
H A Dnumeric_cast.rst49 ``x_tag`` and ``y_tag`` are the types' corresponding |Integral Constant| tags:
54 typedef apply_wrap\ ``2``\< numeric_cast<x_tag,y_tag>,x >::type r;
/dports/databases/xtrabackup/boost_1_59_0/libs/mpl/doc/src/refmanual/
H A Dnumeric_cast.rst49 ``x_tag`` and ``y_tag`` are the types' corresponding |Integral Constant| tags:
54 typedef apply_wrap\ ``2``\< numeric_cast<x_tag,y_tag>,x >::type r;
/dports/databases/percona57-client/boost_1_59_0/libs/mpl/doc/src/refmanual/
H A Dnumeric_cast.rst49 ``x_tag`` and ``y_tag`` are the types' corresponding |Integral Constant| tags:
54 typedef apply_wrap\ ``2``\< numeric_cast<x_tag,y_tag>,x >::type r;

123