Home
last modified time | relevance | path

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

1234567

/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.mjs29 const admonition = document.createElement('div');
33 const admonitionTitle = document.createElement('p');
37 const admonitionTitleText = document.createTextNode('Error');
40 const admonitionContent = document.createElement('p');
43 const admonitionContentText = document.createTextNode(message);
52 const p = document.createElement('p');
56 const pText = document.createTextNode(message);
67 const term = document.createElement('dt');
70 const termText = document.createTextNode(title);
73 const details = document.createElement('dd');
[all …]
/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/
Dboard-catalog.js7 const catalog = document.getElementById("catalog");
20 const element = document.getElementById(param);
40 const element = document.getElementById(param);
54 const socFamilySelect = document.getElementById("family");
62 const socSeriesSelect = document.getElementById("series");
75 const socSocSelect = document.getElementById("soc");
87 document.addEventListener("DOMContentLoaded", function () {
88 const form = document.querySelector(".filter-form");
91 vendorSelect = document.getElementById("vendor");
107 socFamilySelect = document.getElementById("family");
[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/_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
118 p = Path(source).relative_to(inliner.document.settings.env.srcdir)
/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py96 for node in self.document.traverse(matcher):
171 node.document += meta_description
189 node.document += json_ld
197 for node in self.document.traverse(matcher):
213 self.document["needs_toc_patch"] = True
224 for node in self.document.traverse(matcher):
345 if not self.document.get("needs_toc_patch"):
398 for node in self.document.traverse(matcher):
478 for node in self.document.traverse(matcher):
517 env = self.state.document.settings.env
[all …]
/Zephyr-latest/boards/quicklogic/qomu/doc/
Dindex.rst22 Detailed information about pinouts is available in the `schematics document`_.
63 .. _schematics document:
/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/drivers/timer/
DKconfig.arm_arch24 document ID032315) which leads to an additional, spurious interrupt
/Zephyr-latest/drivers/pm_cpu_ops/
DKconfig29 management operations described in ARM document number ARM DEN
/Zephyr-latest/boards/quicklogic/quick_feather/doc/
Dindex.rst43 Detailed information about pinouts is available in the `schematics document`_.
108 .. _schematics document:
/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,
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dtippy-bundle.umd.min.js6document,n=!!e&&!!window.msCrypto,r={passive:!0,capture:!0},o=function(){return document.body};fun…

1234567