Home
last modified time | relevance | path

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

1234567891011

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dindex.html.tpl47 var p = document.createElement('p');
52 p.appendChild(document.createTextNode(found));
53 document.getElementById('test-res').appendChild(p);
59 hn.appendChild(document.createTextNode(' - PASSED (time: ' + duration + ' ms)'));
62 hn.appendChild(document.createTextNode(' - FAILED'));
68 hn = document.getElementsByTagName('h1')[0];
69 hn.appendChild(document.createTextNode('Test: ' + tname));
88 var s = document.getElementsByTagName('script')[0];
89 var st = document.createElement('script');
/f-stack/freebsd/contrib/device-tree/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.
H A Dsubmitting-patches.rst88 1) This document is intended as a general familiarization with the process as
90 devicetree maintainers overrules this document. In that situation, a patch
91 updating this document would be appreciated.
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dnvidia,tegra124-dpaux-padctl.txt8 This document defines the device-specific binding for the DPAUX pad
11 the binding document ../display/tegra/nvidia,tegra20-host1x.txt for more
18 from the pinctrl-bindings.txt document.
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dintro.rst7 This document contains instructions for installing and configuring the Data Plane Development Kit (…
9 The document describes how to compile and run a DPDK application in a Linux application (linux) env…
20 * Getting Started Guide (this document): Describes how to install and configure the DPDK; designe…
/f-stack/tools/libxo/xohtml/external/
H A Djquery.js19 var document = window.document,
119 this.context = document;
120 this[0] = document.body;
183 this.context = document;
424 if ( !document.body ) {
921 rootjQuery = jQuery(document);
1569 if ( document.defaultView && document.defaultView.getComputedStyle ) {
6165 doc = document;
6760 if ( document.defaultView && document.defaultView.getComputedStyle ) {
8000 head = document.head || document.getElementsByTagName( "head" )[0] || document.documentElement;
[all …]
H A Djquery.qtip.js16 (function( window, document, undefined ) { argument
83 var v = 3, div = document.createElement('div');
1028 $(document).unbind('mousemove.'+NAMESPACE);
1308 scrollX: window.pageXOffset || document.body.scrollLeft || document.documentElement.scrollLeft,
1309 scrollY: window.pageYOffset || document.body.scrollTop || document.documentElement.scrollTop
1328 $(document.body).delegate(selector,
1392 documentTarget = $(document),
1393 bodyTarget = $(document.body),
1529 document
1549 docBody = $(document.body),
[all …]
/f-stack/dpdk/doc/guides/windows_gsg/
H A Dintro.rst7 This document contains instructions for installing and configuring the Data
8 Plane Development Kit (DPDK) software. The document describes how to compile
/f-stack/freebsd/contrib/device-tree/Bindings/regulator/
H A Dwlf,arizona.yaml16 This document lists regulator specific bindings, see the primary binding
17 document. For Wolfson Microelectronic Arizona codecs ../mfd/wlf,arizona.yaml
/f-stack/dpdk/doc/guides/prog_guide/
H A Dintro.rst7 This document provides software architecture information,
27 * **FreeBSD* Getting Started Guide** : A document describing the use of the DPDK with FreeBSD*
31 * **Programmer's Guide** (this document): Describes:
/f-stack/freebsd/contrib/device-tree/Bindings/thermal/
H A Dmax77620_thermal.txt15 For more details, please refer generic thermal DT binding document
19 document for the MAX77620.
/f-stack/freebsd/contrib/device-tree/Bindings/iio/
H A Dcommon.yaml14 This document defines device tree properties common to several iio
19 document are defined as follows. The sensor tree bindings are responsible for
/f-stack/freebsd/contrib/device-tree/Bindings/display/bridge/
H A Dsnps,dw-mipi-dsi.yaml13 This document defines device tree properties for the Synopsys DesignWare MIPI
19 this document are defined as follows. The platform device tree bindings are
H A Ddw_hdmi.txt4 This document defines device tree properties for the Synopsys DesignWare HDMI
10 this document are defined as follows. The platform device tree bindings are
/f-stack/freebsd/contrib/zstd/doc/
H A DREADME.md11 __`zstd_compression_format.md`__ : This document defines the Zstandard compression format.
12 Compliant decoders must adhere to this document,
/f-stack/freebsd/contrib/device-tree/Bindings/riscv/
H A Dcpus.yaml14 This document uses some terminology common to the RISC-V community
46 Specification document, available from
58 User-Level ISA document, available from
/f-stack/dpdk/doc/guides/faq/
H A Dindex.rst7 This document contains some Frequently Asked Questions that arise when working with DPDK.
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dphy-pxa-usb.txt17 This document explains the device tree binding. For general
H A Dbrcm,mdio-mux-bus-pci.txt1 * Broadcom NS2 PCIe PHY binding document
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dintro.rst7 This document contains instructions for installing and configuring the
32 * **Getting Started Guide** (this document): Describes how to install and
H A Dfreebsd_eal_parameters.rst7 This document contains a list of all EAL parameters. These parameters can be
/f-stack/freebsd/contrib/device-tree/Bindings/w1/
H A Dw1-gpio.txt16 Also refer to the generic w1.txt document.
/f-stack/freebsd/contrib/device-tree/Bindings/watchdog/
H A Dwatchdog.yaml14 This document describes generic bindings which can be used to
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dzynq-7000.txt4 The purpose of this document is to document their usage.
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dmdio.yaml17 bus. These should follow the generic ethernet-phy.yaml document, or
18 a device specific binding document.

1234567891011