Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MXi4oyu/golang.org
/ functions
Functions
23,112 in github.com/MXi4oyu/golang.org
⨍
Functions
23,112
◇
Types & classes
7,889
↓ 49 callers
Method
Int
Int parses and returns field i as an integer value.
x/text/internal/ucd/ucd.go:319
↓ 49 callers
Function
MustNewName
MustNewName creates a new Name from a string and panics on error.
x/net/dns/dnsmessage/message.go:1875
↓ 49 callers
Method
PutUint16
([]byte, uint16)
x/net/route/binary.go:23
↓ 49 callers
Method
RemoveAll
(ctx context.Context, name string)
x/net/webdav/file.go:42
↓ 49 callers
Method
addElement
addElement adds a child element based on the current token.
x/net/html/parse.go:313
↓ 49 callers
Method
expect
(tok rune)
x/tools/go/internal/gccgoimporter/parser.go:122
↓ 49 callers
Function
fffftou
fffftou converts the range [0.0, 65535.0] to [0, 0xffff].
x/image/draw/scale.go:316
↓ 48 callers
Method
Parse
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 callers
Method
StreamEnded
()
x/net/http2/frame.go:1367
↓ 48 callers
Function
benchGlyph
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 callers
Method
errorf
(format string, args ...interface{})
x/tools/go/ssa/sanity.go:61
↓ 48 callers
Method
f
(*int)
x/tools/go/pointer/testdata/interfaces.go:111
↓ 48 callers
Function
printf
(format string, args ...interface{})
x/text/internal/export/unicode/gen.go:78
↓ 48 callers
Function
unhandledError
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 callers
Method
Build
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 callers
Method
Kind
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 callers
Method
Start
()
x/tools/godoc/analysis/analysis.go:71
↓ 47 callers
Method
emit
(fn *Function)
x/tools/go/ssa/builder.go:434
↓ 47 callers
Function
f
(a,b)
x/tools/godoc/static/jquery.js:2
↓ 46 callers
Method
Listen
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 callers
Method
OpenFile
(ctx context.Context, name string, flag int, perm os.FileMode)
x/net/webdav/file.go:41
↓ 46 callers
Method
pack
pack packs a Resource except for its header.
x/net/dns/dnsmessage/message.go:479
↓ 45 callers
Method
Execute
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 callers
Function
NewPrinter
NewPrinter returns a Printer that formats messages tailored to language t.
x/text/message/message.go:49
↓ 45 callers
Function
Syscall
(trap, a1, a2, a3 uintptr)
x/sys/plan9/syscall_plan9.go:40
↓ 45 callers
Method
writePacket
Encrypt and send a packet of data to the remote peer.
x/crypto/ssh/transport.go:29
↓ 44 callers
Method
Push
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 callers
Method
Scan
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 callers
Method
addNodes
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 callers
Function
rep
(r rune, n int)
x/text/unicode/norm/normalize_test.go:96
↓ 43 callers
Method
Common
()
x/tools/go/ssa/ssa.go:1388
↓ 43 callers
Method
Read
Read gets the next message from the stream. It is never called concurrently.
x/tools/internal/jsonrpc2/stream.go:25
↓ 43 callers
Method
addMeasurement
AddMeasurement records a value measurement observation to the histogram.
x/net/trace/histogram.go:36
↓ 43 callers
Function
notImplemented
(method string)
x/tools/internal/lsp/server.go:564
↓ 43 callers
Method
readBit
readBit returns the next bit.
x/image/vp8/partition.go:71
↓ 43 callers
Function
relName
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 callers
Method
Accept
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 callers
Function
Printf
Printf is used by the test so we must declare it.
x/tools/go/analysis/passes/printf/testdata/src/a/a.go:360
↓ 42 callers
Function
Title
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 callers
Method
Type
Type returns the key's type, e.g. "ssh-rsa".
x/crypto/ssh/keys.go:286
↓ 42 callers
Function
Unmarshal
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 callers
Function
readerFromHex
(s string)
x/crypto/openpgp/read_test.go:20
↓ 41 callers
Method
Fprint
Fprint is like fmt.Fprint, but using language-specific formatting.
x/text/message/message.go:75
↓ 41 callers
Method
IsNil
IsNil returns true if this constant represents a typed or untyped nil value.
x/tools/go/ssa/const.go:114
↓ 41 callers
Method
add
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 callers
Function
readFull
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 callers
Function
runReserve
(t *testing.T, lim *Limiter, req request)
x/time/rate/rate_test.go:237
↓ 40 callers
Method
Compose
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 callers
Method
Copy
Copy sets s to the value of x.
x/tools/container/intsets/sparse.go:446
↓ 40 callers
Method
Export
Export writes out the messages to translation out files.
x/text/message/pipeline/pipeline.go:347
↓ 40 callers
Method
Tag
Tag converts id to an internal language Tag.
x/text/internal/language/compact/compact.go:46
↓ 40 callers
Method
addConstraint
addConstraint adds c to the constraint set.
x/tools/go/pointer/gen.go:411
↓ 40 callers
Function
avg2
(a, b uint8)
x/image/vp8l/transform.go:275
↓ 40 callers
Method
newBasicBlock
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 callers
Method
Cleanup
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 callers
Method
PublicKey
PublicKey returns an associated PublicKey instance.
x/crypto/ssh/keys.go:307
↓ 39 callers
Function
SyscallNoError
(trap, a1, a2, a3 uintptr)
x/sys/unix/gccgo.go:21
↓ 39 callers
Method
WriteVar
WriteVar writes a variable of the given name and value.
x/text/internal/gen/code.go:159
↓ 39 callers
Method
addWork
(id nodeid)
x/tools/go/pointer/solve.go:189
↓ 39 callers
Method
first
()
x/tools/container/intsets/sparse.go:249
↓ 39 callers
Function
fn
()
x/tools/go/pointer/testdata/extended.go:11
↓ 39 callers
Method
greet
greet initiates the client's HTTP/2 connection into a state where frames may be sent.
x/net/http2/server_test.go:263
↓ 39 callers
Method
next
()
x/tools/go/internal/gccgoimporter/parser.go:171
↓ 39 callers
Method
printf
(f string, x ...interface{})
x/text/internal/gen/code.go:102
↓ 39 callers
Method
slice
()
x/text/internal/language/gen.go:260
↓ 39 callers
Function
tu
(s int64)
x/net/internal/timeseries/timeseries_test.go:37
↓ 38 callers
Method
EncodeRune
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 callers
Method
Match
(t ...Tag)
x/text/language/match.go:53
↓ 38 callers
Method
find
find returns the canonical onodeid for x. (The onodes form a disjoint set forest.)
x/tools/go/pointer/hvn.go:952
↓ 38 callers
Method
markIndirect
(oid onodeid, comment string)
x/tools/go/pointer/hvn.go:544
↓ 38 callers
Method
wantHeaders
()
x/net/http2/server_test.go:483
↓ 37 callers
Method
Copy
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 callers
Method
Slice
Slice returns a slice of the underlying buffer. The slice contains n bytes starting at offset off.
x/image/tiff/buffer.go:52
↓ 37 callers
Method
Unix
()
x/sys/plan9/syscall.go:62
↓ 37 callers
Method
apply
(parent ast.Node, name string, iter *iterator, n ast.Node)
x/tools/go/ast/astutil/rewrite.go:185
↓ 37 callers
Method
check
()
x/net/http2/gotrack.go:31
↓ 37 callers
Function
getrune
(f *bufio.Reader)
x/tools/cmd/goyacc/yacc.go:3163
↓ 37 callers
Function
load3
(in []byte)
x/crypto/ed25519/internal/edwards25519/edwards25519.go:77
↓ 37 callers
Method
readByte
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 callers
Method
split
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 callers
Method
CombinedOutput
CombinedOutput runs cmd on the remote host and returns its combined standard output and standard error.
x/crypto/ssh/session.go:341
↓ 36 callers
Method
Floor
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 callers
Method
Marshal
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 callers
Method
Notify
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 callers
Function
Read
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 callers
Method
SetString
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 callers
Method
Square
(a *gfP2, pool *bnPool)
x/crypto/bn256/gfp2.go:174
↓ 36 callers
Method
WriteHeaders
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 callers
Method
filter
filter returns a new HitList created by filtering all PakRuns from h that have a matching pakname.
x/tools/godoc/index.go:301
↓ 36 callers
Method
funcParams
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 callers
Function
sysctl
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 callers
Function
testTransportResPattern
(t *testing.T, expect100Continue, resHeader headerType, withData bool, trailers headerType)
x/net/http2/transport_test.go:1072
↓ 36 callers
Method
view
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 callers
Method
Sum
(in []byte)
x/crypto/openpgp/canonical_text.go:44
↓ 35 callers
Function
errorf
(format string, args ...interface{})
x/tools/go/internal/gcimporter/bimport.go:169
↓ 35 callers
Method
pop
pop pops the stack. It will panic if s is empty.
x/net/html/node.go:151
↓ 34 callers
Method
Func
Func returns the package-level function of the specified name, or nil if not found.
x/tools/go/ssa/ssa.go:1484
↓ 34 callers
Method
GoString
GoString implements fmt.GoStringer.GoString.
x/net/dns/dnsmessage/message.go:486
↓ 34 callers
Method
Insert
(level int, str, context, extend string)
x/text/unicode/cldr/collate.go:22
↓ 34 callers
Method
IsDir
()
x/tools/godoc/vfs/emptyvfs.go:83
← previous
next →
201–300 of 23,112, ranked by callers