Home
last modified time | relevance | path

Searched refs:_g_utf8_all_spaces (Results 1 – 18 of 18) sorted by relevance

/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Ddlg-add.c115 if (_g_utf8_all_spaces (include_files)) in file_selector_response_cb()
119 if (_g_utf8_all_spaces (exclude_files)) in file_selector_response_cb()
123 if (_g_utf8_all_spaces (exclude_folders)) in file_selector_response_cb()
475 if (_g_utf8_all_spaces (*include_files)) in get_options_from_widgets()
479 if (_g_utf8_all_spaces (*exclude_files)) in get_options_from_widgets()
483 if (_g_utf8_all_spaces (*exclude_folders)) in get_options_from_widgets()
H A Dglib-utils.h95 gboolean _g_utf8_all_spaces (const char *text);
H A Dfr-new-archive-dialog.c128 …og_get_widget_for_response (GTK_DIALOG (self), GTK_RESPONSE_OK), ! _g_utf8_all_spaces (gtk_entry_g… in _fr_new_archive_dialog_update_sensitivity()
H A Dglib-utils.c394 _g_utf8_all_spaces (const char *text) in _g_utf8_all_spaces() function
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dtest-glib-utils.c104 g_assert_true (_g_utf8_all_spaces (NULL)); in test_g_utf8_all_spaces_space()
105 g_assert_true (_g_utf8_all_spaces ("")); in test_g_utf8_all_spaces_space()
106 g_assert_true (_g_utf8_all_spaces (" ")); in test_g_utf8_all_spaces_space()
107 g_assert_false (_g_utf8_all_spaces (".")); in test_g_utf8_all_spaces_space()
108 g_assert_false (_g_utf8_all_spaces ("正")); in test_g_utf8_all_spaces_space()
H A Dstr-utils.h86 gboolean _g_utf8_all_spaces (const char *str);
H A Dstr-utils.c655 _g_utf8_all_spaces (const char *str) in _g_utf8_all_spaces() function
H A Dgth-tags-entry.c328 if (_g_utf8_all_spaces (tag)) in _tag_is_valid()
H A Dgth-main.c1488 …if (_g_utf8_all_spaces (new_attributes_v[i]) || _g_file_attributes_matches_any (new_attributes_v[i… in attribute_list_reload_required()
H A Dgth-folder-tree.c1922 if (_g_utf8_all_spaces (name)) { in rename_dialog_response_cb()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/catalogs/
H A Dactions.c87 if (_g_utf8_all_spaces (name)) { in catalog_new_dialog_response_cb()
210 if (_g_utf8_all_spaces (name)) { in new_library_dialog_response_cb()
H A Ddlg-add-to-catalog.c374 if (_g_utf8_all_spaces (name)) { in new_catalog_dialog_response_cb()
539 if (_g_utf8_all_spaces (name)) { in new_library_dialog_response_cb()
/dports/audio/goobox/goobox-3.6.0/src/
H A Dglib-utils.h168 gboolean _g_utf8_all_spaces (const char *utf8_string);
H A Dglib-utils.c871 _g_utf8_all_spaces (const char *utf8_string) in _g_utf8_all_spaces() function
/dports/graphics/gthumb/gthumb-3.10.1/extensions/importer/
H A Dgth-import-task.c732 if ((self->priv->event_name != NULL) && ! _g_utf8_all_spaces (self->priv->event_name)) { in gth_import_task_exec()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/file_tools/
H A Dgth-file-tool-curves.c371 if (_g_utf8_all_spaces (name)) { in add_to_presets_dialog_response_cb()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/file_manager/
H A Dactions.c69 if (_g_utf8_all_spaces (name)) { in new_folder_dialog_response_cb()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/exiv2_tools/
H A Dexiv2-utils.cpp259 if (_g_utf8_all_spaces (formatted_value_utf8)) in create_metadata()