Home
last modified time | relevance | path

Searched refs:nodeInserted (Results 1 – 25 of 33) sorted by relevance

12

/dports/textproc/domc/domc-0.8.0/tests/jnk/
H A Dm1.c10 nodeInserted(void *this, DOM_Event *evt) in nodeInserted() function
37 DOM_EventTarget_addEventListener(evt->target, "DOMNodeInserted", child, nodeInserted, 1); in nodeInserted()
50 DOM_EventTarget_removeEventListener(evt->target, "DOMNodeInserted", copy->?, nodeInserted, 1); in nodeRemoved()
76 DOM_EventTarget_addEventListener(d0, "DOMNodeInserted", d1, nodeInserted, 1); in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/java/Inspector/
H A DHideableTreeModel.java95 public void nodeInserted(Object node, Object child, int index) { in nodeInserted() method in HideableTreeModel
184 nodeInserted(parent, n, index); in setNodeVisible()
H A DXTreeControlProvider.java51 public void nodeInserted(XUnoNode _oParentNode, XUnoNode _oChildNode, int index); in nodeInserted() method
H A DSwingTreeControlProvider.java315 public void nodeInserted(XUnoNode _oParentNode, XUnoNode _oChildNode, int index) { in nodeInserted() method in SwingTreeControlProvider
316 getModel().nodeInserted(_oParentNode, _oChildNode, _oParentNode.getChildCount()-1); in nodeInserted()
H A DInspectorPane.java165 … m_xTreeControlProvider.nodeInserted(_oUnoMethodNode, oUnoNode, _oUnoMethodNode.getChildCount()-1); in invoke()
345 … m_xTreeControlProvider.nodeInserted(_oParentNode, oChildNode, _oParentNode.getChildCount()-1); in addContainerElementsToTreeNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/java/Inspector/
H A DHideableTreeModel.java95 public void nodeInserted(Object node, Object child, int index) { in nodeInserted() method in HideableTreeModel
184 nodeInserted(parent, n, index); in setNodeVisible()
H A DXTreeControlProvider.java51 public void nodeInserted(XUnoNode _oParentNode, XUnoNode _oChildNode, int index); in nodeInserted() method
H A DSwingTreeControlProvider.java315 public void nodeInserted(XUnoNode _oParentNode, XUnoNode _oChildNode, int index) { in nodeInserted() method in SwingTreeControlProvider
316 getModel().nodeInserted(_oParentNode, _oChildNode, _oParentNode.getChildCount()-1); in nodeInserted()
H A DInspectorPane.java165 … m_xTreeControlProvider.nodeInserted(_oUnoMethodNode, oUnoNode, _oUnoMethodNode.getChildCount()-1); in invoke()
345 … m_xTreeControlProvider.nodeInserted(_oParentNode, oChildNode, _oParentNode.getChildCount()-1); in addContainerElementsToTreeNode()
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgrammeReference/classes/
H A Dclass.ilObjStudyProgrammeReference.php30 $par->nodeInserted($this->getReferencedObject());
/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/src/
H A DqanGraph.hpp110 emit nodeInserted(nodePtr); in insertNode() local
133 emit nodeInserted(nodePtr); in insertNonVisualNode() local
H A DqanGraph.cpp570 emit nodeInserted(insertedNode.get()); in insertNonVisualNode() local
651 emit nodeInserted(nodePtr); in insertNode() local
970 emit nodeInserted(group.get()); in insertGroup() local
H A DqanGraph.h404 void nodeInserted(qan::Node* node);
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/list/
H A DCursorableLinkedList.java356 cursor.nodeInserted(node); in broadcastNodeInserted()
524 protected void nodeInserted(Node node) { in nodeInserted() method in CursorableLinkedList.Cursor
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/src/
H A Dstm32h7xx_hal_mdma.c722 uint32_t counter = 0, nodeInserted = 0; in HAL_MDMA_LinkedList_AddNode() local
796 while((counter < hmdma->LinkedListNodeCounter) && (nodeInserted == 0U)) in HAL_MDMA_LinkedList_AddNode()
806 nodeInserted = 1; in HAL_MDMA_LinkedList_AddNode()
814 if(nodeInserted == 0U) in HAL_MDMA_LinkedList_AddNode()
/dports/www/ilias/ILIAS-5.4.25/Modules/StudyProgramme/classes/
H A Dclass.ilObjStudyProgramme.php751 protected function nodeInserted(ilObjStudyProgramme $a_prg) function in ilObjStudyProgramme
777 $par->nodeInserted($this);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/src/
H A DnsMsgCompose.cpp491 nsCOMPtr<nsINode> nodeInserted; in ConvertAndLoadComposeWindow() local
561 getter_AddRefs(nodeInserted)); in ConvertAndLoadComposeWindow()
563 htmlEditor->InsertAsQuotation(aBuf, getter_AddRefs(nodeInserted)); in ConvertAndLoadComposeWindow()
745 rv = GetNodeLocation(nodeInserted, address_of(parent), &offset); in ConvertAndLoadComposeWindow()
2599 nsCOMPtr<nsINode> nodeInserted; in InsertToCompose() local
2619 getter_AddRefs(nodeInserted)); in InsertToCompose()
2621 htmlEditor->InsertAsQuotation(mMsgBody, getter_AddRefs(nodeInserted)); in InsertToCompose()
2634 rv = GetNodeLocation(nodeInserted, address_of(parent), &offset); in InsertToCompose()
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/classes/
H A Dclass.ilObjStudyProgramme.php971 public function nodeInserted(ilObjStudyProgramme $a_prg) function in ilObjStudyProgramme
1002 $par->nodeInserted($this);
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/models/
H A Dkptnodeitemmodel.h340 void nodeInserted(KPlato::Node *node);
/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/doc/web/docs/
H A Dnodes.md110 - Binding to signals `qan::Graph::nodeInserted()` and `qan::Graph::nodeRemoved()`.
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/downloads/
H A DDownloadHistory.jsm579 nodeInserted(parent, placesNode) {
/dports/www/firefox/firefox-99.0/toolkit/components/downloads/
H A DDownloadHistory.jsm733 nodeInserted(parent, placesNode) {
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/downloads/
H A DDownloadHistory.jsm733 nodeInserted(parent, placesNode) {
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/downloads/
H A DDownloadHistory.jsm733 nodeInserted(parent, placesNode) {
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/downloads/
H A DDownloadHistory.jsm728 nodeInserted(parent, placesNode) {

12