Home
last modified time | relevance | path

Searched refs:ExcludeFiles (Results 1 – 22 of 22) sorted by relevance

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/tools/
H A Dlocalize.py7 ExcludeFiles = [ " " ] variable
76 if Item in ExcludeFiles: continue
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
H A DFileSearch.c210 StrList = FSData->ExcludeFiles; in FileSearchMeetsCriteria()
273 FSData->ExcludeFiles = StrList; in FileSearchExcludeFiles()
H A DFileSearch.h57 STRING_LIST *ExcludeFiles; member
H A DGuidChk.c114 STRING_LIST *ExcludeFiles; // list of files to exclude (make.inf) member
435 StrList->Next = gOptions.ExcludeFiles; in ProcessArgs()
436 gOptions.ExcludeFiles = StrList; in ProcessArgs()
666 FileSearchExcludeFiles (&FSData, gOptions.ExcludeFiles); in ProcessDirectory()
2346 while (gOptions.ExcludeFiles != NULL) { in FreeOptions()
2347 Ptr = gOptions.ExcludeFiles->Next; in FreeOptions()
2351 free (gOptions.ExcludeFiles); in FreeOptions()
2352 gOptions.ExcludeFiles = Ptr; in FreeOptions()
/dports/sysutils/restic/restic-0.12.1/cmd/restic/
H A Dcmd_backup.go77 ExcludeFiles []string member
110 …f.StringArrayVar(&backupOptions.ExcludeFiles, "exclude-file", nil, "read exclude patterns from a `…
295 if len(opts.ExcludeFiles) > 0 {
296 excludes, err := readExcludePatternsFromFiles(opts.ExcludeFiles)
/dports/devel/erlang-rebar3_hex/rebar3_hex-2.5.0/src/
H A Drebar3_hex_pkg.erl125 ExcludeFiles = lists:ukeysort(2, rebar3_hex_utils:expand_paths(ExcludeFilePaths, AppDir)),
128 …Files2 = lists:filter(fun ({_, Path}) -> lists:keymember(Path, 2, ExcludeFiles) =/= true end, File…
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/tools/
H A Doshelpers.py41 def ExcludeFiles(filters, files): function
69 if not ExcludeFiles(options.excludes, [src]):
/dports/games/pioneer/pioneer-20210723/src/
H A DFaceParts.cpp201 const auto flags = fs::FileEnumerator::IncludeDirs | fs::FileEnumerator::ExcludeFiles; in Scan()
218 const auto flags = fs::FileEnumerator::IncludeDirs | fs::FileEnumerator::ExcludeFiles; in ScanSpecies()
H A DFileSystem.h267 ExcludeFiles = 4, enumerator
H A DFileSystem.cpp417 if (!(m_flags & ExcludeFiles)) { in QueueDirectoryContents()
/dports/www/gohugo/hugo-0.91.2/modules/
H A Dconfig.go386 ExcludeFiles interface{} member
/dports/news/golded+/golded-plus/golded+/goldlib/gcfg/
H A Dgs_pop.h281 ExcludeFiles[10], member
/dports/devel/rebar3/rebar3-3.17.0/_build/default/lib/relx/src/
H A Drlx_assemble.erl250 copy_dir(SourceDir, TargetDir, ExcludeFiles) ->
257 end, SourceFiles -- ExcludeFiles).
/dports/devel/rebar3/rebar3-3.17.0/_checkouts/relx/src/
H A Drlx_assemble.erl250 copy_dir(SourceDir, TargetDir, ExcludeFiles) ->
257 end, SourceFiles -- ExcludeFiles).
/dports/textproc/sift/sift-0.9.0/
H A Dsift.go310 for _, filePattern := range options.ExcludeFiles {
H A Doptions.go56ExcludeFiles []string `long:"exclude-files" description:"do not select files whose name mat… member
/dports/www/gohugo/hugo-0.91.2/hugolib/filesystems/
H A Dbasefs.go640 types.ToStringSlicePreserveString(mount.ExcludeFiles),
/dports/databases/fpc-fpindexer/fpc-3.2.2/packages/fpindexer/src/
H A Dfpindexer.pp280 procedure ExcludeFiles(const ExcludeMask: UTF8String; AList: TStrings); virtual;
1254 procedure TFPIndexer.ExcludeFiles(const ExcludeMask: UTF8String; AList: TStrings);
/dports/lang/fpc-source/fpc-3.2.2/packages/fpindexer/src/
H A Dfpindexer.pp280 procedure ExcludeFiles(const ExcludeMask: UTF8String; AList: TStrings); virtual;
1254 procedure TFPIndexer.ExcludeFiles(const ExcludeMask: UTF8String; AList: TStrings);
/dports/deskutils/nextcloudclient/desktop-3.4.1/
H A DChangeLog458 * ExcludeFiles: Fix when the folder casing is not the same in the settings and in the FS
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/changelog/
H A DCHANGELOG.tmpl585 * ExcludeFiles: Fix when the folder casing is not the same in the settings and in the FS
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/
H A DCHANGELOG.md1419 * ExcludeFiles: Fix when the folder casing is not the same in the settings and in the FS