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

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/usr/bin/X11/./../../lib/evolution-openldap/../python2.4/site-packages/Ft/Xml/XPointer/   drwxr-xr-x
Free 5.02 GB of 27.03 GB (18.57%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     XPtrFunctions.py (3.01 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
from Ft.Lib import boolean
from Ft.Xml import EMPTY_NAMESPACE

def RangeTo(context, expr):
    """
    <location-set> range-to(<expr>)

    For each location in the context, range-to returns a range.
    """
    return []


def StringRange(context, string, startPos=1, length=None):
    """
    <location-set> string-range(<location-set>, <string>, <number>?, <number>?)

    For each location in the location-set argument, string-range returns a set
    of string ranges, a set of substrings in a string.
    """
    return []


def Range(context, locationSet):
    """
    <location-set> range(<location-set>)

    The range function returns ranges covering the locations in the argument
    location-set.  For each location x in the argument location-set, a range
    location representing the covering range of x is added to the result
    location-set.
    """
    return []


def RangeInside(context, locationSet):
    """
    <location-set> range-inside(<location-set>)

    The range-inside function returns ranges covering the content of the
    locations in the argument location-set.  For each location x in the
    argument location-set, a range location is added to the result location-set.
    """
    return []


def StartPoint(context, point):
    """
    <point> start-point(<point>)

    For each location x in the argument location-set, start-point adds a
    location of type point to the result location-set.
    """
    return []


def EndPoint(context, point):
    """
    <point> end-point(<point>)

    For each location x in the argument location-set, end-point adds a location
    of type point to the result location-set.
    """
    return []


def Here(context):
    """
    <location-set> here()

    The here function returns a location-set with a single member.  That
    location locates the node that directly contains the XPointer being
    evaluated.
    """
    return [context.originalContext]


def Origin(context):
    """
    <location-set> origin()

    The origin functions enables addressing relative to out-of-line links
    such as defined in XLink. This allows XPointers to be used in applications
    to express relative locations when links do not reside directly at one of
    their endpoints. The function returns a location-set with a single member,
    which locates the element from which a user or program initiated traversal
    of the link.
    """
    return []


def Unique(context):
    """
    <boolean> unique()

    The predicate function unique returns true if and only if context size is
    equal to 1.
    """
    return context.size == 1 and boolean.true or boolean.false


CoreFunctions = {
    (EMPTY_NAMESPACE, 'range-to') : RangeTo,
    (EMPTY_NAMESPACE, 'string-range') : StringRange,
    (EMPTY_NAMESPACE, 'range') : Range,
    (EMPTY_NAMESPACE, 'range-inside') : RangeInside,
    (EMPTY_NAMESPACE, 'start-point') : StartPoint,
    (EMPTY_NAMESPACE, 'end-point') : EndPoint,
    (EMPTY_NAMESPACE, 'here') : Here,
    (EMPTY_NAMESPACE, 'origin') : Origin,
    (EMPTY_NAMESPACE, 'unique') : Unique,
    }

:: 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 #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0051 ]--