|
41 | 41 | <issueHandlers> |
42 | 42 | <UndefinedFunction> |
43 | 43 | <errorLevel type="suppress"> |
| 44 | + <!-- template functions: https://github.com/nextcloud/server/blob/6e8e34fef920a073118c22111f0f31eb3b3a91dc/lib/private/legacy/template/functions.php --> |
44 | 45 | <referencedFunction name="p"/> |
| 46 | + <referencedFunction name="emit_css_tag"/> |
| 47 | + <referencedFunction name="emit_css_loading_tags"/> |
| 48 | + <referencedFunction name="emit_script_tag"/> |
| 49 | + <referencedFunction name="emit_script_loading_tags"/> |
45 | 50 | <referencedFunction name="print_unescaped"/> |
46 | 51 | <referencedFunction name="script"/> |
| 52 | + <referencedFunction name="vendor_script"/> |
47 | 53 | <referencedFunction name="style"/> |
| 54 | + <referencedFunction name="vendor_style"/> |
| 55 | + <referencedFunction name="translation"/> |
| 56 | + <referencedFunction name="component"/> |
| 57 | + <referencedFunction name="link_to"/> |
| 58 | + <referencedFunction name="link_to_docs"/> |
| 59 | + <referencedFunction name="image_path"/> |
| 60 | + <referencedFunction name="mimetype_icon"/> |
| 61 | + <referencedFunction name="preview_icon"/> |
| 62 | + <referencedFunction name="publicPreview_icon"/> |
| 63 | + <referencedFunction name="human_file_size"/> |
| 64 | + <referencedFunction name="strip_time"/> |
| 65 | + <referencedFunction name="relative_modified_date"/> |
| 66 | + <referencedFunction name="html_select_options"/> |
48 | 67 | </errorLevel> |
49 | 68 | </UndefinedFunction> |
50 | 69 | <UndefinedGlobalVariable> |
51 | 70 | <errorLevel type="suppress"> |
52 | | - <referencedVariable name="$l"/> |
53 | 71 | <referencedVariable name="$_"/> |
| 72 | + <referencedVariable name="$l"/> |
| 73 | + <referencedVariable name="$theme"/> |
54 | 74 | <!-- false positive: https://github.com/nextcloud/server/blob/cb057829f72c70e819f456edfadbb29d72dba832/lib/private/Console/Application.php#L92 --> |
55 | 75 | <file name="apps/*/appinfo/register_command.php" /> |
56 | 76 | <file name="core/register_command.php" /> |
|
0 commit comments