Home
last modified time | relevance | path

Searched refs:xpathObjectRet (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/python/
H A Dlibxml.py564 def xpathObjectRet(o): function
567 ret = map(xpathObjectRet, o)
570 ret = map(xpathObjectRet, o)
/dports/textproc/libxml2/libxml2-2.9.12/python/
H A Dlibxml.py594 def xpathObjectRet(o): function
597 ret = list(map(xpathObjectRet, o))
600 ret = list(map(xpathObjectRet, o))
H A Dlibxml2.py594 def xpathObjectRet(o): function
3736 return xpathObjectRet(ret)
3747 return xpathObjectRet(ret)
3754 return xpathObjectRet(ret)
3927 return xpathObjectRet(ret)
3948 return xpathObjectRet(ret)
3956 return xpathObjectRet(ret)
3964 return xpathObjectRet(ret)
7351 return xpathObjectRet(ret)
7357 return xpathObjectRet(ret)
[all …]
H A Dlibxml2class.py2948 return xpathObjectRet(ret)
2959 return xpathObjectRet(ret)
2966 return xpathObjectRet(ret)
3139 return xpathObjectRet(ret)
3160 return xpathObjectRet(ret)
3168 return xpathObjectRet(ret)
3176 return xpathObjectRet(ret)
6563 return xpathObjectRet(ret)
6569 return xpathObjectRet(ret)
6622 return xpathObjectRet(ret)
[all …]
/dports/textproc/py-libxml2/libxml2-2.9.12/python/
H A Dlibxml.py594 def xpathObjectRet(o): function
597 ret = list(map(xpathObjectRet, o))
600 ret = list(map(xpathObjectRet, o))
H A Dlibxml2.py594 def xpathObjectRet(o): function
3736 return xpathObjectRet(ret)
3747 return xpathObjectRet(ret)
3754 return xpathObjectRet(ret)
3927 return xpathObjectRet(ret)
3948 return xpathObjectRet(ret)
3956 return xpathObjectRet(ret)
3964 return xpathObjectRet(ret)
7351 return xpathObjectRet(ret)
7357 return xpathObjectRet(ret)
[all …]
H A Dlibxml2class.py2948 return xpathObjectRet(ret)
2959 return xpathObjectRet(ret)
2966 return xpathObjectRet(ret)
3139 return xpathObjectRet(ret)
3160 return xpathObjectRet(ret)
3168 return xpathObjectRet(ret)
3176 return xpathObjectRet(ret)
6563 return xpathObjectRet(ret)
6569 return xpathObjectRet(ret)
6622 return xpathObjectRet(ret)
[all …]
/dports/textproc/libxslt/libxslt-1.1.34/
H A DChangeLog3717 * python/generator.py: xpathObjectRet() pertains to the libxml2