Home
last modified time | relevance | path

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

/dports/games/minetest/minetest-5.4.1/src/script/lua_api/
H A Dl_http.cpp33 #define HTTP_API(name) \ macro
214 HTTP_API(fetch_async); in l_request_http_api()
215 HTTP_API(fetch_async_get); in l_request_http_api()
230 HTTP_API(fetch_async); in l_get_http_api()
231 HTTP_API(fetch_async_get); in l_get_http_api()
232 HTTP_API(fetch_sync); in l_get_http_api()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/src/test/java/org/apache/hadoop/registry/
H A DRegistryTestHelper.java70 public static final String HTTP_API = "http://"; field in RegistryTestHelper
159 Endpoint web = findEndpoint(record, HTTP_API, true, 1, 1); in validateEntry()
274 entry.addExternalEndpoint(webEndpoint(HTTP_API, in addSampleEndpoints()