Home
last modified time | relevance | path

Searched refs:source_url (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/unittest/
Dtest.autofix.url.php7 $source_url = 'http://www.test.com/test%20test';
16 $fixed_url = $url_autofix->apply($source_url);
17 $this->assertEqual($source_url, $fixed_url);
23 $source_url = 'http://user:password@www.test.com/testtest?param=value&param2=value2#fragment';
32 $fixed_url = $url_autofix->apply($source_url);
33 $this->assertEqual($source_url, $fixed_url);
39 $source_url = '/test%20%01test?param=value&param2=value2#fragment';
40 $fixed_url = $url_autofix->apply($source_url);
41 $this->assertEqual($source_url, $fixed_url);
47 $source_url = 'test%20%01test?param=value&param2=value2#fragment';
[all …]
/plugin/linkback/action/
Dsend.php273 * @param string $source_url URL from which to ping
276 function _ping_page_pingback($xmlrpc_server, $source_url, $target_url) { argument
278 return $client->query('pingback.ping', $source_url, $target_url);