Searched refs:href (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/scripts/ |
D | changelog-template.hbs | 2 `{{title}} <{{href}}>`__ {{niceDate}} 9 - .. warning: {{message}} `{{id}} <{{href}}>`__ 12 - .. warning: {{subject}} `{{shorthash}} <{{href}}>`__ 15 - **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__ 22 - **{{message}}** `{{id}} <{{href}}>`__ 25 - **{{subject}}** `{{shorthash}} <{{href}}>`__ 28 - **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__ 35 - **{{message}}** `{{id}} <{{href}}>`__ 38 - **{{subject}}** `{{shorthash}} <{{href}}>`__ 41 - **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__ [all …]
|
/lvgl-latest/docs/ |
D | index.rst | 16 …<a href="intro/introduction.html"><img class="home-img" src="_static/img/home_1.png" alt="Get fami… 17 …<a href="intro/basics.html"><img class="home-img" src="_static/img/home_2.png" alt="Learn how LVGL… 18 …<a href="intro/basics.html#going-deeper"><img class="home-img" src="_static/img/home_3.png" alt="G… 19 …<a href="intro/add-lvgl-to-your-project/index.html"><img class="home-img" src="_static/img/home_4.… 20 …<a href="details/widgets/index.html"><img class="home-img" src="_static/img/home_5.png" alt="Learn… 21 …<a href="CONTRIBUTING.html"><img class="home-img" src="_static/img/home_6.png" alt="Be part of LVG…
|
D | README_zh.rst | 4 …<a href="https://github.com/sponsors/lvgl" target="_blank"><img align="left" src="https://lvgl.io/… 8 …<a href="../README.md">English</a>| <b>中文</b>| <a href="./README_pt_BR.rst">Português do Brasil</a… 39 <a href="https://lvgl.io" title="Homepage of LVGL">官网 </a> | 40 <a href="https://docs.lvgl.io/" title="Detailed documentation with 100+ examples">文档</a> | 41 <a href="https://forum.lvgl.io" title="Get help and help others">论坛</a> | 42 <a href="https://lvgl.io/demos" title="Demos running in your browser">示例</a> | 43 …<a href="https://lvgl.io/services" title="Graphics design, UI implementation and consulting">服务</a> 202 …<summary>MicroPython code | <a href="https://sim.lvgl.io/v8.3/micropython/ports/javascript/index.h… 256 …<summary>MicroPython code | <a href="https://sim.lvgl.io/v8.3/micropython/ports/javascript/index.h… 322 …<summary>MicroPython code | <a href="https://sim.lvgl.io/v8.3/micropython/ports/javascript/index.h… [all …]
|
D | README_jp.rst | 4 …<a href="https://github.com/sponsors/lvgl" target="_blank"><img align="left" src="https://lvgl.io/… 8 …<a href="../README.md">English</a>| <a href="./README_zh.rst">中文</a>| <a href="./README_pt_BR.rst"…
|
D | README_pt_BR.rst | 4 …<a href="https://github.com/sponsors/lvgl" target="_blank"><img align="left" src="https://lvgl.io/… 8 …<a href="../README.md">English</a>| <a href="./README_zh.rst">中文</a>| <b>Português do Brasil</b> |…
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgSceneBuilder.cpp | 528 static bool _isValidImageMimeTypeAndEncoding(const char** href, const char** mimetype, imageMimeTyp… in _isValidImageMimeTypeAndEncoding() argument 529 if (strncmp(*href, "image/", sizeof("image/") - 1)) return false; //not allowed mime type in _isValidImageMimeTypeAndEncoding() 530 *href += sizeof("image/") - 1; in _isValidImageMimeTypeAndEncoding() 536 if (!strncmp(*href, imageMimeTypes[i].name, imageMimeTypes[i].sz - 1)) { in _isValidImageMimeTypeAndEncoding() 537 *href += imageMimeTypes[i].sz - 1; in _isValidImageMimeTypeAndEncoding() 540 while (**href && **href != ',') { in _isValidImageMimeTypeAndEncoding() 541 while (**href && **href != ';') ++(*href); in _isValidImageMimeTypeAndEncoding() 542 if (!**href) return false; in _isValidImageMimeTypeAndEncoding() 543 ++(*href); in _isValidImageMimeTypeAndEncoding() 546 if (!strncmp(*href, "base64,", sizeof("base64,") - 1)) { in _isValidImageMimeTypeAndEncoding() [all …]
|
D | tvgSvgLoader.cpp | 1936 static char* _idFromHref(const char* href) in _idFromHref() argument 1938 href = _skipSpace(href, nullptr); in _idFromHref() 1939 if ((*href) == '#') href++; in _idFromHref() 1940 return strdup(href); in _idFromHref() 1978 if (image->href && value) free(image->href); in _attrParseImageNode() 1979 image->href = _idFromHref(value); in _attrParseImageNode() 3185 if (from->node.image.href) { in _copyAttr() 3186 if (to->node.image.href) free(to->node.image.href); in _copyAttr() 3187 to->node.image.href = strdup(from->node.image.href); in _copyAttr() 3687 free(node->node.image.href); in _freeNode()
|
D | tvgSvgLoaderCommon.h | 353 char* href; member
|
/lvgl-latest/ |
D | README.md | 2 <a href="https://github.com/sponsors/lvgl" target="_blank"><img align="left" src="https://lvgl.io/g… 5 …<b>English</b> | <a href="./docs/README_zh.rst">中文</a> | <a href="./docs/README_pt_BR.rst">Portugu… 23 <a href="https://lvgl.io" title="Homepage of LVGL">Website </a> | 24 <a href="https://docs.lvgl.io/" title="Detailed documentation with 100+ examples">Docs</a> | 25 <a href="https://forum.lvgl.io" title="Get help and help others">Forum</a> | 26 <a href="https://lvgl.io/demos" title="Demos running in your browser">Demos</a> | 27 <a href="https://lvgl.io/services" title="Graphics design, UI implementation and consulting">Servic… 133 …<summary>MicroPython code | <a href="https://sim.lvgl.io/v8.3/micropython/ports/javascript/index.h… 175 …<summary>MicroPython code | <a href="https://sim.lvgl.io/v8.3/micropython/ports/javascript/index.h… 229 …<summary>MicroPython code | <a href="https://sim.lvgl.io/v8.3/micropython/ports/javascript/index.h… [all …]
|