Home
last modified time | relevance | path

Searched refs:url (Results 1 – 25 of 54) sorted by relevance

123

/Zephyr-Core-3.5.0/tests/net/lib/http_header_fields/src/
Dmain.c45 const char *url; member
54 .url = "http://hostname/",
71 .url = "http://hostname:444/",
89 .url = "hostname:443",
106 .url = "hostname:443",
113 .url = "http://[1:2::3:4]/",
130 .url = "http://[1:2::3:4]:67/",
148 .url = "[1:2::3:4]:443",
165 .url = "http://[2001:0000:0000:0000:0000:0000:1.9.1.1]/",
182 .url = "http://a.tbcdn.cn/p/fp/2010c/??fp-header-min.css,"
[all …]
/Zephyr-Core-3.5.0/scripts/west_commands/fetchers/
Dhttp.py17 def fetch(self, url, path): argument
19 resp = requests.get(url)
Dcore.py22 def fetch(self, url: str, path: Path):
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/tools/
Dcavstool_client.py150 url = urlparse("//" + args.server_addr) variable
152 if url.hostname:
153 HOST = url.hostname
155 if url.port:
156 PORT = int(url.port)
Dremote-fw-service.py315 url = urlparse("//" + args.server_addr) variable
317 if url.hostname:
318 HOST = url.hostname
320 if url.port:
321 PORT_LOG = int(url.port)
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/
Dlink-roles.py82 baseurl = project.url
100 url = f"{baseurl}/{format}/{rev}/{link}"
101 node = nodes.reference(rawtext, link_text, refuri=url, **options)
/Zephyr-Core-3.5.0/submanifests/
Dexample.yaml.sample6 # Then change the 'name' and 'url' below and run 'west update'.
17 url: https://github.com/my-username/my-module
/Zephyr-Core-3.5.0/scripts/west_commands/
Dblobs.py103 def fetch_blob(self, url, path): argument
104 scheme = urlparse(url).scheme
112 inst.fetch(url, path)
/Zephyr-Core-3.5.0/samples/net/sockets/http_client/src/
Dmain.c196 req.url = "/"; in run_queries()
214 req.url = "/"; in run_queries()
252 req.url = "/foobar"; in run_queries()
272 req.url = "/"; in run_queries()
318 req.url = "/chunked-test"; in run_queries()
342 req.url = "/chunked-test"; in run_queries()
/Zephyr-Core-3.5.0/lib/posix/
DKconfig.template.with_url5 posix-url-base = https://pubs.opengroup.org/onlinepubs/9699919799
DKconfig.template.pooled_type13 $(posix-url-base)/$(type-function).html
DKconfig.template.pooled_ipc_type16 $(posix-url-base)/$(type-function).html
/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/
Dsetup.py28 url='https://github.com/zephyrproject-rtos/python-devicetree',
/Zephyr-Core-3.5.0/scripts/
Dseries-push-hook.sh9 url=$2
/Zephyr-Core-3.5.0/doc/develop/west/
Dmanifest.rst128 url-base: https://git.example.com/base1
130 url-base: https://git.example.com/base2
144 * - ``url-base``
184 url: https://github.com/user/project-three
190 ``https://git.example.com/base1/proj1``. The remote ``url-base`` is appended
210 - ``proj3`` has an explicit ``url``, so it will be fetched from
232 * - ``remote``, ``url``
235 If the project has a ``remote``, that remote's ``url-base`` will be
239 If the project has a ``url``, that's the complete fetch URL for the
248 ``url-base`` instead of the project's ``name`` to form its fetch URL.
[all …]
/Zephyr-Core-3.5.0/scripts/ci/
Dversion_mgr.py45 url = 'https://testing.zephyrproject.org/daily_tests/versions.json'
46 urllib.request.urlretrieve(url, 'versions.json')
/Zephyr-Core-3.5.0/include/zephyr/net/
Dwebsocket.h72 const char *url; member
/Zephyr-Core-3.5.0/subsys/net/lib/mqtt/
Dmqtt_transport_websocket.c55 if (client->transport.websocket.config.url == NULL) { in mqtt_client_websocket_connect()
56 client->transport.websocket.config.url = "/mqtt"; in mqtt_client_websocket_connect()
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/interop/pytest/
Dleshan.py12 def __init__(self, url: str):
13 self.api_url = url
/Zephyr-Core-3.5.0/include/zephyr/net/http/
Dclient.h251 const char *url; member
/Zephyr-Core-3.5.0/doc/_static/js/
Ddark-mode-toggle.min.mjs2url("${L}sun.png"))}[part=darkLabel]::before{filter:var(--${$}-icon-filter, none);background-image…
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.h76 int lwm2m_parse_peerinfo(char *url, struct lwm2m_ctx *client_ctx, bool is_firmware_uri);
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dmedia_proxy_internal.h35 void (*icon_url)(const char *url);
/Zephyr-Core-3.5.0/doc/
D404.rst29 Please check the url for misspellings.
/Zephyr-Core-3.5.0/samples/net/cloud/tagoio_http_post/src/
Dsockets.c111 req.url = TAGOIO_URL; in tagoio_http_push()

123