Home
last modified time | relevance | path

Searched refs:removeChild (Results 1 – 25 of 5013) sorted by relevance

12345678910>>...201

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/util/
H A DTextEditUtil.java265 edit1.removeChild(0); in merge()
283 edit1.removeChild(0); in merge()
284 edit2.removeChild(0); in merge()
292 edit1.removeChild(0); in merge()
298 edit2.removeChild(0); in merge()
307 edit1.removeChild(0); in merge()
315 edit1.removeChild(0); in merge()
319 edit1.removeChild(0); in merge()
328 edit2.removeChild(0); in merge()
336 edit2.removeChild(0); in merge()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/tex4htk/java/
H A DOoUtilities.java51 mtd.removeChild(d); in mtable()
61 d.getParentNode().removeChild(d); in mtable()
72 d.getParentNode().removeChild(d); in mtable()
80 d.getParentNode().removeChild(d); in mtable()
94 d.getParentNode().removeChild(d); in mtable()
101 d.getParentNode().removeChild(d); in mtable()
145 node.removeChild(tblRow); in table()
170 if( justSpace(tblCell) ){ tblRow.removeChild(tblCell); } in table()
180 node.removeChild(tblRow); in table()
225 tblCell.removeChild(child); in table()
[all …]
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Configurator/TemplateNormalizations/
H A DOptimizeChoose.php24 $branch->appendChild($branch->firstChild->removeChild($branch->firstChild->firstChild));
26 $branch->removeChild($branch->firstChild);
101 $branch->removeChild($branch->firstChild);
124 $branch->removeChild($branch->lastChild);
143 $this->choose->parentNode->removeChild($this->choose);
213 $when->appendChild($otherwise->removeChild($otherwise->firstChild));
227 $this->choose->removeChild($otherwise);
248 $if->appendChild($when->removeChild($when->firstChild));
/dports/www/mod_php81/php-8.1.1/ext/dom/tests/
H A Dbug36756.phpt2 Bug #36756 (DOMDocument::removeChild corrupts node)
8 /* Node is preserved from removeChild */
14 $dom->removeChild($GLOBALS['dom']->firstChild);
16 /* Node gets destroyed during removeChild */
21 $GLOBALS['dom']->removeChild($GLOBALS['dom']->firstChild);
/dports/lang/php81/php-8.1.1/ext/dom/tests/
H A Dbug36756.phpt2 Bug #36756 (DOMDocument::removeChild corrupts node)
8 /* Node is preserved from removeChild */
14 $dom->removeChild($GLOBALS['dom']->firstChild);
16 /* Node gets destroyed during removeChild */
21 $GLOBALS['dom']->removeChild($GLOBALS['dom']->firstChild);
/dports/textproc/php81-dom/php-8.1.1/ext/dom/tests/
H A Dbug36756.phpt2 Bug #36756 (DOMDocument::removeChild corrupts node)
8 /* Node is preserved from removeChild */
14 $dom->removeChild($GLOBALS['dom']->firstChild);
16 /* Node gets destroyed during removeChild */
21 $GLOBALS['dom']->removeChild($GLOBALS['dom']->firstChild);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderRuby.cpp193 void RenderRubyAsInline::removeChild(RenderObject* child) in removeChild() function in WebCore::RenderRubyAsInline
199 RenderInline::removeChild(child); in removeChild()
206 child->parent()->removeChild(child); in removeChild()
207 removeChild(child->parent()); in removeChild()
214 run->removeChild(child); in removeChild()
300 void RenderRubyAsBlock::removeChild(RenderObject* child) in removeChild() function in WebCore::RenderRubyAsBlock
306 RenderBlock::removeChild(child); in removeChild()
313 child->parent()->removeChild(child); in removeChild()
314 removeChild(child->parent()); in removeChild()
321 run->removeChild(child); in removeChild()
/dports/lang/php80/php-8.0.15/ext/dom/tests/
H A Dbug36756.phpt2 Bug #36756 (DOMDocument::removeChild corrupts node)
8 /* Node is preserved from removeChild */
14 $dom->removeChild($GLOBALS['dom']->firstChild);
16 /* Node gets destroyed during removeChild */
21 $GLOBALS['dom']->removeChild($GLOBALS['dom']->firstChild);
/dports/textproc/php80-dom/php-8.0.15/ext/dom/tests/
H A Dbug36756.phpt2 Bug #36756 (DOMDocument::removeChild corrupts node)
8 /* Node is preserved from removeChild */
14 $dom->removeChild($GLOBALS['dom']->firstChild);
16 /* Node gets destroyed during removeChild */
21 $GLOBALS['dom']->removeChild($GLOBALS['dom']->firstChild);
/dports/www/mod_php80/php-8.0.15/ext/dom/tests/
H A Dbug36756.phpt2 Bug #36756 (DOMDocument::removeChild corrupts node)
8 /* Node is preserved from removeChild */
14 $dom->removeChild($GLOBALS['dom']->firstChild);
16 /* Node gets destroyed during removeChild */
21 $GLOBALS['dom']->removeChild($GLOBALS['dom']->firstChild);
/dports/lang/php73/php-7.3.33/ext/dom/tests/
H A Dbug36756.phpt2 Bug #36756 (DOMDocument::removeChild corrupts node)
8 /* Node is preserved from removeChild */
14 $dom->removeChild($GLOBALS['dom']->firstChild);
17 /* Node gets destroyed during removeChild */
22 $GLOBALS['dom']->removeChild($GLOBALS['dom']->firstChild);
/dports/lang/php74/php-7.4.27/ext/dom/tests/
H A Dbug36756.phpt2 Bug #36756 (DOMDocument::removeChild corrupts node)
8 /* Node is preserved from removeChild */
14 $dom->removeChild($GLOBALS['dom']->firstChild);
17 /* Node gets destroyed during removeChild */
22 $GLOBALS['dom']->removeChild($GLOBALS['dom']->firstChild);
/dports/textproc/php74-dom/php-7.4.27/ext/dom/tests/
H A Dbug36756.phpt2 Bug #36756 (DOMDocument::removeChild corrupts node)
8 /* Node is preserved from removeChild */
14 $dom->removeChild($GLOBALS['dom']->firstChild);
17 /* Node gets destroyed during removeChild */
22 $GLOBALS['dom']->removeChild($GLOBALS['dom']->firstChild);
/dports/textproc/php73-dom/php-7.3.33/ext/dom/tests/
H A Dbug36756.phpt2 Bug #36756 (DOMDocument::removeChild corrupts node)
8 /* Node is preserved from removeChild */
14 $dom->removeChild($GLOBALS['dom']->firstChild);
17 /* Node gets destroyed during removeChild */
22 $GLOBALS['dom']->removeChild($GLOBALS['dom']->firstChild);
/dports/www/mod_php74/php-7.4.27/ext/dom/tests/
H A Dbug36756.phpt2 Bug #36756 (DOMDocument::removeChild corrupts node)
8 /* Node is preserved from removeChild */
14 $dom->removeChild($GLOBALS['dom']->firstChild);
17 /* Node gets destroyed during removeChild */
22 $GLOBALS['dom']->removeChild($GLOBALS['dom']->firstChild);
/dports/www/mod_php73/php-7.3.33/ext/dom/tests/
H A Dbug36756.phpt2 Bug #36756 (DOMDocument::removeChild corrupts node)
8 /* Node is preserved from removeChild */
14 $dom->removeChild($GLOBALS['dom']->firstChild);
17 /* Node gets destroyed during removeChild */
22 $GLOBALS['dom']->removeChild($GLOBALS['dom']->firstChild);
/dports/www/firefox/firefox-99.0/docs/code-quality/lint/linters/eslint-plugin-mozilla/
H A Davoid-removeChild.rst1 avoid-removeChild
4 Rejects using ``element.parentNode.removeChild(element)`` when ``element.remove()``
12 elt.parentNode.removeChild(elt);
20 elt.parentNode.removeChild(elt2);
/dports/www/firefox-esr/firefox-91.8.0/docs/code-quality/lint/linters/eslint-plugin-mozilla/
H A Davoid-removeChild.rst1 avoid-removeChild
4 Rejects using ``element.parentNode.removeChild(element)`` when ``element.remove()``
12 elt.parentNode.removeChild(elt);
20 elt.parentNode.removeChild(elt2);
/dports/mail/thunderbird/thunderbird-91.8.0/docs/code-quality/lint/linters/eslint-plugin-mozilla/
H A Davoid-removeChild.rst1 avoid-removeChild
4 Rejects using ``element.parentNode.removeChild(element)`` when ``element.remove()``
12 elt.parentNode.removeChild(elt);
20 elt.parentNode.removeChild(elt2);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/PlugIns/OctreeSceneManager/src/
H A DOgreOctreeNode.cpp75 Node * OctreeNode::removeChild( unsigned short index ) in removeChild() function in Ogre::OctreeNode
77 OctreeNode *on = static_cast<OctreeNode* >( SceneNode::removeChild( index ) ); in removeChild()
81 Node * OctreeNode::removeChild( Node* child ) in removeChild() function in Ogre::OctreeNode
83 OctreeNode *on = static_cast<OctreeNode* >( SceneNode::removeChild( child ) ); in removeChild()
102 Node * OctreeNode::removeChild( const String & name ) in removeChild() function in Ogre::OctreeNode
104 OctreeNode *on = static_cast< OctreeNode * >( SceneNode::removeChild( name ) ); in removeChild()
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/OctreeSceneManager/src/
H A DOgreOctreeNode.cpp73 Node * OctreeNode::removeChild( unsigned short index ) in removeChild() function in Ogre::OctreeNode
75 OctreeNode *on = static_cast<OctreeNode* >( SceneNode::removeChild( index ) ); in removeChild()
79 Node * OctreeNode::removeChild( Node* child ) in removeChild() function in Ogre::OctreeNode
81 OctreeNode *on = static_cast<OctreeNode* >( SceneNode::removeChild( child ) ); in removeChild()
100 Node * OctreeNode::removeChild( const String & name ) in removeChild() function in Ogre::OctreeNode
102 OctreeNode *on = static_cast< OctreeNode * >( SceneNode::removeChild( name ) ); in removeChild()
/dports/www/falkon/falkon-3.2.0/src/lib/history/
H A Dhistoryitem.cpp35 m_parent->removeChild(this); in changeParent()
82 void HistoryItem::removeChild(int row) in removeChild() function in HistoryItem
85 removeChild(m_children.at(row)); in removeChild()
89 void HistoryItem::removeChild(HistoryItem* child) in removeChild() function in HistoryItem
161 m_parent->removeChild(this); in ~HistoryItem()
/dports/devel/libqtxdg/libqtxdg-3.8.0/src/qtxdg/
H A Dxdgmenu.cpp264 element.removeChild(src); in mergeMenus()
295 n.parentNode().removeChild(n); in simplify()
302 n.parentNode().removeChild(n); in simplify()
307 n.parentNode().removeChild(n); in simplify()
468 element.removeChild(i.current()); in moveMenus()
503 element.removeChild(e); in deleteDeletedMenus()
527 element.removeChild(e); in processDirectoryEntries()
533 element.removeChild(e); in processDirectoryEntries()
626 element.removeChild(s); in fixSeparators()
632 element.removeChild(first); in fixSeparators()
[all …]
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/tests/rendering/
H A Dnodetest.cpp38 TEST(NodeTest, removeChild) in TEST() argument
47 EXPECT_EQ(root.removeChild(child1), true); in TEST()
48 EXPECT_EQ(root.removeChild(child1), false); in TEST()
52 EXPECT_EQ(root.removeChild(child2), true); in TEST()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/tests/rendering/
H A Dnodetest.cpp38 TEST(NodeTest, removeChild) in TEST() argument
47 EXPECT_EQ(root.removeChild(child1), true); in TEST()
48 EXPECT_EQ(root.removeChild(child1), false); in TEST()
52 EXPECT_EQ(root.removeChild(child2), true); in TEST()

12345678910>>...201