Home
last modified time | relevance | path

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

123

/Zephyr-latest/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-latest/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-latest/scripts/ruff/
Dgen_lint_exclude.py16 def __init__(self, code: str, url: str) -> None:
18 self.url = url
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/
Ddoxytooltip.js61 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/
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.py317 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/
Dexample.yaml.sample6 # 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/
Dwriter.py60 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/
Dlink-roles.py101 baseurl = project.url
127 url = f"{baseurl}/{format}/{rev}/{link}"
128 node = nodes.reference(rawtext, link_text, refuri=url, **options)
Dapi_overview.py68 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/
Dmain.c198 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/
Dsetup.py27 url='https://github.com/zephyrproject-rtos/python-devicetree',
/Zephyr-latest/scripts/
Dseries-push-hook.sh9 url=$2
/Zephyr-latest/scripts/west_commands/
Dblobs.py110 def fetch_blob(self, url, path): argument
111 scheme = urlparse(url).scheme
119 inst.fetch(url, path)
/Zephyr-latest/doc/develop/west/
Dmanifest.rst128 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/
Dxsdb.cfg8 connect -url 127.0.0.1:3121
/Zephyr-latest/scripts/ci/
Dversion_mgr.py49 url = 'https://testing.zephyrproject.org/daily_tests/versions.json'
50 urllib.request.urlretrieve(url, fo.name)
/Zephyr-latest/include/zephyr/net/
Dwebsocket.h75 const char *url; member
/Zephyr-latest/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-latest/include/zephyr/net/http/
Dclient.h257 const char *url; member
/Zephyr-latest/subsys/net/lib/http/headers/
Dserver_internal.h42 void http_server_get_content_type_from_extension(char *url, char *content_type,
/Zephyr-latest/subsys/bluetooth/audio/
Dmedia_proxy_internal.h39 void (*icon_url)(const char *url);
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.h78 int lwm2m_parse_peerinfo(char *url, struct lwm2m_ctx *client_ctx, bool is_firmware_uri);
/Zephyr-latest/doc/develop/toolchains/
Dzephyr_sdk.rst95 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|

123