Home
last modified time | relevance | path

Searched refs:set_url (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Doc/library/
Drobotparser.rst35 .. method:: set_url(url)
73 >>> rp.set_url("http://www.musi-cal.com/robots.txt")
/external/python/cpython2/Lib/
Drobotparser.py30 self.set_url(url)
50 def set_url(self, url): member in RobotFileParser
/external/python/cpython3/Doc/library/
Durllib.robotparser.rst31 .. method:: set_url(url)
94 >>> rp.set_url("http://www.musi-cal.com/robots.txt")
/external/python/cpython3/Lib/urllib/
Drobotparser.py34 self.set_url(url)
54 def set_url(self, url): member in RobotFileParser
/external/webrtc/api/
Dcandidate.h149 void set_url(const std::string& url) { url_ = url; } in set_url() function
/external/python/cpython2/Lib/test/
Dtest_robotparser.py200 parser.set_url(url)
/external/curl/tests/libtest/
Dlib1560.c720 static int set_url(void) in set_url() function
1090 if(set_url()) in test()
/external/python/cpython3/Lib/test/
Dtest_robotparser.py339 parser.set_url(url)
/external/webrtc/p2p/base/
Dport.cc282 c.set_url(url); in AddAddress()
/external/python/cpython2/Tools/webchecker/
Dwebchecker.py335 rp.set_url(url)