go1.6.txt 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. pkg archive/zip, method (*ReadCloser) RegisterDecompressor(uint16, Decompressor)
  2. pkg archive/zip, method (*Reader) RegisterDecompressor(uint16, Decompressor)
  3. pkg archive/zip, method (*Writer) RegisterCompressor(uint16, Compressor)
  4. pkg bufio, method (*Scanner) Buffer([]uint8, int)
  5. pkg bufio, var ErrFinalToken error
  6. pkg crypto/tls, const TLS_RSA_WITH_AES_128_GCM_SHA256 = 156
  7. pkg crypto/tls, const TLS_RSA_WITH_AES_128_GCM_SHA256 uint16
  8. pkg crypto/tls, const TLS_RSA_WITH_AES_256_GCM_SHA384 = 157
  9. pkg crypto/tls, const TLS_RSA_WITH_AES_256_GCM_SHA384 uint16
  10. pkg crypto/tls, method (RecordHeaderError) Error() string
  11. pkg crypto/tls, type RecordHeaderError struct
  12. pkg crypto/tls, type RecordHeaderError struct, Msg string
  13. pkg crypto/tls, type RecordHeaderError struct, RecordHeader [5]uint8
  14. pkg crypto/x509, method (InsecureAlgorithmError) Error() string
  15. pkg crypto/x509, method (SignatureAlgorithm) String() string
  16. pkg crypto/x509, type InsecureAlgorithmError int
  17. pkg database/sql, method (*DB) SetConnMaxLifetime(time.Duration)
  18. pkg debug/dwarf, const ClassUnknown = 0
  19. pkg debug/dwarf, const ClassUnknown Class
  20. pkg debug/elf, const COMPRESS_HIOS = 1879048191
  21. pkg debug/elf, const COMPRESS_HIOS CompressionType
  22. pkg debug/elf, const COMPRESS_HIPROC = 2147483647
  23. pkg debug/elf, const COMPRESS_HIPROC CompressionType
  24. pkg debug/elf, const COMPRESS_LOOS = 1610612736
  25. pkg debug/elf, const COMPRESS_LOOS CompressionType
  26. pkg debug/elf, const COMPRESS_LOPROC = 1879048192
  27. pkg debug/elf, const COMPRESS_LOPROC CompressionType
  28. pkg debug/elf, const COMPRESS_ZLIB = 1
  29. pkg debug/elf, const COMPRESS_ZLIB CompressionType
  30. pkg debug/elf, const R_MIPS_16 = 1
  31. pkg debug/elf, const R_MIPS_16 R_MIPS
  32. pkg debug/elf, const R_MIPS_26 = 4
  33. pkg debug/elf, const R_MIPS_26 R_MIPS
  34. pkg debug/elf, const R_MIPS_32 = 2
  35. pkg debug/elf, const R_MIPS_32 R_MIPS
  36. pkg debug/elf, const R_MIPS_64 = 18
  37. pkg debug/elf, const R_MIPS_64 R_MIPS
  38. pkg debug/elf, const R_MIPS_ADD_IMMEDIATE = 34
  39. pkg debug/elf, const R_MIPS_ADD_IMMEDIATE R_MIPS
  40. pkg debug/elf, const R_MIPS_CALL16 = 11
  41. pkg debug/elf, const R_MIPS_CALL16 R_MIPS
  42. pkg debug/elf, const R_MIPS_CALL_HI16 = 30
  43. pkg debug/elf, const R_MIPS_CALL_HI16 R_MIPS
  44. pkg debug/elf, const R_MIPS_CALL_LO16 = 31
  45. pkg debug/elf, const R_MIPS_CALL_LO16 R_MIPS
  46. pkg debug/elf, const R_MIPS_DELETE = 27
  47. pkg debug/elf, const R_MIPS_DELETE R_MIPS
  48. pkg debug/elf, const R_MIPS_GOT16 = 9
  49. pkg debug/elf, const R_MIPS_GOT16 R_MIPS
  50. pkg debug/elf, const R_MIPS_GOT_DISP = 19
  51. pkg debug/elf, const R_MIPS_GOT_DISP R_MIPS
  52. pkg debug/elf, const R_MIPS_GOT_HI16 = 22
  53. pkg debug/elf, const R_MIPS_GOT_HI16 R_MIPS
  54. pkg debug/elf, const R_MIPS_GOT_LO16 = 23
  55. pkg debug/elf, const R_MIPS_GOT_LO16 R_MIPS
  56. pkg debug/elf, const R_MIPS_GOT_OFST = 21
  57. pkg debug/elf, const R_MIPS_GOT_OFST R_MIPS
  58. pkg debug/elf, const R_MIPS_GOT_PAGE = 20
  59. pkg debug/elf, const R_MIPS_GOT_PAGE R_MIPS
  60. pkg debug/elf, const R_MIPS_GPREL16 = 7
  61. pkg debug/elf, const R_MIPS_GPREL16 R_MIPS
  62. pkg debug/elf, const R_MIPS_GPREL32 = 12
  63. pkg debug/elf, const R_MIPS_GPREL32 R_MIPS
  64. pkg debug/elf, const R_MIPS_HI16 = 5
  65. pkg debug/elf, const R_MIPS_HI16 R_MIPS
  66. pkg debug/elf, const R_MIPS_HIGHER = 28
  67. pkg debug/elf, const R_MIPS_HIGHER R_MIPS
  68. pkg debug/elf, const R_MIPS_HIGHEST = 29
  69. pkg debug/elf, const R_MIPS_HIGHEST R_MIPS
  70. pkg debug/elf, const R_MIPS_INSERT_A = 25
  71. pkg debug/elf, const R_MIPS_INSERT_A R_MIPS
  72. pkg debug/elf, const R_MIPS_INSERT_B = 26
  73. pkg debug/elf, const R_MIPS_INSERT_B R_MIPS
  74. pkg debug/elf, const R_MIPS_JALR = 37
  75. pkg debug/elf, const R_MIPS_JALR R_MIPS
  76. pkg debug/elf, const R_MIPS_LITERAL = 8
  77. pkg debug/elf, const R_MIPS_LITERAL R_MIPS
  78. pkg debug/elf, const R_MIPS_LO16 = 6
  79. pkg debug/elf, const R_MIPS_LO16 R_MIPS
  80. pkg debug/elf, const R_MIPS_NONE = 0
  81. pkg debug/elf, const R_MIPS_NONE R_MIPS
  82. pkg debug/elf, const R_MIPS_PC16 = 10
  83. pkg debug/elf, const R_MIPS_PC16 R_MIPS
  84. pkg debug/elf, const R_MIPS_PJUMP = 35
  85. pkg debug/elf, const R_MIPS_PJUMP R_MIPS
  86. pkg debug/elf, const R_MIPS_REL16 = 33
  87. pkg debug/elf, const R_MIPS_REL16 R_MIPS
  88. pkg debug/elf, const R_MIPS_REL32 = 3
  89. pkg debug/elf, const R_MIPS_REL32 R_MIPS
  90. pkg debug/elf, const R_MIPS_RELGOT = 36
  91. pkg debug/elf, const R_MIPS_RELGOT R_MIPS
  92. pkg debug/elf, const R_MIPS_SCN_DISP = 32
  93. pkg debug/elf, const R_MIPS_SCN_DISP R_MIPS
  94. pkg debug/elf, const R_MIPS_SHIFT5 = 16
  95. pkg debug/elf, const R_MIPS_SHIFT5 R_MIPS
  96. pkg debug/elf, const R_MIPS_SHIFT6 = 17
  97. pkg debug/elf, const R_MIPS_SHIFT6 R_MIPS
  98. pkg debug/elf, const R_MIPS_SUB = 24
  99. pkg debug/elf, const R_MIPS_SUB R_MIPS
  100. pkg debug/elf, const R_MIPS_TLS_DTPMOD32 = 38
  101. pkg debug/elf, const R_MIPS_TLS_DTPMOD32 R_MIPS
  102. pkg debug/elf, const R_MIPS_TLS_DTPMOD64 = 40
  103. pkg debug/elf, const R_MIPS_TLS_DTPMOD64 R_MIPS
  104. pkg debug/elf, const R_MIPS_TLS_DTPREL32 = 39
  105. pkg debug/elf, const R_MIPS_TLS_DTPREL32 R_MIPS
  106. pkg debug/elf, const R_MIPS_TLS_DTPREL64 = 41
  107. pkg debug/elf, const R_MIPS_TLS_DTPREL64 R_MIPS
  108. pkg debug/elf, const R_MIPS_TLS_DTPREL_HI16 = 44
  109. pkg debug/elf, const R_MIPS_TLS_DTPREL_HI16 R_MIPS
  110. pkg debug/elf, const R_MIPS_TLS_DTPREL_LO16 = 45
  111. pkg debug/elf, const R_MIPS_TLS_DTPREL_LO16 R_MIPS
  112. pkg debug/elf, const R_MIPS_TLS_GD = 42
  113. pkg debug/elf, const R_MIPS_TLS_GD R_MIPS
  114. pkg debug/elf, const R_MIPS_TLS_GOTTPREL = 46
  115. pkg debug/elf, const R_MIPS_TLS_GOTTPREL R_MIPS
  116. pkg debug/elf, const R_MIPS_TLS_LDM = 43
  117. pkg debug/elf, const R_MIPS_TLS_LDM R_MIPS
  118. pkg debug/elf, const R_MIPS_TLS_TPREL32 = 47
  119. pkg debug/elf, const R_MIPS_TLS_TPREL32 R_MIPS
  120. pkg debug/elf, const R_MIPS_TLS_TPREL64 = 48
  121. pkg debug/elf, const R_MIPS_TLS_TPREL64 R_MIPS
  122. pkg debug/elf, const R_MIPS_TLS_TPREL_HI16 = 49
  123. pkg debug/elf, const R_MIPS_TLS_TPREL_HI16 R_MIPS
  124. pkg debug/elf, const R_MIPS_TLS_TPREL_LO16 = 50
  125. pkg debug/elf, const R_MIPS_TLS_TPREL_LO16 R_MIPS
  126. pkg debug/elf, const SHF_COMPRESSED = 2048
  127. pkg debug/elf, const SHF_COMPRESSED SectionFlag
  128. pkg debug/elf, method (CompressionType) GoString() string
  129. pkg debug/elf, method (CompressionType) String() string
  130. pkg debug/elf, method (R_MIPS) GoString() string
  131. pkg debug/elf, method (R_MIPS) String() string
  132. pkg debug/elf, type Chdr32 struct
  133. pkg debug/elf, type Chdr32 struct, Addralign uint32
  134. pkg debug/elf, type Chdr32 struct, Size uint32
  135. pkg debug/elf, type Chdr32 struct, Type uint32
  136. pkg debug/elf, type Chdr64 struct
  137. pkg debug/elf, type Chdr64 struct, Addralign uint64
  138. pkg debug/elf, type Chdr64 struct, Size uint64
  139. pkg debug/elf, type Chdr64 struct, Type uint32
  140. pkg debug/elf, type CompressionType int
  141. pkg debug/elf, type R_MIPS int
  142. pkg debug/elf, type SectionHeader struct, FileSize uint64
  143. pkg encoding/asn1, const ClassApplication = 1
  144. pkg encoding/asn1, const ClassApplication ideal-int
  145. pkg encoding/asn1, const ClassContextSpecific = 2
  146. pkg encoding/asn1, const ClassContextSpecific ideal-int
  147. pkg encoding/asn1, const ClassPrivate = 3
  148. pkg encoding/asn1, const ClassPrivate ideal-int
  149. pkg encoding/asn1, const ClassUniversal = 0
  150. pkg encoding/asn1, const ClassUniversal ideal-int
  151. pkg encoding/asn1, const TagBitString = 3
  152. pkg encoding/asn1, const TagBitString ideal-int
  153. pkg encoding/asn1, const TagBoolean = 1
  154. pkg encoding/asn1, const TagBoolean ideal-int
  155. pkg encoding/asn1, const TagEnum = 10
  156. pkg encoding/asn1, const TagEnum ideal-int
  157. pkg encoding/asn1, const TagGeneralString = 27
  158. pkg encoding/asn1, const TagGeneralString ideal-int
  159. pkg encoding/asn1, const TagGeneralizedTime = 24
  160. pkg encoding/asn1, const TagGeneralizedTime ideal-int
  161. pkg encoding/asn1, const TagIA5String = 22
  162. pkg encoding/asn1, const TagIA5String ideal-int
  163. pkg encoding/asn1, const TagInteger = 2
  164. pkg encoding/asn1, const TagInteger ideal-int
  165. pkg encoding/asn1, const TagOID = 6
  166. pkg encoding/asn1, const TagOID ideal-int
  167. pkg encoding/asn1, const TagOctetString = 4
  168. pkg encoding/asn1, const TagOctetString ideal-int
  169. pkg encoding/asn1, const TagPrintableString = 19
  170. pkg encoding/asn1, const TagPrintableString ideal-int
  171. pkg encoding/asn1, const TagSequence = 16
  172. pkg encoding/asn1, const TagSequence ideal-int
  173. pkg encoding/asn1, const TagSet = 17
  174. pkg encoding/asn1, const TagSet ideal-int
  175. pkg encoding/asn1, const TagT61String = 20
  176. pkg encoding/asn1, const TagT61String ideal-int
  177. pkg encoding/asn1, const TagUTCTime = 23
  178. pkg encoding/asn1, const TagUTCTime ideal-int
  179. pkg encoding/asn1, const TagUTF8String = 12
  180. pkg encoding/asn1, const TagUTF8String ideal-int
  181. pkg go/build, const IgnoreVendor = 8
  182. pkg go/build, const IgnoreVendor ImportMode
  183. pkg go/build, type Package struct, InvalidGoFiles []string
  184. pkg go/constant, func ToComplex(Value) Value
  185. pkg go/constant, func ToFloat(Value) Value
  186. pkg go/constant, func ToInt(Value) Value
  187. pkg go/constant, type Value interface, ExactString() string
  188. pkg go/types, method (*Package) SetName(string)
  189. pkg go/types, type ImportMode int
  190. pkg go/types, type ImporterFrom interface { Import, ImportFrom }
  191. pkg go/types, type ImporterFrom interface, Import(string) (*Package, error)
  192. pkg go/types, type ImporterFrom interface, ImportFrom(string, string, ImportMode) (*Package, error)
  193. pkg html/template, func IsTrue(interface{}) (bool, bool)
  194. pkg html/template, method (*Template) DefinedTemplates() string
  195. pkg image, func NewNYCbCrA(Rectangle, YCbCrSubsampleRatio) *NYCbCrA
  196. pkg image, method (*NYCbCrA) AOffset(int, int) int
  197. pkg image, method (*NYCbCrA) At(int, int) color.Color
  198. pkg image, method (*NYCbCrA) Bounds() Rectangle
  199. pkg image, method (*NYCbCrA) COffset(int, int) int
  200. pkg image, method (*NYCbCrA) ColorModel() color.Model
  201. pkg image, method (*NYCbCrA) NYCbCrAAt(int, int) color.NYCbCrA
  202. pkg image, method (*NYCbCrA) Opaque() bool
  203. pkg image, method (*NYCbCrA) SubImage(Rectangle) Image
  204. pkg image, method (*NYCbCrA) YCbCrAt(int, int) color.YCbCr
  205. pkg image, method (*NYCbCrA) YOffset(int, int) int
  206. pkg image, type NYCbCrA struct
  207. pkg image, type NYCbCrA struct, A []uint8
  208. pkg image, type NYCbCrA struct, AStride int
  209. pkg image, type NYCbCrA struct, embedded YCbCr
  210. pkg image/color, method (NYCbCrA) RGBA() (uint32, uint32, uint32, uint32)
  211. pkg image/color, type NYCbCrA struct
  212. pkg image/color, type NYCbCrA struct, A uint8
  213. pkg image/color, type NYCbCrA struct, embedded YCbCr
  214. pkg image/color, var NYCbCrAModel Model
  215. pkg math/big, method (*Float) MarshalText() ([]uint8, error)
  216. pkg math/big, method (*Float) UnmarshalText([]uint8) error
  217. pkg math/big, method (*Int) Append([]uint8, int) []uint8
  218. pkg math/big, method (*Int) Text(int) string
  219. pkg math/rand, func Read([]uint8) (int, error)
  220. pkg math/rand, method (*Rand) Read([]uint8) (int, error)
  221. pkg net, type DNSError struct, IsTemporary bool
  222. pkg net, type Dialer struct, Cancel <-chan struct
  223. pkg net/http, const MethodConnect = "CONNECT"
  224. pkg net/http, const MethodConnect ideal-string
  225. pkg net/http, const MethodDelete = "DELETE"
  226. pkg net/http, const MethodDelete ideal-string
  227. pkg net/http, const MethodGet = "GET"
  228. pkg net/http, const MethodGet ideal-string
  229. pkg net/http, const MethodHead = "HEAD"
  230. pkg net/http, const MethodHead ideal-string
  231. pkg net/http, const MethodOptions = "OPTIONS"
  232. pkg net/http, const MethodOptions ideal-string
  233. pkg net/http, const MethodPatch = "PATCH"
  234. pkg net/http, const MethodPatch ideal-string
  235. pkg net/http, const MethodPost = "POST"
  236. pkg net/http, const MethodPost ideal-string
  237. pkg net/http, const MethodPut = "PUT"
  238. pkg net/http, const MethodPut ideal-string
  239. pkg net/http, const MethodTrace = "TRACE"
  240. pkg net/http, const MethodTrace ideal-string
  241. pkg net/http, const StatusNetworkAuthenticationRequired = 511
  242. pkg net/http, const StatusNetworkAuthenticationRequired ideal-int
  243. pkg net/http, const StatusPreconditionRequired = 428
  244. pkg net/http, const StatusPreconditionRequired ideal-int
  245. pkg net/http, const StatusRequestHeaderFieldsTooLarge = 431
  246. pkg net/http, const StatusRequestHeaderFieldsTooLarge ideal-int
  247. pkg net/http, const StatusTooManyRequests = 429
  248. pkg net/http, const StatusTooManyRequests ideal-int
  249. pkg net/http, const StatusUnavailableForLegalReasons = 451
  250. pkg net/http, const StatusUnavailableForLegalReasons ideal-int
  251. pkg net/http, type Transport struct, ExpectContinueTimeout time.Duration
  252. pkg net/http, type Transport struct, TLSNextProto map[string]func(string, *tls.Conn) RoundTripper
  253. pkg net/http, var ErrSkipAltProtocol error
  254. pkg net/http/httptest, method (*ResponseRecorder) WriteString(string) (int, error)
  255. pkg net/http/httputil, type BufferPool interface { Get, Put }
  256. pkg net/http/httputil, type BufferPool interface, Get() []uint8
  257. pkg net/http/httputil, type BufferPool interface, Put([]uint8)
  258. pkg net/http/httputil, type ReverseProxy struct, BufferPool BufferPool
  259. pkg net/url, method (*Error) Temporary() bool
  260. pkg net/url, method (*Error) Timeout() bool
  261. pkg net/url, method (InvalidHostError) Error() string
  262. pkg net/url, type InvalidHostError string
  263. pkg os/exec, type ExitError struct, Stderr []uint8
  264. pkg regexp, method (*Regexp) Copy() *Regexp
  265. pkg runtime/debug, func SetTraceback(string)
  266. pkg strconv, func AppendQuoteRuneToGraphic([]uint8, int32) []uint8
  267. pkg strconv, func AppendQuoteToGraphic([]uint8, string) []uint8
  268. pkg strconv, func IsGraphic(int32) bool
  269. pkg strconv, func QuoteRuneToGraphic(int32) string
  270. pkg strconv, func QuoteToGraphic(string) string
  271. pkg text/template, func IsTrue(interface{}) (bool, bool)
  272. pkg text/template, method (ExecError) Error() string
  273. pkg text/template, type ExecError struct
  274. pkg text/template, type ExecError struct, Err error
  275. pkg text/template, type ExecError struct, Name string