Home
last modified time | relevance | path

Searched refs:Repeat (Results 26 – 50 of 18384) sorted by relevance

12345678910>>...736

/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/mime/quotedprintable/
H A Dwriter_test.go48 in: strings.Repeat("a", 75),
49 want: strings.Repeat("a", 75),
52 in: strings.Repeat("a", 76),
56 in: strings.Repeat("a", 72) + "=",
60 in: strings.Repeat("a", 73) + "=",
64 in: strings.Repeat("a", 74) + "=",
72 in: strings.Repeat(" ", 73),
76 in: strings.Repeat(" ", 74),
80 in: strings.Repeat(" ", 75),
84 in: strings.Repeat(" ", 76),
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/mime/quotedprintable/
H A Dwriter_test.go48 in: strings.Repeat("a", 75),
49 want: strings.Repeat("a", 75),
52 in: strings.Repeat("a", 76),
56 in: strings.Repeat("a", 72) + "=",
60 in: strings.Repeat("a", 73) + "=",
64 in: strings.Repeat("a", 74) + "=",
72 in: strings.Repeat(" ", 73),
76 in: strings.Repeat(" ", 74),
80 in: strings.Repeat(" ", 75),
84 in: strings.Repeat(" ", 76),
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/mime/quotedprintable/
H A Dwriter_test.go48 in: strings.Repeat("a", 75),
49 want: strings.Repeat("a", 75),
52 in: strings.Repeat("a", 76),
56 in: strings.Repeat("a", 72) + "=",
60 in: strings.Repeat("a", 73) + "=",
64 in: strings.Repeat("a", 74) + "=",
72 in: strings.Repeat(" ", 73),
76 in: strings.Repeat(" ", 74),
80 in: strings.Repeat(" ", 75),
84 in: strings.Repeat(" ", 76),
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/mime/quotedprintable/
H A Dwriter_test.go48 in: strings.Repeat("a", 75),
49 want: strings.Repeat("a", 75),
52 in: strings.Repeat("a", 76),
56 in: strings.Repeat("a", 72) + "=",
60 in: strings.Repeat("a", 73) + "=",
64 in: strings.Repeat("a", 74) + "=",
72 in: strings.Repeat(" ", 73),
76 in: strings.Repeat(" ", 74),
80 in: strings.Repeat(" ", 75),
84 in: strings.Repeat(" ", 76),
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/mime/quotedprintable/
H A Dwriter_test.go48 in: strings.Repeat("a", 75),
49 want: strings.Repeat("a", 75),
52 in: strings.Repeat("a", 76),
56 in: strings.Repeat("a", 72) + "=",
60 in: strings.Repeat("a", 73) + "=",
64 in: strings.Repeat("a", 74) + "=",
72 in: strings.Repeat(" ", 73),
76 in: strings.Repeat(" ", 74),
80 in: strings.Repeat(" ", 75),
84 in: strings.Repeat(" ", 76),
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/mime/quotedprintable/
H A Dwriter_test.go48 in: strings.Repeat("a", 75),
49 want: strings.Repeat("a", 75),
52 in: strings.Repeat("a", 76),
56 in: strings.Repeat("a", 72) + "=",
60 in: strings.Repeat("a", 73) + "=",
64 in: strings.Repeat("a", 74) + "=",
72 in: strings.Repeat(" ", 73),
76 in: strings.Repeat(" ", 74),
80 in: strings.Repeat(" ", 75),
84 in: strings.Repeat(" ", 76),
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/mime/quotedprintable/
H A Dwriter_test.go48 in: strings.Repeat("a", 75),
49 want: strings.Repeat("a", 75),
52 in: strings.Repeat("a", 76),
56 in: strings.Repeat("a", 72) + "=",
60 in: strings.Repeat("a", 73) + "=",
64 in: strings.Repeat("a", 74) + "=",
72 in: strings.Repeat(" ", 73),
76 in: strings.Repeat(" ", 74),
80 in: strings.Repeat(" ", 75),
84 in: strings.Repeat(" ", 76),
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gopkg.in/alexcesaro/quotedprintable.v3/
H A Dwriter_test.go44 in: strings.Repeat("a", 75),
45 want: strings.Repeat("a", 75),
48 in: strings.Repeat("a", 76),
52 in: strings.Repeat("a", 72) + "=",
56 in: strings.Repeat("a", 73) + "=",
60 in: strings.Repeat("a", 74) + "=",
68 in: strings.Repeat(" ", 73),
72 in: strings.Repeat(" ", 74),
76 in: strings.Repeat(" ", 75),
80 in: strings.Repeat(" ", 76),
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/gopkg.in/yaml.v3/
H A Dlimit_test.go18 …data: []byte(`{a: &a [{a}` + strings.Repeat(`,{a}`, 1000*1024/4-100) + `], b: &b [*a` + strings.R…
22 data: []byte(strings.Repeat(`[`, 1000*1024)),
26 data: []byte("x: " + strings.Repeat(`{`, 1000*1024)),
30 data: []byte(strings.Repeat(`- `, 1000*1024)),
34 data: []byte(strings.Repeat(strings.Repeat(`- `, 1000)+"\n", 1024/2)),
36 {name: "1kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 1*1024/4-1) + `]`)},
37 {name: "10kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 10*1024/4-1) + `]`)},
38 {name: "100kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 100*1024/4-1) + `]`)},
40 … max-depth", data: []byte(strings.Repeat(`[`, 10000) + `1` + strings.Repeat(`,1`, 1000*1024/2-2000…
41 …byte("{a,b:\n" + strings.Repeat(" {a,b:", 10000-2) + ` [1` + strings.Repeat(",1", 1000*1024/2-6*10…
[all …]
/dports/net/grpcurl/grpcurl-1.8.5/vendor/gopkg.in/yaml.v2/
H A Dlimit_test.go18 …data: []byte(`{a: &a [{a}` + strings.Repeat(`,{a}`, 1000*1024/4-100) + `], b: &b [*a` + strings.R…
22 data: []byte(strings.Repeat(`[`, 1000*1024)),
26 data: []byte("x: " + strings.Repeat(`{`, 1000*1024)),
30 data: []byte(strings.Repeat(`- `, 1000*1024)),
34 data: []byte(strings.Repeat(strings.Repeat(`- `, 1000)+"\n", 1024/2)),
36 {name: "1kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 1*1024/4-1) + `]`)},
37 {name: "10kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 10*1024/4-1) + `]`)},
38 {name: "100kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 100*1024/4-1) + `]`)},
40 … max-depth", data: []byte(strings.Repeat(`[`, 10000) + `1` + strings.Repeat(`,1`, 1000*1024/2-2000…
41 …byte("{a,b:\n" + strings.Repeat(" {a,b:", 10000-2) + ` [1` + strings.Repeat(",1", 1000*1024/2-6*10…
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/gopkg.in/yaml.v2/
H A Dlimit_test.go18 …data: []byte(`{a: &a [{a}` + strings.Repeat(`,{a}`, 1000*1024/4-100) + `], b: &b [*a` + strings.R…
22 data: []byte(strings.Repeat(`[`, 1000*1024)),
26 data: []byte("x: " + strings.Repeat(`{`, 1000*1024)),
30 data: []byte(strings.Repeat(`- `, 1000*1024)),
34 data: []byte(strings.Repeat(strings.Repeat(`- `, 1000)+"\n", 1024/2)),
36 {name: "1kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 1*1024/4-1) + `]`)},
37 {name: "10kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 10*1024/4-1) + `]`)},
38 {name: "100kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 100*1024/4-1) + `]`)},
40 … max-depth", data: []byte(strings.Repeat(`[`, 10000) + `1` + strings.Repeat(`,1`, 1000*1024/2-2000…
41 …byte("{a,b:\n" + strings.Repeat(" {a,b:", 10000-2) + ` [1` + strings.Repeat(",1", 1000*1024/2-6*10…
[all …]
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/gopkg.in/yaml.v2/
H A Dlimit_test.go18 …data: []byte(`{a: &a [{a}` + strings.Repeat(`,{a}`, 1000*1024/4-100) + `], b: &b [*a` + strings.R…
22 data: []byte(strings.Repeat(`[`, 1000*1024)),
26 data: []byte("x: " + strings.Repeat(`{`, 1000*1024)),
30 data: []byte(strings.Repeat(`- `, 1000*1024)),
34 data: []byte(strings.Repeat(strings.Repeat(`- `, 1000)+"\n", 1024/2)),
36 {name: "1kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 1*1024/4-1) + `]`)},
37 {name: "10kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 10*1024/4-1) + `]`)},
38 {name: "100kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 100*1024/4-1) + `]`)},
40 … max-depth", data: []byte(strings.Repeat(`[`, 10000) + `1` + strings.Repeat(`,1`, 1000*1024/2-2000…
41 …byte("{a,b:\n" + strings.Repeat(" {a,b:", 10000-2) + ` [1` + strings.Repeat(",1", 1000*1024/2-6*10…
[all …]
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/gopkg.in/yaml.v2/
H A Dlimit_test.go18 …data: []byte(`{a: &a [{a}` + strings.Repeat(`,{a}`, 1000*1024/4-100) + `], b: &b [*a` + strings.R…
22 data: []byte(strings.Repeat(`[`, 1000*1024)),
26 data: []byte("x: " + strings.Repeat(`{`, 1000*1024)),
30 data: []byte(strings.Repeat(`- `, 1000*1024)),
34 data: []byte(strings.Repeat(strings.Repeat(`- `, 1000)+"\n", 1024/2)),
36 {name: "1kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 1*1024/4-1) + `]`)},
37 {name: "10kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 10*1024/4-1) + `]`)},
38 {name: "100kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 100*1024/4-1) + `]`)},
40 … max-depth", data: []byte(strings.Repeat(`[`, 10000) + `1` + strings.Repeat(`,1`, 1000*1024/2-2000…
41 …byte("{a,b:\n" + strings.Repeat(" {a,b:", 10000-2) + ` [1` + strings.Repeat(",1", 1000*1024/2-6*10…
[all …]
/dports/security/lego/lego-4.5.3/vendor/gopkg.in/yaml.v2/
H A Dlimit_test.go18 …data: []byte(`{a: &a [{a}` + strings.Repeat(`,{a}`, 1000*1024/4-100) + `], b: &b [*a` + strings.R…
22 data: []byte(strings.Repeat(`[`, 1000*1024)),
26 data: []byte("x: " + strings.Repeat(`{`, 1000*1024)),
30 data: []byte(strings.Repeat(`- `, 1000*1024)),
34 data: []byte(strings.Repeat(strings.Repeat(`- `, 1000)+"\n", 1024/2)),
36 {name: "1kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 1*1024/4-1) + `]`)},
37 {name: "10kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 10*1024/4-1) + `]`)},
38 {name: "100kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 100*1024/4-1) + `]`)},
40 … max-depth", data: []byte(strings.Repeat(`[`, 10000) + `1` + strings.Repeat(`,1`, 1000*1024/2-2000…
41 …byte("{a,b:\n" + strings.Repeat(" {a,b:", 10000-2) + ` [1` + strings.Repeat(",1", 1000*1024/2-6*10…
[all …]
/dports/security/lego/lego-4.5.3/vendor/gopkg.in/yaml.v3/
H A Dlimit_test.go18 …data: []byte(`{a: &a [{a}` + strings.Repeat(`,{a}`, 1000*1024/4-100) + `], b: &b [*a` + strings.R…
22 data: []byte(strings.Repeat(`[`, 1000*1024)),
26 data: []byte("x: " + strings.Repeat(`{`, 1000*1024)),
30 data: []byte(strings.Repeat(`- `, 1000*1024)),
34 data: []byte(strings.Repeat(strings.Repeat(`- `, 1000)+"\n", 1024/2)),
36 {name: "1kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 1*1024/4-1) + `]`)},
37 {name: "10kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 10*1024/4-1) + `]`)},
38 {name: "100kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 100*1024/4-1) + `]`)},
40 … max-depth", data: []byte(strings.Repeat(`[`, 10000) + `1` + strings.Repeat(`,1`, 1000*1024/2-2000…
41 …byte("{a,b:\n" + strings.Repeat(" {a,b:", 10000-2) + ` [1` + strings.Repeat(",1", 1000*1024/2-6*10…
[all …]
/dports/devel/gh/cli-2.4.0/vendor/gopkg.in/yaml.v3/
H A Dlimit_test.go18 …data: []byte(`{a: &a [{a}` + strings.Repeat(`,{a}`, 1000*1024/4-100) + `], b: &b [*a` + strings.R…
22 data: []byte(strings.Repeat(`[`, 1000*1024)),
26 data: []byte("x: " + strings.Repeat(`{`, 1000*1024)),
30 data: []byte(strings.Repeat(`- `, 1000*1024)),
34 data: []byte(strings.Repeat(strings.Repeat(`- `, 1000)+"\n", 1024/2)),
36 {name: "1kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 1*1024/4-1) + `]`)},
37 {name: "10kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 10*1024/4-1) + `]`)},
38 {name: "100kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 100*1024/4-1) + `]`)},
40 … max-depth", data: []byte(strings.Repeat(`[`, 10000) + `1` + strings.Repeat(`,1`, 1000*1024/2-2000…
41 …byte("{a,b:\n" + strings.Repeat(" {a,b:", 10000-2) + ` [1` + strings.Repeat(",1", 1000*1024/2-6*10…
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/gopkg.in/yaml.v3/
H A Dlimit_test.go18 …data: []byte(`{a: &a [{a}` + strings.Repeat(`,{a}`, 1000*1024/4-100) + `], b: &b [*a` + strings.R…
22 data: []byte(strings.Repeat(`[`, 1000*1024)),
26 data: []byte("x: " + strings.Repeat(`{`, 1000*1024)),
30 data: []byte(strings.Repeat(`- `, 1000*1024)),
34 data: []byte(strings.Repeat(strings.Repeat(`- `, 1000)+"\n", 1024/2)),
36 {name: "1kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 1*1024/4-1) + `]`)},
37 {name: "10kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 10*1024/4-1) + `]`)},
38 {name: "100kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 100*1024/4-1) + `]`)},
40 … max-depth", data: []byte(strings.Repeat(`[`, 10000) + `1` + strings.Repeat(`,1`, 1000*1024/2-2000…
41 …byte("{a,b:\n" + strings.Repeat(" {a,b:", 10000-2) + ` [1` + strings.Repeat(",1", 1000*1024/2-6*10…
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/gopkg.in/yaml.v2/
H A Dlimit_test.go18 …data: []byte(`{a: &a [{a}` + strings.Repeat(`,{a}`, 1000*1024/4-100) + `], b: &b [*a` + strings.R…
22 data: []byte(strings.Repeat(`[`, 1000*1024)),
26 data: []byte("x: " + strings.Repeat(`{`, 1000*1024)),
30 data: []byte(strings.Repeat(`- `, 1000*1024)),
34 data: []byte(strings.Repeat(strings.Repeat(`- `, 1000)+"\n", 1024/2)),
36 {name: "1kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 1*1024/4-1) + `]`)},
37 {name: "10kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 10*1024/4-1) + `]`)},
38 {name: "100kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 100*1024/4-1) + `]`)},
40 … max-depth", data: []byte(strings.Repeat(`[`, 10000) + `1` + strings.Repeat(`,1`, 1000*1024/2-2000…
41 …byte("{a,b:\n" + strings.Repeat(" {a,b:", 10000-2) + ` [1` + strings.Repeat(",1", 1000*1024/2-6*10…
[all …]
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/yaml.v3/
H A Dlimit_test.go18 …data: []byte(`{a: &a [{a}` + strings.Repeat(`,{a}`, 1000*1024/4-100) + `], b: &b [*a` + strings.R…
22 data: []byte(strings.Repeat(`[`, 1000*1024)),
26 data: []byte("x: " + strings.Repeat(`{`, 1000*1024)),
30 data: []byte(strings.Repeat(`- `, 1000*1024)),
34 data: []byte(strings.Repeat(strings.Repeat(`- `, 1000)+"\n", 1024/2)),
36 {name: "1kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 1*1024/4-1) + `]`)},
37 {name: "10kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 10*1024/4-1) + `]`)},
38 {name: "100kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 100*1024/4-1) + `]`)},
40 … max-depth", data: []byte(strings.Repeat(`[`, 10000) + `1` + strings.Repeat(`,1`, 1000*1024/2-2000…
41 …byte("{a,b:\n" + strings.Repeat(" {a,b:", 10000-2) + ` [1` + strings.Repeat(",1", 1000*1024/2-6*10…
[all …]
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/yaml.v2/
H A Dlimit_test.go18 …data: []byte(`{a: &a [{a}` + strings.Repeat(`,{a}`, 1000*1024/4-100) + `], b: &b [*a` + strings.R…
22 data: []byte(strings.Repeat(`[`, 1000*1024)),
26 data: []byte("x: " + strings.Repeat(`{`, 1000*1024)),
30 data: []byte(strings.Repeat(`- `, 1000*1024)),
34 data: []byte(strings.Repeat(strings.Repeat(`- `, 1000)+"\n", 1024/2)),
36 {name: "1kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 1*1024/4-1) + `]`)},
37 {name: "10kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 10*1024/4-1) + `]`)},
38 {name: "100kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 100*1024/4-1) + `]`)},
40 … max-depth", data: []byte(strings.Repeat(`[`, 10000) + `1` + strings.Repeat(`,1`, 1000*1024/2-2000…
41 …byte("{a,b:\n" + strings.Repeat(" {a,b:", 10000-2) + ` [1` + strings.Repeat(",1", 1000*1024/2-6*10…
[all …]
/dports/net/evans/evans-0.9.1/vendor/gopkg.in/yaml.v2/
H A Dlimit_test.go18 …data: []byte(`{a: &a [{a}` + strings.Repeat(`,{a}`, 1000*1024/4-100) + `], b: &b [*a` + strings.R…
22 data: []byte(strings.Repeat(`[`, 1000*1024)),
26 data: []byte("x: " + strings.Repeat(`{`, 1000*1024)),
30 data: []byte(strings.Repeat(`- `, 1000*1024)),
34 data: []byte(strings.Repeat(strings.Repeat(`- `, 1000)+"\n", 1024/2)),
36 {name: "1kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 1*1024/4-1) + `]`)},
37 {name: "10kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 10*1024/4-1) + `]`)},
38 {name: "100kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 100*1024/4-1) + `]`)},
40 … max-depth", data: []byte(strings.Repeat(`[`, 10000) + `1` + strings.Repeat(`,1`, 1000*1024/2-2000…
41 …byte("{a,b:\n" + strings.Repeat(" {a,b:", 10000-2) + ` [1` + strings.Repeat(",1", 1000*1024/2-6*10…
[all …]
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/gopkg.in/yaml.v3/
H A Dlimit_test.go18 …data: []byte(`{a: &a [{a}` + strings.Repeat(`,{a}`, 1000*1024/4-100) + `], b: &b [*a` + strings.R…
22 data: []byte(strings.Repeat(`[`, 1000*1024)),
26 data: []byte("x: " + strings.Repeat(`{`, 1000*1024)),
30 data: []byte(strings.Repeat(`- `, 1000*1024)),
34 data: []byte(strings.Repeat(strings.Repeat(`- `, 1000)+"\n", 1024/2)),
36 {name: "1kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 1*1024/4-1) + `]`)},
37 {name: "10kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 10*1024/4-1) + `]`)},
38 {name: "100kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 100*1024/4-1) + `]`)},
40 … max-depth", data: []byte(strings.Repeat(`[`, 10000) + `1` + strings.Repeat(`,1`, 1000*1024/2-2000…
41 …byte("{a,b:\n" + strings.Repeat(" {a,b:", 10000-2) + ` [1` + strings.Repeat(",1", 1000*1024/2-6*10…
[all …]
/dports/textproc/textnote/textnote-1.3.0/vendor/gopkg.in/yaml.v3/
H A Dlimit_test.go18 …data: []byte(`{a: &a [{a}` + strings.Repeat(`,{a}`, 1000*1024/4-100) + `], b: &b [*a` + strings.R…
22 data: []byte(strings.Repeat(`[`, 1000*1024)),
26 data: []byte("x: " + strings.Repeat(`{`, 1000*1024)),
30 data: []byte(strings.Repeat(`- `, 1000*1024)),
34 data: []byte(strings.Repeat(strings.Repeat(`- `, 1000)+"\n", 1024/2)),
36 {name: "1kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 1*1024/4-1) + `]`)},
37 {name: "10kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 10*1024/4-1) + `]`)},
38 {name: "100kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 100*1024/4-1) + `]`)},
40 … max-depth", data: []byte(strings.Repeat(`[`, 10000) + `1` + strings.Repeat(`,1`, 1000*1024/2-2000…
41 …byte("{a,b:\n" + strings.Repeat(" {a,b:", 10000-2) + ` [1` + strings.Repeat(",1", 1000*1024/2-6*10…
[all …]
/dports/misc/timetrace/timetrace-0.14.2/vendor/gopkg.in/yaml.v2/
H A Dlimit_test.go18 …data: []byte(`{a: &a [{a}` + strings.Repeat(`,{a}`, 1000*1024/4-100) + `], b: &b [*a` + strings.R…
22 data: []byte(strings.Repeat(`[`, 1000*1024)),
26 data: []byte("x: " + strings.Repeat(`{`, 1000*1024)),
30 data: []byte(strings.Repeat(`- `, 1000*1024)),
34 data: []byte(strings.Repeat(strings.Repeat(`- `, 1000)+"\n", 1024/2)),
36 {name: "1kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 1*1024/4-1) + `]`)},
37 {name: "10kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 10*1024/4-1) + `]`)},
38 {name: "100kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 100*1024/4-1) + `]`)},
40 … max-depth", data: []byte(strings.Repeat(`[`, 10000) + `1` + strings.Repeat(`,1`, 1000*1024/2-2000…
41 …byte("{a,b:\n" + strings.Repeat(" {a,b:", 10000-2) + ` [1` + strings.Repeat(",1", 1000*1024/2-6*10…
[all …]
/dports/textproc/textnote/textnote-1.3.0/vendor/gopkg.in/yaml.v2/
H A Dlimit_test.go18 …data: []byte(`{a: &a [{a}` + strings.Repeat(`,{a}`, 1000*1024/4-100) + `], b: &b [*a` + strings.R…
22 data: []byte(strings.Repeat(`[`, 1000*1024)),
26 data: []byte("x: " + strings.Repeat(`{`, 1000*1024)),
30 data: []byte(strings.Repeat(`- `, 1000*1024)),
34 data: []byte(strings.Repeat(strings.Repeat(`- `, 1000)+"\n", 1024/2)),
36 {name: "1kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 1*1024/4-1) + `]`)},
37 {name: "10kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 10*1024/4-1) + `]`)},
38 {name: "100kb of maps", data: []byte(`a: &a [{a}` + strings.Repeat(`,{a}`, 100*1024/4-1) + `]`)},
40 … max-depth", data: []byte(strings.Repeat(`[`, 10000) + `1` + strings.Repeat(`,1`, 1000*1024/2-2000…
41 …byte("{a,b:\n" + strings.Repeat(" {a,b:", 10000-2) + ` [1` + strings.Repeat(",1", 1000*1024/2-6*10…
[all …]

12345678910>>...736