Home
last modified time | relevance | path

Searched refs:jsonint (Results 1 – 25 of 26) sorted by relevance

12

/dports/mail/mailhog/MailHog-1.0.0/vendor/gopkg.in/mgo.v2/internal/json/
H A Dencode_test.go553 type jsonint int type
555 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
576 {jsonint(5), `{"JI":5}`},
582 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/mgo.v2/internal/json/
H A Dencode_test.go553 type jsonint int type
555 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
576 {jsonint(5), `{"JI":5}`},
582 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/mgo.v2/internal/json/
H A Dencode_test.go553 type jsonint int type
555 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
576 {jsonint(5), `{"JI":5}`},
582 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/mgo.v2-unstable/internal/json/
H A Dencode_test.go553 type jsonint int type
555 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
576 {jsonint(5), `{"JI":5}`},
582 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gopkg.in/mgo.v2/internal/json/
H A Dencode_test.go553 type jsonint int type
555 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
576 {jsonint(5), `{"JI":5}`},
582 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/gopkg.in/mgo.v2/internal/json/
H A Dencode_test.go553 type jsonint int type
555 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
576 {jsonint(5), `{"JI":5}`},
582 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/encoding/json/
H A Dencode_test.go715 type jsonint int type
717 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
738 {jsonint(5), `{"JI":5}`},
744 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/lang/gcc8/gcc-8.5.0/libgo/go/encoding/json/
H A Dencode_test.go718 type jsonint int type
720 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
741 {jsonint(5), `{"JI":5}`},
747 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/encoding/json/
H A Dencode_test.go718 type jsonint int type
720 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
741 {jsonint(5), `{"JI":5}`},
747 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/encoding/json/
H A Dencode_test.go718 type jsonint int type
720 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
741 {jsonint(5), `{"JI":5}`},
747 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/encoding/json/
H A Dencode_test.go718 type jsonint int type
720 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
741 {jsonint(5), `{"JI":5}`},
747 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/encoding/json/
H A Dencode_test.go731 type jsonint int type
733 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
754 {jsonint(5), `{"JI":5}`},
760 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/encoding/json/
H A Dencode_test.go718 type jsonint int type
720 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
741 {jsonint(5), `{"JI":5}`},
747 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/encoding/json/
H A Dencode_test.go718 type jsonint int type
720 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
741 {jsonint(5), `{"JI":5}`},
747 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/lang/gcc9/gcc-9.4.0/libgo/go/encoding/json/
H A Dencode_test.go731 type jsonint int type
733 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
754 {jsonint(5), `{"JI":5}`},
760 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/segmentio/encoding/json/
H A Dgolang_encode_test.go736 type jsonint int type
738 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
759 {jsonint(5), `{"JI":5}`},
765 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/encoding/json/
H A Dencode_test.go731 type jsonint int type
733 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
754 {jsonint(5), `{"JI":5}`},
760 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/lang/gcc10/gcc-10.3.0/libgo/go/encoding/json/
H A Dencode_test.go818 type jsonint int type
820 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
841 {jsonint(5), `{"JI":5}`},
847 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/encoding/json/
H A Dencode_test.go843 type jsonint int type
845 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
866 {jsonint(5), `{"JI":5}`},
872 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/encoding/json/
H A Dencode_test.go818 type jsonint int type
820 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
841 {jsonint(5), `{"JI":5}`},
847 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/lang/gcc11/gcc-11.2.0/libgo/go/encoding/json/
H A Dencode_test.go843 type jsonint int type
845 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
866 {jsonint(5), `{"JI":5}`},
872 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/encoding/json/
H A Dencode_test.go818 type jsonint int type
820 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
841 {jsonint(5), `{"JI":5}`},
847 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/encoding/json/
H A Dencode_test.go843 type jsonint int type
845 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
866 {jsonint(5), `{"JI":5}`},
872 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/encoding/json/
H A Dencode_test.go859 type jsonint int type
861 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
886 {jsonint(5), `{"JI":5}`},
892 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/encoding/json/
H A Dencode_test.go859 type jsonint int type
861 func (i jsonint) MarshalJSON() ([]byte, error) { return tenc(`{"JI":%d}`, i) }
886 {jsonint(5), `{"JI":5}`},
892 {[]jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},

12