Home
last modified time | relevance | path

Searched refs:get_url (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/distutils/command/
Dbdist_rpm.py467 if self.distribution.get_url() != 'UNKNOWN':
468 spec_file.append('Url: ' + self.distribution.get_url())
Dupload.py120 'home_page': meta.get_url(),
Dregister.py231 'home_page': meta.get_url(),
/third_party/python/Lib/distutils/
Ddist.py1131 file.write('Home-page: %s\n' % self.get_url())
1186 def get_url(self): member in DistributionMetadata
/third_party/curl/tests/libtest/
Dlib1560.c1278 static int get_url(void) in get_url() function
1768 if(get_url()) in test()
/third_party/cups-filters/cupsfilters/
Dppdgenerator.c365 get_url(const char *url, /* I - URL to get */ in get_url() function
773 if (get_url(location, tmpfile, sizeof(tmpfile))) in load_opt_strings_catalog()