MCPcopy Create free account

hub / github.com/MXi4oyu/golang.org / types & classes

Types & classes7,889 in github.com/MXi4oyu/golang.org

↓ 81 callersTypeAliasTag
Tag represents a BCP 47 language tag. It is used to specify an instance of a specific language or locale. All language tag values are guaranteed to be
x/text/language/language.go:22
↓ 79 callersTypeAliasnodeid
nodeid denotes a node. It is an index within analysis.nodes. We use small integers, not *node pointers, for many reasons: - they are smaller on 64-bit
x/tools/go/pointer/analysis.go:78
↓ 72 callersTypeAliasCharData
A CharData represents XML character data (raw text), in which XML escape sequences have been replaced by the characters they represent.
x/net/webdav/internal/xml/xml.go:116
↓ 55 callersTypeAliasonodeid
The index of an node in the offline graph. (Currently the first N align with the main nodes, but this may change with HRU.)
x/tools/go/pointer/hvn.go:205
↓ 44 callersTypeAliasConnectionError
ConnectionError is an error that results in the termination of the entire connection.
x/net/http2/errors.go:58
↓ 32 callersTypeAliasString
String is a message consisting of a single format string which contains placeholders that may be substituted with variables. Variable substitutions a
x/text/internal/catmsg/catmsg.go:335
↓ 30 callersTypeAlias_Socklen
x/sys/unix/types_aix.go:140
↓ 28 callersTypeAliasElem
Elem is a representation of a collation element. This API provides ways to encode and decode Elems. Implementations of collation tables may use values
x/text/internal/colltab/collelem.go:41
↓ 27 callersTypeAliasHandle
x/sys/windows/syscall_windows.go:17
↓ 27 callersStructtest
x/text/message/message_test.go:54
↓ 24 callersStructcheck
x/text/collate/table_test.go:22
↓ 24 callersTypeAliasinfo
This file contains definitions for interpreting the trie value of the idna trie generated by "go run gen*.go". It is shared by both the generator prog
x/net/idna/trieval.go:40
↓ 21 callersTypeAliasTime_t
x/sys/unix/types_aix.go:98
↓ 20 callersTypeAliasInt26_6
Int26_6 is a signed 26.6 fixed-point number. The integer part ranges from -33554432 to 33554431, inclusive. The fractional part has 6 bits of precisi
x/image/math/fixed/fixed.go:27
↓ 20 callersTypeAliasinfo
This file contains definitions for interpreting the trie value of the idna trie generated by "go run gen*.go". It is shared by both the generator prog
x/text/internal/export/idna/trieval.go:40
↓ 19 callersTypeAliasDirective
A Directive represents an XML directive of the form <!text>. The bytes do not include the <! and > markers.
x/net/webdav/internal/xml/xml.go:145
↓ 17 callersTypeAliasParseError
ParseError results from an invalid OCSP response.
x/crypto/ocsp/ocsp.go:411
↓ 16 callersTypeAliasCmd
Cmd represents service state change request. It is sent to a service by the service manager, and should be actioned upon by the service.
x/sys/windows/svc/service.go:35
↓ 16 callersTypeAliasLanguage
x/text/internal/language/lookup.go:35
↓ 16 callersTypeAliasTag
import "golang.org/x/crypto/cryptobyte/asn1" Tag represents an ASN.1 identifier octet, consisting of a tag number (indicating a type) and class (such
x/crypto/cryptobyte/asn1/asn1.go:15
↓ 15 callersTypeAliasLimit
Limit defines the maximum frequency of some events. Limit is represented as number of events per second. A zero Limit allows no events.
x/time/rate/rate.go:19
↓ 15 callersTypeAliasRegion
x/text/internal/language/lookup.go:196
↓ 15 callersTypeAliasSignal
x/sys/windows/syscall_windows.go:1164
↓ 14 callersTypeAliasForm
Form defines a plural form. Not all languages support all forms. Also, the meaning of each form varies per language. It is important to note that the
x/text/feature/plural/common.go:13
↓ 13 callersTypeAliasFormatError
A FormatError reports that the input is not a valid TIFF image.
x/image/tiff/reader.go:24
↓ 13 callersTypeAliasScript
x/text/internal/language/lookup.go:331
↓ 13 callersTypeAliasString
import "golang.org/x/crypto/cryptobyte" String represents a string of bytes. It provides methods for parsing fixed-length and length-prefixed values f
x/crypto/cryptobyte/string.go:22
↓ 13 callersTypeAliasasmKind
'kind' is a kind of assembly variable. The kinds 1, 2, 4, 8 stand for values of that size.
x/tools/go/analysis/passes/asmdecl/asmdecl.go:33
↓ 12 callersTypeAliasaddrAttrs
x/net/route/route_test.go:63
↓ 12 callersStructreader
reader adds a dummy Close method to strings.Reader so that it satisfies the io.ReadCloser interface.
x/text/unicode/cldr/data_test.go:31
↓ 10 callersTypeAliasGlyphIndex
GlyphIndex is a glyph index in a Font.
x/image/font/sfnt/sfnt.go:118
↓ 10 callersTypeAliasI
x/text/message/fmt_test.go:72
↓ 10 callersTypeAliasInt52_12
Int52_12 is a signed 52.12 fixed-point number. The integer part ranges from -2251799813685248 to 2251799813685247, inclusive. The fractional part has
x/image/math/fixed/fixed.go:70
↓ 10 callersTypeAliasaddrs
x/net/route/route_test.go:254
↓ 10 callersTypeAliaselem
elem is an entry of the width trie. The high byte is used to encode the type of the rune. The low byte is used to store the index to a mapping entry i
x/text/width/trieval.go:8
↓ 9 callersTypeAliasKey
Key is a handle to an open Windows registry key. Keys can be obtained by calling OpenKey; there are also some predefined root keys such as CURRENT_USE
x/sys/windows/registry/key.go:53
↓ 9 callersTypeAliasint1ϕ
int1ϕ is a signed fixed-point number with 1*ϕ binary digits after the fixed point.
x/image/vector/raster_fixed.go:27
↓ 9 callersTypeAliasinternalError
internalError represents an error generated inside this package.
x/tools/go/internal/gcimporter/bexport.go:84
↓ 9 callersTypeAliasstreamSafe
streamSafe implements the policy of when a CGJ should be inserted.
x/text/unicode/norm/composition.go:34
↓ 8 callersTypeAliasAccepted
Accepted is used to describe commands accepted by the service. Note that Interrogate is always accepted.
x/sys/windows/svc/service.go:56
↓ 8 callersTypeAliasFloat
Float attaches the methods of Observable to a float64.
x/net/internal/timeseries/timeseries.go:46
↓ 8 callersTypeAliasNotImplementedError
NotImplementedError indicates that the input is not currently supported.
x/crypto/pkcs12/errors.go:19
↓ 8 callersTypeAliasaddrFamily
x/net/route/route_test.go:175
↓ 8 callersTypeAliasindex
x/text/internal/language/gen.go:322
↓ 8 callersTypeAliasinfo
} else { 15..8 XOR pattern or index to XOR pattern for case mapping Only 13..8 are used for XOR patterns. 7 inverseFold (fold to upper, not to lower
x/text/cases/trieval.go:43
↓ 8 callersTypeAliasminCond
x/net/trace/trace.go:671
↓ 8 callersStructre
source string and substring slice for regexp
x/sys/unix/mksysnum.go:46
↓ 7 callersTypeAliasState
State describes service execution state (Stopped, Running and so on).
x/sys/windows/svc/service.go:21
↓ 7 callersTypeAliasUnsupportedError
An UnsupportedError reports that the input uses a valid but unimplemented feature.
x/image/tiff/reader.go:32
↓ 7 callersTypeAliasaddrFamily
x/net/lif/address_test.go:14
↓ 7 callersTypeAliasenumIndex
enumIndex is the numerical value of an enum value.
x/text/internal/cldrtree/type.go:13
↓ 7 callersTypeAliasint2ϕ
int2ϕ is a signed fixed-point number with 2*ϕ binary digits after the fixed point. The Rasterizer's bufU32 field, nominally of type []uint32 (since t
x/image/vector/raster_fixed.go:38
↓ 6 callersTypeAliasComment
A Comment represents an XML comment of the form <!--comment-->. The bytes do not include the <!-- and --> comment markers.
x/net/webdav/internal/xml/xml.go:128
↓ 6 callersTypeAliasErrCode
An ErrCode is an unsigned 32-bit error code as defined in the HTTP/2 spec.
x/net/http2/errors.go:13
↓ 6 callersTypeAliasG
x/text/message/fmt_test.go:96
↓ 6 callersInterfaceI
x/tools/go/pointer/testdata/rtti.go:22
↓ 6 callersTypeAliasPath
A Path is an opaque name that identifies a types.Object relative to its package. Conceptually, the name consists of a sequence of destructuring operat
x/tools/go/types/objectpath/objectpath.go:37
↓ 6 callersTypeAliasPublicKeyAlgorithm
PublicKeyAlgorithm represents the different public key system specified for OpenPGP. See http://www.iana.org/assignments/pgp-parameters/pgp-parameters
x/crypto/openpgp/packet/packet.go:404
↓ 6 callersTypeAliaslevel
This implementation is a port based on the reference implementation found at: https://www.unicode.org/Public/PROGRAMS/BidiReferenceJava/ described in
x/text/unicode/bidi/core.go:53
↓ 6 callersTypeAliasmsgs
x/net/route/route_test.go:99
↓ 6 callersTypeAliassystem
A system identifies a CLDR numbering system.
x/text/internal/number/common.go:12
↓ 6 callersTypeAliaswidth
width specifies a property of a CLDR field.
x/text/internal/cldrtree/testdata/test1/output.go:41
↓ 6 callersInterfacewriter
x/net/html/render.go:15
↓ 5 callersFuncTypeHandler
Handler is a simple interface to a WebSocket browser client. It checks if Origin header is valid URL by default. You might want to verify websocket.Co
x/net/websocket/server.go:99
↓ 5 callersTypeAliascbcError
cbcError represents a verification error that may leak information.
x/crypto/ssh/cipher.go:485
↓ 5 callersFuncTypedriver
driver is the type for functions that query the build system for the packages named by the patterns.
x/tools/go/packages/packages.go:216
↓ 5 callersTypeAliasneverEnding
x/net/http2/transport_test.go:2440
↓ 5 callersTypeAliasruneError
x/net/idna/idna10.0.0.go:294
↓ 5 callersTypeAliasruneError
x/net/idna/idna.go:292
↓ 5 callersTypeAliasruneError
x/text/internal/export/idna/idna10.0.0.go:293
↓ 5 callersTypeAliasword
x/tools/container/intsets/sparse.go:51
↓ 4 callersTypeAliasCipherFunction
CipherFunction represents the different block ciphers specified for OpenPGP. See http://www.iana.org/assignments/pgp-parameters/pgp-parameters.xhtml#p
x/crypto/openpgp/packet/packet.go:441
↓ 4 callersTypeAliasConv
x/tools/cmd/stringer/testdata/conv.go:20
↓ 4 callersTypeAliasF
x/text/message/fmt_test.go:89
↓ 4 callersTypeAliasHandle
A Handle refers to a registered message type.
x/text/internal/catmsg/catmsg.go:75
↓ 4 callersInterfaceI
x/tools/go/ssa/interp/testdata/coverage.go:24
↓ 4 callersInterfaceI0
Tests of interface conversions and type assertions.
x/tools/go/ssa/interp/testdata/ifaceconv.go:5
↓ 4 callersTypeAliasID
ID is an integer identifying a single tag.
x/text/internal/language/compact/compact.go:24
↓ 4 callersTypeAliasKeySizeError
x/crypto/blowfish/cipher.go:30
↓ 4 callersTypeAlias_Gid_t
x/sys/unix/types_aix.go:114
↓ 4 callersTypeAliasbyPos
-------- utils -------- NB: byPos is not deterministic across packages since it depends on load order. Use lessPos if the tests need it.
x/tools/cmd/guru/peers.go:248
↓ 4 callersTypeAliasdec
x/text/internal/number/decimal_test.go:30
↓ 4 callersTypeAliasfuncsByPos
x/tools/go/ssa/testmain_test.go:120
↓ 4 callersTypeAliasheaderFieldNameError
x/net/http2/errors.go:118
↓ 4 callersTypeAliaslanguageNamer
x/text/language/display/display.go:146
↓ 4 callersTypeAliaspacketType
packetType represents the numeric ids of the different OpenPGP packet types. See http://www.iana.org/assignments/pgp-parameters/pgp-parameters.xhtml#p
x/crypto/openpgp/packet/packet.go:282
↓ 4 callersTypeAliasregionNamer
x/text/language/display/display.go:210
↓ 4 callersTypeAliasscriptNamer
x/text/language/display/display.go:182
↓ 3 callersStructAuthRequest
An AuthRequest represents an authentication request.
x/net/internal/sockstest/server.go:23
↓ 3 callersTypeAliasCompactCoreInfo
CompactCoreInfo is a compact integer with the three core tags encoded.
x/text/internal/language/compact.go:8
↓ 3 callersTypeAliasDiagnosticSeverity
DiagnosticSeverity indicates the severity of a Diagnostic message.
x/tools/internal/lsp/protocol/basic.go:104
↓ 3 callersTypeAliasDirCache
DirCache implements Cache using a directory on the local filesystem. If the directory does not exist, it will be created with 0700 permissions.
x/crypto/acme/autocert/cache.go:40
↓ 3 callersFuncTypeFormatter
Formatter decorates a given number, Unit or Amount with formatting options.
x/text/currency/format.go:92
↓ 3 callersTypeAliasFormatterVal
Formatter with value receiver
x/tools/go/analysis/passes/printf/testdata/src/a/a.go:561
↓ 3 callersInterfaceI1
x/tools/go/ssa/interp/testdata/ifaceconv.go:7
↓ 3 callersTypeAliasInvalidCostError
x/crypto/bcrypt/bcrypt.go:50
↓ 3 callersTypeAliasPid_t
x/sys/unix/types_aix.go:112
↓ 3 callersTypeAliasRaw
Raw is a message consisting of a single format string that is passed as is to the Renderer. Note that a Renderer may still do its own variable substi
x/text/internal/catmsg/catmsg.go:299
↓ 3 callersTypeAliasSignatureType
SignatureType represents the different semantic meanings of an OpenPGP signature. See RFC 4880, section 5.2.1.
x/crypto/openpgp/packet/packet.go:385
↓ 3 callersTypeAliasSpotInfo
---------------------------------------------------------------------------- SpotInfo A SpotInfo value describes a particular identifier spot in a giv
x/tools/godoc/spot.go:19
next →1–100 of 7,889, ranked by callers