Searched defs:url (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/jansson/doc/html/_downloads/ |
H A D | github_commits.c | 52 static char *request(const char *url) argument 74 curl_easy_setopt(curl, CURLOPT_URL, url); 86 fprintf(stderr, "error: unable to request data from %s:\n", url); 122 char url[URL_SIZE]; local 134 snprintf(url, URL_SIZE, URL_FORMAT, argv[1], argv[2]); 136 text = request(url);
|
/solaris-userland/components/openstack/horizon/files/ |
H A D | overrides.py | 21 from django.conf.urls import url namespace 361 url(r'^$', flavor_views.IndexView.as_view(), name='index'), 362 url(r'^create/$', flavor_views.CreateView.as_view(), name='create'), 363 url(r'^(?P<id>[^/]+)/update/$', SolarisUpdateView.as_view(),
|
Completed in 16 milliseconds