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
↓ 3 callers
Method
walk
(w io.Writer, f func(w1 io.Writer, n1 *node) error)
src/golang.org/x/net/publicsuffix/gen.go:450
↓ 3 callers
Method
write
Write validates and emits a DAV response as part of a multistatus response element. It sets the HTTP status code of its underlying http.ResponseWrite
src/golang.org/x/net/webdav/xml.go:328
↓ 3 callers
Method
writeIndent
(depthDelta int)
src/golang.org/x/net/webdav/internal/xml/marshal.go:1104
↓ 3 callers
Method
writeName
writeName writes the given name. It assumes that p.createNSPrefix(name) has already been called.
src/golang.org/x/net/webdav/internal/xml/marshal.go:894
↓ 3 callers
Function
writeQuoted
writeQuoted writes s to w surrounded by quotes. Normally it will use double quotes, but if s contains a double quote, it will use single quotes. It is
src/golang.org/x/net/html/render.go:235
↓ 2 callers
Method
AAAAResource
AAAAResource adds a single AAAAResource.
src/golang.org/x/net/dns/dnsmessage/message.go:1513
↓ 2 callers
Method
AResource
AResource adds a single AResource.
src/golang.org/x/net/dns/dnsmessage/message.go:1489
↓ 2 callers
Method
AddFromString
AddFromString parses a string that contains comma-separated values specifying hosts that should use the bypass proxy. Each value is either an IP addre
src/golang.org/x/net/proxy/per_host.go:82
↓ 2 callers
Method
Additional
Additional parses a single Additional Resource.
src/golang.org/x/net/dns/dnsmessage/message.go:802
↓ 2 callers
Function
Addrs
Addrs returns a list of interface addresses. The provided af must be an address family and name must be a data link name. The zero value of af or nam
src/golang.org/x/net/lif/address.go:43
↓ 2 callers
Method
Answer
Answer parses a single Answer Resource.
src/golang.org/x/net/dns/dnsmessage/message.go:702
↓ 2 callers
Method
AnswerHeader
AnswerHeader parses a single Answer ResourceHeader.
src/golang.org/x/net/dns/dnsmessage/message.go:697
↓ 2 callers
Method
Authority
Authority parses a single Authority Resource.
src/golang.org/x/net/dns/dnsmessage/message.go:752
↓ 2 callers
Method
BoundAddr
BoundAddr returns the address assigned by the proxy server for connecting to the command target address from the proxy server.
src/golang.org/x/net/internal/socks/socks.go:113
↓ 2 callers
Method
CNAMEResource
CNAMEResource adds a single CNAMEResource.
src/golang.org/x/net/dns/dnsmessage/message.go:1321
↓ 2 callers
Method
Close
()
src/golang.org/x/net/websocket/hybi.go:244
↓ 2 callers
Function
ConfigureTransport
ConfigureTransport configures a net/http HTTP/1 Transport to use HTTP/2. It requires Go 1.6 or later and returns an error if the net/http package is t
src/golang.org/x/net/http2/transport.go:126
↓ 2 callers
Method
Consume
Consume consumes min(n, available) bytes from this frame, where available is the number of flow control bytes available on the stream. Consume returns
src/golang.org/x/net/http2/writesched.go:98
↓ 2 callers
Function
CopyToken
CopyToken returns a copy of a Token.
src/golang.org/x/net/webdav/internal/xml/xml.go:150
↓ 2 callers
Function
CreateSearchResultView
(filename string)
src/crawler/frontend/view/searchresult.go:14
↓ 2 callers
Method
Deadline
Deadline returns the time when work done on behalf of this context should be canceled. Deadline returns ok==false when no deadline is set. Successive
src/golang.org/x/net/context/pre_go19.go:19
↓ 2 callers
Method
DebugData
DebugData returns any debug data in the GOAWAY frame. Its contents are not defined. The caller must not retain the returned memory past the next call
src/golang.org/x/net/http2/frame.go:870
↓ 2 callers
Method
DecodeElement
DecodeElement works like xml.Unmarshal except that it takes a pointer to the start XML element to decode into v. It is useful when a client reads some
src/golang.org/x/net/webdav/internal/xml/read.go:128
↓ 2 callers
Function
DeserializeRequest
反序列化
src/crawler_distributed/worker/types.go:59
↓ 2 callers
Function
DetermineEncoding
DetermineEncoding determines the encoding of an HTML document by examining up to the first 1024 bytes of content and the declared Content-Type. See h
src/golang.org/x/net/html/charset/charset.go:52
↓ 2 callers
Method
Dial
Dial connects to the address addr on the given network through either defaultDialer or bypass.
src/golang.org/x/net/proxy/per_host.go:35
↓ 2 callers
Method
DialWithConn
DialWithConn initiates a connection from SOCKS server to the target network and address using the connection c that is already connected to the SOCKS
src/golang.org/x/net/internal/socks/socks.go:187
↓ 2 callers
Method
EmitEnabled
EmitEnabled reports whether calls to the emitFunc provided to NewDecoder are currently enabled. The default is true.
src/golang.org/x/net/http2/hpack/hpack.go:141
↓ 2 callers
Method
EnableCompression
EnableCompression enables compression in the Builder. Leaving compression disabled avoids compression related allocations, but can result in larger m
src/golang.org/x/net/dns/dnsmessage/message.go:1217
↓ 2 callers
Method
EncodeElement
EncodeElement writes the XML encoding of v to the stream, using start as the outermost tag in the encoding. See the documentation for Marshal for det
src/golang.org/x/net/webdav/internal/xml/marshal.go:167
↓ 2 callers
Method
Error
nestedError implements error.Error.
src/golang.org/x/net/dns/dnsmessage/message.go:307
↓ 2 callers
Function
EscapeString
EscapeString escapes special characters like "<" to become "<". It escapes only five such characters: <, >, &, ' and ". UnescapeString(EscapeString
src/golang.org/x/net/html/escape.go:237
↓ 2 callers
Method
EscapeString
EscapeString writes to p the properly escaped XML equivalent of the plain text data s.
src/golang.org/x/net/webdav/internal/xml/xml.go:1932
↓ 2 callers
Function
FetchRIB
FetchRIB fetches a routing information base from the operating system. The provided af must be an address family. The provided arg must be a RIBType
src/golang.org/x/net/route/route.go:109
↓ 2 callers
Method
Finish
Finish declares that this trace is complete. The trace should not be used after calling this method.
src/golang.org/x/net/trace/trace.go:329
↓ 2 callers
Method
Flush
()
src/golang.org/x/net/http2/write.go:40
↓ 2 callers
Function
FromURL
FromURL returns a Dialer given a URL specification and an underlying Dialer for it to make network requests.
src/golang.org/x/net/proxy/proxy.go:71
↓ 2 callers
Method
GetClientConn
(req *http.Request, addr string)
src/golang.org/x/net/http2/client_conn_pool.go:17
↓ 2 callers
Method
HandleFrame
(frame frameReader)
src/golang.org/x/net/websocket/websocket.go:157
↓ 2 callers
Method
HasDuplicates
HasDuplicates reports whether f contains any duplicate setting IDs.
src/golang.org/x/net/http2/frame.go:759
↓ 2 callers
Method
HasPriority
()
src/golang.org/x/net/http2/frame.go:987
↓ 2 callers
Method
HeaderReader
HeaderReader returns a reader to read header of the frame.
src/golang.org/x/net/websocket/websocket.go:130
↓ 2 callers
Method
Indent
Indent sets the encoder to generate XML in which each element begins on a new indented line that starts with prefix and is followed by one or more cop
src/golang.org/x/net/webdav/internal/xml/marshal.go:141
↓ 2 callers
Method
InputOffset
InputOffset returns the input stream byte offset of the current decoder position. The offset gives the location of the end of the most recently return
src/golang.org/x/net/webdav/internal/xml/xml.go:912
↓ 2 callers
Method
IsClientConn
IsClientConn reports whether ws is a client-side connection.
src/golang.org/x/net/websocket/websocket.go:245
↓ 2 callers
Method
Keys
Keys returns the sorted keys of h. The returned slice is only valid until s used again or returned to its pool.
src/golang.org/x/net/http2/http2.go:350
↓ 2 callers
Method
LazyPrintf
LazyPrintf evaluates its arguments with fmt.Sprintf each time the debug/requests page is rendered. Any memory referenced by a will be pinned until the
src/golang.org/x/net/trace/trace.go:307
↓ 2 callers
Method
Len
Len implements the Len method of Extension interface.
src/golang.org/x/net/icmp/interface.go:253
↓ 2 callers
Method
Len
Len implements the Len method of Extension interface.
src/golang.org/x/net/icmp/mpls.go:30
↓ 2 callers
Method
Less
(oo specPart)
src/golang.org/x/net/http2/z_spec_test.go:51
↓ 2 callers
Function
Links
Links returns a list of logical data links. The provided af must be an address family and name must be a data link name. The zero value of af or name
src/golang.org/x/net/lif/link.go:58
↓ 2 callers
Method
MXResource
MXResource parses a single MXResource. One of the XXXHeader methods must have been called before calling this method.
src/golang.org/x/net/dns/dnsmessage/message.go:868
↓ 2 callers
Method
MarkDead
(*ClientConn)
src/golang.org/x/net/http2/client_conn_pool.go:18
↓ 2 callers
Method
MarshalXMLAttr
(name Name)
src/golang.org/x/net/webdav/internal/xml/marshal.go:110
↓ 2 callers
Method
MulticastInterface
MulticastInterface returns the default interface for multicast packet transmissions.
src/golang.org/x/net/ipv6/dgramopt.go:41
↓ 2 callers
Function
New
New returns a new Trace with the specified family and title.
src/golang.org/x/net/trace/trace.go:342
↓ 2 callers
Function
NewControlMessage
NewControlMessage returns a new control message. The returned message is large enough for options specified by cf.
src/golang.org/x/net/ipv6/control.go:149
↓ 2 callers
Method
NewFrameReader
()
src/golang.org/x/net/websocket/websocket.go:142
↓ 2 callers
Function
NewName
NewName creates a new Name from a string.
src/golang.org/x/net/dns/dnsmessage/message.go:1865
↓ 2 callers
Function
NewPerHost
NewPerHost returns a PerHost Dialer that directs connections to either defaultDialer or bypass, depending on whether the connection matches one of the
src/golang.org/x/net/proxy/per_host.go:26
↓ 2 callers
Function
NewProfileParser
(name string)
src/crawler/zhenai/parser/profile.go:126
↓ 2 callers
Function
NewRandomWriteScheduler
NewRandomWriteScheduler constructs a WriteScheduler that ignores HTTP/2 priorities. Control frames like SETTINGS and PING are written before DATA fram
src/golang.org/x/net/http2/writesched_random.go:13
↓ 2 callers
Function
NewTokenizerFragment
NewTokenizerFragment returns a new HTML Tokenizer for the given Reader, for tokenizing an existing element's InnerHTML fragment. contextTag is that el
src/golang.org/x/net/html/token.go:1207
↓ 2 callers
Method
NextIsNotRawText
NextIsNotRawText instructs the tokenizer that the next token should not be considered as 'raw text'. Some elements, such as script and title elements,
src/golang.org/x/net/html/token.go:216
↓ 2 callers
Method
OPTResource
OPTResource parses a single OPTResource. One of the XXXHeader methods must have been called before calling this method.
src/golang.org/x/net/dns/dnsmessage/message.go:1012
↓ 2 callers
Method
OPTResource
OPTResource adds a single OPTResource.
src/golang.org/x/net/dns/dnsmessage/message.go:1537
↓ 2 callers
Function
Origin
Origin parses the Origin header in req. If the Origin header is not set, it returns nil and nil.
src/golang.org/x/net/websocket/hybi.go:539
↓ 2 callers
Method
PTRResource
PTRResource parses a single PTRResource. One of the XXXHeader methods must have been called before calling this method.
src/golang.org/x/net/dns/dnsmessage/message.go:904
↓ 2 callers
Function
ParseAuthRequest
ParseAuthRequest parses an authentication request.
src/golang.org/x/net/internal/sockstest/server.go:24
↓ 2 callers
Function
ParseCmdRequest
ParseCmdRequest parses a command request.
src/golang.org/x/net/internal/sockstest/server.go:57
↓ 2 callers
Method
PathMTU
PathMTU returns a path MTU value for the destination associated with the endpoint.
src/golang.org/x/net/ipv6/endpoint.go:34
↓ 2 callers
Method
ProxyFunc
ProxyFunc returns a function that determines the proxy URL to use for a given request URL. Changing the contents of cfg will not affect proxy function
src/golang.org/x/net/http/httpproxy/proxy.go:119
↓ 2 callers
Method
PublicSuffix
(domain string)
src/golang.org/x/net/publicsuffix/list.go:62
↓ 2 callers
Method
Question
Question adds a single Question.
src/golang.org/x/net/dns/dnsmessage/message.go:1292
↓ 2 callers
Method
Rename
(ctx context.Context, oldName, newName string)
src/golang.org/x/net/webdav/file.go:44
↓ 2 callers
Function
Render
Render renders the parse tree n to the given writer. Rendering is done on a 'best effort' basis: calling Parse on the output of Render will always re
src/golang.org/x/net/html/render.go:45
↓ 2 callers
Function
ResetCachedEnvironment
()
src/golang.org/x/net/proxy/proxy_test.go:120
↓ 2 callers
Method
SOAResource
SOAResource parses a single SOAResource. One of the XXXHeader methods must have been called before calling this method.
src/golang.org/x/net/dns/dnsmessage/message.go:922
↓ 2 callers
Function
SOCKS5
SOCKS5 returns a Dialer that makes SOCKSv5 connections to the given address with an optional username and password. See RFC 1928 and RFC 1929.
src/golang.org/x/net/proxy/socks5.go:17
↓ 2 callers
Method
SRVResource
SRVResource parses a single SRVResource. One of the XXXHeader methods must have been called before calling this method.
src/golang.org/x/net/dns/dnsmessage/message.go:958
↓ 2 callers
Function
Save
(client *elastic.Client ,index string , item engine.Item)
src/crawler/persist/itemsaver.go:38
↓ 2 callers
Method
Set
(t time.Time)
src/golang.org/x/net/internal/timeseries/timeseries_test.go:132
↓ 2 callers
Method
SetAll
SetAll sets the filter action to the filter.
src/golang.org/x/net/ipv4/icmp.go:50
↓ 2 callers
Method
SetDeadline
SetDeadline sets the read and write deadlines associated with the endpoint.
src/golang.org/x/net/ipv4/endpoint.go:67
↓ 2 callers
Method
SetEDNS0
SetEDNS0 configures h for EDNS(0). The provided extRCode must be an extedned RCode.
src/golang.org/x/net/dns/dnsmessage/message.go:1675
↓ 2 callers
Method
SetEmitFunc
SetEmitFunc changes the callback used when new header fields are decoded. It must be non-nil. It does not affect EmitEnabled.
src/golang.org/x/net/http2/hpack/hpack.go:126
↓ 2 callers
Method
SetHopLimit
(int)
src/golang.org/x/net/ipv6/unicastsockopt_test.go:91
↓ 2 callers
Method
SetMaxBuf
SetMaxBuf sets a limit on the amount of data buffered during tokenization. A value of 0 means unlimited.
src/golang.org/x/net/html/token.go:1189
↓ 2 callers
Method
SetMaxDynamicTableSizeLimit
SetMaxDynamicTableSizeLimit changes the maximum value that can be specified in SetMaxDynamicTableSize to v. By default, it is set to 4096, which is th
src/golang.org/x/net/http2/hpack/encode.go:126
↓ 2 callers
Method
SetMaxEvents
SetMaxEvents sets the maximum number of events that will be stored in the trace. This has no effect if any events have already been added to the trace
src/golang.org/x/net/trace/trace.go:325
↓ 2 callers
Method
SetMaxReadFrameSize
SetMaxReadFrameSize sets the maximum size of a frame that will be read by a subsequent call to ReadFrame. It is the caller's responsibility to adverti
src/golang.org/x/net/http2/frame.go:449
↓ 2 callers
Method
SetMaxStringLength
SetMaxStringLength sets the maximum size of a HeaderField name or value string. If a string exceeds this length (even after any decompression), Write
src/golang.org/x/net/http2/hpack/hpack.go:119
↓ 2 callers
Method
SetMulticastInterface
SetMulticastInterface sets the default interface for future multicast packet transmissions.
src/golang.org/x/net/ipv6/dgramopt.go:54
↓ 2 callers
Method
SetTOS
(int)
src/golang.org/x/net/ipv4/unicastsockopt_test.go:118
↓ 2 callers
Method
SetTrafficClass
(int)
src/golang.org/x/net/ipv6/unicastsockopt_test.go:89
↓ 2 callers
Method
SetWriteDeadline
SetWriteDeadline sets the write deadline associated with the endpoint.
src/golang.org/x/net/ipv6/endpoint.go:103
↓ 2 callers
Method
SetWriteDeadline
SetWriteDeadline sets the write deadline associated with the endpoint.
src/golang.org/x/net/ipv4/endpoint.go:85
↓ 2 callers
Method
SkipAnswer
SkipAnswer skips a single Answer Resource.
src/golang.org/x/net/dns/dnsmessage/message.go:731
↓ 2 callers
Method
SortStrings
(ss []string)
src/golang.org/x/net/http2/http2.go:360
↓ 2 callers
Method
StartAdditionals
StartAdditionals prepares the builder for packing Additionals.
src/golang.org/x/net/dns/dnsmessage/message.go:1259
← previous
next →
701–800 of 3,568, ranked by callers