Home
last modified time | relevance | path

Searched refs:shouldRedact (Results 1 – 17 of 17) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/vendor/github.com/bugsnag/bugsnag-go/
H A Dmetadata.go131 if s.shouldRedact(newKey) {
160 if s.shouldRedact(name) {
178 func (s sanitizer) shouldRedact(key string) bool { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/vendor/github.com/bugsnag/bugsnag-go/
H A Dmetadata.go131 if s.shouldRedact(newKey) {
160 if s.shouldRedact(name) {
178 func (s sanitizer) shouldRedact(key string) bool { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/vendor/github.com/bugsnag/bugsnag-go/
H A Dmetadata.go131 if s.shouldRedact(newKey) {
160 if s.shouldRedact(name) {
178 func (s sanitizer) shouldRedact(key string) bool { func
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/vendor/github.com/bugsnag/bugsnag-go/
H A Dmetadata.go131 if s.shouldRedact(newKey) {
160 if s.shouldRedact(name) {
178 func (s sanitizer) shouldRedact(key string) bool { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/vendor/github.com/bugsnag/bugsnag-go/
H A Dmetadata.go131 if s.shouldRedact(newKey) {
160 if s.shouldRedact(name) {
178 func (s sanitizer) shouldRedact(key string) bool { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/vendor/github.com/bugsnag/bugsnag-go/
H A Dmetadata.go131 if s.shouldRedact(newKey) {
160 if s.shouldRedact(name) {
178 func (s sanitizer) shouldRedact(key string) bool { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/vendor/github.com/bugsnag/bugsnag-go/
H A Dmetadata.go131 if s.shouldRedact(newKey) {
160 if s.shouldRedact(name) {
178 func (s sanitizer) shouldRedact(key string) bool { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/docker/distribution/vendor/github.com/bugsnag/bugsnag-go/
H A Dmetadata.go131 if s.shouldRedact(newKey) {
160 if s.shouldRedact(name) {
178 func (s sanitizer) shouldRedact(key string) bool { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/bugsnag/bugsnag-go/
H A Dmetadata.go131 if s.shouldRedact(newKey) {
160 if s.shouldRedact(name) {
178 func (s sanitizer) shouldRedact(key string) bool { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/distribution/vendor/github.com/bugsnag/bugsnag-go/
H A Dmetadata.go131 if s.shouldRedact(newKey) {
160 if s.shouldRedact(name) {
178 func (s sanitizer) shouldRedact(key string) bool { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/github.com/bugsnag/bugsnag-go/
H A Dmetadata.go135 if s.shouldRedact(newKey) {
164 if s.shouldRedact(name) {
182 func (s sanitizer) shouldRedact(key string) bool { func
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/bugsnag/bugsnag-go/bugsnag-go-b1d153021fcd/
H A Dmetadata.go131 if s.shouldRedact(newKey) {
160 if s.shouldRedact(name) {
178 func (s sanitizer) shouldRedact(key string) bool {
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/bugsnag/bugsnag-go/
H A Dmetadata.go131 if s.shouldRedact(newKey) {
160 if s.shouldRedact(name) {
178 func (s sanitizer) shouldRedact(key string) bool { func
/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/bugsnag/bugsnag-go/
H A Dmetadata.go135 if s.shouldRedact(newKey) {
164 if s.shouldRedact(name) {
182 func (s sanitizer) shouldRedact(key string) bool { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/vendor/github.com/bugsnag/bugsnag-go/
H A Dmetadata.go131 if s.shouldRedact(newKey) {
160 if s.shouldRedact(name) {
178 func (s sanitizer) shouldRedact(key string) bool { func
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/logger/
H A Dcomponent_message_log_domain.cpp85 void ComponentMessageLogDomain::setShouldRedactLogs(bool shouldRedact) { in setShouldRedactLogs() argument
86 _shouldRedact.store(shouldRedact); in setShouldRedactLogs()
H A Dcomponent_message_log_domain.h95 void setShouldRedactLogs(bool shouldRedact);