Home
last modified time | relevance | path

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

/lvgl-latest/docs/_static/js/
Dcustom.js2 document.addEventListener('DOMContentLoaded', (event) => {
3 document.querySelectorAll("dl.cpp").forEach(cppListing => {
6 if(dt.id == document.location.hash.substring(1))
9 const button = document.createElement("span");
30 const section = document.querySelector('.wy-nav-content-wrap');
33 const newDiv = document.createElement('div');
39 const newP = document.createElement('p');
Dinclude_html.js6 z = document.getElementsByTagName("*");
/lvgl-latest/src/libs/thorvg/rapidjson/
Dpointer.h508 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, bool* alreadyExi…
509 return Create(document, document.GetAllocator(), alreadyExist);
683 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const ValueType&… in GetWithDefault() argument
684 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault()
689 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const Ch* defaul… in GetWithDefault() argument
690 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault()
696 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const std::basic… in GetWithDefault() argument
697 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault()
707 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, T defaultValue) … in GetWithDefault() argument
708 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault()
[all …]
Dschema.h85 inline void PrintInvalidDocumentData(const char* document) { in PrintInvalidDocumentData() argument
86 printf(" Fail document: '%s'\n", document); in PrintInvalidDocumentData()
89 inline void PrintInvalidDocumentData(const wchar_t* document) { in PrintInvalidDocumentData() argument
90 wprintf(L" Fail document: '%ls'\n", document); in PrintInvalidDocumentData()
536 …ocument, const PointerType& p, const ValueType& value, const ValueType& document, AllocatorType* a…
634 AssignIfExist(allOf_, *schemaDocument, p, value, GetAllOfString(), document); in allocator_()
638 AssignIfExist(anyOf_, *schemaDocument, p, value, GetAnyOfString(), document); in allocator_()
639 AssignIfExist(oneOf_, *schemaDocument, p, value, GetOneOfString(), document); in allocator_()
642 … schemaDocument->CreateSchema(&not_, p.Append(GetNotString(), allocator_), *v, document, id_); in allocator_()
693 …eateSchema(&properties_[index].schema, q.Append(itr->name, allocator_), itr->value, document, id_); in allocator_()
[all …]
/lvgl-latest/docs/_ext/
Dlink_roles.py34 for node in self.document.traverse(translation_link):
38 env = self.document.settings.env
Dlv_example.py36 env = self.state.document.settings.env
66 env = self.state.document.settings.env
/lvgl-latest/env_support/pikascript/
DREADME.md11 More document about PikaScript: https://pikadoc.readthedocs.io/en/latest/index.html
/lvgl-latest/docs/details/integration/chip/
Drenesas.rst8 `Dave2D <https://www.renesas.com/document/mas/tes-dave2d-driver-documentation>`__ (the GPU of Renes…
146 …- for Windows: `64 bit here <https://www.renesas.com/us/en/document/uid/usb-driver-renesas-mcu-too…
147 …and `32 bit here <https://www.renesas.com/us/en/document/uid/usb-driver-renesas-mcu-toolse2e2-lite…
148 …- for Linux: `here <https://www.renesas.com/us/en/document/swo/e2-emulator-e2-emulator-lite-linux-…
/lvgl-latest/examples/libs/freetype/
DOFL.txt26 to any document created using the fonts or their derivatives.
77 remain under this license does not apply to any document created
/lvgl-latest/tests/src/test_files/fonts/noto/
DOFL.txt26 to any document created using the fonts or their derivatives.
77 remain under this license does not apply to any document created
/lvgl-latest/scripts/built_in_font/font_license/Montserrat/
DOFL.txt26 to any document created using the fonts or their derivatives.
77 remain under this license does not apply to any document created
/lvgl-latest/docs/details/integration/os/
Drt-thread.rst40 `中文文档 <https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/packages-manu…
88 - `RT-Thread documentation center <https://www.rt-thread.io/document/site/>`__
/lvgl-latest/scripts/built_in_font/font_license/FontAwesome5/
DLICENSE.txt50 to any document created using the fonts or their derivatives.
101 remain under this license does not apply to any document created
/lvgl-latest/docs/details/integration/os/yocto/
Dcore_components.rst88 build system (i.e. ``.ipk`` or ``.deb`` files), this document avoids
/lvgl-latest/docs/
DREADME.md127 ##### When "link text" should be a title or section heading from the target document:
DCODING_STYLE.rst97 The normal comment prefix ``/**`` causes the comment to document the code member
DDoxyfile1689 # generated LaTeX document. The header should contain everything until the first
1705 # generated LaTeX document. The footer should contain everything after the last
1842 # Set optional variables used in the generation of an RTF document. Syntax is
DCHANGELOG.rst267 - **fix(docs): fix Lottie document cannot view examples (#6338)** `6342 <https://github.com/lvgl/lv…
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dthreading.rst15 In the context of this document, a thread is any sequence of CPU instructions.