Home
last modified time | relevance | path

Searched refs:setParentNode (Results 1 – 25 of 84) sorted by relevance

1234

/dports/textproc/p5-XML-XPath/XML-XPath-1.44/lib/XML/XPath/Node/
H A DElement.pm39 $newnode->setParentNode($self);
63 $newnode->setParentNode($self);
205 $attribute->setParentNode($self);
230 $attribute->setParentNode($self);
320 $ns->setParentNode($self);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/src/org/eclipse/pde/internal/genericeditor/target/extension/model/
H A DNode.java69 child.setParentNode(this); in addChildNode()
76 private void setParentNode(Node parentNode) { in setParentNode() method in Node
/dports/devel/arcanist-lib/arcanist-b2e715f/src/difference/
H A DArcanistDiffVectorNode.php28 public function setParentNode(ArcanistDiffVectorNode $parent) { function in ArcanistDiffVectorNode
43 ->setParentNode($this)
/dports/devel/arcanist/arcanist-b2e715f/src/difference/
H A DArcanistDiffVectorNode.php28 public function setParentNode(ArcanistDiffVectorNode $parent) { function in ArcanistDiffVectorNode
43 ->setParentNode($this)
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_mask.cc96 m_d->selection->setParentNode(this); in KisMask()
109 m_d->selection->setParentNode(0); in ~KisMask()
208 selection->setParentNode(q); in initSelectionImpl()
253 m_d->selection->setParentNode(this); in setSelection()
485 m_d->selection->setParentNode(this); in testingInitSelection()
H A Dkis_selection.cc199 m_d->pixelSelection->setParentNode(m_d->parentNode); in KisSelection()
219 m_d->pixelSelection->setParentNode(m_d->parentNode); in KisSelection()
266 void KisSelection::setParentNode(KisNodeWSP node) in setParentNode() function in KisSelection
269 m_d->pixelSelection->setParentNode(node); in setParentNode()
H A Dkis_selection.h88 void setParentNode(KisNodeWSP node);
H A Dkis_selection_based_layer.cpp97 m_d->selection->setParentNode(this); in initSelection()
235 m_d->selection->setParentNode(this); in setInternalSelection()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/datatype/
H A DPhyTree.cpp177 void PhyNode::setParentNode(PhyNode *newParent, double distance) { in setParentNode() function in U2::PhyNode
367 node->setParentNode(newRoot, distance); in rerootPhyTree()
371 centralNode->setParentNode(newRoot, distance); in rerootPhyTree()
380 oldParent->setParentNode(centralNode, distance); in rerootPhyTree()
391 oldParent->setParentNode(newParentNode, distance); in rerootPhyTree()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Tree/
H A DTreeNode.php129 public function setParentNode(\TYPO3\CMS\Backend\Tree\TreeNode $parentNode = null) function in TYPO3\\CMS\\Backend\\Tree\\TreeNode
208 …$this->setParentNode(GeneralUtility::makeInstance($data['parentNode']['serializeClassName'], $data…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Tree/
H A DTreeNode.php131 public function setParentNode(\TYPO3\CMS\Backend\Tree\TreeNode $parentNode = null) function in TYPO3\\CMS\\Backend\\Tree\\TreeNode
212 $this->setParentNode($parentNode);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Tree/
H A DTreeNode.php131 public function setParentNode(\TYPO3\CMS\Backend\Tree\TreeNode $parentNode = null) function in TYPO3\\CMS\\Backend\\Tree\\TreeNode
212 $this->setParentNode($parentNode);
/dports/finance/skrooge/skrooge-2.26.1/tests/skgbasemodelertest/
H A Dskgtestnodes.cpp241 SKGTESTERROR(QStringLiteral("NOD:setParentNode"), nodeA.setParentNode(nodeB), false) in main()
242 SKGTESTERROR(QStringLiteral("NOD:setParentNode"), nodeA.setParentNode(nodeA), false) in main()
243 SKGTESTERROR(QStringLiteral("NOD:setParentNode"), nodeB.setParentNode(nodeB), false) in main()
244 SKGTESTERROR(QStringLiteral("NOD:setParentNode"), nodeC.setParentNode(nodeB), true) in main()
330 SKGTESTERROR(QStringLiteral("NOD:setParentNode"), node1.setParentNode(node2), false) in main()
/dports/textproc/p5-XML-XPath/XML-XPath-1.44/lib/XML/XPath/
H A DNode.pm397 $newnode->setParentNode($self);
419 $newnode->setParentNode($self);
443 sub setParentNode { subroutine
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/core/xdebug/
H A DXDebugResponse.java46 setParentNode(XMLInput); in XDebugResponse()
49 private synchronized void setParentNode(String xmlInput) { in setParentNode() method in XDebugResponse
/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Dsuffixnodes.hpp37 void setParentNode(int);
/dports/net-mgmt/icingaweb2-module-businessprocess/icingaweb2-module-businessprocess-2.2.0/application/controllers/
H A DProcessController.php222 ->setParentNode($node)
230 ->setParentNode($node)
238 ->setParentNode($node)
257 ->setParentNode($node)
/dports/astro/stellarium/stellarium-0.21.3/plugins/TextUserInterface/src/
H A DTuiNode.hpp56 virtual void setParentNode(TuiNode* n) {parentNode=n; updateNodeNumber();} in setParentNode() function in TuiNode
/dports/net-mgmt/icingaweb2-module-businessprocess/icingaweb2-module-businessprocess-2.2.0/library/Businessprocess/Renderer/
H A DBreadcrumb.php51 $renderer->setParentNode($node);
/dports/editors/imhex/ImHex-1.7.0/plugins/libimhex/include/hex/data_processor/
H A Dattribute.hpp51 void setParentNode(Node *node) { this->m_parentNode = node; } in setParentNode() function in hex::dp::Attribute
/dports/finance/skrooge/skrooge-2.26.1/skgbasemodeler/
H A Dskgnodeobject.h128 SKGError setParentNode(const SKGNodeObject& iNode);
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/filetree/
H A DRemoteFileNode.java227 node.setParentNode(this); in getChildren()
237 protected void setParentNode(RemoteFileNode parentNode) in setParentNode() method in RemoteFileNode
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XercesParserLiaison/
H A DXercesWrapperNavigator.hpp113 setParentNode(XalanNode* theParent) in setParentNode() function in XALAN_CPP_NAMESPACE::XercesWrapperNavigator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/
H A DNewElementAction.java57 ((PluginElementNode) newElement).setParentNode((IDocumentElementNode) parent); in run()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/
H A DIDocumentElementNode.java27 void setParentNode(IDocumentElementNode node); in setParentNode() method

1234