Searched refs:attributes (Results 1 – 9 of 9) sorted by relevance
326 UINT64 attributes = 0; in lv_fs_uefi_dir_open_cb() local359 attributes = EFI_FILE_DIRECTORY; in lv_fs_uefi_dir_open_cb()366 attributes); in lv_fs_uefi_dir_open_cb()552 UINT64 attributes; in lv_fs_uefi_is_dir() local559 attributes = info->Attribute; in lv_fs_uefi_is_dir()562 return (attributes & EFI_FILE_DIRECTORY) != 0; in lv_fs_uefi_is_dir()567 UINT64 attributes; in lv_fs_uefi_is_file() local574 attributes = info->Attribute; in lv_fs_uefi_is_file()577 return (attributes & EFI_FILE_DIRECTORY) == 0; in lv_fs_uefi_is_file()
54 } attributes[] = { in _isIgnoreUnsupportedLogAttributes() local64 …if (!strncmp(tagAttribute, attributes[i].tag, attributes[i].tagWildcard ? strlen(attributes[i].tag… in _isIgnoreUnsupportedLogAttributes()65 if (attributes[i].value && tagValue) { in _isIgnoreUnsupportedLogAttributes()66 if (!strncmp(tagValue, attributes[i].value, strlen(tagValue))) { in _isIgnoreUnsupportedLogAttributes()
21 This pointer can later be used to read or change the Widget's attributes.48 Basic attributes51 All Widget types share some basic attributes:61 You can set/get these attributes with ``lv_obj_set_...`` and66 /* Set basic Widget attributes */73 Widget-specific attributes76 The Widget types have special attributes as well. For example, a slider has81 For these special attributes, every Widget type may have unique API86 /* Set slider specific attributes */489 There are some Widget attributes which can be enabled/disabled by
161 Additionally, it's possible to use the extended widget's attributes196 /* Use attributes to set the button text */212 They can be referenced from components, and their API can be used via the exposed attributes240 /* Process the label-specific attributes */
163 reference the Widget to set its attributes.188 Along with these attributes, widgets can have type-specific attributes which are
36 Each chart has the following attributes (over and above attributes found in
36 We are using GitHub labels to show the state and attributes of the issues and Pull requests.
347 # For Microsoft's IDL there are propget and propput attributes to indicate1375 # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the1383 # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this1385 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
48 This makes it very convenient to apply to the appearance (and other attributes) of UI