Home
last modified time | relevance | path

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

1234

/dports/lang/gcc10/gcc-10.3.0/libgo/go/golang.org/x/mod/zip/
H A Dzip.go68 MaxZipFile = 500 << 20 const
174 maxSize := int64(MaxZipFile)
210 return fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
382 if zipSize > MaxZipFile {
383 …eturn fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)
427 if s < 0 || MaxZipFile-size < s {
428 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/golang.org/x/mod/zip/
H A Dzip.go68 MaxZipFile = 500 << 20 const
174 maxSize := int64(MaxZipFile)
210 return fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
382 if zipSize > MaxZipFile {
383 …eturn fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)
427 if s < 0 || MaxZipFile-size < s {
428 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/mod/zip/
H A Dzip.go68 MaxZipFile = 500 << 20 const
174 maxSize := int64(MaxZipFile)
210 return fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
384 if zipSize > MaxZipFile {
385 …eturn fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)
429 if s < 0 || MaxZipFile-size < s {
430 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/mod/zip/
H A Dzip.go68 MaxZipFile = 500 << 20 const
174 maxSize := int64(MaxZipFile)
210 return fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
384 if zipSize > MaxZipFile {
385 …eturn fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)
429 if s < 0 || MaxZipFile-size < s {
430 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/golang.org/x/mod/zip/
H A Dzip.go68 MaxZipFile = 500 << 20 const
174 maxSize := int64(MaxZipFile)
210 return fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
382 if zipSize > MaxZipFile {
383 …eturn fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)
427 if s < 0 || MaxZipFile-size < s {
428 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/golang.org/x/mod/zip/
H A Dzip.go68 MaxZipFile = 500 << 20 const
174 maxSize := int64(MaxZipFile)
210 return fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
382 if zipSize > MaxZipFile {
383 …eturn fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)
427 if s < 0 || MaxZipFile-size < s {
428 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/mod/zip/
H A Dzip.go68 MaxZipFile = 500 << 20 const
174 maxSize := int64(MaxZipFile)
210 return fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
372 if zipSize > MaxZipFile {
373 …eturn fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)
417 if s < 0 || MaxZipFile-size < s {
418 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/golang.org/x/mod/zip/
H A Dzip.go69 MaxZipFile = 500 << 20 const
245 maxSize := int64(MaxZipFile)
300 cf.SizeError = fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
396 if zipSize > MaxZipFile {
397 …ror: fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)}
452 if sz >= 0 && MaxZipFile-size >= sz {
455 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/mod/zip/
H A Dzip.go69 MaxZipFile = 500 << 20 const
245 maxSize := int64(MaxZipFile)
300 cf.SizeError = fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
396 if zipSize > MaxZipFile {
397 …ror: fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)}
452 if sz >= 0 && MaxZipFile-size >= sz {
455 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/mod/zip/
H A Dzip.go69 MaxZipFile = 500 << 20 const
245 maxSize := int64(MaxZipFile)
300 cf.SizeError = fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
396 if zipSize > MaxZipFile {
397 …ror: fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)}
452 if sz >= 0 && MaxZipFile-size >= sz {
455 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/golang.org/x/mod/zip/
H A Dzip.go69 MaxZipFile = 500 << 20 const
245 maxSize := int64(MaxZipFile)
300 cf.SizeError = fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
396 if zipSize > MaxZipFile {
397 …ror: fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)}
452 if sz >= 0 && MaxZipFile-size >= sz {
455 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/golang.org/x/mod/zip/
H A Dzip.go69 MaxZipFile = 500 << 20 const
245 maxSize := int64(MaxZipFile)
300 cf.SizeError = fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
396 if zipSize > MaxZipFile {
397 …ror: fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)}
452 if sz >= 0 && MaxZipFile-size >= sz {
455 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/mod/zip/
H A Dzip.go69 MaxZipFile = 500 << 20 const
245 maxSize := int64(MaxZipFile)
300 cf.SizeError = fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
396 if zipSize > MaxZipFile {
397 …ror: fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)}
452 if sz >= 0 && MaxZipFile-size >= sz {
455 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mod/zip/
H A Dzip.go69 MaxZipFile = 500 << 20 const
245 maxSize := int64(MaxZipFile)
300 cf.SizeError = fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
396 if zipSize > MaxZipFile {
397 …ror: fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)}
452 if sz >= 0 && MaxZipFile-size >= sz {
455 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/sysutils/direnv/direnv-2.27.0/vendor/golang.org/x/mod/zip/
H A Dzip.go69 MaxZipFile = 500 << 20 const
245 maxSize := int64(MaxZipFile)
300 cf.SizeError = fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
396 if zipSize > MaxZipFile {
397 …ror: fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)}
452 if sz >= 0 && MaxZipFile-size >= sz {
455 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/golang.org/x/mod/zip/
H A Dzip.go69 MaxZipFile = 500 << 20 const
245 maxSize := int64(MaxZipFile)
300 cf.SizeError = fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
396 if zipSize > MaxZipFile {
397 …ror: fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)}
452 if sz >= 0 && MaxZipFile-size >= sz {
455 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/mod/zip/
H A Dzip.go69 MaxZipFile = 500 << 20 const
245 maxSize := int64(MaxZipFile)
300 cf.SizeError = fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
396 if zipSize > MaxZipFile {
397 …ror: fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)}
452 if sz >= 0 && MaxZipFile-size >= sz {
455 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/mod/zip/
H A Dzip.go69 MaxZipFile = 500 << 20 const
245 maxSize := int64(MaxZipFile)
300 cf.SizeError = fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
396 if zipSize > MaxZipFile {
397 …ror: fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)}
452 if sz >= 0 && MaxZipFile-size >= sz {
455 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/mod/zip/
H A Dzip.go69 MaxZipFile = 500 << 20 const
245 maxSize := int64(MaxZipFile)
300 cf.SizeError = fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
396 if zipSize > MaxZipFile {
397 …ror: fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)}
452 if sz >= 0 && MaxZipFile-size >= sz {
455 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/net/traefik/traefik-2.6.1/vendor/golang.org/x/mod/zip/
H A Dzip.go69 MaxZipFile = 500 << 20 const
245 maxSize := int64(MaxZipFile)
300 cf.SizeError = fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
396 if zipSize > MaxZipFile {
397 …ror: fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)}
452 if sz >= 0 && MaxZipFile-size >= sz {
455 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/golang.org/x/mod/zip/
H A Dzip.go69 MaxZipFile = 500 << 20 const
245 maxSize := int64(MaxZipFile)
300 cf.SizeError = fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
396 if zipSize > MaxZipFile {
397 …ror: fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)}
452 if sz >= 0 && MaxZipFile-size >= sz {
455 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/sysutils/restic/restic-0.12.1/vendor/golang.org/x/mod/zip/
H A Dzip.go69 MaxZipFile = 500 << 20 const
245 maxSize := int64(MaxZipFile)
300 cf.SizeError = fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
396 if zipSize > MaxZipFile {
397 …ror: fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)}
452 if sz >= 0 && MaxZipFile-size >= sz {
455 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/golang.org/x/mod/zip/
H A Dzip.go69 MaxZipFile = 500 << 20 const
245 maxSize := int64(MaxZipFile)
300 cf.SizeError = fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
396 if zipSize > MaxZipFile {
397 …ror: fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)}
452 if sz >= 0 && MaxZipFile-size >= sz {
455 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/golang.org/x/mod/mod-0.4.0/zip/
H A Dzip.go69 MaxZipFile = 500 << 20 const
245 maxSize := int64(MaxZipFile)
300 cf.SizeError = fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
396 if zipSize > MaxZipFile {
397 …ror: fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)}
452 if sz >= 0 && MaxZipFile-size >= sz {
455 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)
/dports/net/storj/storj-1.45.3/vendor/golang.org/x/mod/zip/
H A Dzip.go69 MaxZipFile = 500 << 20 const
245 maxSize := int64(MaxZipFile)
300 cf.SizeError = fmt.Errorf("module source tree too large (max size is %d bytes)", MaxZipFile)
396 if zipSize > MaxZipFile {
397 …ror: fmt.Errorf("module zip file is too large (%d bytes; limit is %d bytes)", zipSize, MaxZipFile)}
452 if sz >= 0 && MaxZipFile-size >= sz {
455 …t.Errorf("total uncompressed size of module contents too large (max size is %d bytes)", MaxZipFile)

1234