/Zephyr-latest/samples/subsys/smf/smf_calculator/img/ |
D | smf_calculator.svg | 154 ><circle r="8.75" clip-path="url(#clipPath2)" cx="10.25" cy="10.25" stroke="none" 155 /><circle fill="none" r="8.75" clip-path="url(#clipPath2)" cx="10.25" cy="10.25" 158 ><path d="M20.5 1.5 L39 20.5 L20.5 39 L1.5 20.5 Z" stroke="none" clip-path="url(#clipPath3)" 161 ><path fill="none" d="M20.5 1.5 L39 20.5 L20.5 39 L1.5 20.5 Z" clip-path="url(#clipPath3)" 164 ><path d="M20.5 1.5 L39 20.5 L20.5 39 L1.5 20.5 Z" stroke="none" clip-path="url(#clipPath3)" 167 ><path fill="none" d="M20.5 1.5 L39 20.5 L20.5 39 L1.5 20.5 Z" clip-path="url(#clipPath3)" 170 ><circle r="8.75" clip-path="url(#clipPath2)" cx="10.25" cy="10.25" stroke="none" 171 /><circle fill="none" r="8.75" clip-path="url(#clipPath2)" cx="10.25" cy="10.25" 174 …><rect x="0.5" y="0.5" clip-path="url(#clipPath4)" width="168.5" rx="18" ry="18" height="88.5" str… 177 …><rect x="0.5" y="0.5" clip-path="url(#clipPath4)" fill="none" width="168.5" rx="18" ry="18" heigh… [all …]
|
/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/ruff/ |
D | gen_lint_exclude.py | 16 def __init__(self, code: str, url: str) -> None: 18 self.url = url 35 rules.setdefault(v["filename"], set()).add(RuffRule(v["code"], v["url"])) 41 sys.stdout.write(f' "{r.code}",\t# {r.url}\n'.expandtabs())
|
/Zephyr-latest/scripts/west_commands/fetchers/ |
D | http.py | 17 def fetch(self, url, path): argument 18 log.dbg(f'HTTPFetcher fetching {url} to {path}') 19 resp = requests.get(url)
|
/Zephyr-latest/samples/net/sockets/big_http_download/ |
D | Kconfig | 9 string "Download URL" 12 URL to download. 15 int "Maximum length of the download URL"
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/ |
D | doxytooltip.js | 61 const url = link.getAttribute('href'); 64 fetch(url) 78 link.href = new URL( 80 new URL(url, window.location.href) 113 a.href = new URL(href, new URL(url, window.location.href));
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | manifest_projects_table.py | 50 """Return URL for a revision. 53 Revision format is assumed to be a git hash or a tag. URL is 54 formatted assuming a GitHub base URL. 57 base_url: Base URL of the repository. 61 URL for the revision. 122 refuri=ManifestProjectsTable.rev_url(project.url, project.revision),
|
D | gh_utils.py | 20 * ``gh_link_get_blob_url``: Returns a URL to the source of a page on GitHub. 21 * ``gh_link_get_edit_url``: Returns a URL to edit the given page on GitHub. 22 * ``gh_link_get_open_issue_url``: Returns a URL to open a new issue regarding the given page. 29 - ``gh_link_version``: GitHub version to use in the URL (e.g. "main") 30 - ``gh_link_base_url``: Base URL used as a prefix for generated URLs. 32 - ``gh_link_exclude``: List of pages (regex) that will not report a URL. Useful 93 """Obtain GitHub URL for the given page. 101 GitHub URL if applicable, None otherwise. 128 URL to open a new issue if applicable, None otherwise.
|
D | link-roles.py | 92 # Try to get a module repository's GitHub URL from the manifest. 101 baseurl = project.url 127 url = f"{baseurl}/{format}/{rev}/{link}" 128 node = nodes.reference(rawtext, link_text, refuri=url, **options)
|
/Zephyr-latest/doc/develop/west/ |
D | manifest.rst | 115 Each ``remotes`` element has a name and a "URL base". These are used to form 116 the complete Git fetch URL for each project. A project's fetch URL can be set 117 by appending a project-specific path onto a remote URL base. (As we'll see 128 url-base: https://git.example.com/base1 130 url-base: https://git.example.com/base2 144 * - ``url-base`` 145 - A prefix that is prepended to the fetch URL for each 148 Above, two remotes are given, with names ``remote1`` and ``remote2``. Their URL 150 ``https://git.example.com/base2``. You can use SSH URL bases as well; for 188 url: https://github.com/user/project-three [all …]
|
/Zephyr-latest/scripts/west_commands/ |
D | blobs.py | 60 - doc-url: URL to the documentation for this blob 110 def fetch_blob(self, url, path): argument 111 scheme = urlparse(url).scheme 119 inst.fetch(url, path) 141 URL: {blob['url']} 151 self.fetch_blob(blob['url'], blob['abspath'])
|
/Zephyr-latest/samples/subsys/usb/webusb-next/src/ |
D | webusb.h | 12 * WebUSB platform capability and WebUSB URL descriptor. 57 /* WebUSB URL Descriptor, see https://wicg.github.io/webusb/#webusb-descriptors */ 59 /* bLength, bDescriptorType, bScheme, UTF-8 encoded URL */ 77 LOG_INF("Get URL request, index %u", index); in webusb_to_host_cb()
|
/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/subsys/bluetooth/audio/ |
D | Kconfig.mpl | 35 string "Media player Icon URL" 38 Use this option to set the URL of the Media Player Icon. 41 int "Max length of media player icon URL" 46 the media player icon URL.
|
D | Kconfig.mcs | 40 int "Max length of media player icon URL" 45 the media player icon URL. If the URL is longer, the media control 127 bool "Support reading Media Player Icon URL" 131 optionally read the Media Player Icon URL.
|
/Zephyr-latest/samples/bluetooth/beacon/ |
D | README.rst | 5 Advertise an Eddystone URL using GAP Broadcaster role. 11 advertising an Eddystone URL (the Zephyr website).
|
/Zephyr-latest/modules/openthread/platform/ |
D | hdlc_interface.hpp | 37 #include "lib/url/url.hpp" 58 * @param[in] aRadioUrl Radio url 61 HdlcInterface(const Url::Url &aRadioUrl); 173 const Url::Url &mRadioUrl;
|
/Zephyr-latest/doc/_static/images/ |
D | logo-readme-light.svg | 29 …af7fe4;}.cls-4{fill:url(#linear-gradient);}.cls-5{fill:url(#linear-gradient-2);}.cls-6{fill:url(#l… 118 style="fill:url(#linear-gradient)" /> 123 style="fill:url(#linearGradient884)" /> 128 style="fill:url(#linear-gradient-3)" /> 133 style="fill:url(#linear-gradient-4)" />
|
D | logo-readme-dark.svg | 29 …af7fe4;}.cls-4{fill:url(#linear-gradient);}.cls-5{fill:url(#linear-gradient-2);}.cls-6{fill:url(#l… 118 style="fill:url(#linear-gradient)" /> 123 style="fill:url(#linearGradient884)" /> 128 style="fill:url(#linear-gradient-3)" /> 133 style="fill:url(#linear-gradient-4)" />
|
D | logo.svg | 29 …af7fe4;}.cls-4{fill:url(#linear-gradient);}.cls-5{fill:url(#linear-gradient-2);}.cls-6{fill:url(#l… 117 style="fill:url(#linear-gradient)" /> 122 style="fill:url(#linearGradient61)" /> 127 style="fill:url(#linear-gradient-3)" /> 132 style="fill:url(#linear-gradient-4)" />
|
/Zephyr-latest/doc/_doxygen/ |
D | logo.svg | 29 …af7fe4;}.cls-4{fill:url(#linear-gradient);}.cls-5{fill:url(#linear-gradient-2);}.cls-6{fill:url(#l… 117 style="fill:url(#linear-gradient)" /> 122 style="fill:url(#linearGradient61)" /> 127 style="fill:url(#linear-gradient-3)" /> 132 style="fill:url(#linear-gradient-4)" />
|
/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)
|
/Zephyr-latest/samples/bluetooth/beacon/src/ |
D | main.c | 23 * https://github.com/google/eddystone/tree/master/eddystone-url 30 0x10, /* Eddystone-URL frame type */ 32 0x00, /* URL Scheme Prefix http://www. */
|
/Zephyr-latest/doc/security/media/ |
D | sensor-model.svg | 74 …y1="281.74268" x2="350.3445" y2="442.7533" marker-end="url(#FilledArrow_Marker)" marker-start="url… 77 …<line x1="419.5" y1="496.81606" x2="546.2361" y2="518.0482" marker-end="url(#FilledArrow_Marker)" … 80 …<line x1="558.9737" y1="382.5" x2="418.98617" y2="448.2892" marker-end="url(#FilledArrow_Marker)" … 83 …1="333.20922" x2="860.4261" y2="302.61445" marker-end="url(#FilledArrow_Marker)" marker-start="url… 86 …y1="494.7971" x2="897.1693" y2="319.72666" marker-end="url(#FilledArrow_Marker)" marker-start="url… 89 …<line x1="923.3" y1="532.5" x2="718.9" y2="532.5" marker-end="url(#FilledArrow_Marker)" stroke="bl… 92 …<line x1="549.5" y1="326.43168" x2="389.42584" y2="275.02314" marker-end="url(#FilledArrow_Marker)… 154 …<line x1="176.25" y1="337.612" x2="299.67862" y2="445.96864" marker-end="url(#FilledArrow_Marker)"… 157 …y1="598.61805" x2="631.2487" y2="573.8955" marker-end="url(#FilledArrow_Marker)" marker-start="url…
|
/Zephyr-latest/doc/_templates/ |
D | zversions.html | 11 {% for slug, url in versions %} 12 <dd><a href="{{ url }}">{{ slug }}</a></dd>
|