Home
last modified time | relevance | path

Searched refs:thishost (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/pan/cgi/
Dresults.cgi122 $thishost = $rp->{HOST};
127 if ($lasthost ne $thishost) {
138 print "<tr><td>$thishost\n";
150 print " [<a href=\"results.cgi?get_df=$thishost.$thisdate.$thissuite.scanner\">results</a>]";
151 print " [<a href=\"results.cgi?get_df=$thishost.$thisdate.$thissuite.summary\">summary</a>]";
157 $lasthost = $thishost;
/third_party/python/Lib/urllib/
Drequest.py2031 and socket.gethostbyname(host) in ((localhost(),) + thishost())):
2363 def thishost(): function
/third_party/python/Lib/test/
Dtest_urllib.py1569 self.assertIsInstance(urllib.request.thishost(), tuple)