/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/soc/xtensa/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 | 315 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/ |
D | link-roles.py | 82 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/ |
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-Core-3.5.0/scripts/west_commands/ |
D | blobs.py | 103 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/ |
D | main.c | 196 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/ |
D | Kconfig.template.with_url | 5 posix-url-base = https://pubs.opengroup.org/onlinepubs/9699919799
|
D | Kconfig.template.pooled_type | 13 $(posix-url-base)/$(type-function).html
|
D | Kconfig.template.pooled_ipc_type | 16 $(posix-url-base)/$(type-function).html
|
/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/ |
D | setup.py | 28 url='https://github.com/zephyrproject-rtos/python-devicetree',
|
/Zephyr-Core-3.5.0/scripts/ |
D | series-push-hook.sh | 9 url=$2
|
/Zephyr-Core-3.5.0/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`` 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/ |
D | version_mgr.py | 45 url = 'https://testing.zephyrproject.org/daily_tests/versions.json' 46 urllib.request.urlretrieve(url, 'versions.json')
|
/Zephyr-Core-3.5.0/include/zephyr/net/ |
D | websocket.h | 72 const char *url; member
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/tests/net/lib/lwm2m/interop/pytest/ |
D | leshan.py | 12 def __init__(self, url: str): 13 self.api_url = url
|
/Zephyr-Core-3.5.0/include/zephyr/net/http/ |
D | client.h | 251 const char *url; member
|
/Zephyr-Core-3.5.0/doc/_static/js/ |
D | dark-mode-toggle.min.mjs | 2 …url("${L}sun.png"))}[part=darkLabel]::before{filter:var(--${$}-icon-filter, none);background-image…
|
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/ |
D | lwm2m_message_handling.h | 76 int lwm2m_parse_peerinfo(char *url, struct lwm2m_ctx *client_ctx, bool is_firmware_uri);
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | media_proxy_internal.h | 35 void (*icon_url)(const char *url);
|
/Zephyr-Core-3.5.0/doc/ |
D | 404.rst | 29 Please check the url for misspellings.
|
/Zephyr-Core-3.5.0/samples/net/cloud/tagoio_http_post/src/ |
D | sockets.c | 111 req.url = TAGOIO_URL; in tagoio_http_push()
|