PHP 7.4.33
Preview: libexslt-api.xml Size: 6.45 KB
/home/godevadmin/public_html/upload_images/home/000~ROOT~000/usr/share/doc/libxslt-devel/libexslt-api.xml

<?xml version="1.0" encoding="ISO-8859-1"?>
<api name='libexslt'>
  <files>
    <file name='exslt'>
     <exports symbol='EXSLT_DATE_NAMESPACE' type='macro'/>
     <exports symbol='EXSLT_STRINGS_NAMESPACE' type='macro'/>
     <exports symbol='SAXON_NAMESPACE' type='macro'/>
     <exports symbol='EXSLT_COMMON_NAMESPACE' type='macro'/>
     <exports symbol='EXSLT_FUNCTIONS_NAMESPACE' type='macro'/>
     <exports symbol='EXSLT_SETS_NAMESPACE' type='macro'/>
     <exports symbol='EXSLT_DYNAMIC_NAMESPACE' type='macro'/>
     <exports symbol='EXSLT_CRYPTO_NAMESPACE' type='macro'/>
     <exports symbol='EXSLT_MATH_NAMESPACE' type='macro'/>
     <exports symbol='exsltLibxmlVersion' type='variable'/>
     <exports symbol='exsltLibexsltVersion' type='variable'/>
     <exports symbol='exsltLibraryVersion' type='variable'/>
     <exports symbol='exsltLibxsltVersion' type='variable'/>
     <exports symbol='exsltDynRegister' type='function'/>
     <exports symbol='exsltCommonRegister' type='function'/>
     <exports symbol='exsltRegisterAll' type='function'/>
     <exports symbol='exsltStrXpathCtxtRegister' type='function'/>
     <exports symbol='exsltSetsXpathCtxtRegister' type='function'/>
     <exports symbol='exsltFuncRegister' type='function'/>
     <exports symbol='exsltStrRegister' type='function'/>
     <exports symbol='exsltSetsRegister' type='function'/>
     <exports symbol='exsltDateRegister' type='function'/>
     <exports symbol='exsltCryptoRegister' type='function'/>
     <exports symbol='exsltMathRegister' type='function'/>
     <exports symbol='exsltMathXpathCtxtRegister' type='function'/>
     <exports symbol='exsltSaxonRegister' type='function'/>
     <exports symbol='exsltDateXpathCtxtRegister' type='function'/>
    </file>
    <file name='exsltexports'>
     <exports symbol='LIBEXSLT_PUBLIC' type='macro'/>
     <exports symbol='_REENTRANT' type='macro'/>
     <exports symbol='EXSLTCALL' type='macro'/>
     <exports symbol='EXSLTPUBFUN' type='macro'/>
     <exports symbol='EXSLTPUBVAR' type='macro'/>
    </file>
  </files>
  <symbols>
    <macro name='EXSLTCALL' file='exsltexports'>
    </macro>
    <macro name='EXSLTPUBFUN' file='exsltexports'>
    </macro>
    <macro name='EXSLTPUBVAR' file='exsltexports'>
    </macro>
    <macro name='EXSLT_COMMON_NAMESPACE' file='exslt'>
      <info>Namespace for EXSLT common functions</info>
    </macro>
    <macro name='EXSLT_CRYPTO_NAMESPACE' file='exslt'>
      <info>Namespace for EXSLT crypto functions</info>
    </macro>
    <macro name='EXSLT_DATE_NAMESPACE' file='exslt'>
      <info>Namespace for EXSLT date functions</info>
    </macro>
    <macro name='EXSLT_DYNAMIC_NAMESPACE' file='exslt'>
      <info>Namespace for EXSLT dynamic functions</info>
    </macro>
    <macro name='EXSLT_FUNCTIONS_NAMESPACE' file='exslt'>
      <info>Namespace for EXSLT functions extension functions</info>
    </macro>
    <macro name='EXSLT_MATH_NAMESPACE' file='exslt'>
      <info>Namespace for EXSLT math functions</info>
    </macro>
    <macro name='EXSLT_SETS_NAMESPACE' file='exslt'>
      <info>Namespace for EXSLT set functions</info>
    </macro>
    <macro name='EXSLT_STRINGS_NAMESPACE' file='exslt'>
      <info>Namespace for EXSLT strings functions</info>
    </macro>
    <macro name='LIBEXSLT_PUBLIC' file='exsltexports'>
    </macro>
    <macro name='SAXON_NAMESPACE' file='exslt'>
      <info>Namespace for SAXON extensions functions</info>
    </macro>
    <macro name='_REENTRANT' file='exsltexports'>
    </macro>
    <variable name='exsltLibexsltVersion' file='exslt' type='const int'/>
    <variable name='exsltLibraryVersion' file='exslt' type='const char *'/>
    <variable name='exsltLibxmlVersion' file='exslt' type='const int'/>
    <variable name='exsltLibxsltVersion' file='exslt' type='const int'/>
    <function name='exsltCommonRegister' file='exslt'>
      <info>Registers the EXSLT - Common module</info>
      <return type='void'/>
    </function>
    <function name='exsltCryptoRegister' file='exslt'>
      <info>Registers the EXSLT - Crypto module</info>
      <return type='void'/>
    </function>
    <function name='exsltDateRegister' file='exslt'>
      <info>Registers the EXSLT - Dates and Times module</info>
      <return type='void'/>
    </function>
    <function name='exsltDateXpathCtxtRegister' file='exslt'>
      <info>Registers the EXSLT - Dates and Times module for use outside XSLT</info>
      <return type='int' info=''/>
      <arg name='ctxt' type='xmlXPathContextPtr' info=''/>
      <arg name='prefix' type='const xmlChar *' info=''/>
    </function>
    <function name='exsltDynRegister' file='exslt'>
      <info>Registers the EXSLT - Dynamic module</info>
      <return type='void'/>
    </function>
    <function name='exsltFuncRegister' file='exslt'>
      <info>Registers the EXSLT - Functions module</info>
      <return type='void'/>
    </function>
    <function name='exsltMathRegister' file='exslt'>
      <info>Registers the EXSLT - Math module</info>
      <return type='void'/>
    </function>
    <function name='exsltMathXpathCtxtRegister' file='exslt'>
      <info>Registers the EXSLT - Math module for use outside XSLT</info>
      <return type='int' info=''/>
      <arg name='ctxt' type='xmlXPathContextPtr' info=''/>
      <arg name='prefix' type='const xmlChar *' info=''/>
    </function>
    <function name='exsltRegisterAll' file='exslt'>
      <info>Registers all available EXSLT extensions</info>
      <return type='void'/>
    </function>
    <function name='exsltSaxonRegister' file='exslt'>
      <info>Registers the SAXON extension module</info>
      <return type='void'/>
    </function>
    <function name='exsltSetsRegister' file='exslt'>
      <info>Registers the EXSLT - Sets module</info>
      <return type='void'/>
    </function>
    <function name='exsltSetsXpathCtxtRegister' file='exslt'>
      <info>Registers the EXSLT - Sets module for use outside XSLT</info>
      <return type='int' info=''/>
      <arg name='ctxt' type='xmlXPathContextPtr' info=''/>
      <arg name='prefix' type='const xmlChar *' info=''/>
    </function>
    <function name='exsltStrRegister' file='exslt'>
      <info>Registers the EXSLT - Strings module</info>
      <return type='void'/>
    </function>
    <function name='exsltStrXpathCtxtRegister' file='exslt'>
      <info>Registers the EXSLT - Strings module for use outside XSLT</info>
      <return type='int' info=''/>
      <arg name='ctxt' type='xmlXPathContextPtr' info=''/>
      <arg name='prefix' type='const xmlChar *' info=''/>
    </function>
  </symbols>
