Home
last modified time | relevance | path

Searched refs:clone_node (Results 1 – 25 of 525) sorted by relevance

12345678910>>...21

/dports/www/ilias/ILIAS-5.4.25/Services/COPage/classes/
H A Dclass.ilPCContentTemplate.php65 $clone_node = $source_node->clone_node(true);
66 $clone_node->unlink_node($clone_node);
69 $source_content->setNode($clone_node);
73 if ($clone_node->get_attribute("PCID") != "") {
74 $clone_node->set_attribute("PCID", "");
76 $els = $xpath->query(".//*[@PCID]", $clone_node->myDOMNode);
H A Dclass.ilPCTableData.php56 $new_tr = $parent_tr->clone_node(true);
83 $new_tr = $parent_tr->clone_node(true);
165 $new_td = $tds[$col_nr]->clone_node(true);
206 $new_td = $tds[$col_nr]->clone_node(true);
258 $next_copy = $next->clone_node(true);
273 $tr_copy = $tr->clone_node(true);
304 $next_copy = $next->clone_node(true);
336 $td_copy = $td->clone_node(true);
/dports/www/ilias6/ILIAS-6.14/Services/COPage/classes/
H A Dclass.ilPCContentTemplate.php65 $clone_node = $source_node->clone_node(true);
66 $clone_node->unlink_node($clone_node);
69 $source_content->setNode($clone_node);
73 if ($clone_node->get_attribute("PCID") != "") {
74 $clone_node->set_attribute("PCID", "");
76 $els = $xpath->query(".//*[@PCID]", $clone_node->myDOMNode);
H A Dclass.ilPCTableData.php56 $new_tr = $parent_tr->clone_node(true);
83 $new_tr = $parent_tr->clone_node(true);
165 $new_td = $tds[$col_nr]->clone_node(true);
206 $new_td = $tds[$col_nr]->clone_node(true);
258 $next_copy = $next->clone_node(true);
273 $tr_copy = $tr->clone_node(true);
304 $next_copy = $next->clone_node(true);
336 $td_copy = $td->clone_node(true);
/dports/mail/astroid/astroid-0.15/src/modes/thread_view/webextension/
H A Ddom_utils.cc38 WebKitDOMHTMLElement * e = clone_node (WEBKIT_DOM_NODE(get_by_id (d, "email_template"))); in make_message_div()
47 return clone_node (WEBKIT_DOM_NODE (get_by_id (node, id)), deep); in clone_get_by_id()
55 return clone_node (WEBKIT_DOM_NODE(select (node, selector)), deep); in clone_select()
58 WebKitDOMHTMLElement * DomUtils::clone_node ( in clone_node() function in Astroid::DomUtils
/dports/devel/tdl/tdl-1.5.2/
H A Dimpexp.c26 static struct node *clone_node(struct node *x, struct node *parent)/*{{{*/ in clone_node() function
39 struct node *nc = clone_node(k, r); in clone_node()
78 nn = clone_node(n, NULL); in process_export()
151 nn = clone_node(n, NULL); in internal_copy_clone()
/dports/deskutils/calibre/calibre-src-5.34.0/imgsrc/srv/
H A Dgenerate.py14 def clone_node(node, parent): function
20 clone_node(child, ans)
48 clone_node(child, symbol)
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/x3/string/detail/
H A Dtst.hpp43 clone_node(tst_node* p, Alloc* alloc) in clone_node() function
50 clone->lt = clone_node(p->lt, alloc); in clone_node()
51 clone->eq = clone_node(p->eq, alloc); in clone_node()
52 clone->gt = clone_node(p->gt, alloc); in clone_node()
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/qi/string/detail/
H A Dtst.hpp47 clone_node(tst_node* p, Alloc* alloc) in clone_node() function
54 clone->lt = clone_node(p->lt, alloc); in clone_node()
55 clone->eq = clone_node(p->eq, alloc); in clone_node()
56 clone->gt = clone_node(p->gt, alloc); in clone_node()
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/x3/string/detail/
H A Dtst.hpp43 clone_node(tst_node* p, Alloc* alloc) in clone_node() function
50 clone->lt = clone_node(p->lt, alloc); in clone_node()
51 clone->eq = clone_node(p->eq, alloc); in clone_node()
52 clone->gt = clone_node(p->gt, alloc); in clone_node()
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/qi/string/detail/
H A Dtst.hpp47 clone_node(tst_node* p, Alloc* alloc) in clone_node() function
54 clone->lt = clone_node(p->lt, alloc); in clone_node()
55 clone->eq = clone_node(p->eq, alloc); in clone_node()
56 clone->gt = clone_node(p->gt, alloc); in clone_node()
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/x3/string/detail/
H A Dtst.hpp43 clone_node(tst_node* p, Alloc* alloc) in clone_node() function
50 clone->lt = clone_node(p->lt, alloc); in clone_node()
51 clone->eq = clone_node(p->eq, alloc); in clone_node()
52 clone->gt = clone_node(p->gt, alloc); in clone_node()
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/qi/string/detail/
H A Dtst.hpp47 clone_node(tst_node* p, Alloc* alloc) in clone_node() function
54 clone->lt = clone_node(p->lt, alloc); in clone_node()
55 clone->eq = clone_node(p->eq, alloc); in clone_node()
56 clone->gt = clone_node(p->gt, alloc); in clone_node()
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/qi/string/detail/
H A Dtst.hpp48 clone_node(tst_node* p, Alloc* alloc) in clone_node() function
55 clone->lt = clone_node(p->lt, alloc); in clone_node()
56 clone->eq = clone_node(p->eq, alloc); in clone_node()
57 clone->gt = clone_node(p->gt, alloc); in clone_node()
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/x3/string/detail/
H A Dtst.hpp45 clone_node(tst_node* p, Alloc* alloc) in clone_node() function
52 clone->lt = clone_node(p->lt, alloc); in clone_node()
53 clone->eq = clone_node(p->eq, alloc); in clone_node()
54 clone->gt = clone_node(p->gt, alloc); in clone_node()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/spirit/home/qi/string/detail/
H A Dtst.hpp49 clone_node(tst_node* p, Alloc* alloc) in clone_node() function
56 clone->lt = clone_node(p->lt, alloc); in clone_node()
57 clone->eq = clone_node(p->eq, alloc); in clone_node()
58 clone->gt = clone_node(p->gt, alloc); in clone_node()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/qi/string/detail/
H A Dtst.hpp49 clone_node(tst_node* p, Alloc* alloc) in clone_node() function
56 clone->lt = clone_node(p->lt, alloc); in clone_node()
57 clone->eq = clone_node(p->eq, alloc); in clone_node()
58 clone->gt = clone_node(p->gt, alloc); in clone_node()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/x3/string/detail/
H A Dtst.hpp44 clone_node(tst_node* p, Alloc* alloc) in clone_node() function
51 clone->lt = clone_node(p->lt, alloc); in clone_node()
52 clone->eq = clone_node(p->eq, alloc); in clone_node()
53 clone->gt = clone_node(p->gt, alloc); in clone_node()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/x3/string/detail/
H A Dtst.hpp43 clone_node(tst_node* p, Alloc* alloc) in clone_node() function
50 clone->lt = clone_node(p->lt, alloc); in clone_node()
51 clone->eq = clone_node(p->eq, alloc); in clone_node()
52 clone->gt = clone_node(p->gt, alloc); in clone_node()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/qi/string/detail/
H A Dtst.hpp47 clone_node(tst_node* p, Alloc* alloc) in clone_node() function
54 clone->lt = clone_node(p->lt, alloc); in clone_node()
55 clone->eq = clone_node(p->eq, alloc); in clone_node()
56 clone->gt = clone_node(p->gt, alloc); in clone_node()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/qi/string/detail/
H A Dtst.hpp47 clone_node(tst_node* p, Alloc* alloc) in clone_node() function
54 clone->lt = clone_node(p->lt, alloc); in clone_node()
55 clone->eq = clone_node(p->eq, alloc); in clone_node()
56 clone->gt = clone_node(p->gt, alloc); in clone_node()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/x3/string/detail/
H A Dtst.hpp43 clone_node(tst_node* p, Alloc* alloc) in clone_node() function
50 clone->lt = clone_node(p->lt, alloc); in clone_node()
51 clone->eq = clone_node(p->eq, alloc); in clone_node()
52 clone->gt = clone_node(p->gt, alloc); in clone_node()
/dports/databases/xtrabackup/boost_1_59_0/boost/spirit/home/x3/string/detail/
H A Dtst.hpp44 clone_node(tst_node* p, Alloc* alloc) in clone_node() function
51 clone->lt = clone_node(p->lt, alloc); in clone_node()
52 clone->eq = clone_node(p->eq, alloc); in clone_node()
53 clone->gt = clone_node(p->gt, alloc); in clone_node()
/dports/databases/percona57-server/boost_1_59_0/boost/spirit/home/qi/string/detail/
H A Dtst.hpp49 clone_node(tst_node* p, Alloc* alloc) in clone_node() function
56 clone->lt = clone_node(p->lt, alloc); in clone_node()
57 clone->eq = clone_node(p->eq, alloc); in clone_node()
58 clone->gt = clone_node(p->gt, alloc); in clone_node()
/dports/databases/xtrabackup/boost_1_59_0/boost/spirit/home/qi/string/detail/
H A Dtst.hpp49 clone_node(tst_node* p, Alloc* alloc) in clone_node() function
56 clone->lt = clone_node(p->lt, alloc); in clone_node()
57 clone->eq = clone_node(p->eq, alloc); in clone_node()
58 clone->gt = clone_node(p->gt, alloc); in clone_node()

12345678910>>...21