Home
last modified time | relevance | path

Searched refs:InsertAfterChild (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/devel/msbuild/msbuild-0.06/src/Build.OM.UnitTests/Construction/
H A DConstructionEditing_Tests.cs165 project2.InsertAfterChild(target2, target1); in InvalidAddFromDifferentProject_InsertAfter()
253 when.InsertAfterChild(choose1, choose2); in InvalidBecomeGrandChildOfSelf_InsertAfter()
315 project.InsertAfterChild(target1, target2); in InvalidAlreadyParented_InsertAfter()
381 target.InsertAfterChild(task2, task1); in InvalidParentNotParented_InsertAfter()
519 project.InsertAfterChild(target, null); in InsertTargetAfterNullEquivalentToPrependChild()
543 project.InsertAfterChild(target2, itemGroup); in InsertTargetBeforeAndTargetAfter()
592 project.InsertAfterChild(target, null); in InsertTargetAfterNothing()
1032 i.InsertAfterChild(c, r); in InsertMetadataAttributeAfterSiblings()
1332 choose.InsertAfterChild(when, otherwise); in InvalidWhenAfterOtherwise()
2488 group2.InsertAfterChild(item2, item1); in DeleteAllChildren4()
[all …]
/dports/textproc/tinyxml2/tinyxml2-9.0.0/
H A Dxmltest.cpp404 doc.InsertAfterChild(element2, element2); in main()
405 doc.InsertAfterChild(element2, element2); in main()
417 doc.InsertAfterChild(element1, element1); in main()
418 doc.InsertAfterChild(element1, element1); in main()
419 doc.InsertAfterChild(element2, element2); in main()
420 doc.InsertAfterChild(element2, element2); in main()
456 XMLNode* middleAfterInsertion = doc.InsertAfterChild( first, middle ); in main()
483 element->InsertAfterChild( comment, sub[0] ); in main()
484 element->InsertAfterChild( sub[0], sub[1] ); in main()
1982 doc.RootElement()->InsertAfterChild(two, subtree); in main()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Construction/
H A DProjectRootElement.cs276 InsertAfterChild (@group, last); in AddItemDefinitionGroup()
286 InsertAfterChild (@group, last); in AddItemGroup()
316 InsertAfterChild (@group, last); in AddPropertyGroup()
H A DProjectItemGroupElement.cs70 InsertAfterChild (item, lastChild); in AddItem()
H A DProjectElementContainer.cs82 public void InsertAfterChild (ProjectElement child, ProjectElement reference) in InsertAfterChild() method in Microsoft.Build.Construction.ProjectElementContainer
/dports/cad/ldview/ldview-4.4/MacOSX/MacTrans/MacTrans/
H A DXliffUpdater.cpp91 if (unitEl->InsertAfterChild(sourceEl, targetEl) == nullptr) in updateFileEl()
/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/
H A DProjectItemGroupElement.cs142 InsertAfterChild(newItem, reference); in AddItem()
H A DProjectElementContainer.cs145 public void InsertAfterChild(ProjectElement child, ProjectElement reference) in InsertAfterChild() method in Microsoft.Build.Construction.ProjectElementContainer
248 InsertAfterChild(child, LastChild); in AppendChild()
H A DProjectRootElement.cs1139 InsertAfterChild(newItemGroup, reference); in AddItemGroup()
1216 InsertAfterChild(newItemDefinitionGroup, reference); in AddItemDefinitionGroup()
1238 InsertAfterChild(newPropertyGroup, reference); in AddPropertyGroup()
/dports/sysutils/fusefs-encfs/encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/
H A Dxmltest.cpp417 element->InsertAfterChild( comment, sub[0] ); in main()
418 element->InsertAfterChild( sub[0], sub[1] ); in main()
867 XMLNode* childNode1 = parent->InsertAfterChild( childNode0, childText1 ); in main()
1539 doc.RootElement()->InsertAfterChild(two, subtree); in main()
1547 doc.RootElement()->InsertAfterChild(one, subtree); in main()
/dports/emulators/vice/vice-3.5/src/lib/liblame/ACM/tinyxml/
H A Dxmltest.cpp186 todoElement->InsertAfterChild( itemElement, item ); in main()
/dports/audio/lame/lame-3.100/ACM/tinyxml/
H A Dxmltest.cpp186 todoElement->InsertAfterChild( itemElement, item ); in main()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/ACM/tinyxml/
H A Dxmltest.cpp186 todoElement->InsertAfterChild( itemElement, item ); in main()
/dports/net/linknx/linknx-0.0.1.32/ticpp/
H A Dticpp.cpp375 Node* Node::InsertAfterChild( Node* afterThis, Node& addThis ) in InsertAfterChild() function in Node
385 …TiXmlNode* pointer = GetTiXmlPointer()->InsertAfterChild( afterThis->GetTiXmlPointer(), *addThis.G… in InsertAfterChild()
H A Dxmltest.cpp235 todoElement->InsertAfterChild( itemElement, item ); in main()
778 TiXmlNode* childNode1 = parent.InsertAfterChild( childNode0, childText1 ); in main()
/dports/devel/wxformbuilder/source/sdk/tinyxml/
H A Dticpp.cpp425 Node* Node::InsertAfterChild( Node* afterThis, const Node& addThis ) in InsertAfterChild() function in Node
435 …TiXmlNode* pointer = GetTiXmlPointer()->InsertAfterChild( afterThis->GetTiXmlPointer(), *addThis.G… in InsertAfterChild()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/external/tinyxml/ticpp/
H A Dticpp.cpp365 Node* Node::InsertAfterChild(Node* afterThis, Node& addThis) { in InsertAfterChild() function in Node
373 TiXmlNode* pointer = GetTiXmlPointer()->InsertAfterChild( in InsertAfterChild()
/dports/devel/kyra/tinyxml/
H A Dxmltest.cpp227 todoElement->InsertAfterChild( itemElement, item ); in main()
781 TiXmlNode* childNode1 = parent.InsertAfterChild( childNode0, childText1 ); in main()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/tinyxml/tinyxml/
H A Dxmltest.cpp240 todoElement->InsertAfterChild( itemElement, item ); in main()
856 TiXmlNode* childNode1 = parent.InsertAfterChild( childNode0, childText1 ); in main()
/dports/textproc/soothsayer/soothsayer-0.6.3/src/lib/tinyxml/
H A Dxmltest.cpp240 todoElement->InsertAfterChild( itemElement, item ); in main()
859 TiXmlNode* childNode1 = parent.InsertAfterChild( childNode0, childText1 ); in main()
/dports/biology/lamarc/lamarc-2.1.8/tinyxml/
H A Dxmltest.cpp245 todoElement->InsertAfterChild( itemElement, item ); in main()
888 TiXmlNode* childNode1 = parent.InsertAfterChild( childNode0, childText1 ); in main()
/dports/cad/ldview/ldview-4.4/3rdParty/tinyxml/
H A Dxmltest.cpp256 todoElement->InsertAfterChild( itemElement, item ); in main()
909 TiXmlNode* childNode1 = parent.InsertAfterChild( childNode0, childText1 ); in main()
/dports/textproc/tinyxml/tinyxml/
H A Dxmltest.cpp256 todoElement->InsertAfterChild( itemElement, item ); in main()
909 TiXmlNode* childNode1 = parent.InsertAfterChild( childNode0, childText1 ); in main()
/dports/deskutils/presage/presage-0.9.1/src/lib/tinyxml/
H A Dxmltest.cpp256 todoElement->InsertAfterChild( itemElement, item ); in main()
909 TiXmlNode* childNode1 = parent.InsertAfterChild( childNode0, childText1 ); in main()
/dports/comms/cubicsdr/CubicSDR-0248e5a/external/tinyxml/
H A Dxmltest.cpp256 todoElement->InsertAfterChild( itemElement, item ); in main()
909 TiXmlNode* childNode1 = parent.InsertAfterChild( childNode0, childText1 ); in main()

123456789