Home
last modified time | relevance | path

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

12345678910>>...60

/openbmc/openbmc-tools/dbus-vis/
H A Dinitialization.js43 document.getElementById('btn_open_file')
45 document.getElementById('btn_open_file2')
48 document.getElementById('bah1').addEventListener(
50 document.getElementById('bah2').addEventListener(
52 document.getElementById('bah3').addEventListener(
56 var g_group_by_dbus = document.getElementById('span_group_by_dbus');
57 var g_group_by_ipmi = document.getElementById('span_group_by_ipmi');
59 document.getElementById('span_group_by_boost_asio_handler')
60 var g_canvas_ipmi = document.getElementById('my_canvas_ipmi');
61 var g_canvas_dbus = document.getElementById('my_canvas_dbus');
[all …]
H A Dinfo_panel.js5 let header = document.getElementById(elt.id + "_header");
17 document.onmouseup = MouseUp;
19 document.onmousemove = MouseMove;
32 document.onmouseup = null;
33 document.onmousemove = null;
50 let tr = document.createElement("tr");
51 let td = document.createElement("td");
60 let tr = document.createElement("tr");
62 let td = document.createElement("td");
80 let tr = document.createElement("tr");
[all …]
H A Dipmi_timeline_vis.js25 var btn_start_capture = document.getElementById('btn_start_capture');
26 var select_capture_mode = document.getElementById('select_capture_mode');
27 var capture_info = document.getElementById('capture_info');
29 var radio_open_file = document.getElementById('radio_open_file');
30 var radio_capture = document.getElementById('radio_capture');
31 var title_open_file = document.getElementById('title_open_file');
32 var title_capture = document.getElementById('title_capture');
36 document.getElementById('c1').addEventListener(
38 document.getElementById('c2').addEventListener(
42 document.getElementById('btn_zoom_in').addEventListener('click', function() {
[all …]
H A Drenderer.js10 let c1 = document.getElementById('my_canvas_ipmi');
11 let c2 = document.getElementById('my_canvas_dbus');
12 let c3 = document.getElementById('my_canvas_boost_asio_handler');
/openbmc/libcper/
H A D.gitignore15 specification/document/*.out
16 specification/document/*.pdf
17 specification/document/*.toc
18 specification/document/*.lot
19 specification/document/*.log
20 specification/document/*.fls
21 specification/document/*.fdb_*
22 specification/document/*.*gz
23 specification/document/*aux
/openbmc/webui-vue/src/
H A DApp.vue19 document.title = `${tag} - ${this.$route.meta.title}`;
23 document.title = to.meta.title || 'Page is missing title';
25 document.title = `${this.assetTag} - ${to.meta.title}`;
31 document.title = '';
32 //document.title = this.$route.meta.title || 'Page is missing title';
/openbmc/qemu/docs/sphinx-static/
H A Dcustom.js1 document.addEventListener('keydown', (event) => {
3 let search_input = document.getElementsByName('q')[0];
5 if (event.code === 'KeyS' && document.activeElement !== search_input) {
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGPL-2.0-with-font-exception5 As a special exception, if you create a document which uses this font, and
6 embed this font or unaltered portions of this font into the document, this font
7 does not by itself cause the resulting document to be covered by the GNU
9 reasons why the document might be covered by the GNU General Public License. If
H A DCrystalStacker1 …ided you include this document in it's original form in your distribution. Please see the "Contact…
5 … problems. If you have trouble with the software, see the "Contacting Us" section of this document.
7 …lems you might run into. Please see the "Contacting Us" section of this document if you need to ge…
H A DOPUBL-1.013 …llowed with any options elected by the author(s) and/or publisher of the document (see section VI).
25 …ense terms apply to all Open Publication works, unless otherwise explicitly stated in the document.
39 4. The location of the original unmodified document must be identified.
40 …name(s) may not be used to assert or imply endorsement of the resulting document without the origi…
45 …e updated documents. This notification should describe modifications, if any, made to the document.
46 … deletions) be either clearly marked up in the document or else described in an attachment to the
51 The author(s) and/or publisher of an Open Publication-licensed document may elect certain options b…
53 …ive modification" is defined as a change to the semantic content of the document, and excludes mer…
55 …add the phrase `Distribution of substantively modified versions of this document is prohibited wit…
/openbmc/linux/tools/perf/Documentation/
H A Dasciidoctor-extensions.rb12 if parent.document.basebackend? 'html'
14 elsif parent.document.basebackend? 'manpage'
16 elsif parent.document.basebackend? 'docbook'
/openbmc/linux/Documentation/hwmon/
H A Dzl6100.rst12 Datasheet: https://www.renesas.com/us/en/document/dst/zl2004-datasheet.pdf
20 Datasheet: https://www.renesas.com/us/en/document/dst/zl2005-datasheet.pdf
28 Datasheet: https://www.renesas.com/us/en/document/dst/zl2006-datasheet.pdf
36 Datasheet: https://www.renesas.com/us/en/document/dst/zl2008-datasheet.pdf
44 Datasheet: https://www.renesas.com/us/en/document/dst/zl2105-datasheet.pdf
52 Datasheet: https://www.renesas.com/us/en/document/dst/zl2106-datasheet.pdf
60 Datasheet: https://www.renesas.com/us/en/document/dst/zl6100-datasheet.pdf
68 Datasheet: https://www.renesas.com/us/en/document/dst/zl6105-datasheet.pdf
76 Datasheet: https://www.renesas.com/us/en/document/dst/zl8802-datasheet
84 Datasheet: https://www.renesas.com/us/en/document/dst/zl9101m-datasheet
[all …]
/openbmc/linux/Documentation/userspace-api/media/
H A Dfdl-appendix.rst16 written document "free" in the sense of freedom: to assure everyone the
24 of the document must themselves be free in the same sense. It
43 .. _fdl-document:
62 the :ref:`Document <fdl-document>` that deals exclusively with the
78 :ref:`Document <fdl-document>` is released under this License.
85 :ref:`Document <fdl-document>` is released under this License.
90 A "Transparent" copy of the :ref:`Document <fdl-document>` means a
127 You may copy and distribute the :ref:`Document <fdl-document>` in any
147 If you publish printed copies of the :ref:`Document <fdl-document>`
157 :ref:`Document <fdl-document>` and satisfy these conditions, can be
[all …]
/openbmc/linux/Documentation/sphinx/
H A Dkernel_include.py62 env = self.state.document.settings.env
87 if not self.state.document.settings.file_insertion_enabled:
101 'encoding', self.state.document.settings.input_encoding)
102 e_handler=self.state.document.settings.input_encoding_error_handler
104 'tab-width', self.state.document.settings.tab_width)
106 self.state.document.settings.record_dependencies.add(path)
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dfiltersnippet.js10 var elemFrom=document.getElementById("date_from_"+key);
11 var elemTo=document.getElementById("date_to_"+key);
39 var elemFrom=document.getElementById("date_from_"+key);
40 var elemTo=document.getElementById("date_to_"+key);
H A Dbootstrap-3.4.1.min.js6document.createElement("bootstrap"),e={WebkitTransition:"webkitTransitionEnd",MozTransition:"trans…
H A Dbootstrap-3.4.1.js35 var el = document.createElement('bootstrap')
113 var $parent = $(document).find(selector)
171 $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close)
283 $(document)
328 this.options.pause == 'hover' && !('ontouchstart' in document.documentElement) && this.$element
518 var $target = $(document).find(target)
535 $(document)
687 return $(document).find(this.options.parent)
710 return $(document).find(target)
747 $(document).on('click.bs.collapse.data-api', '[data-toggle="collapse"]', function (e) {
[all …]
H A Djquery.cookie.js68 return (document.cookie = [
84 var cookies = document.cookie ? document.cookie.split('; ') : [];
H A Dqunit-1.18.0.js1 …out=window.setTimeout,clearTimeout=window.clearTimeout,defined={document:window.document!==undefin… property in defined
102 var fixture=defined.document&&document.getElementById&&document.getElementById("qunit-fixture");if(…
137 …nction",obj)){type="function";}else if(obj.setInterval!==undefined&&obj.document!==undefined&&obj.…
140 …:join,depth:1,maxDepth:QUnit.config.maxDepth,parsers:{window:"[Window]",document:"[Document]",erro…
243 qunit=id("qunit");if(qunit){qunit.innerHTML="<h1 id='qunit-header'>"+escapeText(document.title)+"</…
251 if(tests){result=document.createElement("p");result.id="qunit-testresult";result.className="result"…
252 var config=QUnit.config,hasOwn=Object.prototype.hasOwnProperty,defined={document:window.document!==… property in defined
254 …+type,function(){var event=window.event;if(!event.target){event.target=event.srcElement||document;}
262 function id(name){return defined.document&&document.getElementById&&document.getElementById(name);}
288 function toolbarUrlConfigContainer(){var urlConfigContainer=document.createElement("span");urlConfi…
[all …]
/openbmc/phosphor-webui/app/common/directives/
H A Dserial-console.js18 var span = document.createElement('span');
32 document.body.appendChild(span);
34 document.body.removeChild(span);
180 termContainer = document.getElementById('term-container');
193 termContainer = document.getElementById('term-container');
/openbmc/docs/userguide/
H A Duserguide.tex12 % document metadata
24 \begin{document}
34 \end{document}
/openbmc/u-boot/Documentation/sphinx/
H A Dkernel_include.py84 if not self.state.document.settings.file_insertion_enabled:
99 'encoding', self.state.document.settings.input_encoding)
100 e_handler=self.state.document.settings.input_encoding_error_handler
102 'tab-width', self.state.document.settings.tab_width)
104 self.state.document.settings.record_dependencies.add(path)
/openbmc/linux/Documentation/devicetree/bindings/
H A DABI.rst8 summary document:
39 1) This document is intended as a general familiarization with the process as
41 devicetree maintainers overrules this document. In that situation, a patch
42 updating this document would be appreciated.
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddvbapi.rst17 In order to avoid confusion, within this document, it was opted to refer to
66 - Ported document to Docbook XML, addition of DVBv5 API, documentation gaps fix.
78 Most gaps between the uAPI document and the Kernel implementation
83 DocBook improvements and cleanups, in order to document the system calls
/openbmc/qemu/docs/sphinx/
H A Ddbusdoc.py123 node.document = state.document
138 reporter = self.state.document.reporter
147 env = self.state.document.settings.env

12345678910>>...60