Home
last modified time | relevance | path

Searched defs:addChildren (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Solver/Modular/
H A DBuilder.hs135 addChildren bs@(BS { rdeps = rdm, open = gs, next = Goals }) function
146 addChildren bs@(BS { rdeps = rdm, index = idx, next = OneGoal (PkgGoal qpn@(Q _ pn) gr) }) = function
158 addChildren bs@(BS { rdeps = rdm, next = OneGoal (FlagGoal qfn@(FN qpn _) (FInfo b m w) t f gr) }) = function
171 addChildren bs@(BS { rdeps = rdm, next = OneGoal (StanzaGoal qsn@(SN qpn _) t gr) }) = function
182 addChildren bs@(BS { next = Instance qpn (PInfo fdeps _ fdefs _) }) = function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Solver/Modular/
H A DBuilder.hs135 addChildren bs@(BS { rdeps = rdm, open = gs, next = Goals }) function
146 addChildren bs@(BS { rdeps = rdm, index = idx, next = OneGoal (PkgGoal qpn@(Q _ pn) gr) }) = function
158 addChildren bs@(BS { rdeps = rdm, next = OneGoal (FlagGoal qfn@(FN qpn _) (FInfo b m w) t f gr) }) = function
171 addChildren bs@(BS { rdeps = rdm, next = OneGoal (StanzaGoal qsn@(SN qpn _) t gr) }) = function
182 addChildren bs@(BS { next = Instance qpn (PInfo fdeps _ fdefs _) }) = function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/provisional/
H A DIChildrenRequestMonitor.java39 void addChildren(Object[] children); in addChildren() method
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/VRMLnodes/
H A DSoVRMLParent.h81 SoMFNode addChildren; variable
/dports/science/cdk/cdk-cdk-2.3/misc/diff/src/main/java/org/openscience/cdk/tools/diff/tree/
H A DIDifferenceList.java50 public void addChildren(List<IDifference> children); in addChildren() method
H A DAbstractDifferenceList.java50 public void addChildren(List<IDifference> children) { in addChildren() method in AbstractDifferenceList
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/accessibility/
H A DAccessibilityMenuList.cpp50 void AccessibilityMenuList::addChildren() in addChildren() function in WebCore::AccessibilityMenuList
H A DAccessibilityTableHeaderContainer.cpp83 void AccessibilityTableHeaderContainer::addChildren() in addChildren() function in WebCore::AccessibilityTableHeaderContainer
H A DAccessibilityMenuListPopup.cpp85 void AccessibilityMenuListPopup::addChildren() in addChildren() function in WebCore::AccessibilityMenuListPopup
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/find/
H A DBaseExpression.java197 public void addChildren(Deque<Expression> exprs) { in addChildren() method in BaseExpression
210 protected void addChildren(Deque<Expression> exprs, int count) { in addChildren() method in BaseExpression
H A DAnd.java81 public void addChildren(Deque<Expression> expressions) { in addChildren() method in And
H A DExpression.java98 public void addChildren(Deque<Expression> expressions); in addChildren() method
H A DFilterExpression.java109 public void addChildren(Deque<Expression> expressions) { in addChildren() method in FilterExpression
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/
H A DChildrenRequestMonitor.java61 public void addChildren(Object[] children) { in addChildren() method in ChildrenRequestMonitor
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/XML/mdattr/
H A DEntityAttributes.php88 public function addChildren($child) : void function in SAML2\\XML\\mdattr\\EntityAttributes
/dports/deskutils/treeline/TreeLine/source/
H A Dexports.py1246 extraFormats=True, addChildren=True, addDescend=True): argument
1446 def _createGenericXml(node, addChildren=True): argument
1512 def _addOdfText(spot, parentElem, addChildren=True, level=1, maxLevel=1): argument
1546 def _exportHtmlBookmarks(node, addChildren=True): argument
1575 def _exportXbel(node, addChildren=True): argument
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/code/Common/
H A Dscene.cpp111 void aiNode::addChildren(unsigned int numChildren, aiNode **children) { in addChildren() function in aiNode
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Common/
H A Dscene.cpp111 void aiNode::addChildren(unsigned int numChildren, aiNode **children) { in addChildren() function in aiNode
/dports/multimedia/assimp/assimp-5.1.3/code/Common/
H A Dscene.cpp107 void aiNode::addChildren(unsigned int numChildren, aiNode **children) { in addChildren() function in aiNode
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/code/Common/
H A Dscene.cpp111 void aiNode::addChildren(unsigned int numChildren, aiNode **children) { in addChildren() function in aiNode
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A Dscene.cpp110 void aiNode::addChildren(unsigned int numChildren, aiNode **children) { in addChildren() function in aiNode
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/
H A DInnerNode.java128 protected final void addChildren(RecyclerViewAdapter.Delegate<VH, P>... children) { in addChildren() method in InnerNode
135 protected void addChildren(Iterable<RecyclerViewAdapter.Delegate<VH, P>> children) { in addChildren() method in InnerNode
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/viewers/
H A DTestElement.java78 public void addChildren(TestElement[] elements, TestModelChange change) { in addChildren() method in TestElement
83 public TestElement[] addChildren(int event) { in addChildren() method in TestElement
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/shell/find/
H A DTestFilterExpression.java128 public void addChildren() { in addChildren() method in TestFilterExpression
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/XML/mdui/
H A DDiscoHints.php171 public function addChildren(Chunk $child) : void function in SAML2\\XML\\mdui\\DiscoHints

12345678