-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeany.rules
34 lines (34 loc) · 1.31 KB
/
geany.rules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
functions:
utils_mkdir return leak-ignore
utils_wrap_string return leak-ignore
utils_str_replace_escape return leak-ignore
utils_strtod return leak-ignore
utils_get_setting_boolean return leak-ignore
utils_get_setting_integer return leak-ignore
utils_strpos return leak-ignore
utils_str_replace_all return leak-ignore
utils_is_file_writable return leak-ignore
utils_str_equal return leak-ignore
utils_str_casecmp return leak-ignore
utils_path_skip_root return leak-ignore
utils_is_absolute_path return leak-ignore
utils_atob return leak-ignore
utils_ensure_same_eol_characters return leak-ignore
utils_is_short_html_tag return leak-ignore
utils_find_open_xml_tag_pos return leak-ignore
utils_write_file return leak-ignore
utils_get_line_endings return leak-ignore
utils_open_browser return leak-ignore
str_in_array return leak-ignore
utils_str_remove_chars return leak-ignore
utils_tidy_path return leak-ignore
utils_is_remote_path return leak-ignore
utils_is_uri return leak-ignore
utils_spawn_async return leak-ignore
utils_spawn_sync return leak-ignore
utils_string_regex_replace_all return leak-ignore
utils_string_replace_first return leak-ignore
utils_string_replace_all return leak-ignore
utils_string_replace return leak-ignore
utils_string_find return leak-ignore
utils_str_has_upper return leak-ignore