ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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_REALPCTENC = 'g+it://github.com:8080/someaccount%2Fsomerepo/som%2brepo.git/?par_lower=val_%2b&par_upper=val_%C3%A1#fragment' |
const | PATH_REALPCTENC = 'someaccount%2Fsomerepo/som%2brepo.git' |
const | PARAMS_REALPCTENC |
const 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/' |
const | URI_BASE = 'git://github.com:8080/someaccount/somerepo/somerepo.git' |
const | PARAMS |
Definition at line 7 of file URITest.php.
URITest::test_alphadigit_start_host | ( | ) |
URITest::test_alphadigit_start_host_2 | ( | ) |
URITest::test_alphadigit_start_host_3 | ( | ) |
URITest::test_alphadigit_start_host_4 | ( | ) |
URITest::test_alphadigit_start_host_5 | ( | ) |
URITest::test_authority_and_fragment | ( | ) |
URITest::test_authority_and_query | ( | ) |
URITest::test_authority_only | ( | ) |
URITest::test_authority_path_fragment | ( | ) |
URITest::test_base_uri | ( | $uri | ) |
test_init
Definition at line 124 of file URITest.php.
URITest::test_base_uri_idempotent | ( | $uri | ) |
URITest::test_components | ( | $uri | ) |
URITest::test_fakepcenc | ( | ) |
const URITest::test_init | ( | ) |
Definition at line 70 of file URITest.php.
URITest::test_ipv4 | ( | ) |
URITest::test_localhost | ( | ) |
URITest::test_no_authority | ( | ) |
URITest::test_no_path | ( | ) |
URITest::test_no_query | ( | ) |
URITest::test_no_schema | ( | ) |
URITest::test_path | ( | ) |
test_init
Definition at line 260 of file URITest.php.
URITest::test_realpctenc | ( | ) |
URITest::test_uri_invalid | ( | ) |
URITest::test_with_authority | ( | $uri | ) |
URITest::test_with_authority_invalid_1 | ( | ) |
URITest::test_with_authority_invalid_2 | ( | ) |
URITest::test_with_authority_invalid_3 | ( | ) |
URITest::test_with_authority_invalid_4 | ( | ) |
URITest::test_with_authority_invalid_5 | ( | ) |
URITest::test_with_authority_invalid_6 | ( | ) |
URITest::test_with_authority_invalid_7 | ( | ) |
URITest::test_with_authority_invalid_8 | ( | ) |
URITest::test_with_fragment | ( | $uri | ) |
URITest::test_with_fragment_invalid_1 | ( | ) |
URITest::test_with_fragment_invalid_2 | ( | ) |
URITest::test_with_host | ( | $uri | ) |
URITest::test_with_host_invalid_1 | ( | ) |
URITest::test_with_host_invalid_3 | ( | ) |
URITest::test_with_host_invalid_4 | ( | ) |
URITest::test_with_path | ( | $uri | ) |
URITest::test_with_path_invalid_1 | ( | ) |
URITest::test_with_path_invalid_2 | ( | ) |
URITest::test_with_path_invalid_3 | ( | ) |
URITest::test_with_port | ( | $uri | ) |
URITest::test_with_port_invalid_1 | ( | ) |
URITest::test_with_port_invalid_2 | ( | ) |
URITest::test_with_query | ( | $uri | ) |
URITest::test_with_query_invalid_1 | ( | ) |
URITest::test_with_query_invalid_2 | ( | ) |
URITest::test_with_schema | ( | $uri | ) |
URITest::test_with_schema_invalid_1 | ( | ) |
URITest::test_with_schema_invalid_2 | ( | ) |
URITest::test_wrong_authority_in_schema_1 | ( | ) |
URITest::test_wrong_authority_in_schema_2 | ( | ) |
URITest::test_wrong_char_in_schema | ( | ) |
URITest::testAppendParameter | ( | ILIAS\Data\URI | $uri | ) |
testWithParameters
Definition at line 934 of file URITest.php.
URITest::testGetParameter | ( | ILIAS\Data\URI | $uri | ) |
testGetParameters
Definition at line 897 of file URITest.php.
URITest::testGetParameters | ( | ) |
URITest::testSubstituteParameter | ( | ILIAS\Data\URI | $uri | ) |
testWithParameters
Definition at line 923 of file URITest.php.
URITest::testToString | ( | ) |
Definition at line 874 of file URITest.php.
URITest::testWithArrayParameters | ( | ILIAS\Data\URI | $uri | ) |
testGetParameters
Definition at line 950 of file URITest.php.
URITest::testWithOutParameters | ( | ) |
Definition at line 968 of file URITest.php.
URITest::testWithParameters | ( | ILIAS\Data\URI | $uri | ) |
testGetParameters
Definition at line 909 of file URITest.php.
References ILIAS\Data\URI\withParameters().
const URITest::PARAMS |
Definition at line 61 of file URITest.php.
const URITest::PARAMS_REALPCTENC |
Definition at line 49 of file URITest.php.
const URITest::PATH_REALPCTENC = 'someaccount%2Fsomerepo/som%2brepo.git' |
Definition at line 48 of file URITest.php.
const URITest::URI_AUTHORITY_AND_FRAGMENT = 'git://github.com:8080/#fragment$,;:A!\'*+()ar_1=val_1&' |
Definition at line 25 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 22 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 23 of file URITest.php.
const URITest::URI_AUTHORITY_ONLY = 'git://git$,;hub.com' |
Definition at line 31 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 27 of file URITest.php.
const URITest::URI_BASE = 'git://github.com:8080/someaccount/somerepo/somerepo.git' |
Definition at line 60 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 9 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 11 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 13 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 45 of file URITest.php.
const const URITest::URI_HOST_ALPHADIG_START_1 = 'g+it://-github.com:8080/someaccount' |
Definition at line 54 of file URITest.php.
const URITest::URI_HOST_ALPHADIG_START_2 = 'g+it://github-.com:8080/someaccount' |
Definition at line 55 of file URITest.php.
const URITest::URI_HOST_ALPHADIG_START_3 = 'http://.' |
Definition at line 56 of file URITest.php.
const URITest::URI_HOST_ALPHADIG_START_4 = 'http://../' |
Definition at line 57 of file URITest.php.
const URITest::URI_HOST_ALPHADIG_START_5 = 'http://-error-.invalid/' |
Definition at line 58 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 43 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 35 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 16 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 17 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 19 of file URITest.php.
const URITest::URI_NO_QUERY_2 = 'git://github.com:8080/someaccount/somerepo/somerepo.git#fragment' |
Definition at line 20 of file URITest.php.
const URITest::URI_NO_SCHEMA = 'git$,;hub.com:8080/someacc$,;ount/somerepo/somerepo.git/' |
Definition at line 33 of file URITest.php.
const URITest::URI_PATH = 'git://git$,;hub.com:8080/someacc$,;ount/somerepo/somerepo.git/' |
Definition at line 29 of file URITest.php.
const URITest::URI_REALPCTENC = 'g+it://github.com:8080/someaccount%2Fsomerepo/som%2brepo.git/?par_lower=val_%2b&par_upper=val_%C3%A1#fragment' |
Definition at line 47 of file URITest.php.
const URITest::URI_WRONG_AUTHORITY_1 = 'git://git$,;hu<b.com:8080/someacc$,;ount/somerepo/somerepo.git/' |
Definition at line 39 of file URITest.php.
const URITest::URI_WRONG_AUTHORITY_2 = 'git://git$,;hu=b.com/someacc$,;ount/somerepo/somerepo.git/' |
Definition at line 40 of file URITest.php.
const URITest::URI_WRONG_SCHEMA = 'gi$t://git$,;hub.com' |
Definition at line 37 of file URITest.php.