]> Cypherpunks.ru repositories - gostls13.git/blob - api/go1.17.txt
image: add RGBA64Image interface
[gostls13.git] / api / go1.17.txt
1 pkg archive/zip, method (*File) OpenRaw() (io.Reader, error)
2 pkg archive/zip, method (*Writer) Copy(*File) error
3 pkg archive/zip, method (*Writer) CreateRaw(*FileHeader) (io.Writer, error)
4 pkg compress/lzw, method (*Reader) Close() error
5 pkg compress/lzw, method (*Reader) Read([]uint8) (int, error)
6 pkg compress/lzw, method (*Reader) Reset(io.Reader, Order, int)
7 pkg compress/lzw, method (*Writer) Close() error
8 pkg compress/lzw, method (*Writer) Reset(io.Writer, Order, int)
9 pkg compress/lzw, method (*Writer) Write([]uint8) (int, error)
10 pkg compress/lzw, type Reader struct
11 pkg compress/lzw, type Writer struct
12 pkg crypto/tls, method (*CertificateRequestInfo) Context() context.Context
13 pkg crypto/tls, method (*ClientHelloInfo) Context() context.Context
14 pkg crypto/tls, method (*Conn) HandshakeContext(context.Context) error
15 pkg database/sql, method (*NullByte) Scan(interface{}) error
16 pkg database/sql, method (*NullInt16) Scan(interface{}) error
17 pkg database/sql, method (NullByte) Value() (driver.Value, error)
18 pkg database/sql, method (NullInt16) Value() (driver.Value, error)
19 pkg database/sql, type NullByte struct
20 pkg database/sql, type NullByte struct, Byte uint8
21 pkg database/sql, type NullByte struct, Valid bool
22 pkg database/sql, type NullInt16 struct
23 pkg database/sql, type NullInt16 struct, Int16 int16
24 pkg database/sql, type NullInt16 struct, Valid bool
25 pkg debug/elf, const SHT_MIPS_ABIFLAGS = 1879048234
26 pkg debug/elf, const SHT_MIPS_ABIFLAGS SectionType
27 pkg encoding/csv, method (*Reader) FieldPos(int) (int, int)
28 pkg go/build, type Context struct, ToolTags []string
29 pkg go/parser, const SkipObjectResolution = 64
30 pkg go/parser, const SkipObjectResolution Mode
31 pkg image, method (*Alpha) RGBA64At(int, int) color.RGBA64
32 pkg image, method (*Alpha) SetRGBA64(int, int, color.RGBA64)
33 pkg image, method (*Alpha16) RGBA64At(int, int) color.RGBA64
34 pkg image, method (*Alpha16) SetRGBA64(int, int, color.RGBA64)
35 pkg image, method (*CMYK) RGBA64At(int, int) color.RGBA64
36 pkg image, method (*CMYK) SetRGBA64(int, int, color.RGBA64)
37 pkg image, method (*Gray) RGBA64At(int, int) color.RGBA64
38 pkg image, method (*Gray) SetRGBA64(int, int, color.RGBA64)
39 pkg image, method (*Gray16) RGBA64At(int, int) color.RGBA64
40 pkg image, method (*Gray16) SetRGBA64(int, int, color.RGBA64)
41 pkg image, method (*NRGBA) RGBA64At(int, int) color.RGBA64
42 pkg image, method (*NRGBA) SetRGBA64(int, int, color.RGBA64)
43 pkg image, method (*NRGBA64) RGBA64At(int, int) color.RGBA64
44 pkg image, method (*NRGBA64) SetRGBA64(int, int, color.RGBA64)
45 pkg image, method (*NYCbCrA) RGBA64At(int, int) color.RGBA64
46 pkg image, method (*Paletted) RGBA64At(int, int) color.RGBA64
47 pkg image, method (*Paletted) SetRGBA64(int, int, color.RGBA64)
48 pkg image, method (*RGBA) RGBA64At(int, int) color.RGBA64
49 pkg image, method (*RGBA) SetRGBA64(int, int, color.RGBA64)
50 pkg image, method (*YCbCr) RGBA64At(int, int) color.RGBA64
51 pkg image, type RGBA64Image interface { At, Bounds, ColorModel, RGBA64At }
52 pkg image, type RGBA64Image interface, At(int, int) color.Color
53 pkg image, type RGBA64Image interface, Bounds() Rectangle
54 pkg image, type RGBA64Image interface, ColorModel() color.Model
55 pkg image, type RGBA64Image interface, RGBA64At(int, int) color.RGBA64
56 pkg image/draw, type RGBA64Image interface { At, Bounds, ColorModel, RGBA64At, Set, SetRGBA64 }
57 pkg image/draw, type RGBA64Image interface, At(int, int) color.Color
58 pkg image/draw, type RGBA64Image interface, Bounds() image.Rectangle
59 pkg image/draw, type RGBA64Image interface, ColorModel() color.Model
60 pkg image/draw, type RGBA64Image interface, RGBA64At(int, int) color.RGBA64
61 pkg image/draw, type RGBA64Image interface, Set(int, int, color.Color)
62 pkg image/draw, type RGBA64Image interface, SetRGBA64(int, int, color.RGBA64)
63 pkg io/fs, func FileInfoToDirEntry(FileInfo) DirEntry
64 pkg math, const MaxFloat64 = 1.79769e+308  // 179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368
65 pkg math, const MaxInt = 9223372036854775807
66 pkg math, const MaxInt ideal-int
67 pkg math, const MaxUint = 18446744073709551615
68 pkg math, const MaxUint ideal-int
69 pkg math, const MinInt = -9223372036854775808
70 pkg math, const MinInt ideal-int
71 pkg math, const SmallestNonzeroFloat32 = 1.4013e-45  // 1/713623846352979940529142984724747568191373312
72 pkg math, const SmallestNonzeroFloat64 = 4.94066e-324  // 1/202402253307310618352495346718917307049556649764142118356901358027430339567995346891960383701437124495187077864316811911389808737385793476867013399940738509921517424276566361364466907742093216341239767678472745068562007483424692698618103355649159556340810056512358769552333414615230502532186327508646006263307707741093494784
73 pkg net, method (*ParseError) Temporary() bool
74 pkg net, method (*ParseError) Timeout() bool
75 pkg net, method (IP) IsPrivate() bool
76 pkg net/http, func AllowQuerySemicolons(Handler) Handler
77 pkg net/url, method (Values) Has(string) bool
78 pkg reflect, func VisibleFields(Type) []StructField
79 pkg reflect, method (Method) IsExported() bool
80 pkg reflect, method (StructField) IsExported() bool
81 pkg runtime/cgo (darwin-amd64-cgo), func NewHandle(interface{}) Handle
82 pkg runtime/cgo (darwin-amd64-cgo), method (Handle) Delete()
83 pkg runtime/cgo (darwin-amd64-cgo), method (Handle) Value() interface{}
84 pkg runtime/cgo (darwin-amd64-cgo), type Handle uintptr
85 pkg runtime/cgo (freebsd-386-cgo), func NewHandle(interface{}) Handle
86 pkg runtime/cgo (freebsd-386-cgo), method (Handle) Delete()
87 pkg runtime/cgo (freebsd-386-cgo), method (Handle) Value() interface{}
88 pkg runtime/cgo (freebsd-386-cgo), type Handle uintptr
89 pkg runtime/cgo (freebsd-amd64-cgo), func NewHandle(interface{}) Handle
90 pkg runtime/cgo (freebsd-amd64-cgo), method (Handle) Delete()
91 pkg runtime/cgo (freebsd-amd64-cgo), method (Handle) Value() interface{}
92 pkg runtime/cgo (freebsd-amd64-cgo), type Handle uintptr
93 pkg runtime/cgo (freebsd-arm-cgo), func NewHandle(interface{}) Handle
94 pkg runtime/cgo (freebsd-arm-cgo), method (Handle) Delete()
95 pkg runtime/cgo (freebsd-arm-cgo), method (Handle) Value() interface{}
96 pkg runtime/cgo (freebsd-arm-cgo), type Handle uintptr
97 pkg runtime/cgo (linux-386-cgo), func NewHandle(interface{}) Handle
98 pkg runtime/cgo (linux-386-cgo), method (Handle) Delete()
99 pkg runtime/cgo (linux-386-cgo), method (Handle) Value() interface{}
100 pkg runtime/cgo (linux-386-cgo), type Handle uintptr
101 pkg runtime/cgo (linux-amd64-cgo), func NewHandle(interface{}) Handle
102 pkg runtime/cgo (linux-amd64-cgo), method (Handle) Delete()
103 pkg runtime/cgo (linux-amd64-cgo), method (Handle) Value() interface{}
104 pkg runtime/cgo (linux-amd64-cgo), type Handle uintptr
105 pkg runtime/cgo (linux-arm-cgo), func NewHandle(interface{}) Handle
106 pkg runtime/cgo (linux-arm-cgo), method (Handle) Delete()
107 pkg runtime/cgo (linux-arm-cgo), method (Handle) Value() interface{}
108 pkg runtime/cgo (linux-arm-cgo), type Handle uintptr
109 pkg runtime/cgo (netbsd-386-cgo), func NewHandle(interface{}) Handle
110 pkg runtime/cgo (netbsd-386-cgo), method (Handle) Delete()
111 pkg runtime/cgo (netbsd-386-cgo), method (Handle) Value() interface{}
112 pkg runtime/cgo (netbsd-386-cgo), type Handle uintptr
113 pkg runtime/cgo (netbsd-amd64-cgo), func NewHandle(interface{}) Handle
114 pkg runtime/cgo (netbsd-amd64-cgo), method (Handle) Delete()
115 pkg runtime/cgo (netbsd-amd64-cgo), method (Handle) Value() interface{}
116 pkg runtime/cgo (netbsd-amd64-cgo), type Handle uintptr
117 pkg runtime/cgo (netbsd-arm-cgo), func NewHandle(interface{}) Handle
118 pkg runtime/cgo (netbsd-arm-cgo), method (Handle) Delete()
119 pkg runtime/cgo (netbsd-arm-cgo), method (Handle) Value() interface{}
120 pkg runtime/cgo (netbsd-arm-cgo), type Handle uintptr
121 pkg runtime/cgo (netbsd-arm64-cgo), func NewHandle(interface{}) Handle
122 pkg runtime/cgo (netbsd-arm64-cgo), method (Handle) Delete()
123 pkg runtime/cgo (netbsd-arm64-cgo), method (Handle) Value() interface{}
124 pkg runtime/cgo (netbsd-arm64-cgo), type Handle uintptr
125 pkg runtime/cgo (openbsd-386-cgo), func NewHandle(interface{}) Handle
126 pkg runtime/cgo (openbsd-386-cgo), method (Handle) Delete()
127 pkg runtime/cgo (openbsd-386-cgo), method (Handle) Value() interface{}
128 pkg runtime/cgo (openbsd-386-cgo), type Handle uintptr
129 pkg runtime/cgo (openbsd-amd64-cgo), func NewHandle(interface{}) Handle
130 pkg runtime/cgo (openbsd-amd64-cgo), method (Handle) Delete()
131 pkg runtime/cgo (openbsd-amd64-cgo), method (Handle) Value() interface{}
132 pkg runtime/cgo (openbsd-amd64-cgo), type Handle uintptr
133 pkg strconv, func QuotedPrefix(string) (string, error)
134 pkg sync/atomic, method (*Value) CompareAndSwap(interface{}, interface{}) bool
135 pkg sync/atomic, method (*Value) Swap(interface{}) interface{}
136 pkg syscall (netbsd-386), const SYS_WAIT6 = 481
137 pkg syscall (netbsd-386), const SYS_WAIT6 ideal-int
138 pkg syscall (netbsd-386), const WEXITED = 32
139 pkg syscall (netbsd-386), const WEXITED ideal-int
140 pkg syscall (netbsd-386-cgo), const SYS_WAIT6 = 481
141 pkg syscall (netbsd-386-cgo), const SYS_WAIT6 ideal-int
142 pkg syscall (netbsd-386-cgo), const WEXITED = 32
143 pkg syscall (netbsd-386-cgo), const WEXITED ideal-int
144 pkg syscall (netbsd-amd64), const SYS_WAIT6 = 481
145 pkg syscall (netbsd-amd64), const SYS_WAIT6 ideal-int
146 pkg syscall (netbsd-amd64), const WEXITED = 32
147 pkg syscall (netbsd-amd64), const WEXITED ideal-int
148 pkg syscall (netbsd-amd64-cgo), const SYS_WAIT6 = 481
149 pkg syscall (netbsd-amd64-cgo), const SYS_WAIT6 ideal-int
150 pkg syscall (netbsd-amd64-cgo), const WEXITED = 32
151 pkg syscall (netbsd-amd64-cgo), const WEXITED ideal-int
152 pkg syscall (netbsd-arm), const SYS_WAIT6 = 481
153 pkg syscall (netbsd-arm), const SYS_WAIT6 ideal-int
154 pkg syscall (netbsd-arm), const WEXITED = 32
155 pkg syscall (netbsd-arm), const WEXITED ideal-int
156 pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 = 481
157 pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 ideal-int
158 pkg syscall (netbsd-arm-cgo), const WEXITED = 32
159 pkg syscall (netbsd-arm-cgo), const WEXITED ideal-int
160 pkg syscall (netbsd-arm64), const SYS_WAIT6 = 481
161 pkg syscall (netbsd-arm64), const SYS_WAIT6 ideal-int
162 pkg syscall (netbsd-arm64), const WEXITED = 32
163 pkg syscall (netbsd-arm64), const WEXITED ideal-int
164 pkg syscall (netbsd-arm64-cgo), const SYS_WAIT6 = 481
165 pkg syscall (netbsd-arm64-cgo), const SYS_WAIT6 ideal-int
166 pkg syscall (netbsd-arm64-cgo), const WEXITED = 32
167 pkg syscall (netbsd-arm64-cgo), const WEXITED ideal-int
168 pkg syscall (openbsd-386), const MSG_CMSG_CLOEXEC = 2048
169 pkg syscall (openbsd-386), const MSG_CMSG_CLOEXEC ideal-int
170 pkg syscall (openbsd-386-cgo), const MSG_CMSG_CLOEXEC = 2048
171 pkg syscall (openbsd-386-cgo), const MSG_CMSG_CLOEXEC ideal-int
172 pkg syscall (openbsd-amd64), const MSG_CMSG_CLOEXEC = 2048
173 pkg syscall (openbsd-amd64), const MSG_CMSG_CLOEXEC ideal-int
174 pkg syscall (openbsd-amd64-cgo), const MSG_CMSG_CLOEXEC = 2048
175 pkg syscall (openbsd-amd64-cgo), const MSG_CMSG_CLOEXEC ideal-int
176 pkg syscall (windows-386), type SysProcAttr struct, AdditionalInheritedHandles []Handle
177 pkg syscall (windows-386), type SysProcAttr struct, ParentProcess Handle
178 pkg syscall (windows-amd64), type SysProcAttr struct, AdditionalInheritedHandles []Handle
179 pkg syscall (windows-amd64), type SysProcAttr struct, ParentProcess Handle
180 pkg testing, method (*B) Setenv(string, string)
181 pkg testing, method (*T) Setenv(string, string)
182 pkg text/template/parse, const SkipFuncCheck = 2
183 pkg text/template/parse, const SkipFuncCheck Mode
184 pkg time, const Layout = "01/02 03:04:05PM '06 -0700"
185 pkg time, const Layout ideal-string
186 pkg time, func UnixMicro(int64) Time
187 pkg time, func UnixMilli(int64) Time
188 pkg time, method (Time) GoString() string
189 pkg time, method (Time) IsDST() bool
190 pkg time, method (Time) UnixMicro() int64
191 pkg time, method (Time) UnixMilli() int64