Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
wiki.bernardino.org /
extensions /
Poem /
Delete
Unzip
Name
Size
Permission
Date
Action
i18n
[ DIR ]
drwxr-xr-x
2016-11-28 20:21
Gruntfile.js
434
B
-rw-r--r--
2016-11-28 20:21
LICENSE
6.88
KB
-rw-r--r--
2016-11-28 20:21
Poem.class.php
2.57
KB
-rw-r--r--
2016-11-28 20:21
Poem.php
481
B
-rw-r--r--
2016-11-28 20:21
composer.json
165
B
-rw-r--r--
2016-11-28 20:21
extension.json
473
B
-rw-r--r--
2016-11-28 20:21
install.settings
38
B
-rw-r--r--
2016-11-28 20:21
poemParserTests.txt
1.37
KB
-rw-r--r--
2016-11-28 20:21
Save
Rename
# Force the test runner to ensure the extension is loaded !! hooks poem !! endhooks #Regression tests for existing functionality, to ensure nothing was broken. !! test <poem> !! input <poem> this is a test </poem> !! result <div class="poem"> <p>this<br /> is<br /> a<br /> test </p> </div> !! end !!test <poem> with recursive parsing !!input <poem> this ''is'' a '''test''' </poem> !! result <div class="poem"> <p>this <i>is</i> a <b>test</b> </p> </div> !!end !!test <poem> with leading whitespace !!input <poem> test </poem> !! result <div class="poem"> <p><br />    test<br /> </p> </div> !!end !!test Horizontal rule !!input <poem> some ----- text </poem> !!result <div class="poem"> <p>some<br /> </p> <hr /><br /> <p>text </p> </div> !!end #test for new poem/nowiki feature; should fail without new enhancement. !! test 2 example of <nowiki> without <poem> !!options disabled !! input <nowiki> this is a test </nowiki> !! result <p> this is a test </p> !! end !! test nested <poem><nowiki> !! input <poem><nowiki> this is a test </nowiki></poem> !! result <div class="poem"> <p><br /> this<br /> is<br /> a<br /> test<br /> </p> </div> !!end !! test 5 nested <poem><nowiki> with formatting !! input <poem><nowiki> this '''is''' a test </nowiki></poem> !! result <div class="poem"> <p><br /> this<br /> '''is'''<br /> a<br /> test<br /> </p> </div> !! end