Home
last modified time | relevance | path

Searched refs:exclude_folders (Results 1 – 25 of 25) sorted by relevance

/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/sphinxext/
H A Dsummarise_package.py15 def walk_module(mod_name, exclude_folders=None): argument
31 exclude_folders = exclude_folders or []
35 for folder in exclude_folders:
116 def main(package_name, exclude_folders=None): argument
122 mod_walk = walk_module(package_name, exclude_folders=exclude_folders)
190 for package_name, out_fname, exclude_folders in zip(package_names,
194 content = main(package_name, exclude_folders=exclude_folders)
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Ddlg-add-folder.c156 exclude_folders = NULL; in file_sel_response_cb()
166 exclude_folders, in file_sel_response_cb()
278 if (exclude_folders != NULL) in sync_widgets_with_options()
348 exclude_folders, in dlg_add_folder_load_options()
359 g_free (exclude_folders); in dlg_add_folder_load_options()
395 exclude_folders, in dlg_add_folder_load_last_options()
404 g_free (exclude_folders); in dlg_add_folder_load_last_options()
435 *exclude_folders = ""; in get_options_from_widgets()
447 const char *exclude_folders; in dlg_add_folder_save_current_options() local
458 &exclude_folders, in dlg_add_folder_save_current_options()
[all …]
H A Dgio-utils.h77 const char *exclude_folders,
H A Dfr-archive.h171 const char *exclude_folders,
H A Dfr-window.h132 const char *exclude_folders,
H A Dgio-utils.c684 const char *exclude_folders, in g_directory_list_async() argument
708 …gfl->exclude_folders_filter = filter_new (exclude_folders, ignorecase ? FILTER_IGNORECASE : FILTER… in g_directory_list_async()
H A Dfr-archive.c2059 const char *exclude_folders, in fr_archive_add_with_wildcard() argument
2096 exclude_folders, in fr_archive_add_with_wildcard()
H A Dfr-window.c6437 const char *exclude_folders, in fr_window_archive_add_with_wildcard() argument
6446 exclude_folders, in fr_window_archive_add_with_wildcard()
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Ddlg-add.c73 const char *exclude_folders; in file_selector_response_cb() local
124 exclude_folders = NULL; in file_selector_response_cb()
133 exclude_folders, in file_selector_response_cb()
285 if (exclude_folders != NULL) in sync_widgets_with_options()
376 exclude_folders, in dlg_add_folder_load_options()
388 g_free (exclude_folders); in dlg_add_folder_load_options()
432 exclude_folders, in dlg_add_folder_load_last_options()
441 g_free (exclude_folders); in dlg_add_folder_load_last_options()
484 *exclude_folders = ""; in get_options_from_widgets()
521 &exclude_folders, in dlg_add_folder_save_current_options()
[all …]
H A Dfr-window.h137 const char *exclude_folders,
H A Dfr-archive.h400 const char *exclude_folders,
H A Dfr-window.c6350 const char *exclude_folders, in fr_window_archive_add_with_filter() argument
6362 exclude_folders, in fr_window_archive_add_with_filter()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/
H A Dpackage_mac_toolchain.py129 exclude_folders = DEFAULT_EXCLUDE_FOLDERS
131 exclude_folders += MAC_EXCLUDE_FOLDERS
133 exclude_folders += IOS_EXCLUDE_FOLDERS
134 args.extend(map('--exclude={0}'.format, exclude_folders))
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/build/
H A Dpackage_mac_toolchain.py128 exclude_folders = DEFAULT_EXCLUDE_FOLDERS
130 exclude_folders += MAC_EXCLUDE_FOLDERS
132 exclude_folders += IOS_EXCLUDE_FOLDERS
133 args.extend(map('--exclude={0}'.format, exclude_folders))
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/build/
H A Dpackage_mac_toolchain.py128 exclude_folders = DEFAULT_EXCLUDE_FOLDERS
130 exclude_folders += MAC_EXCLUDE_FOLDERS
132 exclude_folders += IOS_EXCLUDE_FOLDERS
133 args.extend(map('--exclude={0}'.format, exclude_folders))
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/build/
H A Dpackage_mac_toolchain.py128 exclude_folders = DEFAULT_EXCLUDE_FOLDERS
130 exclude_folders += MAC_EXCLUDE_FOLDERS
132 exclude_folders += IOS_EXCLUDE_FOLDERS
133 args.extend(map('--exclude={0}'.format, exclude_folders))
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/build/
H A Dpackage_mac_toolchain.py128 exclude_folders = DEFAULT_EXCLUDE_FOLDERS
130 exclude_folders += MAC_EXCLUDE_FOLDERS
132 exclude_folders += IOS_EXCLUDE_FOLDERS
133 args.extend(map('--exclude={0}'.format, exclude_folders))
/dports/mail/geary/geary-40.0/src/engine/app/
H A Dapp-search-folder.vala109 private Gee.HashSet<FolderPath?> exclude_folders =
427 if (!this.exclude_folders.contains(folder.path)) {
544 this.exclude_folders,
642 this.exclude_folders.remove(folder.path);
646 this.exclude_folders.add(folder.path);
650 this.exclude_folders.add(null);
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/core/
H A Dgio-utils.h77 const char *exclude_folders,
H A Dfr-archive.h174 const char *exclude_folders,
H A Dfr-window.h127 const char* exclude_folders,
H A Dgio-utils.c684 const char *exclude_folders, in g_directory_list_async() argument
708 …gfl->exclude_folders_filter = filter_new (exclude_folders, ignorecase ? FILTER_IGNORECASE : FILTER… in g_directory_list_async()
H A Dfr-archive.c2070 const char *exclude_folders, in fr_archive_add_with_wildcard() argument
2107 exclude_folders, in fr_archive_add_with_wildcard()
/dports/www/piwigo/piwigo/admin/include/
H A Dfunctions.php595 $exclude_folders = array_merge(
604 $exclude_folders = array_flip($exclude_folders);
612 if (is_dir($path.'/'.$node) and !isset($exclude_folders[$node]))
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Dwindow.cpp967 auto exclude_folders = build->get_exclude_folders(); in set_menu_actions() local
989 …if(std::any_of(exclude_folders.begin(), exclude_folders.end(), [&filename](const std::string &excl… in set_menu_actions()