Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 25 of 15726) sorted by relevance

12345678910>>...630

/dports/lang/gcc48/gcc-4.8.5/libgo/go/fmt/
H A Dformat.go5 package fmt package
38 type fmt struct { struct
40 buf *buffer
42 wid int
43 prec int
45 widPresent bool
46 precPresent bool
47 minus bool
48 plus bool
49 sharp bool
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/fmt/
H A Dformat.go5 package fmt package
36 type fmt struct { struct
38 buf *buffer
40 wid int
41 prec int
43 widPresent bool
44 precPresent bool
45 minus bool
46 plus bool
47 sharp bool
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/fmt/
H A Dformat.go5 package fmt package
38 type fmt struct { struct
40 buf *buffer
42 wid int
43 prec int
45 widPresent bool
46 precPresent bool
47 minus bool
48 plus bool
49 sharp bool
[all …]
/dports/www/newsboat/newsboat-2.22.1/test/
H A Dfmtstrformatter.cpp9 FmtStrFormatter fmt; variable
86 FmtStrFormatter fmt; variable
164 FmtStrFormatter fmt; variable
180 FmtStrFormatter fmt; variable
200 FmtStrFormatter fmt; variable
211 FmtStrFormatter fmt; variable
225 FmtStrFormatter fmt; variable
233 FmtStrFormatter fmt; variable
264 FmtStrFormatter fmt; variable
295 FmtStrFormatter fmt; variable
[all …]
/dports/devel/py-botocore/botocore-1.21.61/botocore/
H A Dexceptions.py63 fmt = ( variable in UnknownServiceError
101 fmt = ( variable in InvalidIMDSEndpointModeError
116 fmt = ( variable in ConnectionClosedError
204 fmt = ( variable in UnknownEndpointError
216 fmt = ( variable in UnknownFIPSEndpointError
321 fmt = ( variable in UnknownParameterError
333 fmt = ( variable in InvalidRegionError
346 fmt = ( variable in AliasConflictParameterError
476 fmt = ( variable in InvalidDNSNameError
487 fmt = ( variable in InvalidS3AddressingStyleError
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/
H A Dexceptions.py63 fmt = ( variable in UnknownServiceError
104 fmt = ( variable in ConnectionClosedError
192 fmt = ( variable in UnknownEndpointError
295 fmt = ( variable in UnknownParameterError
309 fmt = ( variable in AliasConflictParameterError
439 fmt = ( variable in InvalidDNSNameError
450 fmt = ( variable in InvalidS3AddressingStyleError
458 fmt = ( variable in UnsupportedS3ArnError
466 fmt = ( variable in UnsupportedS3AccesspointConfigurationError
473 fmt = ( variable in InvalidRetryConfigurationError
[all …]
/dports/devel/awscli/awscli-1.20.61/awscli/customizations/emr/
H A Dexceptions.py22 fmt = 'An unspecified error occurred' variable in EmrError
53 fmt = ('aws: error: The prameter {param} cannot be an empty list.') variable in EmptyListError
62 fmt = ('aws: error: Must specify either --instance-groups or ' variable in MissingRequiredInstanceGroupsError
74 fmt = ('aws: error: You may not specify --instance-type ' variable in InstanceGroupsValidationError
112 fmt = ('aws: error: The step type {step_type} is not supported.') variable in UnknownStepTypeError
122 fmt = 'IAM endpoint not known for region: {region}.' +\ variable in UnknownIamEndpointError
132 fmt = 'Could not resolve the service principal from' +\ variable in ResolveServicePrincipalError
150 fmt = 'Cannot get DNS of master node on the cluster. '\ variable in MasterDNSNotAvailableError
242 fmt = 'aws: error: Cluster terminating or already terminated.' variable in ClusterTerminatedError
286 fmt = ('aws: error: EMRFS should be configured either using ' variable in DuplicateEmrFsConfigurationError
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/fmt/
H A Dformat.go5 package fmt package
58 type fmt struct { struct
59 intbuf [nByte]byte
60 buf *buffer
62 wid int
63 prec int
64 fmtFlags
67 func (f *fmt) clearflags() {
71 func (f *fmt) init(buf *buffer) {
112 func (f *fmt) pad(b []byte) {
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/fmt/
H A Dformat.go5 package fmt package
58 type fmt struct { struct
59 intbuf [nByte]byte
60 buf *buffer
62 wid int
63 prec int
64 fmtFlags
67 func (f *fmt) clearflags() {
71 func (f *fmt) init(buf *buffer) {
112 func (f *fmt) pad(b []byte) {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/fmt/
H A Dformat.go5 package fmt package
58 type fmt struct { struct
59 intbuf [nByte]byte
60 buf *buffer
62 wid int
63 prec int
64 fmtFlags
67 func (f *fmt) clearflags() {
71 func (f *fmt) init(buf *buffer) {
112 func (f *fmt) pad(b []byte) {
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/fmt/
H A Dformat.go5 package fmt package
41 type fmt struct { struct
42 buf *buffer
44 fmtFlags
46 wid int // width
47 prec int // precision
51 intbuf [68]byte
54 func (f *fmt) clearflags() {
58 func (f *fmt) init(buf *buffer) {
90 func (f *fmt) pad(b []byte) {
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/fmt/
H A Dformat.go5 package fmt package
41 type fmt struct { struct
42 buf *buffer
44 fmtFlags
46 wid int // width
47 prec int // precision
51 intbuf [68]byte
54 func (f *fmt) clearflags() {
58 func (f *fmt) init(buf *buffer) {
90 func (f *fmt) pad(b []byte) {
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/fmt/
H A Dformat.go5 package fmt package
41 type fmt struct { struct
42 buf *buffer
44 fmtFlags
46 wid int // width
47 prec int // precision
51 intbuf [68]byte
54 func (f *fmt) clearflags() {
58 func (f *fmt) init(buf *buffer) {
90 func (f *fmt) pad(b []byte) {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/fmt/
H A Dformat.go5 package fmt package
41 type fmt struct { struct
42 buf *buffer
44 fmtFlags
46 wid int // width
47 prec int // precision
51 intbuf [68]byte
54 func (f *fmt) clearflags() {
58 func (f *fmt) init(buf *buffer) {
90 func (f *fmt) pad(b []byte) {
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/fmt/
H A Dformat.go5 package fmt package
41 type fmt struct { struct
42 buf *buffer
44 fmtFlags
46 wid int // width
47 prec int // precision
51 intbuf [68]byte
54 func (f *fmt) clearflags() {
58 func (f *fmt) init(buf *buffer) {
90 func (f *fmt) pad(b []byte) {
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/fmt/
H A Dformat.go5 package fmt package
41 type fmt struct { struct
42 buf *buffer
44 fmtFlags
46 wid int // width
47 prec int // precision
51 intbuf [68]byte
54 func (f *fmt) clearflags() {
58 func (f *fmt) init(buf *buffer) {
90 func (f *fmt) pad(b []byte) {
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/fmt/
H A Dformat.go5 package fmt package
41 type fmt struct { struct
42 buf *buffer
44 fmtFlags
46 wid int // width
47 prec int // precision
51 intbuf [68]byte
54 func (f *fmt) clearflags() {
58 func (f *fmt) init(buf *buffer) {
90 func (f *fmt) pad(b []byte) {
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/fmt/
H A Dformat.go5 package fmt package
41 type fmt struct { struct
42 buf *buffer
44 fmtFlags
46 wid int // width
47 prec int // precision
51 intbuf [68]byte
54 func (f *fmt) clearflags() {
58 func (f *fmt) init(buf *buffer) {
90 func (f *fmt) pad(b []byte) {
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/fmt/
H A Dformat.go5 package fmt package
41 type fmt struct { struct
42 buf *buffer
44 fmtFlags
46 wid int // width
47 prec int // precision
51 intbuf [68]byte
54 func (f *fmt) clearflags() {
58 func (f *fmt) init(buf *buffer) {
90 func (f *fmt) pad(b []byte) {
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/fmt/
H A Dformat.go5 package fmt package
41 type fmt struct { struct
42 buf *buffer
44 fmtFlags
46 wid int // width
47 prec int // precision
51 intbuf [68]byte
54 func (f *fmt) clearflags() {
58 func (f *fmt) init(buf *buffer) {
90 func (f *fmt) pad(b []byte) {
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/fmt/
H A Dformat.go5 package fmt package
41 type fmt struct { struct
42 buf *buffer
44 fmtFlags
46 wid int // width
47 prec int // precision
51 intbuf [68]byte
54 func (f *fmt) clearflags() {
58 func (f *fmt) init(buf *buffer) {
90 func (f *fmt) pad(b []byte) {
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/fmt/
H A Dformat.go5 package fmt package
41 type fmt struct { struct
42 buf *buffer
44 fmtFlags
46 wid int // width
47 prec int // precision
51 intbuf [68]byte
54 func (f *fmt) clearflags() {
58 func (f *fmt) init(buf *buffer) {
90 func (f *fmt) pad(b []byte) {
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/fmt/
H A Dformat.go5 package fmt package
41 type fmt struct { struct
42 buf *buffer
44 fmtFlags
46 wid int // width
47 prec int // precision
51 intbuf [68]byte
54 func (f *fmt) clearflags() {
58 func (f *fmt) init(buf *buffer) {
90 func (f *fmt) pad(b []byte) {
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/fmt/
H A Dformat.go5 package fmt package
41 type fmt struct { struct
42 buf *buffer
44 fmtFlags
46 wid int // width
47 prec int // precision
51 intbuf [68]byte
54 func (f *fmt) clearflags() {
58 func (f *fmt) init(buf *buffer) {
90 func (f *fmt) pad(b []byte) {
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/fmt/
H A Dformat.go5 package fmt package
41 type fmt struct { struct
42 buf *buffer
44 fmtFlags
46 wid int // width
47 prec int // precision
51 intbuf [68]byte
54 func (f *fmt) clearflags() {
58 func (f *fmt) init(buf *buffer) {
90 func (f *fmt) pad(b []byte) {
[all …]

12345678910>>...630