</api>

Directory Contents

Dirs: 5 × Files: 53

Name Size Perms Modified Actions
EXSLT DIR
- drwxr-xr-x 2025-06-12 05:08:05
Edit Download
html DIR
- drwxr-xr-x 2025-06-12 05:08:05
Edit Download
images DIR
- drwxr-xr-x 2017-11-02 20:34:29
Edit Download
tutorial DIR
- drwxr-xr-x 2025-06-12 05:08:05
Edit Download
tutorial2 DIR
- drwxr-xr-x 2025-06-12 05:08:05
Edit Download
6.61 KB lrw-r--r-- 2017-10-06 07:10:49
Edit Download
27.48 KB lrw-r--r-- 2017-11-02 20:34:29
Edit Download
26.72 KB lrw-r--r-- 2017-11-02 20:34:29
Edit Download
42.99 KB lrw-r--r-- 2017-11-02 20:34:29
Edit Download
40.46 KB lrw-r--r-- 2017-11-02 20:34:29
Edit Download
37.08 KB lrw-r--r-- 2017-11-02 20:34:29
Edit Download
27.60 KB lrw-r--r-- 2017-11-02 20:34:29
Edit Download
27.83 KB lrw-r--r-- 2017-11-02 20:34:29
Edit Download
27.97 KB lrw-r--r-- 2017-11-02 20:34:29
Edit Download
28.93 KB lrw-r--r-- 2017-11-02 20:34:29
Edit Download
29.84 KB lrw-r--r-- 2017-11-02 20:34:29
Edit Download
50.83 KB lrw-r--r-- 2017-11-02 20:34:29
Edit Download
28.34 KB lrw-r--r-- 2017-11-02 20:34:29
Edit Download
37.44 KB lrw-r--r-- 2017-11-02 20:34:29
Edit Download
7.39 KB lrw-r--r-- 2017-11-02 20:34:29
Edit Download
13.87 KB lrw-r--r-- 2017-11-02 20:34:29
Edit Download
57.84 KB lrw-r--r-- 2017-11-02 20:34:29
Edit Download
52.00 KB lrw-r--r-- 2017-11-02 20:34:29
Edit Download
56.64 KB lrw-r--r-- 2017-11-02 20:34:29
Edit Download
12.11 KB lrw-r--r-- 2017-10-06 07:10:49
Edit Download
10.08 KB lrw-r--r-- 2009-05-12 06:29:34
Edit Download
7.43 KB lrw-r--r-- 2017-10-06 07:10:49
Edit Download
9.09 KB lrw-r--r-- 2017-10-06 07:10:49
Edit Download
6.10 KB lrw-r--r-- 2017-10-06 07:10:49
Edit Download
7.29 KB lrw-r--r-- 2017-10-06 07:10:49
Edit Download
10.54 KB lrw-r--r-- 2009-05-12 06:29:34
Edit Download
1.86 KB lrw-r--r-- 2009-05-12 06:29:34
Edit Download
22.21 KB lrw-r--r-- 2017-10-06 07:10:49
Edit Download
7.37 KB lrw-r--r-- 2017-10-06 07:10:49
Edit Download
3.71 KB lrw-r--r-- 2009-05-12 06:29:34
Edit Download
6.53 KB lrw-r--r-- 2017-10-06 07:10:49
Edit Download
6.54 KB lrw-r--r-- 2017-10-06 07:10:49
Edit Download
28.17 KB lrw-r--r-- 2017-10-06 07:10:49
Edit Download
6.33 KB lrw-r--r-- 2017-10-06 07:10:49
Edit Download
6.45 KB lrw-r--r-- 2017-11-02 20:34:32
Edit Download
14.00 KB lrw-r--r-- 2017-11-02 20:34:32
Edit Download
218.12 KB lrw-r--r-- 2017-11-02 20:34:32
Edit Download
2.96 KB lrw-r--r-- 2009-05-12 06:29:34
Edit Download
8.00 KB lrw-r--r-- 2009-05-12 06:29:34
Edit Download
347.85 KB lrw-r--r-- 2017-11-02 20:34:32
Edit Download
61.50 KB lrw-r--r-- 2017-10-06 07:10:49
Edit Download
4.81 KB lrw-r--r-- 2009-05-12 06:29:34
Edit Download
4.47 KB lrw-r--r-- 2009-05-12 06:29:34
Edit Download
8.99 KB lrw-r--r-- 2009-05-12 06:29:34
Edit Download
15.60 KB lrw-r--r-- 2017-10-06 07:10:49
Edit Download
697 B lrw-r--r-- 2009-05-12 06:29:34
Edit Download
2.71 KB lrw-r--r-- 2009-05-12 06:29:34
Edit Download
6.88 KB lrw-r--r-- 2009-05-12 06:29:34
Edit Download
8.78 KB lrw-r--r-- 2009-05-12 06:29:34
Edit Download
1.98 KB lrw-r--r-- 2009-05-12 06:29:34
Edit Download
128.04 KB lrw-r--r-- 2017-10-06 07:10:18
Edit Download
9.25 KB lrw-r--r-- 2012-09-04 14:26:23
Edit Download
6.92 KB lrw-r--r-- 2017-10-06 07:10:49
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).