Home
last modified time | relevance | path

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

1234

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/fsouza/go-dockerclient/internal/archive/
H A Darchive.go173 relFilePath, err := filepath.Rel(srcPath, filePath)
180 if options.IncludeSourceDir && include == "." && relFilePath != "." {
181 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
191 if include != relFilePath {
192 skip, err = pm.Matches(relFilePath)
194 logrus.Errorf("Error matching %s: %v", relFilePath, err)
215 dirSlash := relFilePath + string(filepath.Separator)
231 if seen[relFilePath] {
234 seen[relFilePath] = true
246 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/fsouza/go-dockerclient/internal/archive/
H A Darchive.go173 relFilePath, err := filepath.Rel(srcPath, filePath)
180 if options.IncludeSourceDir && include == "." && relFilePath != "." {
181 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
191 if include != relFilePath {
192 skip, err = pm.Matches(relFilePath)
194 logrus.Errorf("Error matching %s: %v", relFilePath, err)
215 dirSlash := relFilePath + string(filepath.Separator)
231 if seen[relFilePath] {
234 seen[relFilePath] = true
246 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/
H A Darchive.go468 relFilePath, err := filepath.Rel(srcPath, filePath)
475 if options.IncludeSourceDir && include == "." && relFilePath != "." {
476 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
486 if include != relFilePath {
487 skip, err = fileutils.OptimizedMatches(relFilePath, patterns, patDirs)
489 logrus.Debugf("Error matching %s: %v", relFilePath, err)
501 if seen[relFilePath] {
504 seen[relFilePath] = true
509 renamedRelFilePath = relFilePath
513 relFilePath = strings.Replace(relFilePath, renamedRelFilePath, options.Name, 1)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/pkg/archive/
H A Darchive.go635 relFilePath, err := filepath.Rel(srcPath, filePath)
642 if options.IncludeSourceDir && include == "." && relFilePath != "." {
643 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
653 if include != relFilePath {
654 skip, err = fileutils.OptimizedMatches(relFilePath, patterns, patDirs)
656 logrus.Errorf("Error matching %s: %v", relFilePath, err)
677 dirSlash := relFilePath + string(filepath.Separator)
694 if seen[relFilePath] {
697 seen[relFilePath] = true
709 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/pkg/archive/
H A Darchive.go761 relFilePath, err := filepath.Rel(srcPath, filePath)
768 if options.IncludeSourceDir && include == "." && relFilePath != "." {
769 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
779 if include != relFilePath {
780 skip, err = pm.Matches(relFilePath)
782 logrus.Errorf("Error matching %s: %v", relFilePath, err)
803 dirSlash := relFilePath + string(filepath.Separator)
819 if seen[relFilePath] {
822 seen[relFilePath] = true
834 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/pkg/archive/
H A Darchive.go761 relFilePath, err := filepath.Rel(srcPath, filePath)
768 if options.IncludeSourceDir && include == "." && relFilePath != "." {
769 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
779 if include != relFilePath {
780 skip, err = pm.Matches(relFilePath)
782 logrus.Errorf("Error matching %s: %v", relFilePath, err)
803 dirSlash := relFilePath + string(filepath.Separator)
819 if seen[relFilePath] {
822 seen[relFilePath] = true
834 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/ory-am/dockertest.v3/docker/pkg/archive/
H A Darchive.go807 relFilePath, err := filepath.Rel(srcPath, filePath)
814 if options.IncludeSourceDir && include == "." && relFilePath != "." {
815 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
825 if include != relFilePath {
826 skip, err = pm.Matches(relFilePath)
828 logrus.Errorf("Error matching %s: %v", relFilePath, err)
849 dirSlash := relFilePath + string(filepath.Separator)
865 if seen[relFilePath] {
868 seen[relFilePath] = true
880 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/ory/dockertest/v3/docker/pkg/archive/
H A Darchive.go807 relFilePath, err := filepath.Rel(srcPath, filePath)
814 if options.IncludeSourceDir && include == "." && relFilePath != "." {
815 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
825 if include != relFilePath {
826 skip, err = pm.Matches(relFilePath)
828 logrus.Errorf("Error matching %s: %v", relFilePath, err)
849 dirSlash := relFilePath + string(filepath.Separator)
865 if seen[relFilePath] {
868 seen[relFilePath] = true
880 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/ory/dockertest/docker/pkg/archive/
H A Darchive.go807 relFilePath, err := filepath.Rel(srcPath, filePath)
814 if options.IncludeSourceDir && include == "." && relFilePath != "." {
815 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
825 if include != relFilePath {
826 skip, err = pm.Matches(relFilePath)
828 logrus.Errorf("Error matching %s: %v", relFilePath, err)
849 dirSlash := relFilePath + string(filepath.Separator)
865 if seen[relFilePath] {
868 seen[relFilePath] = true
880 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/ory/dockertest/docker/pkg/archive/
H A Darchive.go807 relFilePath, err := filepath.Rel(srcPath, filePath)
814 if options.IncludeSourceDir && include == "." && relFilePath != "." {
815 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
825 if include != relFilePath {
826 skip, err = pm.Matches(relFilePath)
828 logrus.Errorf("Error matching %s: %v", relFilePath, err)
849 dirSlash := relFilePath + string(filepath.Separator)
865 if seen[relFilePath] {
868 seen[relFilePath] = true
880 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kerberos/vendor/github.com/ory/dockertest/docker/pkg/archive/
H A Darchive.go807 relFilePath, err := filepath.Rel(srcPath, filePath)
814 if options.IncludeSourceDir && include == "." && relFilePath != "." {
815 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
825 if include != relFilePath {
826 skip, err = pm.Matches(relFilePath)
828 logrus.Errorf("Error matching %s: %v", relFilePath, err)
849 dirSlash := relFilePath + string(filepath.Separator)
865 if seen[relFilePath] {
868 seen[relFilePath] = true
880 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-elasticsearch/vendor/github.com/ory/dockertest/docker/pkg/archive/
H A Darchive.go807 relFilePath, err := filepath.Rel(srcPath, filePath)
814 if options.IncludeSourceDir && include == "." && relFilePath != "." {
815 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
825 if include != relFilePath {
826 skip, err = pm.Matches(relFilePath)
828 logrus.Errorf("Error matching %s: %v", relFilePath, err)
849 dirSlash := relFilePath + string(filepath.Separator)
865 if seen[relFilePath] {
868 seen[relFilePath] = true
880 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/ory/dockertest/docker/pkg/archive/
H A Darchive.go807 relFilePath, err := filepath.Rel(srcPath, filePath)
814 if options.IncludeSourceDir && include == "." && relFilePath != "." {
815 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
825 if include != relFilePath {
826 skip, err = pm.Matches(relFilePath)
828 logrus.Errorf("Error matching %s: %v", relFilePath, err)
849 dirSlash := relFilePath + string(filepath.Separator)
865 if seen[relFilePath] {
868 seen[relFilePath] = true
880 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/pkg/archive/
H A Darchive.go804 relFilePath, err := filepath.Rel(srcPath, filePath)
811 if options.IncludeSourceDir && include == "." && relFilePath != "." {
812 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
822 if include != relFilePath {
823 skip, err = pm.Matches(relFilePath)
825 logrus.Errorf("Error matching %s: %v", relFilePath, err)
846 dirSlash := relFilePath + string(filepath.Separator)
862 if seen[relFilePath] {
865 seen[relFilePath] = true
877 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/pkg/archive/
H A Darchive.go804 relFilePath, err := filepath.Rel(srcPath, filePath)
811 if options.IncludeSourceDir && include == "." && relFilePath != "." {
812 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
822 if include != relFilePath {
823 skip, err = pm.Matches(relFilePath)
825 logrus.Errorf("Error matching %s: %v", relFilePath, err)
846 dirSlash := relFilePath + string(filepath.Separator)
862 if seen[relFilePath] {
865 seen[relFilePath] = true
877 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/pkg/archive/
H A Darchive.go806 relFilePath, err := filepath.Rel(srcPath, filePath)
813 if options.IncludeSourceDir && include == "." && relFilePath != "." {
814 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
824 if include != relFilePath {
825 skip, err = pm.Matches(relFilePath)
827 logrus.Errorf("Error matching %s: %v", relFilePath, err)
848 dirSlash := relFilePath + string(filepath.Separator)
864 if seen[relFilePath] {
867 seen[relFilePath] = true
879 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/pkg/archive/
H A Darchive.go811 relFilePath, err := filepath.Rel(srcPath, filePath)
818 if options.IncludeSourceDir && include == "." && relFilePath != "." {
819 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
829 if include != relFilePath {
830 skip, err = pm.Matches(relFilePath)
832 logrus.Errorf("Error matching %s: %v", relFilePath, err)
853 dirSlash := relFilePath + string(filepath.Separator)
869 if seen[relFilePath] {
872 seen[relFilePath] = true
884 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/ory/dockertest/docker/pkg/archive/
H A Darchive.go807 relFilePath, err := filepath.Rel(srcPath, filePath)
814 if options.IncludeSourceDir && include == "." && relFilePath != "." {
815 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
825 if include != relFilePath {
826 skip, err = pm.Matches(relFilePath)
828 logrus.Errorf("Error matching %s: %v", relFilePath, err)
849 dirSlash := relFilePath + string(filepath.Separator)
865 if seen[relFilePath] {
868 seen[relFilePath] = true
880 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/ory/dockertest/docker/pkg/archive/
H A Darchive.go807 relFilePath, err := filepath.Rel(srcPath, filePath)
814 if options.IncludeSourceDir && include == "." && relFilePath != "." {
815 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
825 if include != relFilePath {
826 skip, err = pm.Matches(relFilePath)
828 logrus.Errorf("Error matching %s: %v", relFilePath, err)
849 dirSlash := relFilePath + string(filepath.Separator)
865 if seen[relFilePath] {
868 seen[relFilePath] = true
880 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/ory/dockertest/docker/pkg/archive/
H A Darchive.go807 relFilePath, err := filepath.Rel(srcPath, filePath)
814 if options.IncludeSourceDir && include == "." && relFilePath != "." {
815 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
825 if include != relFilePath {
826 skip, err = pm.Matches(relFilePath)
828 logrus.Errorf("Error matching %s: %v", relFilePath, err)
849 dirSlash := relFilePath + string(filepath.Separator)
865 if seen[relFilePath] {
868 seen[relFilePath] = true
880 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/pkg/archive/
H A Darchive.go825 relFilePath, err := filepath.Rel(srcPath, filePath)
832 if options.IncludeSourceDir && include == "." && relFilePath != "." {
833 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
843 if include != relFilePath {
844 skip, err = pm.Matches(relFilePath)
846 logrus.Errorf("Error matching %s: %v", relFilePath, err)
867 dirSlash := relFilePath + string(filepath.Separator)
883 if seen[relFilePath] {
886 seen[relFilePath] = true
898 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/ory/dockertest/docker/pkg/archive/
H A Darchive.go807 relFilePath, err := filepath.Rel(srcPath, filePath)
814 if options.IncludeSourceDir && include == "." && relFilePath != "." {
815 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
825 if include != relFilePath {
826 skip, err = pm.Matches(relFilePath)
828 logrus.Errorf("Error matching %s: %v", relFilePath, err)
849 dirSlash := relFilePath + string(filepath.Separator)
865 if seen[relFilePath] {
868 seen[relFilePath] = true
880 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/docker/docker/pkg/archive/
H A Darchive.go806 relFilePath, err := filepath.Rel(srcPath, filePath)
813 if options.IncludeSourceDir && include == "." && relFilePath != "." {
814 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
824 if include != relFilePath {
825 skip, err = pm.Matches(relFilePath)
827 logrus.Errorf("Error matching %s: %v", relFilePath, err)
848 dirSlash := relFilePath + string(filepath.Separator)
864 if seen[relFilePath] {
867 seen[relFilePath] = true
879 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/docker/docker/pkg/archive/
H A Darchive.go806 relFilePath, err := filepath.Rel(srcPath, filePath)
813 if options.IncludeSourceDir && include == "." && relFilePath != "." {
814 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
824 if include != relFilePath {
825 skip, err = pm.Matches(relFilePath)
827 logrus.Errorf("Error matching %s: %v", relFilePath, err)
848 dirSlash := relFilePath + string(filepath.Separator)
864 if seen[relFilePath] {
867 seen[relFilePath] = true
879 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/pkg/archive/
H A Darchive.go825 relFilePath, err := filepath.Rel(srcPath, filePath)
832 if options.IncludeSourceDir && include == "." && relFilePath != "." {
833 relFilePath = strings.Join([]string{".", relFilePath}, string(filepath.Separator))
843 if include != relFilePath {
844 skip, err = pm.Matches(relFilePath)
846 logrus.Errorf("Error matching %s: %v", relFilePath, err)
867 dirSlash := relFilePath + string(filepath.Separator)
883 if seen[relFilePath] {
886 seen[relFilePath] = true
898 relFilePath = strings.Replace(relFilePath, include, replacement, 1)
[all …]

1234