Home
last modified time | relevance | path

Searched refs:UnmarshalText (Results 1 – 25 of 6057) sorted by relevance

12345678910>>...243

/dports/textproc/uni/uni-2.4.0/vendor/zgo.at/zstd/zint/
H A Dbitflag.go27 func (f *Bitflag8) UnmarshalJSON(text []byte) error { return f.UnmarshalText(text) }
28 func (f *Bitflag8) UnmarshalText(text []byte) error { func
41 func (f *Bitflag16) UnmarshalJSON(text []byte) error { return f.UnmarshalText(text) }
42 func (f *Bitflag16) UnmarshalText(text []byte) error { func
55 func (f *Bitflag32) UnmarshalJSON(text []byte) error { return f.UnmarshalText(text) }
56 func (f *Bitflag32) UnmarshalText(text []byte) error { func
69 func (f *Bitflag64) UnmarshalJSON(text []byte) error { return f.UnmarshalText(text) }
70 func (f *Bitflag64) UnmarshalText(text []byte) error { func
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/pelletier/go-toml/v2/
H A Dlocaltime_test.go31 err := d.UnmarshalText([]byte("2021-06-08"))
35 err = d.UnmarshalText([]byte("what"))
55 err := d.UnmarshalText([]byte("20:12:01.000000002"))
59 err = d.UnmarshalText([]byte("what"))
62 err = d.UnmarshalText([]byte("20:12:01.000000002 bad"))
95 err := d.UnmarshalText([]byte("2021-06-08 20:12:01.000000002"))
102 err = d.UnmarshalText([]byte("what"))
105 err = d.UnmarshalText([]byte("2021-06-08 20:12:01.000000002 bad"))
/dports/devel/mutagen/mutagen-0.11.8/cmd/mutagen/sync/
H A Dcreate.go258 if err := probeMode.UnmarshalText([]byte(createConfiguration.probeMode)); err != nil {
263 if err := probeModeAlpha.UnmarshalText([]byte(createConfiguration.probeModeAlpha)); err != nil {
268 if err := probeModeBeta.UnmarshalText([]byte(createConfiguration.probeModeBeta)); err != nil {
276 if err := scanMode.UnmarshalText([]byte(createConfiguration.scanMode)); err != nil {
281 if err := scanModeAlpha.UnmarshalText([]byte(createConfiguration.scanModeAlpha)); err != nil {
286 if err := scanModeBeta.UnmarshalText([]byte(createConfiguration.scanModeBeta)); err != nil {
294 if err := stageMode.UnmarshalText([]byte(createConfiguration.stageMode)); err != nil {
299 if err := stageModeAlpha.UnmarshalText([]byte(createConfiguration.stageModeAlpha)); err != nil {
304 if err := stageModeBeta.UnmarshalText([]byte(createConfiguration.stageModeBeta)); err != nil {
320 if err := watchMode.UnmarshalText([]byte(createConfiguration.watchMode)); err != nil {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/common/hexutil/
H A Djson.go52 return wrapTypeError(b.UnmarshalText(input[1:len(input)-1]), bytesT)
56 func (b *Bytes) UnmarshalText(input []byte) error { func
164 return wrapTypeError(b.UnmarshalText(input[1:len(input)-1]), bigT)
168 func (b *Big) UnmarshalText(input []byte) error { func
217 return b.UnmarshalText([]byte(input))
245 return wrapTypeError(b.UnmarshalText(input[1:len(input)-1]), uint64T)
249 func (b *Uint64) UnmarshalText(input []byte) error { func
283 return b.UnmarshalText([]byte(input))
306 return wrapTypeError(b.UnmarshalText(input[1:len(input)-1]), uintT)
310 func (b *Uint) UnmarshalText(input []byte) error { func
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/alecthomas/units/
H A Dbytes_test.go46 err := n.UnmarshalText([]byte("0B"))
49 err = n.UnmarshalText([]byte("1kB"))
51 err = n.UnmarshalText([]byte("1KB"))
54 err = n.UnmarshalText([]byte("1MB1KB25B"))
57 err = n.UnmarshalText([]byte("1.5MB"))
61 err = n.UnmarshalText([]byte("1kiB"))
63 err = n.UnmarshalText([]byte("1KiB"))
66 err = n.UnmarshalText([]byte("1MiB1KiB25B"))
69 err = n.UnmarshalText([]byte("1.5MiB"))
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/alecthomas/units/
H A Dbytes_test.go46 err := n.UnmarshalText([]byte("0B"))
49 err = n.UnmarshalText([]byte("1kB"))
51 err = n.UnmarshalText([]byte("1KB"))
54 err = n.UnmarshalText([]byte("1MB1KB25B"))
57 err = n.UnmarshalText([]byte("1.5MB"))
61 err = n.UnmarshalText([]byte("1kiB"))
63 err = n.UnmarshalText([]byte("1KiB"))
66 err = n.UnmarshalText([]byte("1MiB1KiB25B"))
69 err = n.UnmarshalText([]byte("1.5MiB"))
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/alecthomas/units/
H A Dbytes_test.go46 err := n.UnmarshalText([]byte("0B"))
49 err = n.UnmarshalText([]byte("1kB"))
51 err = n.UnmarshalText([]byte("1KB"))
54 err = n.UnmarshalText([]byte("1MB1KB25B"))
57 err = n.UnmarshalText([]byte("1.5MB"))
61 err = n.UnmarshalText([]byte("1kiB"))
63 err = n.UnmarshalText([]byte("1KiB"))
66 err = n.UnmarshalText([]byte("1MiB1KiB25B"))
69 err = n.UnmarshalText([]byte("1.5MiB"))
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/mailgun/mailgun-go/
H A Denums.go51 func (et *EventType) UnmarshalText(text []byte) error { func
89 func (i *IP) UnmarshalText(text []byte) error { func
122 func (m *Method) UnmarshalText(text []byte) error { func
159 func (es *EventSeverity) UnmarshalText(text []byte) error { func
210 func (er *EventReason) UnmarshalText(text []byte) error { func
253 func (ct *ClientType) UnmarshalText(text []byte) error { func
292 func (ct *DeviceType) UnmarshalText(text []byte) error { func
327 func (tm *TransportMethod) UnmarshalText(text []byte) error { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/common/hexutil/
H A Djson.go52 return wrapTypeError(b.UnmarshalText(input[1:len(input)-1]), bytesT)
56 func (b *Bytes) UnmarshalText(input []byte) error { func
145 return wrapTypeError(b.UnmarshalText(input[1:len(input)-1]), bigT)
149 func (b *Big) UnmarshalText(input []byte) error { func
207 return wrapTypeError(b.UnmarshalText(input[1:len(input)-1]), uint64T)
211 func (b *Uint64) UnmarshalText(input []byte) error { func
251 return wrapTypeError(b.UnmarshalText(input[1:len(input)-1]), uintT)
255 func (b *Uint) UnmarshalText(input []byte) error { func
257 err := u64.UnmarshalText(input)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/alecthomas/units/
H A Dbytes_test.go47 err := n.UnmarshalText([]byte("0B"))
50 err = n.UnmarshalText([]byte("1kB"))
52 err = n.UnmarshalText([]byte("1KB"))
55 err = n.UnmarshalText([]byte("1MB1KB25B"))
58 err = n.UnmarshalText([]byte("1.5MB"))
62 err = n.UnmarshalText([]byte("1kiB"))
64 err = n.UnmarshalText([]byte("1KiB"))
67 err = n.UnmarshalText([]byte("1MiB1KiB25B"))
70 err = n.UnmarshalText([]byte("1.5MiB"))
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/json-iterator/go/value_tests/
H A Dmarshaler_test.go58 func (q *tmOfStruct) UnmarshalText(value []byte) error { func
70 func (q *tmOfStructInt) UnmarshalText(value []byte) error { func
76 func (q tmOfMap) UnmarshalText(value []byte) error { func
82 func (q *tmOfMapPtr) UnmarshalText(value []byte) error { func
/dports/net/inlets/inlets-3.0.2/vendor/github.com/json-iterator/go/go-1.1.10/value_tests/
H A Dmarshaler_test.go58 func (q *tmOfStruct) UnmarshalText(value []byte) error { func
70 func (q *tmOfStructInt) UnmarshalText(value []byte) error { func
76 func (q tmOfMap) UnmarshalText(value []byte) error { func
82 func (q *tmOfMapPtr) UnmarshalText(value []byte) error { func
/dports/security/lego/lego-4.5.3/vendor/github.com/json-iterator/go/value_tests/
H A Dmarshaler_test.go58 func (q *tmOfStruct) UnmarshalText(value []byte) error { func
70 func (q *tmOfStructInt) UnmarshalText(value []byte) error { func
76 func (q tmOfMap) UnmarshalText(value []byte) error { func
82 func (q *tmOfMapPtr) UnmarshalText(value []byte) error { func
/dports/security/vault/vault-1.8.2/vendor/github.com/json-iterator/go/value_tests/
H A Dmarshaler_test.go58 func (q *tmOfStruct) UnmarshalText(value []byte) error { func
70 func (q *tmOfStructInt) UnmarshalText(value []byte) error { func
76 func (q tmOfMap) UnmarshalText(value []byte) error { func
82 func (q *tmOfMapPtr) UnmarshalText(value []byte) error { func
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/json-iterator/go/value_tests/
H A Dmarshaler_test.go58 func (q *tmOfStruct) UnmarshalText(value []byte) error { func
70 func (q *tmOfStructInt) UnmarshalText(value []byte) error { func
76 func (q tmOfMap) UnmarshalText(value []byte) error { func
82 func (q *tmOfMapPtr) UnmarshalText(value []byte) error { func
/dports/net/rospo/rospo-0.7.1/vendor/github.com/json-iterator/go/go-1.1.11/value_tests/
H A Dmarshaler_test.go58 func (q *tmOfStruct) UnmarshalText(value []byte) error { func
70 func (q *tmOfStructInt) UnmarshalText(value []byte) error { func
76 func (q tmOfMap) UnmarshalText(value []byte) error { func
82 func (q *tmOfMapPtr) UnmarshalText(value []byte) error { func
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/json-iterator/go/go-1.1.7/value_tests/
H A Dmarshaler_test.go58 func (q *tmOfStruct) UnmarshalText(value []byte) error { func
70 func (q *tmOfStructInt) UnmarshalText(value []byte) error { func
76 func (q tmOfMap) UnmarshalText(value []byte) error { func
82 func (q *tmOfMapPtr) UnmarshalText(value []byte) error { func
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/github.com/json-iterator/go/value_tests/
H A Dmarshaler_test.go58 func (q *tmOfStruct) UnmarshalText(value []byte) error { func
70 func (q *tmOfStructInt) UnmarshalText(value []byte) error { func
76 func (q tmOfMap) UnmarshalText(value []byte) error { func
82 func (q *tmOfMapPtr) UnmarshalText(value []byte) error { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/json-iterator/go/value_tests/
H A Dmarshaler_test.go58 func (q *tmOfStruct) UnmarshalText(value []byte) error { func
70 func (q *tmOfStructInt) UnmarshalText(value []byte) error { func
76 func (q tmOfMap) UnmarshalText(value []byte) error { func
82 func (q *tmOfMapPtr) UnmarshalText(value []byte) error { func
/dports/www/beehive/beehive-0.4.0/vendor/github.com/json-iterator/go/value_tests/
H A Dmarshaler_test.go58 func (q *tmOfStruct) UnmarshalText(value []byte) error { func
70 func (q *tmOfStructInt) UnmarshalText(value []byte) error { func
76 func (q tmOfMap) UnmarshalText(value []byte) error { func
82 func (q *tmOfMapPtr) UnmarshalText(value []byte) error { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/json-iterator/go/value_tests/
H A Dmarshaler_test.go58 func (q *tmOfStruct) UnmarshalText(value []byte) error { func
70 func (q *tmOfStructInt) UnmarshalText(value []byte) error { func
76 func (q tmOfMap) UnmarshalText(value []byte) error { func
82 func (q *tmOfMapPtr) UnmarshalText(value []byte) error { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/json-iterator/go/value_tests/
H A Dmarshaler_test.go58 func (q *tmOfStruct) UnmarshalText(value []byte) error { func
70 func (q *tmOfStructInt) UnmarshalText(value []byte) error { func
76 func (q tmOfMap) UnmarshalText(value []byte) error { func
82 func (q *tmOfMapPtr) UnmarshalText(value []byte) error { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/json-iterator/go/value_tests/
H A Dmarshaler_test.go58 func (q *tmOfStruct) UnmarshalText(value []byte) error { func
70 func (q *tmOfStructInt) UnmarshalText(value []byte) error { func
76 func (q tmOfMap) UnmarshalText(value []byte) error { func
82 func (q *tmOfMapPtr) UnmarshalText(value []byte) error { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/json-iterator/go/value_tests/
H A Dmarshaler_test.go58 func (q *tmOfStruct) UnmarshalText(value []byte) error { func
70 func (q *tmOfStructInt) UnmarshalText(value []byte) error { func
76 func (q tmOfMap) UnmarshalText(value []byte) error { func
82 func (q *tmOfMapPtr) UnmarshalText(value []byte) error { func
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/json-iterator/go/go-1.1.7/value_tests/
H A Dmarshaler_test.go58 func (q *tmOfStruct) UnmarshalText(value []byte) error { func
70 func (q *tmOfStructInt) UnmarshalText(value []byte) error { func
76 func (q tmOfMap) UnmarshalText(value []byte) error { func
82 func (q *tmOfMapPtr) UnmarshalText(value []byte) error { func

12345678910>>...243