/Zephyr-latest/tests/net/lib/http_header_fields/src/ |
D | main.c | 45 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-latest/scripts/west_commands/fetchers/ |
D | http.py | 17 def fetch(self, url, path): argument 19 resp = requests.get(url)
|
D | core.py | 22 def fetch(self, url: str, path: Path):
|
/Zephyr-latest/scripts/ruff/ |
D | gen_lint_exclude.py | 16 def __init__(self, code: str, url: str) -> None: 18 self.url = url
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/ |
D | doxytooltip.js | 61 const url = link.getAttribute('href'); 64 fetch(url) 80 new URL(url, window.location.href) 113 a.href = new URL(href, new URL(url, window.location.href));
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool_client.py | 150 url = urlparse("//" + args.server_addr) variable 152 if url.hostname: 153 HOST = url.hostname 155 if url.port: 156 PORT = int(url.port)
|
D | remote-fw-service.py | 317 url = urlparse("//" + args.server_addr) variable 319 if url.hostname: 320 HOST = url.hostname 322 if url.port: 323 PORT_LOG = int(url.port)
|
/Zephyr-latest/submanifests/ |
D | example.yaml.sample | 6 # Then change the 'name' and 'url' below and run 'west update'. 17 url: https://github.com/my-username/my-module
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | writer.py | 60 def generateDowloadUrl(url, revision): argument 64 return url 89 if len(pkg.cfg.url) > 0: 90 downloadUrl = generateDowloadUrl(pkg.cfg.url, pkg.cfg.revision)
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | link-roles.py | 101 baseurl = project.url 127 url = f"{baseurl}/{format}/{rev}/{link}" 128 node = nodes.reference(rawtext, link_text, refuri=url, **options)
|
D | api_overview.py | 68 url = url_base / f"{cdef.get_id()}.html" 81 reference = nodes.reference(text=title, refuri=str(url))
|
/Zephyr-latest/samples/net/sockets/http_client/src/ |
D | main.c | 198 req.url = "/"; in run_queries() 216 req.url = "/"; in run_queries() 254 req.url = "/foobar"; in run_queries() 274 req.url = "/"; in run_queries() 320 req.url = "/chunked-test"; in run_queries() 344 req.url = "/chunked-test"; in run_queries()
|
/Zephyr-latest/scripts/dts/python-devicetree/ |
D | setup.py | 27 url='https://github.com/zephyrproject-rtos/python-devicetree',
|
/Zephyr-latest/scripts/ |
D | series-push-hook.sh | 9 url=$2
|
/Zephyr-latest/scripts/west_commands/ |
D | blobs.py | 110 def fetch_blob(self, url, path): argument 111 scheme = urlparse(url).scheme 119 inst.fetch(url, path)
|
/Zephyr-latest/doc/develop/west/ |
D | manifest.rst | 128 url-base: https://git.example.com/base1 130 url-base: https://git.example.com/base2 144 * - ``url-base`` 188 url: https://github.com/user/project-three 194 ``https://git.example.com/base1/proj1``. The remote ``url-base`` is appended 214 - ``proj3`` has an explicit ``url``, so it will be fetched from 240 * - ``remote``, ``url`` 243 If the project has a ``remote``, that remote's ``url-base`` will be 247 If the project has a ``url``, that's the complete fetch URL for the 256 ``url-base`` instead of the project's ``name`` to form its fetch URL. [all …]
|
/Zephyr-latest/boards/amd/kv260_r5/support/ |
D | xsdb.cfg | 8 connect -url 127.0.0.1:3121
|
/Zephyr-latest/scripts/ci/ |
D | version_mgr.py | 49 url = 'https://testing.zephyrproject.org/daily_tests/versions.json' 50 urllib.request.urlretrieve(url, fo.name)
|
/Zephyr-latest/include/zephyr/net/ |
D | websocket.h | 75 const char *url; member
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | mqtt_transport_websocket.c | 55 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-latest/include/zephyr/net/http/ |
D | client.h | 257 const char *url; member
|
/Zephyr-latest/subsys/net/lib/http/headers/ |
D | server_internal.h | 42 void http_server_get_content_type_from_extension(char *url, char *content_type,
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | media_proxy_internal.h | 39 void (*icon_url)(const char *url);
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_message_handling.h | 78 int lwm2m_parse_peerinfo(char *url, struct lwm2m_ctx *client_ctx, bool is_firmware_uri);
|
/Zephyr-latest/doc/develop/toolchains/ |
D | zephyr_sdk.rst | 95 wget |sdk-url-linux| 96 wget -O - |sdk-url-linux-sha| | shasum --check --ignore-missing 151 curl -L -O |sdk-url-macos| 152 curl -L |sdk-url-macos-sha| | shasum --check --ignore-missing 201 wget |sdk-url-windows|
|