!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/doc/libxslt-1.0.27/html/   drwxr-xr-x
Free 318.36 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     libxslt-functions.html (18.18 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
functions

functions

Name

functions -- 

Synopsis



#define     XSLT_REGISTER_FUNCTION_LOOKUP   (ctxt)
xmlXPathFunction xsltXPathFunctionLookup    (xmlXPathContextPtr ctxt,
                                             const xmlChar *name,
                                             const xmlChar *ns_uri);
void        xsltDocumentFunction            (xmlXPathParserContextPtr ctxt,
                                             int nargs);
void        xsltKeyFunction                 (xmlXPathParserContextPtr ctxt,
                                             int nargs);
void        xsltUnparsedEntityURIFunction   (xmlXPathParserContextPtr ctxt,
                                             int nargs);
void        xsltFormatNumberFunction        (xmlXPathParserContextPtr ctxt,
                                             int nargs);
void        xsltGenerateIdFunction          (xmlXPathParserContextPtr ctxt,
                                             int nargs);
void        xsltSystemPropertyFunction      (xmlXPathParserContextPtr ctxt,
                                             int nargs);
void        xsltElementAvailableFunction    (xmlXPathParserContextPtr ctxt,
                                             int nargs);
void        xsltFunctionAvailableFunction   (xmlXPathParserContextPtr ctxt,
                                             int nargs);
void        xsltRegisterAllFunctions        (xmlXPathContextPtr ctxt);

Description

Details

XSLT_REGISTER_FUNCTION_LOOKUP()

#define     XSLT_REGISTER_FUNCTION_LOOKUP(ctxt)

Registering macro, not general purpose at all but used in different modules.

ctxt : 


xsltXPathFunctionLookup ()

xmlXPathFunction xsltXPathFunctionLookup    (xmlXPathContextPtr ctxt,
                                             const xmlChar *name,
                                             const xmlChar *ns_uri);

This is the entry point when a function is needed by the XPath interpretor.

ctxt : a void * but the XSLT transformation context actually
name : the function name
ns_uri : the function namespace URI
Returns :the callback function or NULL if not found


xsltDocumentFunction ()

void        xsltDocumentFunction            (xmlXPathParserContextPtr ctxt,
                                             int nargs);

Implement the document() XSLT function node-set document(object, node-set?)

ctxt : the XPath Parser context
nargs : the number of arguments


xsltKeyFunction ()

void        xsltKeyFunction                 (xmlXPathParserContextPtr ctxt,
                                             int nargs);

Implement the key() XSLT function node-set key(string, object)

ctxt : the XPath Parser context
nargs : the number of arguments


xsltUnparsedEntityURIFunction ()

void        xsltUnparsedEntityURIFunction   (xmlXPathParserContextPtr ctxt,
                                             int nargs);

Implement the unparsed-entity-uri() XSLT function string unparsed-entity-uri(string)

ctxt : the XPath Parser context
nargs : the number of arguments


xsltFormatNumberFunction ()

void        xsltFormatNumberFunction        (xmlXPathParserContextPtr ctxt,
                                             int nargs);

Implement the format-number() XSLT function string format-number(number, string, string?)

ctxt : the XPath Parser context
nargs : the number of arguments


xsltGenerateIdFunction ()

void        xsltGenerateIdFunction          (xmlXPathParserContextPtr ctxt,
                                             int nargs);

Implement the generate-id() XSLT function string generate-id(node-set?)

ctxt : the XPath Parser context
nargs : the number of arguments


xsltSystemPropertyFunction ()

void        xsltSystemPropertyFunction      (xmlXPathParserContextPtr ctxt,
                                             int nargs);

Implement the system-property() XSLT function object system-property(string)

ctxt : the XPath Parser context
nargs : the number of arguments


xsltElementAvailableFunction ()

void        xsltElementAvailableFunction    (xmlXPathParserContextPtr ctxt,
                                             int nargs);

Implement the element-available() XSLT function boolean element-available(string)

ctxt : the XPath Parser context
nargs : the number of arguments


xsltFunctionAvailableFunction ()

void        xsltFunctionAvailableFunction   (xmlXPathParserContextPtr ctxt,
                                             int nargs);

Implement the function-available() XSLT function boolean function-available(string)

ctxt : the XPath Parser context
nargs : the number of arguments


xsltRegisterAllFunctions ()

void        xsltRegisterAllFunctions        (xmlXPathContextPtr ctxt);

Registers all default XSLT functions in this context

ctxt : the XPath context


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0103 ]--