Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Albert-W/crawler-project
/ functions
Functions
3,568 in github.com/Albert-W/crawler-project
⨍
Functions
3,568
◇
Types & classes
1,373
↓ 10 callers
Method
Next
Next scans the next token and returns its type.
src/golang.org/x/net/html/token.go:950
↓ 10 callers
Method
ReadFrom
ReadFrom reads an IPv4 datagram from the endpoint c, copying the datagram into b. It returns the received datagram as the IPv4 header h, the payload p
src/golang.org/x/net/ipv4/packet.go:28
↓ 10 callers
Method
RecvMsg
RecvMsg wraps recvmsg system call. The provided flags is a set of platform-dependent flags, such as syscall.MSG_PEEK.
src/golang.org/x/net/internal/socket/socket.go:251
↓ 10 callers
Method
WriteTo
WriteTo writes an IPv4 datagram through the endpoint c, copying the datagram from the IPv4 header h and the payload p. The control message cm allows t
src/golang.org/x/net/ipv4/packet.go:63
↓ 10 callers
Method
cancel
(removeFromParent bool, err error)
src/golang.org/x/net/context/pre_go17.go:140
↓ 10 callers
Function
checkForTimeoutError
checkForTimeoutError checks that the error satisfies the Error interface and that Timeout returns true.
src/golang.org/x/net/nettest/conntest.go:392
↓ 10 callers
Method
checkResourceSection
()
src/golang.org/x/net/dns/dnsmessage/message.go:1310
↓ 10 callers
Function
chunkedCopy
chunkedCopy copies from r to w in fixed-width chunks to avoid causing a Write that exceeds the maximum packet size for packet-based connections like "
src/golang.org/x/net/nettest/conntest.go:452
↓ 10 callers
Function
defaultPriorityWriteScheduler
()
src/golang.org/x/net/http2/writesched_priority_test.go:14
↓ 10 callers
Function
encKV
(enc *hpack.Encoder, k, v string)
src/golang.org/x/net/http2/write.go:191
↓ 10 callers
Method
remove
remove removes a node from the stack. It is a no-op if n is not present.
src/golang.org/x/net/html/node.go:195
↓ 10 callers
Method
setParent
(parent *priorityNode)
src/golang.org/x/net/http2/writesched_priority.go:109
↓ 10 callers
Method
value
value returns v's field value corresponding to finfo. It's equivalent to v.FieldByIndex(finfo.idx), but initializes and dereferences pointers as neces
src/golang.org/x/net/webdav/internal/xml/typeinfo.go:357
↓ 9 callers
Method
Close
Close marks the closeWaiter as closed and unblocks any waiters.
src/golang.org/x/net/http2/http2.go:237
↓ 9 callers
Method
Mkdir
(ctx context.Context, name string, perm os.FileMode)
src/golang.org/x/net/webdav/file.go:41
↓ 9 callers
Function
NewClient
NewClient creates a new WebSocket client connection over rwc.
src/golang.org/x/net/websocket/client.go:42
↓ 9 callers
Function
NewMemLS
NewMemLS returns a new in-memory LockSystem.
src/golang.org/x/net/webdav/lock.go:115
↓ 9 callers
Method
Pop
Pop dequeues the next frame to write. Returns false if no frames can be written. Frames with a given wr.StreamID() are Pop'd in the same order they ar
src/golang.org/x/net/http2/writesched.go:36
↓ 9 callers
Method
SendMsg
SendMsg wraps sendmsg system call. The provided flags is a set of platform-dependent flags, such as syscall.MSG_DONTROUTE.
src/golang.org/x/net/internal/socket/socket.go:259
↓ 9 callers
Method
String
()
src/golang.org/x/net/trace/histogram.go:234
↓ 9 callers
Method
Write
(b []byte)
src/golang.org/x/net/http2/server_test.go:3151
↓ 9 callers
Method
Write
(p []byte)
src/golang.org/x/net/http2/hpack/hpack.go:237
↓ 9 callers
Method
WriteGoAway
(maxStreamID uint32, code ErrCode, debugData []byte)
src/golang.org/x/net/http2/frame.go:890
↓ 9 callers
Method
WriteSettingsAck
WriteSettingsAck writes an empty SETTINGS frame with the ACK bit set. It will perform exactly one Write to the underlying Writer. It is the caller's
src/golang.org/x/net/http2/frame.go:819
↓ 9 callers
Method
acknowledgeSelfClosingTag
Section 12.2.5.
src/golang.org/x/net/html/parse.go:409
↓ 9 callers
Function
appendVarInt
appendVarInt appends i, as encoded in variable integer form using n bit prefix, to dst and returns the extended buffer. See http://http2.github.io/ht
src/golang.org/x/net/http2/hpack/encode.go:195
↓ 9 callers
Method
clearActiveFormattingElements
Section 12.2.4.3.
src/golang.org/x/net/html/parse.go:370
↓ 9 callers
Function
getContext
(r *http.Request)
src/golang.org/x/net/webdav/file_go1.7.go:14
↓ 9 callers
Method
marshal
(proto int, b []byte)
src/golang.org/x/net/icmp/mpls.go:43
↓ 9 callers
Method
ok
()
src/golang.org/x/net/icmp/endpoint.go:26
↓ 9 callers
Method
pathAddrs
(address string)
src/golang.org/x/net/internal/socks/socks.go:246
↓ 9 callers
Function
randString
(n int)
src/golang.org/x/net/http2/transport_test.go:391
↓ 9 callers
Function
slashClean
slashClean is equivalent to but slightly more efficient than path.Clean("/" + name).
src/golang.org/x/net/webdav/file.go:23
↓ 9 callers
Method
streamState
(id uint32)
src/golang.org/x/net/http2/server_test.go:196
↓ 9 callers
Method
vlogf
(format string, args ...interface{})
src/golang.org/x/net/http2/transport.go:2315
↓ 9 callers
Method
wantRSTStream
(streamID uint32, errCode ErrCode)
src/golang.org/x/net/http2/server_test.go:554
↓ 9 callers
Method
writeStreamReset
(streamID uint32, code ErrCode, err error)
src/golang.org/x/net/http2/transport.go:2290
↓ 8 callers
Method
Close
()
src/golang.org/x/net/http2/hpack/hpack.go:229
↓ 8 callers
Method
DataSize
DataSize returns the number of flow control bytes that must be consumed to write this entire frame. This is 0 for non-DATA frames.
src/golang.org/x/net/http2/writesched.go:81
↓ 8 callers
Function
EscapeText
EscapeText writes to w the properly escaped XML equivalent of the plain text data s.
src/golang.org/x/net/webdav/internal/xml/xml.go:1876
↓ 8 callers
Method
Get
Get reads a value for the option from the kernel. It returns the number of bytes written into b.
src/golang.org/x/net/internal/socket/socket.go:24
↓ 8 callers
Function
Lookup
Lookup returns the encoding with the specified label, and its canonical name. It returns nil and the empty string if label is not one of the standard
src/golang.org/x/net/html/charset/charset.go:31
↓ 8 callers
Function
Marshal
Marshal returns the XML encoding of v. Marshal handles an array or slice by marshalling each of the elements. Marshal handles a pointer by marshallin
src/golang.org/x/net/webdav/internal/xml/marshal.go:70
↓ 8 callers
Function
NewDecoder
NewDecoder returns a new decoder with the provided maximum dynamic table size. The emitFunc will be called for each valid field parsed, in the same go
src/golang.org/x/net/http2/hpack/hpack.go:100
↓ 8 callers
Function
NewEncoder
NewEncoder returns a new Encoder which performs HPACK encoding. An encoded data is written to w.
src/golang.org/x/net/http2/hpack/encode.go:35
↓ 8 callers
Function
NewPriorityWriteScheduler
NewPriorityWriteScheduler constructs a WriteScheduler that schedules frames by following HTTP/2 priorities as described in RFC 7540 Section 5.3. If cf
src/golang.org/x/net/http2/writesched_priority.go:58
↓ 8 callers
Function
NewTokenizer
NewTokenizer returns a new HTML Tokenizer for the given Reader. The input is assumed to be UTF-8 encoded.
src/golang.org/x/net/html/token.go:1195
↓ 8 callers
Method
ReadFrom
ReadFrom reads a payload of the received IPv6 datagram, from the endpoint c, copying the payload into b. It returns the number of bytes copied into b,
src/golang.org/x/net/ipv6/payload_cmsg.go:15
↓ 8 callers
Method
Stack
()
src/golang.org/x/net/trace/events.go:363
↓ 8 callers
Method
Write
(p []byte)
src/golang.org/x/net/webdav/file.go:563
↓ 8 callers
Method
Write
Write implements the io.Writer interface: it writes data as a frame to the WebSocket connection.
src/golang.org/x/net/websocket/websocket.go:222
↓ 8 callers
Method
WritePing
(ack bool, data [8]byte)
src/golang.org/x/net/http2/frame.go:847
↓ 8 callers
Method
add
(f HeaderField)
src/golang.org/x/net/http2/hpack/hpack.go:170
↓ 8 callers
Function
attrValue
(se xml.StartElement, attr string)
src/golang.org/x/net/http2/z_spec_test.go:330
↓ 8 callers
Method
checkValid
()
src/golang.org/x/net/http2/frame.go:211
↓ 8 callers
Method
contains
contains returns whether a is within s.
src/golang.org/x/net/html/node.go:178
↓ 8 callers
Method
encodeHeaderRaw
(t *testing.T, headers ...string)
src/golang.org/x/net/http2/server_test.go:3468
↓ 8 callers
Function
huffmanDecode
huffmanDecode decodes v to buf. If maxLen is greater than 0, attempts to write more to buf than maxLen bytes will return ErrStringLength.
src/golang.org/x/net/http2/hpack/huffman.go:49
↓ 8 callers
Method
logf
(format string, args ...interface{})
src/golang.org/x/net/http2/server.go:600
↓ 8 callers
Function
parseAddrs
(attrs uint, fn func(int, []byte) (int, Addr, error), b []byte)
src/golang.org/x/net/route/address.go:366
↓ 8 callers
Function
printUint32
(i uint32)
src/golang.org/x/net/dns/dnsmessage/message.go:227
↓ 8 callers
Function
punyError
(s string)
src/golang.org/x/net/idna/punycode.go:31
↓ 8 callers
Function
testServerRejectsConn
testServerRejectsConn tests that the server hangs up with a GOAWAY frame and a server close after the client does something deserving a CONNECTION_ERR
src/golang.org/x/net/http2/server_test.go:1626
↓ 8 callers
Method
writeUint32
(v uint32)
src/golang.org/x/net/http2/frame.go:394
↓ 7 callers
Method
Close
Close closes the endpoint.
src/golang.org/x/net/icmp/endpoint.go:73
↓ 7 callers
Method
Close
()
src/golang.org/x/net/websocket/websocket_test.go:499
↓ 7 callers
Method
Close
Close implements the io.Closer interface.
src/golang.org/x/net/websocket/websocket.go:235
↓ 7 callers
Method
CloseStream
CloseStream closes a stream in the write scheduler. Any frames queued on this stream should be discarded. It is illegal to call this on a stream that
src/golang.org/x/net/http2/writesched.go:20
↓ 7 callers
Method
Confirm
Confirm confirms that the caller can claim all of the locks specified by the given conditions, and that holding the union of all of those locks gives
src/golang.org/x/net/webdav/lock.go:54
↓ 7 callers
Method
Error
()
src/golang.org/x/net/http2/hpack/hpack.go:22
↓ 7 callers
Method
Flush
Flush flushes any buffered XML to the underlying writer. See the EncodeToken documentation for details about when it is necessary.
src/golang.org/x/net/webdav/internal/xml/marshal.go:298
↓ 7 callers
Function
Lookup
Lookup returns the atom whose name is s. It returns zero if there is no such atom. The lookup is case sensitive.
src/golang.org/x/net/html/atom/atom.go:57
↓ 7 callers
Method
Read
(p []byte)
src/golang.org/x/net/http2/server_test.go:3582
↓ 7 callers
Method
RemoteAddr
RemoteAddr returns the WebSocket location for the connection for client, or the Websocket Origin for server.
src/golang.org/x/net/websocket/websocket.go:261
↓ 7 callers
Method
RemoveAll
(ctx context.Context, name string)
src/golang.org/x/net/webdav/file.go:43
↓ 7 callers
Method
ServeConn
ServeConn serves HTTP/2 requests on the provided connection and blocks until the connection is no longer readable. ServeConn starts speaking HTTP/2 a
src/golang.org/x/net/http2/server.go:327
↓ 7 callers
Method
SetControlMessage
SetControlMessage sets the per packet IP-level socket options.
src/golang.org/x/net/ipv4/endpoint.go:124
↓ 7 callers
Method
SetReadDeadline
SetReadDeadline sets the read deadline associated with the endpoint.
src/golang.org/x/net/ipv4/endpoint.go:142
↓ 7 callers
Method
SetWriteDeadline
SetWriteDeadline sets the write deadline associated with the endpoint.
src/golang.org/x/net/ipv4/endpoint.go:151
↓ 7 callers
Method
Start
Start parses the header and enables the parsing of Questions.
src/golang.org/x/net/dns/dnsmessage/message.go:535
↓ 7 callers
Method
Time
()
src/golang.org/x/net/internal/timeseries/timeseries.go:76
↓ 7 callers
Method
Timeout
()
src/golang.org/x/net/http2/http2.go:327
↓ 7 callers
Method
WriteTo
WriteTo writes a payload of the IPv6 datagram, to the destination address dst through the endpoint c, copying the payload from b. It returns the numbe
src/golang.org/x/net/ipv6/payload_cmsg.go:27
↓ 7 callers
Function
assembleLoad
(dst Register, loadSize int, mode uint16, k uint32)
src/golang.org/x/net/bpf/instructions.go:677
↓ 7 callers
Function
bucketBoundary
bucketBoundary returns the first value in the bucket.
src/golang.org/x/net/trace/histogram.go:245
↓ 7 callers
Method
connPool
()
src/golang.org/x/net/http2/transport.go:131
↓ 7 callers
Function
encodeHeaderRaw
(t *testing.T, pairs ...string)
src/golang.org/x/net/http2/frame_test.go:1188
↓ 7 callers
Function
generateTokenAtTime
generateTokenAtTime is like Generate, but returns a token that expires 24 hours from now.
src/golang.org/x/net/xsrftoken/xsrf.go:38
↓ 7 callers
Function
ioctl
(s, ioc uintptr, arg unsafe.Pointer)
src/golang.org/x/net/lif/syscall.go:22
↓ 7 callers
Function
largeTestMsg
()
src/golang.org/x/net/dns/dnsmessage/message_test.go:1310
↓ 7 callers
Method
logf
(format string, args ...interface{})
src/golang.org/x/net/http2/transport.go:2321
↓ 7 callers
Function
newHybiConn
newHybiConn creates a new WebSocket connection speaking hybi draft protocol.
src/golang.org/x/net/websocket/hybi.go:335
↓ 7 callers
Function
patch
Patch patches the properties of resource name. The return values are constrained in the same manner as DeadPropsHolder.Patch.
src/golang.org/x/net/webdav/prop.go:278
↓ 7 callers
Function
readAndVerifyDataFrame
(data string, length byte, fr *Framer, buf *bytes.Buffer, t *testing.T)
src/golang.org/x/net/http2/frame_test.go:1164
↓ 7 callers
Method
resolve
(name string)
src/golang.org/x/net/webdav/file.go:68
↓ 7 callers
Method
set
(c *Conn, b []byte)
src/golang.org/x/net/internal/socket/rawconn.go:57
↓ 7 callers
Method
setMaxSize
(v uint32)
src/golang.org/x/net/http2/hpack/hpack.go:165
↓ 7 callers
Method
take
(n int32)
src/golang.org/x/net/http2/flow.go:31
↓ 7 callers
Function
testServer_Push_RejectSingleRequest
(t *testing.T, doPush func(http.Pusher, *http.Request) error, settings ...Setting)
src/golang.org/x/net/http2/server_push_test.go:327
↓ 7 callers
Method
total
Total returns the number of recorded observations.
src/golang.org/x/net/trace/histogram.go:84
← previous
next →
201–300 of 3,568, ranked by callers