Home
last modified time | relevance | path

Searched refs:numchildren (Results 251 – 275 of 409) sorted by relevance

1...<<11121314151617

/dports/net/c3270/suite3270-4.0/Common/libexpat/
H A Dexpat.h141 unsigned int numchildren; member
/dports/textproc/xlnt/libstudxml-e729667/libstudxml/details/expat/
H A Dexpat.h141 unsigned int numchildren; member
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/expat/lib/
H A Dexpat.h141 unsigned int numchildren; member
/dports/sysutils/ucspi-tcp/ucspi-tcp-0.88/
H A DCHANGES29 code: eliminated numchildren in printpid() in tcpserver.
/dports/devel/cmake/cmake-3.22.1/Utilities/cmexpat/lib/
H A Dexpat.h172 unsigned int numchildren; member
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/expat-2.2.5/lib/
H A Dexpat.h170 unsigned int numchildren; member
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/expat-2.2.5/lib/
H A Dexpat.h170 unsigned int numchildren; member
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/expat-sys-2.1.6/expat/lib/
H A Dexpat.h141 unsigned int numchildren; member
/dports/devel/xsd/xsd-4.1.0.a11+dep/libcutl/cutl/details/expat/
H A Dexpat.h141 unsigned int numchildren; member
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/uidescription/expat/
H A Dexpat.h141 unsigned int numchildren; member
/dports/mail/thunderbird/thunderbird-91.8.0/parser/expat/lib/
H A Dexpat.h144 unsigned int numchildren; member
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/expat-sys-2.1.6/expat/lib/
H A Dexpat.h141 unsigned int numchildren; member
/dports/lang/spidermonkey78/firefox-78.9.0/parser/expat/lib/
H A Dexpat.h143 unsigned int numchildren; member
/dports/textproc/expat2/expat-2.4.7/lib/
H A Dexpat.h173 unsigned int numchildren; member
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/uidescription/expat/
H A Dexpat.h141 unsigned int numchildren; member
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/expat/
H A Dexpat.h172 unsigned int numchildren; member
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/expat-pas/
H A Dexpat.pas149 numchildren : unsigned;
/dports/editors/lazarus-qt5/lazarus/components/aggpas/expat-pas/
H A Dexpat.pas149 numchildren : unsigned;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/expat-pas/
H A Dexpat.pas149 numchildren : unsigned;
/dports/x11/x3270/suite3270-4.0/Common/libexpat/
H A Dexpat.h141 unsigned int numchildren; member
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/expat-sys-2.1.6/expat/lib/
H A Dexpat.h141 unsigned int numchildren; member
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/math/
H A DASTNode.cpp1980 ASTNode::hasTypeAndNumChildren(ASTNodeType_t type, unsigned int numchildren) const in hasTypeAndNumChildren()
1982 return (mType == type && getNumChildren() == numchildren); in hasTypeAndNumChildren()
4005 ASTNode_hasTypeAndNumChildren(const ASTNode_t *node, ASTNodeType_t type, unsigned int numchildren) in ASTNode_hasTypeAndNumChildren() argument
4008 return node->hasTypeAndNumChildren(type, numchildren); in ASTNode_hasTypeAndNumChildren()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/math/
H A DASTNode.cpp1980 ASTNode::hasTypeAndNumChildren(ASTNodeType_t type, unsigned int numchildren) const in hasTypeAndNumChildren()
1982 return (mType == type && getNumChildren() == numchildren); in hasTypeAndNumChildren()
4005 ASTNode_hasTypeAndNumChildren(const ASTNode_t *node, ASTNodeType_t type, unsigned int numchildren) in ASTNode_hasTypeAndNumChildren() argument
4008 return node->hasTypeAndNumChildren(type, numchildren); in ASTNode_hasTypeAndNumChildren()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dpyexpat.c521 PyObject *children = PyTuple_New(model->numchildren); in conv_content_model()
525 assert(model->numchildren < INT_MAX); in conv_content_model()
526 for (i = 0; i < (int)model->numchildren; ++i) { in conv_content_model()
/dports/lang/python310/Python-3.10.1/Modules/
H A Dpyexpat.c521 PyObject *children = PyTuple_New(model->numchildren); in conv_content_model()
525 assert(model->numchildren < INT_MAX); in conv_content_model()
526 for (i = 0; i < (int)model->numchildren; ++i) { in conv_content_model()

1...<<11121314151617