Home
last modified time | relevance | path

Searched refs:XPointer (Results 1 – 15 of 15) sorted by relevance

/external/libxml2/doc/
Dlibxml.fig64 4 0 0 50 0 0 18 0.0000 4 195 1005 3900 2025 XPointer\001
/external/python/pycparser/utils/fake_libc_include/X11/
D_X11_fake_typedefs.h4 typedef char* XPointer; typedef
/external/libxml2/os400/libxmlrpg/
Dxpath.rpgle6 * designed to be used by both XSLT and XPointer
110 * @@ XPointer will add more types !
335 * extra stuff for XPointer
337 d xptr like(xmlCint) XPointer context ?
410 d xptr like(xmlCint) XPointer expression?
Dxmlversion.rpgle.in213 * Whether XPointer is configured in
DxpathInternals.rpgle3 * used to build new modules on top of XPath like XPointer and
Dxmlerror.rpgle51 d XML_FROM_XPOINTER... XPointer module
/external/angle/util/x11/
DX11Window.cpp18 Bool WaitForMapNotify(Display *dpy, XEvent *event, XPointer window) in WaitForMapNotify()
461 XIfEvent(mDisplay, &dummyEvent, WaitForMapNotify, reinterpret_cast<XPointer>(mWindow)); in setVisible()
/external/libxml2/
Dlibxml.spec.in26 In this case one can use the built-in XPath and XPointer implementation
46 In this case one can use the built-in XPath and XPointer implementation
DNEWS756 Skip silently unrecognized XPointer schemes (Jakub Wilk),
987 of catalog entity loaders (Michael Day), add XPointer support to
1385 with div processing (William), XPointer and xml:base problem(William),
1455 XInclude and XPointer fixes for entities (William), XML parser bug
1487 XPointer in XInclude (William), Python namespace serialization,
1507 (William), xs:all problem (William), a number of XPointer bugfixes
1587 - XPointer failure in XInclude are now handled as resource errors
1784 - Implementation of XPointer element() scheme
1816 - Added python bindings for XPointer, contextual error reporting
1879 (Christian Glahn), xmlReconciliateNs (Brian Stafford), XPointer,
[all …]
Dconfigure.ac190 [ --with-xptr add the XPointer support (on)])
1299 echo Disabling XPointer support
1308 echo XPointer requires XPath support - enabling it
DChangeLog441 but it's widely used for XPointer, and would break DocBook
1683 Brian West and Stefan Anca to add XPointer suport to the Python bindings
3967 * runtest.c: finishing XPath, adding XPointer
6707 xml:base for XPointer elements (bug 143886). Also fixed
8644 * xinclude.c: fixed bug #125812, about XPointer in XInclude
9106 * xpointer.c include/libxml/xmlerror.h: migrated XPointer module
9780 with XInclude but without XPointer support.
11456 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
11790 not generate bindings for XPointer
12332 * uri.c: Johann Richard pointed out some XPointer problems for
[all …]
/external/angle/src/third_party/libXNVCtrl/
DNVCtrl.c48 #define NVCTRL_EXT_NEED_CHECK (1 << (sizeof(XPointer) - 1))
80 (XPointer)NVCTRL_EXT_NEED_CHECK)
144 info->data = (XPointer)data; in version_flags()
/external/libxml2/include/libxml/
Dxmlwin32version.h.in144 * Whether XPointer is configured in
Dxmlversion.h.in256 * Whether XPointer is configured in
/external/python/cpython3/Doc/library/
Dxml.etree.elementtree.rst749 …rs to override this behaviour. Also note that the standard helper does not support XPointer syntax.