ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Data Fields | |
const | URI_COMPLETE = 'g+it://github.com:8080/someaccount/somerepo/somerepo.git/?query_par_1=val_1&query_par_2=val_2#fragment' |
const | URI_COMPLETE_IPV4 = 'g+it://10.0.0.86:8080/someaccount/somerepo/somerepo.git/?query_par_1=val_1&query_par_2=val_2#fragment' |
const | URI_COMPLETE_LOCALHOST = 'g+it://localhost:8080/someaccount/somerepo/somerepo.git/?query_par_1=val_1&query_par_2=val_2#fragment' |
const | URI_NO_PATH_1 = 'g-it://ilias%2Da.de:8080?query_par_1=val_1&query_par_2=val_2#fragment' |
const | URI_NO_PATH_2 = 'g.it://amaz;on.co.uk:8080/?query_par_1=val_1&query_par_2=val_2#fragment' |
const | URI_NO_QUERY_1 = 'git://one-letter-top-level.a:8080/someaccount/somerepo/somerepo.git/#fragment' |
const | URI_NO_QUERY_2 = 'git://github.com:8080/someaccount/somerepo/somerepo.git#fragment' |
const | URI_AUTHORITY_AND_QUERY_1 = 'git://github.com?query_p$,;:A!\'*+()ar_1=val_1&quer?y_par_2=val_2' |
const | URI_AUTHORITY_AND_QUERY_2 = 'git://github.com/?qu/ery_p$,;:A!\'*+()ar_1=val_1&quer?y_par_2=val_2' |
const | URI_AUTHORITY_AND_FRAGMENT = 'git://github.com:8080/#fragment$,;:A!\'*+()ar_1=val_1&' |
const | URI_AUTHORITY_PATH_FRAGMENT = 'git://git$,;hub.com:8080/someacc$,;ount/somerepo/somerepo.git#frag:A!\'*+()arment' |
const | URI_PATH = 'git://git$,;hub.com:8080/someacc$,;ount/somerepo/somerepo.git/' |
const | URI_AUTHORITY_ONLY = 'git://git$,;hub.com' |
const | URI_NO_SCHEMA = 'git$,;hub.com:8080/someacc$,;ount/somerepo/somerepo.git/' |
const | URI_NO_AUTHORITY = 'git://:8080/someaccount/somerepo/somerepo.git/?query_par_1=val_1&query_par_2=val_2#fragment' |
const | URI_WRONG_SCHEMA = 'gi$t://git$,;hub.com' |
const | URI_WRONG_AUTHORITY_1 = 'git://git$,;hu<b.com:8080/someacc$,;ount/somerepo/somerepo.git/' |
const | URI_WRONG_AUTHORITY_2 = 'git://git$,;hu=b.com/someacc$,;ount/somerepo/somerepo.git/' |
const | URI_INVALID = 'https://host.de/ilias.php/"><script>alert(1)</script>?baseClass=ilObjChatroomGUI&cmd=getOSDNotifications&cmdMode=asynch&max_age=15192913' |
const | URI_FAKEPCENC = 'g+it://github.com:8080/someaccoun%t/somerepo/somerepo.git/?query_par_1=val_1&query_par_2=val_2#fragment' |
const | URI_HOST_ALPHADIG_START_1 = 'g+it://-github.com:8080/someaccount' |
const | URI_HOST_ALPHADIG_START_2 = 'g+it://github-.com:8080/someaccount' |
const | URI_HOST_ALPHADIG_START_3 = 'http://.' |
const | URI_HOST_ALPHADIG_START_4 = 'http://../' |
const | URI_HOST_ALPHADIG_START_5 = 'http://-error-.invalid/' |
Definition at line 6 of file URITest.php.
URITest::test_alphadigit_start_host | ( | ) |
test_init
Definition at line 339 of file URITest.php.
URITest::test_alphadigit_start_host_2 | ( | ) |
test_init
Definition at line 348 of file URITest.php.
URITest::test_alphadigit_start_host_3 | ( | ) |
test_init
Definition at line 357 of file URITest.php.
URITest::test_alphadigit_start_host_4 | ( | ) |
test_init
Definition at line 366 of file URITest.php.
URITest::test_alphadigit_start_host_5 | ( | ) |
test_init
Definition at line 375 of file URITest.php.
URITest::test_authority_and_fragment | ( | ) |
test_init
Definition at line 214 of file URITest.php.
URITest::test_authority_and_query | ( | ) |
test_init
Definition at line 190 of file URITest.php.
URITest::test_authority_only | ( | ) |
test_init
Definition at line 259 of file URITest.php.
URITest::test_authority_path_fragment | ( | ) |
test_init
Definition at line 228 of file URITest.php.
URITest::test_base_uri | ( | $uri | ) |
test_init
Definition at line 107 of file URITest.php.
URITest::test_base_uri_idempotent | ( | $uri | ) |
test_init
Definition at line 115 of file URITest.php.
URITest::test_components | ( | $uri | ) |
URITest::test_fakepcenc | ( | ) |
test_init
Definition at line 330 of file URITest.php.
URITest::test_init | ( | ) |
Definition at line 53 of file URITest.php.
URITest::test_ipv4 | ( | ) |
test_init
Definition at line 61 of file URITest.php.
URITest::test_localhost | ( | ) |
test_init
Definition at line 77 of file URITest.php.
URITest::test_no_authority | ( | ) |
test_init
Definition at line 285 of file URITest.php.
URITest::test_no_path | ( | ) |
test_init
Definition at line 142 of file URITest.php.
URITest::test_no_query | ( | ) |
test_init
Definition at line 166 of file URITest.php.
URITest::test_no_schema | ( | ) |
test_init
Definition at line 276 of file URITest.php.
URITest::test_path | ( | ) |
test_init
Definition at line 243 of file URITest.php.
URITest::test_uri_invalid | ( | ) |
test_init
Definition at line 321 of file URITest.php.
URITest::test_with_authority | ( | $uri | ) |
URITest::test_with_authority_invalid_1 | ( | ) |
test_with_authority
Definition at line 619 of file URITest.php.
URITest::test_with_authority_invalid_2 | ( | ) |
test_with_authority
Definition at line 629 of file URITest.php.
URITest::test_with_authority_invalid_3 | ( | ) |
test_with_authority
Definition at line 640 of file URITest.php.
URITest::test_with_authority_invalid_4 | ( | ) |
test_with_authority
Definition at line 650 of file URITest.php.
URITest::test_with_authority_invalid_5 | ( | ) |
test_with_authority
Definition at line 660 of file URITest.php.
URITest::test_with_authority_invalid_6 | ( | ) |
test_with_authority
Definition at line 670 of file URITest.php.
URITest::test_with_authority_invalid_7 | ( | ) |
test_with_authority
Definition at line 681 of file URITest.php.
URITest::test_with_authority_invalid_8 | ( | ) |
test_with_authority
Definition at line 692 of file URITest.php.
URITest::test_with_fragment | ( | $uri | ) |
URITest::test_with_fragment_invalid_1 | ( | ) |
test_with_fragment
Definition at line 842 of file URITest.php.
URITest::test_with_fragment_invalid_2 | ( | ) |
test_with_fragment
Definition at line 852 of file URITest.php.
URITest::test_with_host | ( | $uri | ) |
URITest::test_with_host_invalid_1 | ( | ) |
test_with_host
Definition at line 500 of file URITest.php.
URITest::test_with_host_invalid_2 | ( | ) |
test_with_host
Definition at line 510 of file URITest.php.
URITest::test_with_host_invalid_3 | ( | ) |
test_with_host
Definition at line 521 of file URITest.php.
URITest::test_with_host_invalid_4 | ( | ) |
test_with_host
Definition at line 531 of file URITest.php.
URITest::test_with_path | ( | $uri | ) |
URITest::test_with_path_invalid_1 | ( | ) |
test_with_path
Definition at line 732 of file URITest.php.
URITest::test_with_path_invalid_2 | ( | ) |
test_with_path
Definition at line 742 of file URITest.php.
URITest::test_with_path_invalid_3 | ( | ) |
test_with_path
Definition at line 752 of file URITest.php.
URITest::test_with_port | ( | $uri | ) |
URITest::test_with_port_invalid_1 | ( | ) |
test_with_port
Definition at line 457 of file URITest.php.
URITest::test_with_port_invalid_2 | ( | ) |
test_with_port
Definition at line 467 of file URITest.php.
URITest::test_with_query | ( | $uri | ) |
URITest::test_with_query_invalid_1 | ( | ) |
test_with_query
Definition at line 792 of file URITest.php.
URITest::test_with_query_invalid_2 | ( | ) |
test_with_query
Definition at line 802 of file URITest.php.
URITest::test_with_schema | ( | $uri | ) |
URITest::test_with_schema_invalid_1 | ( | ) |
test_with_schema
Definition at line 406 of file URITest.php.
URITest::test_with_schema_invalid_2 | ( | ) |
test_with_schema
Definition at line 416 of file URITest.php.
URITest::test_wrong_authority_in_schema_1 | ( | ) |
test_init
Definition at line 303 of file URITest.php.
URITest::test_wrong_authority_in_schema_2 | ( | ) |
test_init
Definition at line 312 of file URITest.php.
URITest::test_wrong_char_in_schema | ( | ) |
test_init
Definition at line 294 of file URITest.php.
const URITest::URI_AUTHORITY_AND_FRAGMENT = 'git://github.com:8080/#fragment$,;:A!\'*+()ar_1=val_1&' |
Definition at line 24 of file URITest.php.
const URITest::URI_AUTHORITY_AND_QUERY_1 = 'git://github.com?query_p$,;:A!\'*+()ar_1=val_1&quer?y_par_2=val_2' |
Definition at line 21 of file URITest.php.
const URITest::URI_AUTHORITY_AND_QUERY_2 = 'git://github.com/?qu/ery_p$,;:A!\'*+()ar_1=val_1&quer?y_par_2=val_2' |
Definition at line 22 of file URITest.php.
const URITest::URI_AUTHORITY_ONLY = 'git://git$,;hub.com' |
Definition at line 30 of file URITest.php.
const URITest::URI_AUTHORITY_PATH_FRAGMENT = 'git://git$,;hub.com:8080/someacc$,;ount/somerepo/somerepo.git#frag:A!\'*+()arment' |
Definition at line 26 of file URITest.php.
const URITest::URI_COMPLETE = 'g+it://github.com:8080/someaccount/somerepo/somerepo.git/?query_par_1=val_1&query_par_2=val_2#fragment' |
Definition at line 8 of file URITest.php.
const URITest::URI_COMPLETE_IPV4 = 'g+it://10.0.0.86:8080/someaccount/somerepo/somerepo.git/?query_par_1=val_1&query_par_2=val_2#fragment' |
Definition at line 10 of file URITest.php.
const URITest::URI_COMPLETE_LOCALHOST = 'g+it://localhost:8080/someaccount/somerepo/somerepo.git/?query_par_1=val_1&query_par_2=val_2#fragment' |
Definition at line 12 of file URITest.php.
const URITest::URI_FAKEPCENC = 'g+it://github.com:8080/someaccoun%t/somerepo/somerepo.git/?query_par_1=val_1&query_par_2=val_2#fragment' |
Definition at line 44 of file URITest.php.
const URITest::URI_HOST_ALPHADIG_START_1 = 'g+it://-github.com:8080/someaccount' |
Definition at line 46 of file URITest.php.
const URITest::URI_HOST_ALPHADIG_START_2 = 'g+it://github-.com:8080/someaccount' |
Definition at line 47 of file URITest.php.
const URITest::URI_HOST_ALPHADIG_START_3 = 'http://.' |
Definition at line 48 of file URITest.php.
const URITest::URI_HOST_ALPHADIG_START_4 = 'http://../' |
Definition at line 49 of file URITest.php.
const URITest::URI_HOST_ALPHADIG_START_5 = 'http://-error-.invalid/' |
Definition at line 50 of file URITest.php.
const URITest::URI_INVALID = 'https://host.de/ilias.php/"><script>alert(1)</script>?baseClass=ilObjChatroomGUI&cmd=getOSDNotifications&cmdMode=asynch&max_age=15192913' |
Definition at line 42 of file URITest.php.
const URITest::URI_NO_AUTHORITY = 'git://:8080/someaccount/somerepo/somerepo.git/?query_par_1=val_1&query_par_2=val_2#fragment' |
Definition at line 34 of file URITest.php.
const URITest::URI_NO_PATH_1 = 'g-it://ilias%2Da.de:8080?query_par_1=val_1&query_par_2=val_2#fragment' |
Definition at line 15 of file URITest.php.
const URITest::URI_NO_PATH_2 = 'g.it://amaz;on.co.uk:8080/?query_par_1=val_1&query_par_2=val_2#fragment' |
Definition at line 16 of file URITest.php.
const URITest::URI_NO_QUERY_1 = 'git://one-letter-top-level.a:8080/someaccount/somerepo/somerepo.git/#fragment' |
Definition at line 18 of file URITest.php.
const URITest::URI_NO_QUERY_2 = 'git://github.com:8080/someaccount/somerepo/somerepo.git#fragment' |
Definition at line 19 of file URITest.php.
const URITest::URI_NO_SCHEMA = 'git$,;hub.com:8080/someacc$,;ount/somerepo/somerepo.git/' |
Definition at line 32 of file URITest.php.
const URITest::URI_PATH = 'git://git$,;hub.com:8080/someacc$,;ount/somerepo/somerepo.git/' |
Definition at line 28 of file URITest.php.
const URITest::URI_WRONG_AUTHORITY_1 = 'git://git$,;hu<b.com:8080/someacc$,;ount/somerepo/somerepo.git/' |
Definition at line 38 of file URITest.php.
const URITest::URI_WRONG_AUTHORITY_2 = 'git://git$,;hu=b.com/someacc$,;ount/somerepo/somerepo.git/' |
Definition at line 39 of file URITest.php.
const URITest::URI_WRONG_SCHEMA = 'gi$t://git$,;hub.com' |
Definition at line 36 of file URITest.php.