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
↓ 16 callers
Function
internalErrorf
(format string, args ...interface{})
x/tools/go/internal/gcimporter/bexport.go:88
↓ 16 callers
Function
isZero
(n *big.Int)
x/crypto/bn256/bn256_test.go:38
↓ 16 callers
Method
jump
jump adds an edge from the current block to the target block, and sets b.current to nil.
x/tools/go/cfg/builder.go:500
↓ 16 callers
Function
newGFp6
(pool *bnPool)
x/crypto/bn256/gfp6.go:21
↓ 16 callers
Function
packUint16
packUint16 appends the wire format of field to msg.
x/net/dns/dnsmessage/message.go:1726
↓ 16 callers
Function
pipe2
THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
x/sys/unix/zsyscall_linux_386.go:1870
↓ 16 callers
Function
print
(args ...interface{})
x/text/internal/export/unicode/gen.go:82
↓ 16 callers
Function
readerFromHex
(s string)
x/crypto/openpgp/packet/packet_test.go:39
↓ 16 callers
Method
reconstructActiveFormattingElements
Section 12.2.4.3.
x/net/html/parse.go:380
↓ 16 callers
Method
stopRenew
stopRenew stops all currently running cert renewal timers. The timers are not restarted during the lifetime of the Manager.
x/crypto/acme/autocert/autocert.go:951
↓ 16 callers
Method
u16
u16 returns the uint16 in the table t at the relative offset i. buf is an optional scratch buffer as per the source.view method.
x/image/font/sfnt/sfnt.go:250
↓ 16 callers
Function
unpackUint16
(msg []byte, off int)
x/net/dns/dnsmessage/message.go:1730
↓ 16 callers
Method
writeString
writeString writes the given string to dst.
x/text/cases/context.go:116
↓ 16 callers
Function
xor
xor reads a little endian uint32 from src, XORs it with u and places the result in little endian byte order in dst.
x/crypto/internal/chacha20/xor.go:20
↓ 15 callers
Method
AddUint8LengthPrefixed
AddUint8LengthPrefixed adds a 8-bit length-prefixed byte sequence.
x/crypto/cryptobyte/builder.go:135
↓ 15 callers
Method
AppendChild
AppendChild adds a node c as a child of n. It will panic if c already has a parent or siblings.
x/net/html/node.go:82
↓ 15 callers
Method
AppendDigit
AppendDigit appends the UTF-8 sequence for n corresponding to the given digit to dst and reports the number of bytes written. dst must be large enough
x/text/internal/number/number.go:124
↓ 15 callers
Method
Bind
Bind causes references to old to redirect to the path new in newfs. If mode is BindReplace, old redirections are discarded. If mode is BindBefore, thi
x/tools/godoc/vfs/namespace.go:169
↓ 15 callers
Method
CloseWrite
CloseWrite signals the end of sending in-band data. Requests may still be sent, and the other side may still send data
x/crypto/ssh/channel.go:63
↓ 15 callers
Method
Copy
()
x/net/webdav/internal/xml/xml.go:130
↓ 15 callers
Method
Elem
()
x/tools/cmd/guru/describe.go:358
↓ 15 callers
Method
Encode
Encode encodes a set of facts to a memory buffer. It may fail if one of the Facts could not be gob-encoded, but this is a sign of a bug in an Analyze
x/tools/go/analysis/internal/facts/facts.go:209
↓ 15 callers
Method
GetAST
(ctx context.Context)
x/tools/internal/lsp/source/view.go:39
↓ 15 callers
Method
GetFile
(ctx context.Context, uri span.URI)
x/tools/internal/lsp/source/view.go:28
↓ 15 callers
Function
HandleFinalSigma
HandleFinalSigma specifies whether the special handling of Greek final sigma should be enabled. Unicode prescribes handling the Greek final sigma for
x/text/cases/cases.go:147
↓ 15 callers
Method
Has
Has reports whether the given functions are present.
x/sys/cpu/cpu_linux_s390x.go:60
↓ 15 callers
Method
ID
ID returns an encoding identifier. Exactly one of the mib and other values should be non-zero. In the usual case it is only necessary to indicate the
x/text/encoding/internal/identifier/identifier.go:54
↓ 15 callers
Method
Make
Make returns a new Tag from the current settings.
x/text/internal/language/compose.go:23
↓ 15 callers
Method
Raw
Raw returns the raw base language, script and region, without making an attempt to infer their values.
x/text/language/language.go:56
↓ 15 callers
Method
Script
Script infers the script for the language tag. If it was not explicitly given, it will infer a most likely candidate. If more than one script is commo
x/text/language/language.go:275
↓ 15 callers
Method
SendMsg
SendMsg wraps sendmsg system call. The provided flags is a set of platform-dependent flags, such as syscall.MSG_DONTROUTE.
x/net/internal/socket/socket.go:268
↓ 15 callers
Method
Serialize
Serialize marshals uid to w in the form of an OpenPGP packet, including header.
x/crypto/openpgp/packet/userid.go:80
↓ 15 callers
Method
String
()
x/tools/go/ssa/interp/testdata/src/reflect/reflect.go:4
↓ 15 callers
Method
Sub
(a, b *gfP6)
x/crypto/bn256/gfp6.go:104
↓ 15 callers
Method
Supplemental
Supplemental returns the parsed supplemental data. If no such data was parsed, nil is returned.
x/text/unicode/cldr/cldr.go:114
↓ 15 callers
Method
Usage
Most of the help usage is automatically generated, this string should only describe the contents of non flag arguments.
x/tools/internal/tool/tool.go:53
↓ 15 callers
Function
WithCancel
WithCancel returns a copy of parent with a new Done channel. The returned context's Done channel is closed when the returned cancel function is called
x/net/context/go17.go:32
↓ 15 callers
Method
WriteTo
*Function implements io.Writer
x/tools/go/ssa/func.go:540
↓ 15 callers
Method
addChild
addChild adds a child node n to the top element, and pushes n onto the stack of open elements if it is an element node.
x/net/html/parse.go:214
↓ 15 callers
Function
check
check inspects an analysis pass on which the analysis has already been run, and verifies that all reported diagnostics and facts match specified by th
x/tools/go/analysis/analysistest/analysistest.go:158
↓ 15 callers
Method
check
check checks a key against the host database. This should not be used for verifying certificates.
x/crypto/ssh/knownhosts/knownhosts.go:329
↓ 15 callers
Function
chtmpdir
chtmpdir changes the working directory to a new temporary directory and provides a cleanup function. Used when PWD is read-only.
x/sys/unix/syscall_unix_test.go:759
↓ 15 callers
Method
consistent
()
x/net/webdav/lock_test.go:534
↓ 15 callers
Function
dehex
(s string)
x/net/http2/hpack/hpack_test.go:676
↓ 15 callers
Method
encodeHeaderField
(k, v string)
x/net/http2/server_test.go:346
↓ 15 callers
Method
expectEOL
()
x/tools/go/internal/gccgoimporter/parser.go:131
↓ 15 callers
Method
findView
findView returns the view corresponding to the given URI. If the file is not already associated with a view, pick one using some heuristics.
x/tools/internal/lsp/util.go:20
↓ 15 callers
Method
get
get returns the package info in external form. Callers must not mutate its fields.
x/tools/godoc/analysis/analysis.go:209
↓ 15 callers
Function
getRegionID
getRegionID returns the region id for s if s is a valid 2-letter region code or unknownRegion.
x/text/internal/language/lookup.go:200
↓ 15 callers
Method
in
in returns if x is equal to any of the values in set.
x/text/unicode/bidi/core.go:58
↓ 15 callers
Method
lookupString
lookupString returns the trie value for the first UTF-8 encoding in s and the width in bytes of this encoding. The size will be 0 if s does not hold e
x/net/idna/tables.go:465
↓ 15 callers
Method
mapping
mapping returns the case mapping for the given case type.
x/text/cases/gen.go:83
↓ 15 callers
Function
matchPlural
(p *Rules, index compact.ID, n, f, v int)
x/text/feature/plural/plural.go:170
↓ 15 callers
Method
moveCursorToPos
moveCursorToPos appends data to t.outBuf which will move the cursor to the given, logical position in the text.
x/crypto/ssh/terminal/terminal.go:240
↓ 15 callers
Function
pc
pc replaces any rune r that is repeated n times, for n > 1, with r{n}.
x/text/unicode/norm/normalize_test.go:26
↓ 15 callers
Function
printUint16
(i uint16)
x/net/dns/dnsmessage/message.go:223
↓ 15 callers
Function
setup
setup builds a test enviroment from a txtar and supporting modules in testdata/mod, along the lines of TestScript in cmd/go.
x/tools/imports/mod_test.go:495
↓ 15 callers
Function
summarizeFrame
(f Frame)
x/net/http2/frame.go:1573
↓ 15 callers
Method
updateLater
(v, key string)
x/text/internal/language/gen.go:265
↓ 15 callers
Method
write
write makes buf available for Read to receive. buf must not be modified after the call to write.
x/crypto/ssh/buffer.go:44
↓ 15 callers
Method
writeConst
(name string, x interface{})
x/text/internal/language/gen.go:440
↓ 14 callers
Method
AddBytes
AddBytes appends a sequence of bytes to the byte string.
x/crypto/cryptobyte/builder.go:99
↓ 14 callers
Method
AddWithTime
AddWithTime records an observation at the specified time.
x/net/internal/timeseries/timeseries.go:174
↓ 14 callers
Method
Addr
Addr returns the listener's network address.
x/crypto/ssh/tcpip.go:331
↓ 14 callers
Function
Copy
Copy copies the part of the source image defined by src and sr and writes the result of a Porter-Duff composition to the part of the destination image
x/image/draw/scale.go:21
↓ 14 callers
Method
Count
()
x/crypto/bn256/bn256.go:439
↓ 14 callers
Method
CreateNode
CreateNode returns the Node for fn, creating it if not present.
x/tools/go/callgraph/callgraph.go:68
↓ 14 callers
Method
Decode
Decode works like xml.Unmarshal, except it reads the decoder stream to find the start element.
x/net/webdav/internal/xml/read.go:120
↓ 14 callers
Method
DecodeUint
DecodeUint decodes a number that was encoded with EncodeUint and advances the position.
x/text/internal/catmsg/codec.go:286
↓ 14 callers
Method
Done
Done returns true if there is no more input to process.
x/text/unicode/norm/iter.go:115
↓ 14 callers
Method
Draw
Draw implements the Drawer interface from the standard library's image/draw package. The vector paths previously added via the XxxTo calls become the
x/image/vector/vector.go:268
↓ 14 callers
Method
EncodeUint
EncodeUint encodes x.
x/text/internal/catmsg/codec.go:75
↓ 14 callers
Method
GetTypesInfo
()
x/tools/internal/lsp/source/view.go:53
↓ 14 callers
Method
Hash
Hash computes a hash value for the given type t such that Identical(t, t') => Hash(t) == Hash(t').
x/tools/go/types/typeutil/map.go:223
↓ 14 callers
Method
ImportWithTests
ImportWithTests is a convenience function that adds path to ImportPkgs, the set of initial source packages located relative to $GOPATH. The package w
x/tools/go/loader/loader.go:324
↓ 14 callers
Method
Lstat
(path string)
x/tools/godoc/vfs/vfs.go:31
↓ 14 callers
Method
MarshalHeader
MarshalHeader marshals the header fields of the control message at the head on m.
x/net/internal/socket/socket.go:144
↓ 14 callers
Method
Mul
(a, b *gfP6, pool *bnPool)
x/crypto/bn256/gfp6.go:118
↓ 14 callers
Function
NsecToTimespec
NsecToTimespec takes a number of nanoseconds since the Unix epoch and returns the corresponding Timespec value.
x/sys/unix/timestruct.go:17
↓ 14 callers
Method
Object
like String, but relative refs are unqualified
x/tools/go/ssa/ssa.go:70
↓ 14 callers
Function
Parse
Parse parses the given BCP 47 string and returns a valid Tag. If parsing failed it returns an error and any part of the tag that could be parsed. If p
x/text/internal/language/parse.go:229
↓ 14 callers
Method
Range
Range returns the sum of observations added over the specified time range. If start or finish times don't fall on bucket boundaries of the same level,
x/net/internal/timeseries/timeseries.go:333
↓ 14 callers
Method
Referrers
nil for non-Instructions
x/tools/go/ssa/ssa.go:253
↓ 14 callers
Method
ScalarMult
ScalarMult sets e to a*k and then returns e.
x/crypto/bn256/bn256.go:85
↓ 14 callers
Method
SetDeadline
SetDeadline sets the read and write deadlines associated with the endpoint.
x/net/ipv4/endpoint.go:133
↓ 14 callers
Method
SetDirFilter
SetDirFilter limits the loading of LDML XML files of the specied directories. Note that sections may be split across directories differently for diffe
x/text/unicode/cldr/decode.go:39
↓ 14 callers
Method
Skip
Skip advances the String by n byte and reports whether it was successful.
x/crypto/cryptobyte/string.go:36
↓ 14 callers
Method
StaticCallee
StaticCallee returns the callee if this is a trivially static "call"-mode call to a function.
x/tools/go/ssa/ssa.go:1352
↓ 14 callers
Method
StreamID
StreamID returns the id of the stream this frame will be written to. 0 is used for non-stream frames such as PING and SETTINGS.
x/net/http2/writesched.go:65
↓ 14 callers
Method
Token
type of the package member
x/tools/go/ssa/ssa.go:73
↓ 14 callers
Method
WriteRSTStream
WriteRSTStream writes a RST_STREAM frame. It will perform exactly one Write to the underlying Writer. It is the caller's responsibility to not call o
x/net/http2/frame.go:1189
↓ 14 callers
Method
add
(n int)
x/tools/container/intsets/sparse_test.go:193
↓ 14 callers
Method
add
(n ast.Node)
x/tools/go/cfg/builder.go:494
↓ 14 callers
Method
add
(bytes ...byte)
x/crypto/cryptobyte/builder.go:284
↓ 14 callers
Method
addEntry
addEntry adds a new entry.
x/net/http2/hpack/tables.go:56
↓ 14 callers
Method
addOneNode
addOneNode creates a single node with type typ, and returns its id. typ should generally be scalar (except for tagged.T nodes and struct/array identi
x/tools/go/pointer/gen.go:60
↓ 14 callers
Method
assertModuleFoundInDir
assertModuleFoundInDir is the same as assertFound, but also checks that the package was found in an active module whose Dir matches dirRE.
x/tools/imports/mod_test.go:461
↓ 14 callers
Function
builderBytesEq
(b *Builder, want ...byte)
x/crypto/cryptobyte/cryptobyte_test.go:14
↓ 14 callers
Method
checkpoint
checkpoint sets the return value buffer points for Transform to the current positions.
x/text/cases/context.go:67
↓ 14 callers
Function
clamp255
(x int)
x/image/vp8/filter.go:265
← previous
next →
601–700 of 23,112, ranked by callers