Searched refs:search (Results 1 – 9 of 9) sorted by relevance
/lvgl-3.6.0/scripts/release/ |
D | com.py | 27 r = re.search(s, i) 53 r = re.search(r'^#define LVGL_VERSION_MAJOR ', i) 55 m = lastNum.search(i) 58 r = re.search(r'^#define LVGL_VERSION_MINOR ', i) 60 m = lastNum.search(i) 63 r = re.search(r'^#define LVGL_VERSION_PATCH ', i) 65 m = lastNum.search(i)
|
/lvgl-3.6.0/scripts/ |
D | lv_conf_internal_gen.py | 95 …r = re.search(r'^([\s]*)#[\s]*(undef|define)[\s]+([^\s]+).*$', line) # \s means any white space … 107 is_one = re.search(r'#[\s]*define[\s]*[A-Z0-9_]+[\s]+1([\s]*$|[\s]+)', line) 141 elif re.search('^ *typedef .*;.*$', line):
|
D | Doxyfile | 714 # search path. See also \cite for info how to create references. 1017 # tools must be available from the command line (i.e. in the search path). 1282 # HTML files also contain an index, a table of contents, and you can search for 1537 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for 1538 # the HTML output. The underlying search engine uses javascript and DHTML and 1541 # there is already a search function so this one should typically be disabled. 1542 # For large projects the javascript based search engine can be slow, then 1544 # search using the keyboard; to jump to the search box use <access key> + S 1546 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1547 # key> to jump into the search results window, the results can be navigated [all …]
|
/lvgl-3.6.0/docs/_static/css/ |
D | custom.css | 49 .wy-side-nav-search { 52 .wy-side-nav-search>div.version {
|
D | fontawesome.min.css | 5 …search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{…
|
/lvgl-3.6.0/src/extra/ |
D | README.md | 24 - [Preloaders](https://www.google.com/search?q=preloader&sxsrf=ALeKk01ddA4YB0WEgLLN1bZNSm8YER7pkg:1…
|
/lvgl-3.6.0/docs/get-started/platforms/ |
D | pc-simulator.md | 55 1. Find the current version of SDL2: `apt-cache search libsdl2 (e.g. libsdl2-2.0-0)`
|
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1730 stbtt_uint32 search = endCount; local 1737 if(unicode_codepoint >= ttUSHORT(data, search + rangeShift * 2)) 1738 search += rangeShift * 2; 1741 search -= 2; 1745 end = ttUSHORT(data, search + searchRange * 2); 1747 search += searchRange * 2; 1750 search += 2; 1754 stbtt_uint16 item = (stbtt_uint16)((search - endCount) >> 1);
|
/lvgl-3.6.0/docs/overview/ |
D | style.md | 9 Therefore, not all properties have to be specified in a style. LVGL will search for a property unti…
|