Home
last modified time | relevance | path

Searched refs:flatValue (Results 1 – 25 of 53) sorted by relevance

123

/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/aws/protocol/query/
H A Dobject.go51 func (o *Object) key(name string, flatValue bool) Value {
53 return newValue(o.values, fmt.Sprintf("%s.%s", o.prefix, name), flatValue)
55 return newValue(o.values, name, flatValue)
/dports/security/vault/aws-sdk-go-v2-1.5.0/aws/protocol/query/
H A Dobject.go51 func (o *Object) key(name string, flatValue bool) Value {
53 return newValue(o.values, fmt.Sprintf("%s.%s", o.prefix, name), flatValue)
55 return newValue(o.values, name, flatValue)
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/aws/protocol/query/
H A Dobject.go51 func (o *Object) key(name string, flatValue bool) Value {
53 return newValue(o.values, fmt.Sprintf("%s.%s", o.prefix, name), flatValue)
55 return newValue(o.values, name, flatValue)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/query/
H A Dobject.go51 func (o *Object) key(name string, flatValue bool) Value {
53 return newValue(o.values, fmt.Sprintf("%s.%s", o.prefix, name), flatValue)
55 return newValue(o.values, name, flatValue)
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/aws/protocol/query/
H A Dobject.go51 func (o *Object) key(name string, flatValue bool) Value {
53 return newValue(o.values, fmt.Sprintf("%s.%s", o.prefix, name), flatValue)
55 return newValue(o.values, name, flatValue)
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/aws/protocol/query/
H A Dobject.go51 func (o *Object) key(name string, flatValue bool) Value {
53 return newValue(o.values, fmt.Sprintf("%s.%s", o.prefix, name), flatValue)
55 return newValue(o.values, name, flatValue)
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/query/
H A Dobject.go51 func (o *Object) key(name string, flatValue bool) Value {
53 return newValue(o.values, fmt.Sprintf("%s.%s", o.prefix, name), flatValue)
55 return newValue(o.values, name, flatValue)
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/aws/protocol/query/
H A Dobject.go51 func (o *Object) key(name string, flatValue bool) Value {
53 return newValue(o.values, fmt.Sprintf("%s.%s", o.prefix, name), flatValue)
55 return newValue(o.values, name, flatValue)
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DnsWindowsRegKey.cpp408 const nsString& flatValue = PromiseFlatString(aValue); in WriteStringValue() local
411 (const BYTE*)flatValue.get(), in WriteStringValue()
412 (flatValue.Length() + 1) * sizeof(char16_t)); in WriteStringValue()
445 const nsCString& flatValue = PromiseFlatCString(aValue); in WriteBinaryValue() local
447 (const BYTE*)flatValue.get(), flatValue.Length()); in WriteBinaryValue()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DnsWindowsRegKey.cpp408 const nsString& flatValue = PromiseFlatString(aValue); in WriteStringValue() local
411 (const BYTE*)flatValue.get(), in WriteStringValue()
412 (flatValue.Length() + 1) * sizeof(char16_t)); in WriteStringValue()
445 const nsCString& flatValue = PromiseFlatCString(aValue); in WriteBinaryValue() local
447 (const BYTE*)flatValue.get(), flatValue.Length()); in WriteBinaryValue()
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DnsWindowsRegKey.cpp408 const nsString& flatValue = PromiseFlatString(aValue); in WriteStringValue() local
411 (const BYTE*)flatValue.get(), in WriteStringValue()
412 (flatValue.Length() + 1) * sizeof(char16_t)); in WriteStringValue()
445 const nsCString& flatValue = PromiseFlatCString(aValue); in WriteBinaryValue() local
447 (const BYTE*)flatValue.get(), flatValue.Length()); in WriteBinaryValue()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DnsWindowsRegKey.cpp408 const nsString& flatValue = PromiseFlatString(aValue); in WriteStringValue() local
411 (const BYTE*)flatValue.get(), in WriteStringValue()
412 (flatValue.Length() + 1) * sizeof(char16_t)); in WriteStringValue()
445 const nsCString& flatValue = PromiseFlatCString(aValue); in WriteBinaryValue() local
447 (const BYTE*)flatValue.get(), flatValue.Length()); in WriteBinaryValue()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DnsWindowsRegKey.cpp412 const nsString& flatValue = PromiseFlatString(aValue); in WriteStringValue() local
415 (const BYTE*)flatValue.get(), in WriteStringValue()
416 (flatValue.Length() + 1) * sizeof(char16_t)); in WriteStringValue()
449 const nsCString& flatValue = PromiseFlatCString(aValue); in WriteBinaryValue() local
451 (const BYTE*)flatValue.get(), flatValue.Length()); in WriteBinaryValue()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/ds/
H A DnsWindowsRegKey.cpp446 const nsString& flatValue = PromiseFlatString(aValue); in WriteStringValue() local
449 (const BYTE*)flatValue.get(), in WriteStringValue()
450 (flatValue.Length() + 1) * sizeof(char16_t)); in WriteStringValue()
486 const nsCString& flatValue = PromiseFlatCString(aValue); in WriteBinaryValue() local
488 (const BYTE*)flatValue.get(), flatValue.Length()); in WriteBinaryValue()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/jobqueue/
H A DJob.php431 $flatValue = (string)$value;
433 $flatValue = "string(" . mb_strlen( $value ) . ")";
436 $paramString .= "$key={$flatValue}";
/dports/www/mediawiki137/mediawiki-1.37.1/includes/jobqueue/
H A DJob.php436 $flatValue = (string)$value;
438 $flatValue = "string(" . mb_strlen( $value ) . ")";
441 $paramString .= "$key={$flatValue}";
/dports/www/mediawiki136/mediawiki-1.36.3/includes/jobqueue/
H A DJob.php434 $flatValue = (string)$value;
436 $flatValue = "string(" . mb_strlen( $value ) . ")";
439 $paramString .= "$key={$flatValue}";
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vendor/github.com/google/pprof/internal/graph/
H A Ddotgraph.go143 flatValue := b.config.FormatValue(flat)
146 flatValue,
151 cumValue := flatValue
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/github.com/google/pprof/internal/graph/
H A Ddotgraph.go153 flatValue := b.config.FormatValue(flat)
156 flatValue,
161 cumValue := flatValue
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/github.com/google/pprof/internal/graph/
H A Ddotgraph.go153 flatValue := b.config.FormatValue(flat)
156 flatValue,
161 cumValue := flatValue
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/google/pprof/internal/graph/
H A Ddotgraph.go153 flatValue := b.config.FormatValue(flat)
156 flatValue,
161 cumValue := flatValue
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/google/pprof/internal/graph/
H A Ddotgraph.go153 flatValue := b.config.FormatValue(flat)
156 flatValue,
161 cumValue := flatValue
/dports/net/storj/storj-1.45.3/vendor/github.com/google/pprof/internal/graph/
H A Ddotgraph.go153 flatValue := b.config.FormatValue(flat)
156 flatValue,
161 cumValue := flatValue
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/google/pprof/internal/graph/
H A Ddotgraph.go153 flatValue := b.config.FormatValue(flat)
156 flatValue,
161 cumValue := flatValue
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/google/pprof/internal/graph/
H A Ddotgraph.go153 flatValue := b.config.FormatValue(flat)
156 flatValue,
161 cumValue := flatValue

123