Searched refs:document (Results 1 – 25 of 166) sorted by relevance
1234567
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome-darkmode-toggle.js | 51 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 …]
|
D | doxygen-awesome-zephyr.js | 8 let version = document.getElementById('projectnumber').innerText 9 let titleTable = document.querySelector('#titlearea table');
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 29 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/ |
D | board-catalog.js | 7 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 …]
|
D | codesample-livesearch.js | 27 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/ |
D | doxytooltip.js | 13 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/ |
D | main.js | 15 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/ |
D | dark-mode-toggle-stylesheets-loader.min.js | 2 …document.getElementById(e).textContent;let c=null;try{c=localStorage.getItem(s)}catch(e){}const a=…
|
D | custom.js | 116 $(document).ready(() => {
|
/Zephyr-latest/doc/ |
D | 404.rst | 18 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/ |
D | index.rst | 6 These pages document how to port Zephyr to new hardware.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | tcpc.rst | 51 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 | .yamllint | 13 document-start:
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.xilinx_axi | 11 This is an FPGA logic core as described by Xilinx document PG090.
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | link-roles.py | 74 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__.py | 96 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/ |
D | index.rst | 22 Detailed information about pinouts is available in the `schematics document`_. 63 .. _schematics document:
|
/Zephyr-latest/doc/build/snippets/ |
D | index.rst | 17 The following pages document this feature.
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | pbp.rst | 4 This document describes how to run the Public Broadcast Profile functionality.
|
D | tmap.rst | 4 This document describes how to run the Telephone and Media Audio Profile functionality.
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.arm_arch | 24 document ID032315) which leads to an additional, spurious interrupt
|
/Zephyr-latest/drivers/pm_cpu_ops/ |
D | Kconfig | 29 management operations described in ARM document number ARM DEN
|
/Zephyr-latest/boards/quicklogic/quick_feather/doc/ |
D | index.rst | 43 Detailed information about pinouts is available in the `schematics document`_. 108 .. _schematics document:
|
/Zephyr-latest/doc/security/ |
D | secure-coding.rst | 16 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/ |
D | tippy-bundle.umd.min.js | 6 …document,n=!!e&&!!window.msCrypto,r={passive:!0,capture:!0},o=function(){return document.body};fun…
|
1234567