| /lvgl-latest/docs/_static/js/ |
| D | custom.js | 2 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');
|
| D | include_html.js | 6 z = document.getElementsByTagName("*");
|
| /lvgl-latest/src/libs/thorvg/rapidjson/ |
| D | pointer.h | 508 …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 …]
|
| D | schema.h | 85 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(¬_, 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/ |
| D | link_roles.py | 34 for node in self.document.traverse(translation_link): 38 env = self.document.settings.env
|
| D | lv_example.py | 36 env = self.state.document.settings.env 66 env = self.state.document.settings.env
|
| /lvgl-latest/env_support/pikascript/ |
| D | README.md | 11 More document about PikaScript: https://pikadoc.readthedocs.io/en/latest/index.html
|
| /lvgl-latest/docs/details/integration/chip/ |
| D | renesas.rst | 8 `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/ |
| D | OFL.txt | 26 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/ |
| D | OFL.txt | 26 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/ |
| D | OFL.txt | 26 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/ |
| D | rt-thread.rst | 40 `中文文档 <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/ |
| D | LICENSE.txt | 50 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/ |
| D | core_components.rst | 88 build system (i.e. ``.ipk`` or ``.deb`` files), this document avoids
|
| /lvgl-latest/docs/ |
| D | README.md | 127 ##### When "link text" should be a title or section heading from the target document:
|
| D | CODING_STYLE.rst | 97 The normal comment prefix ``/**`` causes the comment to document the code member
|
| D | Doxyfile | 1689 # 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
|
| D | CHANGELOG.rst | 267 - **fix(docs): fix Lottie document cannot view examples (#6338)** `6342 <https://github.com/lvgl/lv…
|
| /lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
| D | threading.rst | 15 In the context of this document, a thread is any sequence of CPU instructions.
|