Home
last modified time | relevance | path

Searched refs:decodeValue (Results 1 – 25 of 725) sorted by relevance

12345678910>>...29

/dports/x11/dxpc/dxpc-3.9.2/
H A DClientChannel.C1870 decodeBuffer.decodeValue(opcode, 8); in doWrite()
1873 decodeBuffer.decodeValue(secondByte, 8); in doWrite()
1876 decodeBuffer.decodeValue(major, 16); in doWrite()
1879 decodeBuffer.decodeValue(minor, 16); in doWrite()
1882 decodeBuffer.decodeValue(extraLength, 16); in doWrite()
1894 decodeBuffer.decodeValue(cached, 1); in doWrite()
1904 decodeBuffer.decodeValue(nextByte, 8); in doWrite()
2890 decodeBuffer.decodeValue(value, 1); in doWrite()
2892 decodeBuffer.decodeValue(value, 1); in doWrite()
2918 decodeBuffer.decodeValue(value, 1); in doWrite()
[all …]
H A DServerChannel.C1283 decodeBuffer.decodeValue(nextByte, 8); in doWrite()
1350 decodeBuffer.decodeValue(value, 2); in doWrite()
1439 decodeBuffer.decodeValue(value, 1); in doWrite()
1670 decodeBuffer.decodeValue(value, 1); in doWrite()
1793 decodeBuffer.decodeValue(value, 2); in doWrite()
1909 decodeBuffer.decodeValue(value, 1); in doWrite()
1955 decodeBuffer.decodeValue(value, 8); in doWrite()
1957 decodeBuffer.decodeValue(value, 8); in doWrite()
1967 decodeBuffer.decodeValue(value, 1); in doWrite()
2006 decodeBuffer.decodeValue(value, 1); in doWrite()
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/bower-json-1.0.0.1/test/
H A DMain.hs16 decodeValue :: FromJSON a => B.ByteString -> Maybe a
17 decodeValue = the <=< decode . ("[" <>) . (<> "]") function
37 decodeValue "\"Harry Garrood\""
41 decodeValue "\" Harry Garrood \""
45 decodeValue "\"Harry Garrood <harry@garrood.me>\""
48 decodeValue "\"Harry Garrood (http://harry.garrood.me)\""
51 decodeValue "\"Harry Garrood <harry@garrood.me> (http://harry.garrood.me)\""
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/bower-json-1.0.0.1/test/
H A DMain.hs16 decodeValue :: FromJSON a => B.ByteString -> Maybe a
17 decodeValue = the <=< decode . ("[" <>) . (<> "]") function
37 decodeValue "\"Harry Garrood\""
41 decodeValue "\" Harry Garrood \""
45 decodeValue "\"Harry Garrood <harry@garrood.me>\""
48 decodeValue "\"Harry Garrood (http://harry.garrood.me)\""
51 decodeValue "\"Harry Garrood <harry@garrood.me> (http://harry.garrood.me)\""
/dports/textproc/py-tablib/tablib-3.1.0/src/tablib/packages/dbfpy/
H A Dfields.py175 return self.decodeValue(self.rawFromRecord(record))
182 def decodeValue(self, value): member in DbfFieldDef
208 def decodeValue(self, value): member in DbfCharacterFieldDef
231 def decodeValue(self, value): member in DbfNumericFieldDef
277 def decodeValue(self, value): member in DbfIntegerFieldDef
293 def decodeValue(self, value): member in DbfCurrencyFieldDef
309 def decodeValue(self, value): member in DbfLogicalFieldDef
346 def decodeValue(self, value): member in DbfMemoFieldDef
369 def decodeValue(self, value): member in DbfDateFieldDef
405 def decodeValue(self, value): member in DbfDateTimeFieldDef
/dports/misc/fq/fq-0.0.2/pkg/interp/
H A Ddecode.go197 return decodeValue{
213 return decodeValue{
218 return decodeValue{
223 return decodeValue{
228 return decodeValue{
233 return decodeValue{
238 return decodeValue{
243 return decodeValue{
248 return decodeValue{
253 return decodeValue{
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cborg-json-0.2.2.0/src/Codec/CBOR/
H A DJSON.hs5 , decodeValue
43 decodeValue :: Bool -> Decoder s Value
44 decodeValue lenient = do function
81 vec <- V.replicateM n (decodeValue lenient)
88 else do !tm <- decodeValue lenient
96 !tk <- decodeValue lenient >>= \v -> case v of
103 !tv <- decodeValue lenient
/dports/net/concourse-fly/concourse-6.7.1/web/elm/tests/
H A DSerializationTests.elm23 |> Json.Decode.decodeValue Concourse.decodeJob
43 |> Json.Decode.decodeValue Concourse.decodeBuild
53 |> Json.Decode.decodeValue Concourse.decodePipeline
65 |> Json.Decode.decodeValue Concourse.decodeTeam
/dports/misc/concourse/concourse-6.7.2/web/elm/tests/
H A DSerializationTests.elm23 |> Json.Decode.decodeValue Concourse.decodeJob
43 |> Json.Decode.decodeValue Concourse.decodeBuild
53 |> Json.Decode.decodeValue Concourse.decodePipeline
65 |> Json.Decode.decodeValue Concourse.decodeTeam
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/spanner/
H A Dvalue_benchmarks_test.go97 decodeValue(v, t, &g)
107 decodeValue(v, t, &s)
118 decodeValue(v, t, &s)
157 if err := decodeValue(v, t, &a[i]); err != nil {
187 if err := decodeValue(v, t, &a[i]); err != nil {
212 if err := decodeValue(v, typ, elptr(i)); err != nil {
226 if err := decodeValue(v, typ, av.Index(i).Addr().Interface()); err != nil {
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/spanner/
H A Dvalue_benchmarks_test.go97 decodeValue(v, t, &g)
107 decodeValue(v, t, &s)
118 decodeValue(v, t, &s)
157 if err := decodeValue(v, t, &a[i]); err != nil {
187 if err := decodeValue(v, t, &a[i]); err != nil {
212 if err := decodeValue(v, typ, elptr(i)); err != nil {
226 if err := decodeValue(v, typ, av.Index(i).Addr().Interface()); err != nil {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/spanner/
H A Dvalue_benchmarks_test.go97 decodeValue(v, t, &g)
107 decodeValue(v, t, &s)
118 decodeValue(v, t, &s)
157 if err := decodeValue(v, t, &a[i]); err != nil {
187 if err := decodeValue(v, t, &a[i]); err != nil {
212 if err := decodeValue(v, typ, elptr(i)); err != nil {
226 if err := decodeValue(v, typ, av.Index(i).Addr().Interface()); err != nil {
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/spanner/
H A Dvalue_benchmarks_test.go97 decodeValue(v, t, &g)
107 decodeValue(v, t, &s)
118 decodeValue(v, t, &s)
157 if err := decodeValue(v, t, &a[i]); err != nil {
187 if err := decodeValue(v, t, &a[i]); err != nil {
212 if err := decodeValue(v, typ, elptr(i)); err != nil {
226 if err := decodeValue(v, typ, av.Index(i).Addr().Interface()); err != nil {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/spanner/
H A Dvalue_benchmarks_test.go97 decodeValue(v, t, &g)
107 decodeValue(v, t, &s)
118 decodeValue(v, t, &s)
157 if err := decodeValue(v, t, &a[i]); err != nil {
187 if err := decodeValue(v, t, &a[i]); err != nil {
212 if err := decodeValue(v, typ, elptr(i)); err != nil {
226 if err := decodeValue(v, typ, av.Index(i).Addr().Interface()); err != nil {
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/spanner/
H A Dvalue_benchmarks_test.go97 decodeValue(v, t, &g)
107 decodeValue(v, t, &s)
118 decodeValue(v, t, &s)
157 if err := decodeValue(v, t, &a[i]); err != nil {
187 if err := decodeValue(v, t, &a[i]); err != nil {
212 if err := decodeValue(v, typ, elptr(i)); err != nil {
226 if err := decodeValue(v, typ, av.Index(i).Addr().Interface()); err != nil {
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/cloud.google.com/go/spanner/
H A Dvalue_benchmarks_test.go97 decodeValue(v, t, &g)
107 decodeValue(v, t, &s)
118 decodeValue(v, t, &s)
157 if err := decodeValue(v, t, &a[i]); err != nil {
187 if err := decodeValue(v, t, &a[i]); err != nil {
212 if err := decodeValue(v, typ, elptr(i)); err != nil {
226 if err := decodeValue(v, typ, av.Index(i).Addr().Interface()); err != nil {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/cloud.google.com/go/spanner/
H A Dvalue_benchmarks_test.go97 decodeValue(v, t, &g)
107 decodeValue(v, t, &s)
118 decodeValue(v, t, &s)
157 if err := decodeValue(v, t, &a[i]); err != nil {
187 if err := decodeValue(v, t, &a[i]); err != nil {
212 if err := decodeValue(v, typ, elptr(i)); err != nil {
226 if err := decodeValue(v, typ, av.Index(i).Addr().Interface()); err != nil {
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/spanner/
H A Dvalue_benchmarks_test.go97 decodeValue(v, t, &g)
107 decodeValue(v, t, &s)
118 decodeValue(v, t, &s)
157 if err := decodeValue(v, t, &a[i]); err != nil {
187 if err := decodeValue(v, t, &a[i]); err != nil {
212 if err := decodeValue(v, typ, elptr(i)); err != nil {
226 if err := decodeValue(v, typ, av.Index(i).Addr().Interface()); err != nil {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/cloud.google.com/go/spanner/
H A Dvalue_benchmarks_test.go97 decodeValue(v, t, &g)
107 decodeValue(v, t, &s)
118 decodeValue(v, t, &s)
157 if err := decodeValue(v, t, &a[i]); err != nil {
187 if err := decodeValue(v, t, &a[i]); err != nil {
212 if err := decodeValue(v, typ, elptr(i)); err != nil {
226 if err := decodeValue(v, typ, av.Index(i).Addr().Interface()); err != nil {
/dports/security/lego/lego-4.5.3/vendor/cloud.google.com/go/spanner/
H A Dvalue_benchmarks_test.go97 decodeValue(v, t, &g)
107 decodeValue(v, t, &s)
118 decodeValue(v, t, &s)
157 if err := decodeValue(v, t, &a[i]); err != nil {
187 if err := decodeValue(v, t, &a[i]); err != nil {
212 if err := decodeValue(v, typ, elptr(i)); err != nil {
226 if err := decodeValue(v, typ, av.Index(i).Addr().Interface()); err != nil {
/dports/security/vault/google-cloud-go-storage-v1.6.0/spanner/
H A Dvalue_benchmarks_test.go97 decodeValue(v, t, &g)
107 decodeValue(v, t, &s)
118 decodeValue(v, t, &s)
157 if err := decodeValue(v, t, &a[i]); err != nil {
187 if err := decodeValue(v, t, &a[i]); err != nil {
212 if err := decodeValue(v, typ, elptr(i)); err != nil {
226 if err := decodeValue(v, typ, av.Index(i).Addr().Interface()); err != nil {
/dports/security/vault/google-cloud-go-spanner-v1.5.1/spanner/
H A Dvalue_benchmarks_test.go97 decodeValue(v, t, &g)
107 decodeValue(v, t, &s)
118 decodeValue(v, t, &s)
157 if err := decodeValue(v, t, &a[i]); err != nil {
187 if err := decodeValue(v, t, &a[i]); err != nil {
212 if err := decodeValue(v, typ, elptr(i)); err != nil {
226 if err := decodeValue(v, typ, av.Index(i).Addr().Interface()); err != nil {
/dports/www/gohugo/hugo-0.91.2/vendor/cloud.google.com/go/spanner/
H A Dvalue_benchmarks_test.go97 decodeValue(v, t, &g)
107 decodeValue(v, t, &s)
118 decodeValue(v, t, &s)
157 if err := decodeValue(v, t, &a[i]); err != nil {
187 if err := decodeValue(v, t, &a[i]); err != nil {
212 if err := decodeValue(v, typ, elptr(i)); err != nil {
226 if err := decodeValue(v, typ, av.Index(i).Addr().Interface()); err != nil {
/dports/www/gohugo/google-cloud-go-storage-v1.10.0/spanner/
H A Dvalue_benchmarks_test.go97 decodeValue(v, t, &g)
107 decodeValue(v, t, &s)
118 decodeValue(v, t, &s)
157 if err := decodeValue(v, t, &a[i]); err != nil {
187 if err := decodeValue(v, t, &a[i]); err != nil {
212 if err := decodeValue(v, typ, elptr(i)); err != nil {
226 if err := decodeValue(v, typ, av.Index(i).Addr().Interface()); err != nil {
/dports/sysutils/helm/helm-3.5.2/vendor/cloud.google.com/go/spanner/
H A Dvalue_benchmarks_test.go97 decodeValue(v, t, &g)
107 decodeValue(v, t, &s)
118 decodeValue(v, t, &s)
157 if err := decodeValue(v, t, &a[i]); err != nil {
187 if err := decodeValue(v, t, &a[i]); err != nil {
212 if err := decodeValue(v, typ, elptr(i)); err != nil {
226 if err := decodeValue(v, typ, av.Index(i).Addr().Interface()); err != nil {

12345678910>>...29