Home
last modified time | relevance | path

Searched refs:document (Results 1 – 25 of 175) sorted by relevance

1234567

/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/
Dboard-catalog.js7 const catalog = document.getElementById("catalog");
20 const element = document.getElementById(param);
37 const tagContainer = document.getElementById('tag-container');
38 const tagInput = document.getElementById('tag-input');
40 const tagElement = document.createElement('span');
44 const selectedTags = [...document.querySelectorAll('.tag')].map(tag => tag.textContent);
63 const element = document.getElementById(param);
74 const selectedTags = [...document.querySelectorAll('.tag')].map(tag => tag.textContent);
81 const socFamilySelect = document.getElementById("family");
89 const socSeriesSelect = document.getElementById("series");
[all …]
Dcodesample-livesearch.js27 const highlightedFragment = document.createDocumentFragment();
29 const before = document.createTextNode(text.substring(0, index));
30 const highlight = document.createElement("mark");
32 const after = document.createTextNode(text.substring(index + query.length));
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-darkmode-toggle.js51 document.addEventListener("visibilitychange", visibilityState => {
52 if (document.visibilityState === 'visible') {
60 $(document).ready(function() {
61 const toggleButton = document.createElement('doxygen-awesome-dark-mode-toggle')
68 document.addEventListener("visibilitychange", visibilityState => {
69 if (document.visibilityState === 'visible') {
74 $(document).ready(function(){
75 document.getElementById("MSearchBox").parentNode.appendChild(toggleButton)
78 document.getElementById("MSearchBox").parentNode.appendChild(toggleButton)
125 document.documentElement.classList.add("dark-mode")
[all …]
Ddoxygen-awesome-zephyr.js8 let version = document.getElementById('projectnumber').innerText
9 let titleTable = document.querySelector('#titlearea table');
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs31 const admonition = document.createElement('div');
35 const admonitionTitle = document.createElement('p');
39 const admonitionTitleText = document.createTextNode('Error');
42 const admonitionContent = document.createElement('p');
45 const admonitionContentText = document.createTextNode(message);
54 const p = document.createElement('p');
58 const pText = document.createTextNode(message);
94 const term = document.createElement('dt');
97 const termText = document.createTextNode(title);
100 const details = document.createElement('dd');
[all …]
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/
Ddoxytooltip.js13 const tooltip = document.createElement('div');
15 document.body.appendChild(tooltip);
17 const tooltipShadow = document.createElement('div');
25 const tippyStyle = document.querySelector('style[data-tippy-stylesheet]');
35 const doxytooltipStyle = document.querySelector('link[href*="doxytooltip.css"]');
42 let links = Array.from(document.querySelectorAll('a.reference.internal')).filter((a) =>
56 document
76 const link = document.createElement('link');
133 document.addEventListener('DOMContentLoaded', registerDoxygenTooltip);
/Zephyr-latest/samples/net/sockets/http_server/src/static_web_resources/
Dmain.js15 const uptime = document.getElementById("uptime");
38 document.getElementById(stat_name).innerHTML = json_data[stat_name];
46 const led_on_btn = document.getElementById("led_on");
52 const led_off_btn = document.getElementById("led_off");
/Zephyr-latest/doc/_static/js/
Ddark-mode-toggle-stylesheets-loader.min.js2document.getElementById(e).textContent;let c=null;try{c=localStorage.getItem(s)}catch(e){}const a=…
Dcustom.js116 $(document).ready(() => {
/Zephyr-latest/doc/
D404.rst18 var strReferrer=document.referrer;
20 document.write("<p>Sorry, the page you requested: " +
24 document.write("<p>Sorry, the page you requested was not found on this site.</p>")
/Zephyr-latest/doc/hardware/porting/
Dindex.rst6 These pages document how to port Zephyr to new hardware.
/Zephyr-latest/doc/hardware/peripherals/
Dtcpc.rst51 https://www.usb.org/document-library/usb-type-cr-port-controller-interface-specification
54 https://www.usb.org/document-library/usb-type-cr-cable-and-connector-specification-revision-21
57 https://www.usb.org/document-library/usb-power-delivery
/Zephyr-latest/
D.yamllint13 document-start:
/Zephyr-latest/drivers/i2c/
DKconfig.xilinx_axi11 This is an FPGA logic core as described by Xilinx document PG090.
/Zephyr-latest/doc/_extensions/zephyr/
Dlink-roles.py74 config = inliner.document.settings.env.app.config
124 p = Path(source).relative_to(inliner.document.settings.env.srcdir)
/Zephyr-latest/boards/quicklogic/qomu/doc/
Dindex.rst22 Detailed information about pinouts is available in the `schematics document`_.
63 .. _schematics document:
/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py134 for node in self.document.traverse(matcher):
209 node.document += meta_description
227 node.document += json_ld
235 for node in self.document.traverse(matcher):
251 self.document["needs_toc_patch"] = True
262 for node in self.document.traverse(matcher):
398 if not self.document.get("needs_toc_patch"):
451 for node in self.document.traverse(matcher):
531 for node in self.document.traverse(matcher):
570 env = self.state.document.settings.env
[all …]
/Zephyr-latest/doc/build/snippets/
Dindex.rst17 The following pages document this feature.
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dpbp.rst4 This document describes how to run the Public Broadcast Profile functionality.
Dtmap.rst4 This document describes how to run the Telephone and Media Audio Profile functionality.
/Zephyr-latest/boards/quicklogic/quick_feather/doc/
Dindex.rst31 Detailed information about pinouts is available in the `schematics document`_.
96 .. _schematics document:
/Zephyr-latest/boards/renesas/ek_ra2a1/doc/
Dindex.rst101 https://www.renesas.com/en/document/mah/renesas-ra2a1-group-users-manual-hardware
104 https://www.renesas.com/en/document/mah/renesas-ra2a1-group-users-manual-hardware
/Zephyr-latest/drivers/pm_cpu_ops/
DKconfig29 management operations described in ARM document number ARM DEN
/Zephyr-latest/drivers/timer/
DKconfig.arm_arch24 document ID032315) which leads to an additional, spurious interrupt
/Zephyr-latest/doc/security/
Dsecure-coding.rst16 This document describes the requirements and process for ensuring
20 Much of this document comes from [CIIBPB]_.
25 This document covers guidelines for the `Zephyr Project`_, from a
29 .. todo: Reference main document here
39 the scope of this document. This section also describes
49 Finally, the document covers how changes are to be made to this
50 document.
282 Changes to this document shall be reviewed by the Zephyr Security Subcommittee,

1234567