Go to the source code of this file.
|
| HttpDataTypes | backend.src.libs.favicon.favicon_helpers.reducer_type_to_data_type (IR_CONST.FileFormat reducer_type, *, Disp disp=FAVICON_HELPER_DISP) |
| |
| str | backend.src.libs.favicon.favicon_helpers.generate_image_path (str filename, str file_id) |
| |
| List[Dict[str, Any]] | backend.src.libs.favicon.favicon_helpers.list_from_table ("SQL" sql, str table, *, str title="_list_from_table", Disp disp=FAVICON_HELPER_DISP) |
| |
| Dict[str, Any] | backend.src.libs.favicon.favicon_helpers.extract_line_from_id (List[Dict[str, Any]] data_list, Optional[Union[int, str]] entry_id, *, Disp disp=FAVICON_HELPER_DISP) |
| |
| Dict[str, Any] | backend.src.libs.favicon.favicon_helpers.get_from_table ("SQL" sql, str table, Union[int, str] item_id, *, str title="get_from_table", Disp disp=FAVICON_HELPER_DISP) |
| |
| bool | backend.src.libs.favicon.favicon_helpers.is_hex_colour_valid (str colour) |
| |
| str | backend.src.libs.favicon.favicon_helpers.pad_hex_colour (str colour, bool with_alpha=True) |
| |
| str | backend.src.libs.favicon.favicon_helpers.unpad_hex_colour (str colour) |
| |