Searched refs:search (Results 1 – 17 of 17) sorted by relevance
/lvgl-latest/scripts/ |
D | lv_conf_internal_gen.py | 119 …r = re.search(r'^([\s]*)#[\s]*(undef|define)[\s]+([^\s]+).*$', line) # \s means any white space … 131 is_one = re.search(r'#[\s]*define[\s]*[A-Z0-9_]+[\s]+1([\s]*$|[\s]+)', line) 165 elif re.search('^ *typedef .*;.*$', line):
|
D | generate_lv_conf.py | 65 groups = re.search(r'([A-Z0-9_]+)\s+(.+)', line).groups() 79 res = re.search(r'#define\s+([A-Z0-9_]+)\s+(.+)', src_line)
|
D | update_version.py | 29 groups = re.search(self.RE_PATTERN, user_input).groups()
|
/lvgl-latest/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-latest/docs/details/integration/renderers/ |
D | nema_gfx.rst | 36 Add an entry under "Library search path (-L)" which is a path to 40 search paths. Under "MCU GCC Compiler", "Include paths", add an entry to "Include paths (-I)"
|
/lvgl-latest/docs/ |
D | build.py | 589 match = major_re.search(line) 593 match = minor_re.search(line)
|
D | Doxyfile | 714 # search path. See also \cite for info how to create references. 1018 # tools must be available from the command line (i.e. in the search path). 1283 # HTML files also contain an index, a table of contents, and you can search for 1538 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for 1539 # the HTML output. The underlying search engine uses javascript and DHTML and 1542 # there is already a search function so this one should typically be disabled. 1543 # For large projects the javascript based search engine can be slow, then 1545 # search using the keyboard; to jump to the search box use <access key> + S 1547 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1548 # key> to jump into the search results window, the results can be navigated [all …]
|
D | CHANGELOG.rst | 279 - **fix(obj): search child object using depth-first search** `6287 <https://github.com/lvgl/lvgl/pu…
|
/lvgl-latest/docs/details/integration/os/buildroot/ |
D | lvgl_app.rst | 19 To search for a string pattern in the configuration, press ``/`` followed by 20 the desired pattern. For example, search for ``libdrm``. You should find
|
/lvgl-latest/docs/details/debugging/ |
D | gdb_plugin.rst | 90 How to use it specifically, search ``pydevd_pycharm`` / ``debugpy`` for details.
|
/lvgl-latest/tests/src/test_files/fonts/noto/ |
D | README.txt | 54 Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
|
/lvgl-latest/docs/details/other-components/ |
D | font_manager.rst | 65 not found in a font file, it will automatically search from the next concatenated
|
D | obj_property.rst | 244 Gets property ID by doing a non-recursive search for ``name`` directly in Widget 252 exist in both lists. Because of the search sequence in
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1722 stbtt_uint32 search = endCount; local 1729 if(unicode_codepoint >= ttUSHORT(data, search + rangeShift * 2)) 1730 search += rangeShift * 2; 1733 search -= 2; 1737 end = ttUSHORT(data, search + searchRange * 2); 1739 search += searchRange * 2; 1742 search += 2; 1746 stbtt_uint16 item = (stbtt_uint16)((search - endCount) >> 1);
|
/lvgl-latest/tests/ |
D | CMakeLists.txt | 167 set(CMAKE_LIBRARY_PATH "/usr/lib/i386-linux-gnu" CACHE PATH "search 32bit lib path firstly")
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 19 have to be specified in a style. LVGL will search for a property until a
|