Home
last modified time | relevance | path

Searched refs:NameSpaceDNS (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/net/inlets/inlets-3.0.2/vendor/github.com/twinj/uuid/uuid-1.0.0/
H A Duuid_test.go68 namespaces[NameSpaceDNS] = "6ba7b810-9dad-11d1-80b4-00c04fd430c8"
81 assert.True(t, Compare(NameSpaceDNS, NameSpaceDNS) == 0, "SDNS should be equal to DNS")
222 ids[i] = NewHash(v, NameSpaceDNS, goLang, NameSpaceDNS.Bytes(), &id)
238 NewHash(md5.New(), NameSpaceDNS, 0)
270 id3 := NewV3(NameSpaceDNS, ur)
286 id = NewV3(NameSpaceDNS, "www.example.com")
289 id = NewV3(NameSpaceDNS, "python.org")
314 u3 := NewV5(NameSpaceDNS, ur)
330 u = NewV5(NameSpaceDNS, "python.org")
406 assert.False(t, IsNil(NameSpaceDNS))
[all …]
H A Dtypes_test.go10 copy(id[:], NameSpaceDNS.Bytes())
11 assert.Equal(t, id.Bytes(), NameSpaceDNS.Bytes(), "Bytes should be the same")
79 copy(b[:], NameSpaceDNS.Bytes())
83 assert.Equal(t, NameSpaceDNS.Bytes(), id.Bytes())
192 err = v2.Scan(NameSpaceDNS.Bytes())
194 assert.Equal(t, NameSpaceDNS.Bytes(), v2.Bytes(), "Values should be the same")
196 err = v.Scan(NameSpaceDNS.String())
198 assert.Equal(t, NameSpaceDNS.String(), v.String(), "Values should be the same")
201 err = v3.Scan([]byte(NameSpaceDNS.String()))
203 assert.Equal(t, NameSpaceDNS.String(), v3.String(), "Values should be the same")
[all …]
H A Dbenchmarks_test.go28 generator.NewV3(NameSpaceDNS, "www.example.com")
44 generator.NewV5(NameSpaceDNS, "www.example.com")
52 Compare(NameSpaceDNS, NameSpaceURL)
119 copy(id[:], NameSpaceDNS.Bytes())
172 NameSpaceDNS.Bytes()
H A Dexamples_test.go41 if uuid.Compare(uuid.NameSpaceDNS, uuid.NameSpaceDNS) == 0 {
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/myesui/uuid/
H A Duuid_test.go68 namespaces[NameSpaceDNS] = "6ba7b810-9dad-11d1-80b4-00c04fd430c8"
81 assert.True(t, Compare(NameSpaceDNS, NameSpaceDNS) == 0, "SDNS should be equal to DNS")
222 ids[i] = NewHash(v, NameSpaceDNS, goLang, NameSpaceDNS.Bytes(), &id)
238 NewHash(md5.New(), NameSpaceDNS, 0)
270 id3 := NewV3(NameSpaceDNS, ur)
286 id = NewV3(NameSpaceDNS, "www.example.com")
289 id = NewV3(NameSpaceDNS, "python.org")
314 u3 := NewV5(NameSpaceDNS, ur)
330 u = NewV5(NameSpaceDNS, "python.org")
406 assert.False(t, IsNil(NameSpaceDNS))
[all …]
H A Dtypes_test.go10 copy(id[:], NameSpaceDNS.Bytes())
11 assert.Equal(t, id.Bytes(), NameSpaceDNS.Bytes(), "Bytes should be the same")
79 copy(b[:], NameSpaceDNS.Bytes())
83 assert.Equal(t, NameSpaceDNS.Bytes(), id.Bytes())
192 err = v2.Scan(NameSpaceDNS.Bytes())
194 assert.Equal(t, NameSpaceDNS.Bytes(), v2.Bytes(), "Values should be the same")
196 err = v.Scan(NameSpaceDNS.String())
198 assert.Equal(t, NameSpaceDNS.String(), v.String(), "Values should be the same")
201 err = v3.Scan([]byte(NameSpaceDNS.String()))
203 assert.Equal(t, NameSpaceDNS.String(), v3.String(), "Values should be the same")
[all …]
H A Dbenchmarks_test.go28 generator.NewV3(NameSpaceDNS, "www.example.com")
44 generator.NewV5(NameSpaceDNS, "www.example.com")
52 Compare(NameSpaceDNS, NameSpaceURL)
119 copy(id[:], NameSpaceDNS.Bytes())
172 NameSpaceDNS.Bytes()
H A Dexamples_test.go41 if uuid.Compare(uuid.NameSpaceDNS, uuid.NameSpaceDNS) == 0 {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lithammer/shortuuid/v3/
H A Dshortuuid.go39 u = uuid.NewSHA1(uuid.NameSpaceDNS, []byte(name))
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/google/uuid/
H A Dhash.go15 NameSpaceDNS = Must(Parse("6ba7b810-9dad-11d1-80b4-00c04fd430c8")) var
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/gridscale/gsclient-go/v3/vendor/github.com/google/uuid/
H A Dhash.go15 NameSpaceDNS = Must(Parse("6ba7b810-9dad-11d1-80b4-00c04fd430c8")) var
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/google/uuid/
H A Dhash.go15 NameSpaceDNS = Must(Parse("6ba7b810-9dad-11d1-80b4-00c04fd430c8")) var
/dports/security/lego/lego-4.5.3/vendor/github.com/google/uuid/
H A Dhash.go15 NameSpaceDNS = Must(Parse("6ba7b810-9dad-11d1-80b4-00c04fd430c8")) var
/dports/net/rclone/rclone-1.57.0/vendor/github.com/google/uuid/
H A Dhash.go15 NameSpaceDNS = Must(Parse("6ba7b810-9dad-11d1-80b4-00c04fd430c8")) var
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/google/uuid/
H A Dhash.go15 NameSpaceDNS = Must(Parse("6ba7b810-9dad-11d1-80b4-00c04fd430c8")) var
/dports/security/vault/vault-1.8.2/vendor/github.com/google/uuid/
H A Dhash.go15 NameSpaceDNS = Must(Parse("6ba7b810-9dad-11d1-80b4-00c04fd430c8")) var
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/google/uuid/
H A Dhash.go15 NameSpaceDNS = Must(Parse("6ba7b810-9dad-11d1-80b4-00c04fd430c8")) var
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/google/uuid/
H A Dhash.go15 NameSpaceDNS = Must(Parse("6ba7b810-9dad-11d1-80b4-00c04fd430c8")) var
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/vendor/github.com/google/uuid/
H A Dhash.go15 NameSpaceDNS = Must(Parse("6ba7b810-9dad-11d1-80b4-00c04fd430c8")) var
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/vendor/github.com/google/uuid/
H A Dhash.go15 NameSpaceDNS = Must(Parse("6ba7b810-9dad-11d1-80b4-00c04fd430c8")) var
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/vendor/github.com/google/uuid/
H A Dhash.go15 NameSpaceDNS = Must(Parse("6ba7b810-9dad-11d1-80b4-00c04fd430c8")) var
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/google/uuid/
H A Dhash.go15 NameSpaceDNS = Must(Parse("6ba7b810-9dad-11d1-80b4-00c04fd430c8")) var
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/google/uuid/
H A Dhash.go15 NameSpaceDNS = Must(Parse("6ba7b810-9dad-11d1-80b4-00c04fd430c8")) var
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/google/uuid/
H A Dhash.go15 NameSpaceDNS = Must(Parse("6ba7b810-9dad-11d1-80b4-00c04fd430c8")) var
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/google/uuid/
H A Dhash.go15 NameSpaceDNS = Must(Parse("6ba7b810-9dad-11d1-80b4-00c04fd430c8")) var

1234567