!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/Rdf/Query/   drwxr-xr-x
Free 2.98 GB of 27.03 GB (11.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_helper.py (3.82 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |



def init(tester):
    tester.startTest("Init a Model")

    from Ft.Rdf import Model, Statement, RDF_MS_BASE, RDF_SCHEMA_BASE
    from Ft.Rdf.Drivers import Memory
    
    d = Memory.DbAdapter('')
    d.begin()
    model = Model.Model(d)

    VCARD = "http://4suite.org/nexus/rdfs/vcard#"

    model.add([Statement.Statement('http://foo.com#molson',
                                     'http://purl.org/dc/elements/1.1#Title',
                                     'Mike Olson'),
                 Statement.Statement('http://foo.com#molson',
                                     'http://fourthought.com#spouse',
                                     'http://foo.com#jolson'),
                 Statement.Statement('http://foo.com#molson',
                                     'http://fourthought.com#age',
                                     '27'),
                 Statement.Statement('http://foo.com#jolson',
                                     'http://purl.org/dc/elements/1.1#Title',
                                     'Jessica Olson'),
                 Statement.Statement('http://foo.com#jolson',
                                     'http://fourthought.com#age',
                                     '27'),
                 Statement.Statement('http://fourthought.com',
                                     'http://fourthought.com#employee',
                                     'http://foo.com#molson'),
                 Statement.Statement('http://fourthought.com',
                                     'http://purl.org/dc/elements/1.1#Title',
                                     'Fourthought, Inc.'),
                 Statement.Statement('http://foo.com#molson',
                                     '%stype' % RDF_MS_BASE,
                                     'http://fourthought.com#Male'),
                 Statement.Statement('http://foo.com#jolson',
                                     '%stype' % RDF_MS_BASE,
                                     'http://fourthought.com#Female'),
                 Statement.Statement('http://fourthought.com#Male',
                                     '%ssubClassOf' % RDF_SCHEMA_BASE,
                                     'http://fourthought.com#Person'),
                 Statement.Statement('http://fourthought.com#Female',
                                     '%ssubClassOf' % RDF_SCHEMA_BASE,
                                     'http://fourthought.com#Person'),

                 Statement.Statement('http://foo.com#molson',
                                     'http://fourthought.com#telephone',
                                     'http://foo.com#T1'),
                 Statement.Statement('http://foo.com#molson',
                                     'http://fourthought.com#telephone',
                                     'http://foo.com#T2'),
                 Statement.Statement('http://foo.com#T1',
                                     '%stype' % RDF_MS_BASE,
                                     '%swork'%VCARD),
                 Statement.Statement('http://foo.com#T1',
                                     '%stype' % RDF_MS_BASE,
                                     '%svoice'%VCARD),
                 Statement.Statement('http://foo.com#T1',
                                     '%svalue' % RDF_MS_BASE,
                                     '555-1212'),
                 Statement.Statement('http://foo.com#T2',
                                     '%stype' % RDF_MS_BASE,
                                     '%shome'%VCARD),
                 Statement.Statement('http://foo.com#T2',
                                     '%stype' % RDF_MS_BASE,
                                     '%svoice'%VCARD),
                 Statement.Statement('http://foo.com#T2',
                                     '%svalue' % RDF_MS_BASE,
                                     '555-2222'),

                 ])

    tester.testDone()
    return model


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