MCPcopy Create free account

hub / github.com/MXi4oyu/golang.org / functions

Functions23,112 in github.com/MXi4oyu/golang.org

↓ 49 callersMethodInt
Int parses and returns field i as an integer value.
x/text/internal/ucd/ucd.go:319
↓ 49 callersFunctionMustNewName
MustNewName creates a new Name from a string and panics on error.
x/net/dns/dnsmessage/message.go:1875
↓ 49 callersMethodPutUint16
([]byte, uint16)
x/net/route/binary.go:23
↓ 49 callersMethodRemoveAll
(ctx context.Context, name string)
x/net/webdav/file.go:42
↓ 49 callersMethodaddElement
addElement adds a child element based on the current token.
x/net/html/parse.go:313
↓ 49 callersMethodexpect
(tok rune)
x/tools/go/internal/gccgoimporter/parser.go:122
↓ 49 callersFunctionfffftou
fffftou converts the range [0.0, 65535.0] to [0, 0xffff].
x/image/draw/scale.go:316
↓ 48 callersMethodParse
Parse parses b as an IPv4 header and stores the result in h. The provided b must be in the format used by a raw IP socket on the local system. This m
x/net/ipv4/header.go:113
↓ 48 callersMethodStreamEnded
()
x/net/http2/frame.go:1367
↓ 48 callersFunctionbenchGlyph
benchGlyph benchmarks rasterizing a TrueType glyph. Note that, compared to the github.com/google/font-go prototype, the height here is the height of
x/image/vector/vector_test.go:424
↓ 48 callersMethoderrorf
(format string, args ...interface{})
x/tools/go/ssa/sanity.go:61
↓ 48 callersMethodf
(*int)
x/tools/go/pointer/testdata/interfaces.go:111
↓ 48 callersFunctionprintf
(format string, args ...interface{})
x/text/internal/export/unicode/gen.go:78
↓ 48 callersFunctionunhandledError
unhandledError is used in places where an error may occur that cannot be handled. This occurs in things like rpc handlers that are a notify, where we
x/tools/internal/lsp/protocol/protocol.go:55
↓ 47 callersMethodBuild
Build calls Package.Build for each package in prog. Building occurs in parallel unless the BuildSerially mode flag was set. Build is intended for who
x/tools/go/ssa/builder.go:2236
↓ 47 callersMethodKind
Kind returns the Kind of a rune as defined in Unicode TR #11. See https://unicode.org/reports/tr11/ for more details.
x/text/width/width.go:110
↓ 47 callersMethodStart
()
x/tools/godoc/analysis/analysis.go:71
↓ 47 callersMethodemit
(fn *Function)
x/tools/go/ssa/builder.go:434
↓ 47 callersFunctionf
(a,b)
x/tools/godoc/static/jquery.js:2
↓ 46 callersMethodListen
Listen requests the remote peer open a listening socket on addr. Incoming connections will be available by calling Accept on the returned net.Listener
x/crypto/ssh/tcpip.go:24
↓ 46 callersMethodOpenFile
(ctx context.Context, name string, flag int, perm os.FileMode)
x/net/webdav/file.go:41
↓ 46 callersMethodpack
pack packs a Resource except for its header.
x/net/dns/dnsmessage/message.go:479
↓ 45 callersMethodExecute
Execute will be called by the package code at the start of the service, and the service will exit once Execute completes. Inside Execute you must read
x/sys/windows/svc/service.go:101
↓ 45 callersFunctionNewPrinter
NewPrinter returns a Printer that formats messages tailored to language t.
x/text/message/message.go:49
↓ 45 callersFunctionSyscall
(trap, a1, a2, a3 uintptr)
x/sys/plan9/syscall_plan9.go:40
↓ 45 callersMethodwritePacket
Encrypt and send a packet of data to the remote peer.
x/crypto/ssh/transport.go:29
↓ 44 callersMethodPush
Push queues a frame in the scheduler. In most cases, this will not be called with wr.StreamID()!=0 unless that stream is currently open. The one excep
x/net/http2/writesched.go:31
↓ 44 callersMethodScan
Scan scans the next part of the format string and sets the status to indicate whether it scanned a string literal, substitution or error.
x/text/internal/format/parser.go:105
↓ 44 callersMethodaddNodes
addNodes creates nodes for all scalar elements in type typ, and returns the id of the first one, or zero if the type was analytically uninteresting.
x/tools/go/pointer/gen.go:41
↓ 44 callersFunctionrep
(r rune, n int)
x/text/unicode/norm/normalize_test.go:96
↓ 43 callersMethodCommon
()
x/tools/go/ssa/ssa.go:1388
↓ 43 callersMethodRead
Read gets the next message from the stream. It is never called concurrently.
x/tools/internal/jsonrpc2/stream.go:25
↓ 43 callersMethodaddMeasurement
AddMeasurement records a value measurement observation to the histogram.
x/net/trace/histogram.go:36
↓ 43 callersFunctionnotImplemented
(method string)
x/tools/internal/lsp/server.go:564
↓ 43 callersMethodreadBit
readBit returns the next bit.
x/image/vp8/partition.go:71
↓ 43 callersFunctionrelName
relName returns the name of v relative to i. In most cases, this is identical to v.Name(), but references to Functions (including methods) and Globals
x/tools/go/ssa/print.go:27
↓ 42 callersMethodAccept
Accept accepts the channel creation request. It returns the Channel and a Go channel containing SSH requests. The Go channel must be serviced otherwis
x/crypto/ssh/channel.go:32
↓ 42 callersFunctionPrintf
Printf is used by the test so we must declare it.
x/tools/go/analysis/passes/printf/testdata/src/a/a.go:360
↓ 42 callersFunctionTitle
Title returns a Caser for language-specific title casing. It uses an approximation of the default Unicode Word Break algorithm.
x/text/cases/cases.go:82
↓ 42 callersMethodType
Type returns the key's type, e.g. "ssh-rsa".
x/crypto/ssh/keys.go:286
↓ 42 callersFunctionUnmarshal
Unmarshal parses data in SSH wire format into a structure. The out argument should be a pointer to struct. If the first member of the struct has the "
x/crypto/ssh/messages.go:308
↓ 42 callersFunctionreaderFromHex
(s string)
x/crypto/openpgp/read_test.go:20
↓ 41 callersMethodFprint
Fprint is like fmt.Fprint, but using language-specific formatting.
x/text/message/message.go:75
↓ 41 callersMethodIsNil
IsNil returns true if this constant represents a typed or untyped nil value.
x/tools/go/ssa/const.go:114
↓ 41 callersMethodadd
add adds n bytes (positive or negative) to the flow control window. It returns false if the sum would exceed 2^31-1.
x/net/http2/flow.go:43
↓ 41 callersFunctionreadFull
readFull is the same as io.ReadFull except that reading zero bytes returns ErrUnexpectedEOF rather than EOF.
x/crypto/openpgp/packet/packet.go:24
↓ 41 callersFunctionrunReserve
(t *testing.T, lim *Limiter, req request)
x/time/rate/rate_test.go:237
↓ 40 callersMethodCompose
Compose creates a Tag from individual parts, which may be of type Tag, Base, Script, Region, Variant, []Variant, Extension, []Extension or error. If a
x/text/language/parse.go:81
↓ 40 callersMethodCopy
Copy sets s to the value of x.
x/tools/container/intsets/sparse.go:446
↓ 40 callersMethodExport
Export writes out the messages to translation out files.
x/text/message/pipeline/pipeline.go:347
↓ 40 callersMethodTag
Tag converts id to an internal language Tag.
x/text/internal/language/compact/compact.go:46
↓ 40 callersMethodaddConstraint
addConstraint adds c to the constraint set.
x/tools/go/pointer/gen.go:411
↓ 40 callersFunctionavg2
(a, b uint8)
x/image/vp8l/transform.go:275
↓ 40 callersMethodnewBasicBlock
newBasicBlock adds to f a new basic block and returns it. It does not automatically become the current block for subsequent calls to emit. comment is
x/tools/go/ssa/func.go:645
↓ 39 callersMethodCleanup
Cleanup removes the temporary directory (unless the --skip-cleanup flag was set) It is safe to call cleanup multiple times.
x/tools/go/packages/packagestest/export.go:297
↓ 39 callersMethodPublicKey
PublicKey returns an associated PublicKey instance.
x/crypto/ssh/keys.go:307
↓ 39 callersFunctionSyscallNoError
(trap, a1, a2, a3 uintptr)
x/sys/unix/gccgo.go:21
↓ 39 callersMethodWriteVar
WriteVar writes a variable of the given name and value.
x/text/internal/gen/code.go:159
↓ 39 callersMethodaddWork
(id nodeid)
x/tools/go/pointer/solve.go:189
↓ 39 callersMethodfirst
()
x/tools/container/intsets/sparse.go:249
↓ 39 callersFunctionfn
()
x/tools/go/pointer/testdata/extended.go:11
↓ 39 callersMethodgreet
greet initiates the client's HTTP/2 connection into a state where frames may be sent.
x/net/http2/server_test.go:263
↓ 39 callersMethodnext
()
x/tools/go/internal/gccgoimporter/parser.go:171
↓ 39 callersMethodprintf
(f string, x ...interface{})
x/text/internal/gen/code.go:102
↓ 39 callersMethodslice
()
x/text/internal/language/gen.go:260
↓ 39 callersFunctiontu
(s int64)
x/net/internal/timeseries/timeseries_test.go:37
↓ 38 callersMethodEncodeRune
EncodeRune returns the Charmap's byte encoding of the rune r. ok is whether r is in the Charmap's repertoire. If not, b is set to the Charmap's replac
x/text/encoding/charmap/charmap.go:230
↓ 38 callersMethodMatch
(t ...Tag)
x/text/language/match.go:53
↓ 38 callersMethodfind
find returns the canonical onodeid for x. (The onodes form a disjoint set forest.)
x/tools/go/pointer/hvn.go:952
↓ 38 callersMethodmarkIndirect
(oid onodeid, comment string)
x/tools/go/pointer/hvn.go:544
↓ 38 callersMethodwantHeaders
()
x/net/http2/server_test.go:483
↓ 37 callersMethodCopy
Copy returns a copy of the traces in the bucket. If tracedOnly is true, only the traces with trace information will be returned. The logs will be ref'
x/net/trace/trace.go:640
↓ 37 callersMethodSlice
Slice returns a slice of the underlying buffer. The slice contains n bytes starting at offset off.
x/image/tiff/buffer.go:52
↓ 37 callersMethodUnix
()
x/sys/plan9/syscall.go:62
↓ 37 callersMethodapply
(parent ast.Node, name string, iter *iterator, n ast.Node)
x/tools/go/ast/astutil/rewrite.go:185
↓ 37 callersMethodcheck
()
x/net/http2/gotrack.go:31
↓ 37 callersFunctiongetrune
(f *bufio.Reader)
x/tools/cmd/goyacc/yacc.go:3163
↓ 37 callersFunctionload3
(in []byte)
x/crypto/ed25519/internal/edwards25519/edwards25519.go:77
↓ 37 callersMethodreadByte
readByte returns the next byte from the input stream, doing a buffered read from z.r into z.buf if necessary. z.buf[z.raw.start:z.raw.end] remains a c
x/net/html/token.go:234
↓ 37 callersMethodsplit
split returns a slice of all subexpressions in e that are connected by op. For example, given 'a || (b || c) || d' with the or op, split returns []{d,
x/tools/go/analysis/passes/bools/bools.go:191
↓ 36 callersMethodCombinedOutput
CombinedOutput runs cmd on the remote host and returns its combined standard output and standard error.
x/crypto/ssh/session.go:341
↓ 36 callersMethodFloor
Floor returns the greatest integer value less than or equal to x. Its return type is int, not Int26_6.
x/image/math/fixed/fixed.go:47
↓ 36 callersMethodMarshal
Marshal returns the binary encoding of ICMP extension. The provided proto must be either the ICMPv4 or ICMPv6 protocol number.
x/net/icmp/extension.go:24
↓ 36 callersMethodNotify
Notify is called to send a notification request over the connection. It will return as soon as the notification has been sent, as no response is possi
x/tools/internal/jsonrpc2/jsonrpc2.go:186
↓ 36 callersFunctionRead
Read reads a single OpenPGP packet from the given io.Reader. If there is an error parsing a packet, the whole packet is consumed from the input.
x/crypto/openpgp/packet/packet.go:316
↓ 36 callersMethodSetString
SetString configures p for the given paragraph text. It replaces text previously set by SetBytes or SetString. If b contains a paragraph separator it
x/text/unicode/bidi/bidi.go:91
↓ 36 callersMethodSquare
(a *gfP2, pool *bnPool)
x/crypto/bn256/gfp2.go:174
↓ 36 callersMethodWriteHeaders
WriteHeaders writes a single HEADERS frame. This is a low-level header writing method. Encoding headers and splitting them into any necessary CONTINU
x/net/http2/frame.go:1063
↓ 36 callersMethodfilter
filter returns a new HitList created by filtering all PakRuns from h that have a matching pakname.
x/tools/godoc/index.go:301
↓ 36 callersMethodfuncParams
funcParams returns the first node of the params (P) block of the function whose object node (obj.flags&otFunction) is id.
x/tools/go/pointer/gen.go:280
↓ 36 callersFunctionsysctl
go:linkname libc_kevent libc_kevent go:cgo_import_dynamic libc_kevent kevent "/usr/lib/libSystem.B.dylib" THIS FILE IS GENERATED BY THE COMMAND AT THE
x/sys/unix/zsyscall_darwin_arm.go:314
↓ 36 callersFunctiontestTransportResPattern
(t *testing.T, expect100Continue, resHeader headerType, withData bool, trailers headerType)
x/net/http2/transport_test.go:1072
↓ 36 callersMethodview
view returns the length bytes at the given offset. buf is an optional scratch buffer to reduce allocations when calling view multiple times. A nil buf
x/image/font/sfnt/sfnt.go:217
↓ 35 callersMethodSum
(in []byte)
x/crypto/openpgp/canonical_text.go:44
↓ 35 callersFunctionerrorf
(format string, args ...interface{})
x/tools/go/internal/gcimporter/bimport.go:169
↓ 35 callersMethodpop
pop pops the stack. It will panic if s is empty.
x/net/html/node.go:151
↓ 34 callersMethodFunc
Func returns the package-level function of the specified name, or nil if not found.
x/tools/go/ssa/ssa.go:1484
↓ 34 callersMethodGoString
GoString implements fmt.GoStringer.GoString.
x/net/dns/dnsmessage/message.go:486
↓ 34 callersMethodInsert
(level int, str, context, extend string)
x/text/unicode/cldr/collate.go:22
↓ 34 callersMethodIsDir
()
x/tools/godoc/vfs/emptyvfs.go:83
← previousnext →201–300 of 23,112, ranked by callers