!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/lib/4Suite/tests/Xml/XPointer/   drwxr-xr-x
Free 1.63 GB of 27.03 GB (6.01%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     test_parser.py (2.54 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |


#From the spec (and a few more)
pointers = [('xpointer(id("list37")/item)',
             'xpointer(id("list37")/child::item)'),
            ('xpointer(id("list37")/item[1]/range-to(following-sibling::item[2]))',
             'xpointer(id("list37")/child::item[1]/range-to(following-sibling::item[2]))'),
            ('xpointer(id("chap1"))xpointer(//*[@id="chap1"])',
             'xpointer(id("chap1")) xpointer(//child::*[attribute::id = "chap1"])'),
            ('intro',
             'intro'),
            ('xpointer(id("intro"))',
             'xpointer(id("intro"))'),
            ('intro/14/3',
             'intro/14/3'),
            ('/1/2/5/14/3',
             '/1/2/5/14/3'),
            ('xpointer(//x:a)',
             'xpointer(//child::x:a)'),
            ('xmlns(x=http://example.com/foo) xpointer(//x:a)',
             'xmlns(x=http://example.com/foo) xpointer(//child::x:a)'),
            ('xmlns(x=http://example.com/foo) xmlns(y=http://examples.org/bar) xpointer(//x:a/y:a)',
             'xmlns(x=http://example.com/foo) xmlns(y=http://examples.org/bar) xpointer(//child::x:a/child::y:a)'),
            ('xpointer(id("chap1")/range-to(id("chap2")))',
             'xpointer(id("chap1")/range-to(id("chap2")))'),
            ('xpointer(descendant::REVST/range-to(following::REVEND[1]))',
             'xpointer(descendant::REVST/range-to(following::REVEND[1]))'),
            ('xpointer(string-range(//title,"Thomas Pynchon")[17])',
             'xpointer(string-range(//child::title, "Thomas Pynchon")[17])'),
            ('xpointer(string-range(//title,"Thomas Pynchon",8,0)[3])',
             'xpointer(string-range(//child::title, "Thomas Pynchon", 8, 0)[3])'),
            ('xpointer(string-range(string-range(//P,"Thomas Pynchon")[3],"P",1,0))',
             'xpointer(string-range(string-range(//child::P, "Thomas Pynchon")[3], "P", 1, 0))'),
            ('xpointer(string-range(/,"!",1,2)[5])',
             'xpointer(string-range(/, "!", 1, 2)[5])'),
            ('xpointer(here()/ancestor::slide[1]/preceding::slide[1])',
             'xpointer(here()/ancestor::slide[1]/preceding::slide[1])'),
            ('xmlns(x=foo.com) xpointer(1)',
             'xmlns(x=foo.com) xpointer(1)'),
            ('xpointer(range-to(range-to(foo)))',
             'xpointer(range-to(range-to(child::foo)))'),
            ]


def Test(tester):
    from Ft.Xml.XPointer import XPointerParser
    for ptr, expected in pointers:
        tester.startTest(ptr)
        result = XPointerParser.new().parse(ptr)
        tester.compare(expected, repr(result))
        tester.testDone()
    return

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