Home
last modified time | relevance | path

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

12345678910>>...52

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/archive/
H A Dutil_test.go34 Exclusions: nil,
600 Exclusions: map[string]struct{}{
658 _, ok := spec.Exclusions[path]
678 Exclusions: map[string]struct{}{
715 _, ok := spec.Exclusions[path]
740 Exclusions: map[string]struct{}{
803 fmt.Printf("Expected exclusions: %+v, actual: %+v", expectedSpec.Exclusions, spec.Exclusions)
816 _, ok := spec.Exclusions[path]
924 _, ok := spec.Exclusions[path]
993 _, ok := spec.Exclusions[path]
[all …]
H A Darchiver.go53 Exclusions map[string]struct{} member
87 Exclusions: make(map[string]struct{}),
99 fs.Exclusions[k] = struct{}{}
144 if filterSpec.Exclusions == nil {
146 filterSpec.Exclusions = make(map[string]struct{})
186 for path := range spec.Exclusions {
H A Dutil.go50 filter.Exclusions = make(map[string]struct{})
104 if filter.Exclusions == nil || filter.Inclusions == nil {
117 filter.Exclusions[""] = struct{}{}
127 filter.Exclusions[exclusion] = struct{}{}
/dports/net/storj/storj-1.45.3/storagenode/trust/
H A Dconfig.go16 Exclusions Exclusions `help:"list of trust exclusions" devDefault:"" releaseDefault:""` member
59 type Exclusions struct { struct
64 func (exclusions *Exclusions) String() string { argument
73 func (exclusions *Exclusions) Set(value string) error { argument
93 func (exclusions Exclusions) Type() string { argument
/dports/devel/vera++/vera++-1.3.0/src/plugins/
H A DExclusions.cpp40 void Exclusions::setExclusions(const ExclusionFileName & fileName) in setExclusions()
52 void Exclusions::setExclusionsRegex(const ExclusionFileName & fileName) in setExclusionsRegex()
78 void Exclusions::setExclusionsTcl(const ExclusionFileName & fileName) in setExclusionsTcl()
117 bool Exclusions::isExcluded(const Structures::SourceFiles::FileName & name, in isExcluded()
132 bool Exclusions::isExcluded(const Structures::SourceFiles::FileName & name) in isExcluded()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/scripting/v2/
H A Dclientmodel.h28 Q_PROPERTY(Exclusions exclusions READ exclusions WRITE setExclusions NOTIFY exclusionsChanged)
48 Q_DECLARE_FLAGS(Exclusions, Exclusion)
49 Q_FLAGS(Exclusions)
69 void setExclusions(ClientModel::Exclusions exclusions);
70 Exclusions exclusions() const;
94 Exclusions m_exclusions;
354 ClientModel::Exclusions ClientModel::exclusions() const in exclusions()
374 Q_DECLARE_OPERATORS_FOR_FLAGS(KWin::ScriptingModels::V2::ClientModel::Exclusions)
/dports/textproc/pict/pict-3.7.1/cli/
H A Dgcdmodel.cpp22 for( auto & exclusion : Exclusions ) in CheckEntireParameterExcluded()
59 for( auto & exclusion : Exclusions ) in GetSingleItemExclusions()
281 if( !interpreter.ConvertToExclusions( Exclusions ) ) in TranslateToGCD()
296 for( auto & excl : Exclusions ) in TranslateToGCD()
304 Exclusions.clear(); in TranslateToGCD()
305 __insert( Exclusions, _task.GetExclusions().begin(), _task.GetExclusions().end() ); in TranslateToGCD()
321 for( auto & exclusion : Exclusions ) in PrintGcdExclusions()
337 wcerr << L"Count: " << (unsigned int) Exclusions.size() << endl; in PrintGcdExclusions()
526 Exclusions.insert( excl ); in addExclusionsForNegativeRun()
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/golangci/golangci-lint/pkg/golinters/
H A Derrcheck.go134 Exclusions: errcheck.Exclusions{
143 checker.Exclusions.SymbolRegexpsByPackage[pkg] = re
152 checker.Exclusions.Symbols = append(checker.Exclusions.Symbols, exclude...)
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/kisielk/errcheck/errcheck/
H A Derrcheck.go140 type Exclusions struct { struct
187 Exclusions Exclusions member
210 Tests: !c.Exclusions.TestFiles,
220 if !c.Exclusions.GeneratedFiles {
241 for _, sym := range c.Exclusions.Symbols {
248 if regexps := c.Exclusions.SymbolRegexpsByPackage; regexps != nil {
254 for _, pkg := range c.Exclusions.Packages {
262 blank: !c.Exclusions.BlankAssignments,
263 asserts: !c.Exclusions.TypeAssertions,
/dports/textproc/adabrowse/adabrowse_4.0.3/
H A Dad-config.adb66 with AD.Exclusions;
385 Parse_List (AD.Exclusions.Add_No_XRef'Access, Value);
387 Parse_List (AD.Exclusions.Add_No_XRef_Exception'Access, Value);
390 AD.Exclusions.Clear_Exclusions;
392 Parse_List (AD.Exclusions.Add_Exclusion'Access, Value);
396 AD.Exclusions.Clear_Exclusion_Exceptions;
398 Parse_List (AD.Exclusions.Add_Exclusion_Exception'Access, Value);
H A Dad-exclusions.ads39 package AD.Exclusions is
79 end AD.Exclusions;
/dports/security/py-artifacts/artifacts-20210620/data/
H A Dantivirus.yaml46 - 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Defender\Exclusions\Paths\*'
47 - 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Defender\Exclusions\Processes\*'
48 - 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Defender\Exclusions\Extensions\*'
49 - 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Defender\Exclusions\TemporaryPaths\*'
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/pkg/fileutils/
H A Dfileutils_test.go423 if !pm.Exclusions() {
424 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
434 if !pm.Exclusions() {
435 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
445 if !pm.Exclusions() {
446 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/pkg/fileutils/
H A Dfileutils_test.go423 if !pm.Exclusions() {
424 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
434 if !pm.Exclusions() {
435 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
445 if !pm.Exclusions() {
446 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/pkg/fileutils/
H A Dfileutils_test.go423 if !pm.Exclusions() {
424 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
434 if !pm.Exclusions() {
435 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
445 if !pm.Exclusions() {
446 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/pkg/fileutils/
H A Dfileutils_test.go424 if !pm.Exclusions() {
425 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
435 if !pm.Exclusions() {
436 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
446 if !pm.Exclusions() {
447 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/pkg/fileutils/
H A Dfileutils_test.go422 if !pm.Exclusions() {
423 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
433 if !pm.Exclusions() {
434 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
444 if !pm.Exclusions() {
445 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/pkg/fileutils/
H A Dfileutils_test.go423 if !pm.Exclusions() {
424 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
434 if !pm.Exclusions() {
435 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
445 if !pm.Exclusions() {
446 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/pkg/fileutils/
H A Dfileutils_test.go423 if !pm.Exclusions() {
424 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
434 if !pm.Exclusions() {
435 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
445 if !pm.Exclusions() {
446 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/pkg/fileutils/
H A Dfileutils_test.go424 if !pm.Exclusions() {
425 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
435 if !pm.Exclusions() {
436 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
446 if !pm.Exclusions() {
447 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/pkg/fileutils/
H A Dfileutils_test.go423 if !pm.Exclusions() {
424 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
434 if !pm.Exclusions() {
435 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
445 if !pm.Exclusions() {
446 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/pkg/fileutils/
H A Dfileutils_test.go424 if !pm.Exclusions() {
425 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
435 if !pm.Exclusions() {
436 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
446 if !pm.Exclusions() {
447 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/pkg/fileutils/
H A Dfileutils_test.go423 if !pm.Exclusions() {
424 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
434 if !pm.Exclusions() {
435 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
445 if !pm.Exclusions() {
446 t.Errorf("expected exceptions to be true, got %v", pm.Exclusions())
/dports/devel/coursier/coursier-1.1.0-M12/modules/core/shared/src/main/scala/coursier/core/
H A DOrders.scala87 val (xAll, xExcludeByOrg1, xExcludeByName1, xRemaining0) = Exclusions.partition(x)
88 val (yAll, yExcludeByOrg1, yExcludeByName1, yRemaining0) = Exclusions.partition(y)
152 …alues(deps => deps.head.copy(exclusions = deps.foldLeft(Exclusions.one)((acc, dep) => Exclusions.m…
/dports/devel/R-cran-covr/covr/man/
H A Dexclusions.Rd5 \title{Exclusions}
9 \section{Line Exclusions}{
17 \section{Function Exclusions}{

12345678910>>...52