Home
last modified time | relevance | path

Searched refs:alphanum (Results 126 – 150 of 1266) sorted by relevance

12345678910>>...51

/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/acceptance/tools/
H A Dtools.go53 const alphanum = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
57 bytes[i] = alphanum[b%byte(len(alphanum))]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/acceptance/tools/
H A Dtools.go53 const alphanum = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
57 bytes[i] = alphanum[b%byte(len(alphanum))]
/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/util/
H A Dfileformat.cpp44 static const char alphanum[] = "0123456789abcdefghijklmnopqrstuvwxyz"; in uniqueString() local
45 const int alphanum_len = sizeof(alphanum); in uniqueString()
52 s[i] = alphanum[rand() % (alphanum_len - 1)]; in uniqueString()
/dports/www/grafana8/grafana-8.3.6/pkg/util/
H A Dencoding.go17 const alphanum = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
25 bytes[i] = alphanum[b%byte(len(alphanum))]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gophercloud/gophercloud/acceptance/tools/
H A Dtools.go53 const alphanum = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
57 bytes[i] = alphanum[b%byte(len(alphanum))]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/
H A Dunhex-t.cc31 const std::string alphanum = "0123456789abcdefABCDEF"; in random_string() local
34 0, alphanum.size() - 1); in random_string()
39 result += alphanum[dist(rng)]; in random_string()
/dports/audio/re/re-0.5.8/src/sys/
H A Drand.c27 static const char alphanum[] = variable
153 str[i] = alphanum[((uint8_t)str[i]) % (sizeof(alphanum)-1)]; in rand_str()
/dports/lang/v/v-0.1.29/vlib/net/websocket/
H A Dutils.v46 alphanum := '0123456789ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvwxyz'
48 nonce[i] = alphanum[rand.intn(alphanum.len)]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/cloud.google.com/go/firestore/
H A Dcollref.go99 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
110 b[i] = alphanum[rng.Intn(len(alphanum))]
/dports/devel/taskflow/taskflow-3.2.0/examples/
H A Dparallel_sort.cpp10 static const char alphanum[] = in random_string() local
21 tmp_s += alphanum[dist(eng) % (sizeof(alphanum) - 1)]; in random_string()
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/firestore/
H A Dcollref.go127 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
135 b[i] = alphanum[int(byt)%len(alphanum)]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/firestore/
H A Dcollref.go127 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
135 b[i] = alphanum[int(byt)%len(alphanum)]
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/firestore/
H A Dcollref.go127 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
135 b[i] = alphanum[int(byt)%len(alphanum)]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/firestore/
H A Dcollref.go127 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
135 b[i] = alphanum[int(byt)%len(alphanum)]
/dports/sysutils/helm/helm-3.5.2/vendor/cloud.google.com/go/firestore/
H A Dcollref.go127 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
135 b[i] = alphanum[int(byt)%len(alphanum)]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/cloud.google.com/go/firestore/
H A Dcollref.go127 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
135 b[i] = alphanum[int(byt)%len(alphanum)]
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/firestore/
H A Dcollref.go127 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
135 b[i] = alphanum[int(byt)%len(alphanum)]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/cloud.google.com/go/firestore/
H A Dcollref.go127 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
135 b[i] = alphanum[int(byt)%len(alphanum)]
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/firestore/
H A Dcollref.go127 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
135 b[i] = alphanum[int(byt)%len(alphanum)]
/dports/security/lego/lego-4.5.3/vendor/cloud.google.com/go/firestore/
H A Dcollref.go127 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
135 b[i] = alphanum[int(byt)%len(alphanum)]
/dports/security/vault/google-cloud-go-spanner-v1.5.1/firestore/
H A Dcollref.go127 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
135 b[i] = alphanum[int(byt)%len(alphanum)]
/dports/security/vault/vault-1.8.2/vendor/cloud.google.com/go/firestore/
H A Dcollref.go127 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
135 b[i] = alphanum[int(byt)%len(alphanum)]
/dports/security/vault/google-cloud-go-storage-v1.6.0/firestore/
H A Dcollref.go127 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
135 b[i] = alphanum[int(byt)%len(alphanum)]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/dbus-1.2.15.1/tests/DBusTests/
H A DBusName.hs72 alphanum = alpha ++ ['0'..'9'] function
75 x <- chunks alphanum
91 xs <- listOf (elements alphanum)
/dports/www/gohugo/hugo-0.91.2/vendor/cloud.google.com/go/firestore/
H A Dcollref.go127 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
135 b[i] = alphanum[int(byt)%len(alphanum)]

12345678910>>...51