MCPcopy Create free account

hub / github.com/Albert-W/crawler-project / functions

Functions3,568 in github.com/Albert-W/crawler-project

↓ 3 callersMethodwalk
(w io.Writer, f func(w1 io.Writer, n1 *node) error)
src/golang.org/x/net/publicsuffix/gen.go:450
↓ 3 callersMethodwrite
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 callersMethodwriteIndent
(depthDelta int)
src/golang.org/x/net/webdav/internal/xml/marshal.go:1104
↓ 3 callersMethodwriteName
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 callersFunctionwriteQuoted
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 callersMethodAAAAResource
AAAAResource adds a single AAAAResource.
src/golang.org/x/net/dns/dnsmessage/message.go:1513
↓ 2 callersMethodAResource
AResource adds a single AResource.
src/golang.org/x/net/dns/dnsmessage/message.go:1489
↓ 2 callersMethodAddFromString
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 callersMethodAdditional
Additional parses a single Additional Resource.
src/golang.org/x/net/dns/dnsmessage/message.go:802
↓ 2 callersFunctionAddrs
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 callersMethodAnswer
Answer parses a single Answer Resource.
src/golang.org/x/net/dns/dnsmessage/message.go:702
↓ 2 callersMethodAnswerHeader
AnswerHeader parses a single Answer ResourceHeader.
src/golang.org/x/net/dns/dnsmessage/message.go:697
↓ 2 callersMethodAuthority
Authority parses a single Authority Resource.
src/golang.org/x/net/dns/dnsmessage/message.go:752
↓ 2 callersMethodBoundAddr
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 callersMethodCNAMEResource
CNAMEResource adds a single CNAMEResource.
src/golang.org/x/net/dns/dnsmessage/message.go:1321
↓ 2 callersMethodClose
()
src/golang.org/x/net/websocket/hybi.go:244
↓ 2 callersFunctionConfigureTransport
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 callersMethodConsume
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 callersFunctionCopyToken
CopyToken returns a copy of a Token.
src/golang.org/x/net/webdav/internal/xml/xml.go:150
↓ 2 callersFunctionCreateSearchResultView
(filename string)
src/crawler/frontend/view/searchresult.go:14
↓ 2 callersMethodDeadline
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 callersMethodDebugData
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 callersMethodDecodeElement
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 callersFunctionDeserializeRequest
反序列化
src/crawler_distributed/worker/types.go:59
↓ 2 callersFunctionDetermineEncoding
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 callersMethodDial
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 callersMethodDialWithConn
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 callersMethodEmitEnabled
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 callersMethodEnableCompression
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 callersMethodEncodeElement
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 callersMethodError
nestedError implements error.Error.
src/golang.org/x/net/dns/dnsmessage/message.go:307
↓ 2 callersFunctionEscapeString
EscapeString escapes special characters like "<" to become "&lt;". It escapes only five such characters: <, >, &, ' and ". UnescapeString(EscapeString
src/golang.org/x/net/html/escape.go:237
↓ 2 callersMethodEscapeString
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 callersFunctionFetchRIB
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 callersMethodFinish
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 callersMethodFlush
()
src/golang.org/x/net/http2/write.go:40
↓ 2 callersFunctionFromURL
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 callersMethodGetClientConn
(req *http.Request, addr string)
src/golang.org/x/net/http2/client_conn_pool.go:17
↓ 2 callersMethodHandleFrame
(frame frameReader)
src/golang.org/x/net/websocket/websocket.go:157
↓ 2 callersMethodHasDuplicates
HasDuplicates reports whether f contains any duplicate setting IDs.
src/golang.org/x/net/http2/frame.go:759
↓ 2 callersMethodHasPriority
()
src/golang.org/x/net/http2/frame.go:987
↓ 2 callersMethodHeaderReader
HeaderReader returns a reader to read header of the frame.
src/golang.org/x/net/websocket/websocket.go:130
↓ 2 callersMethodIndent
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 callersMethodInputOffset
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 callersMethodIsClientConn
IsClientConn reports whether ws is a client-side connection.
src/golang.org/x/net/websocket/websocket.go:245
↓ 2 callersMethodKeys
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 callersMethodLazyPrintf
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 callersMethodLen
Len implements the Len method of Extension interface.
src/golang.org/x/net/icmp/interface.go:253
↓ 2 callersMethodLen
Len implements the Len method of Extension interface.
src/golang.org/x/net/icmp/mpls.go:30
↓ 2 callersMethodLess
(oo specPart)
src/golang.org/x/net/http2/z_spec_test.go:51
↓ 2 callersFunctionLinks
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 callersMethodMXResource
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 callersMethodMarkDead
(*ClientConn)
src/golang.org/x/net/http2/client_conn_pool.go:18
↓ 2 callersMethodMarshalXMLAttr
(name Name)
src/golang.org/x/net/webdav/internal/xml/marshal.go:110
↓ 2 callersMethodMulticastInterface
MulticastInterface returns the default interface for multicast packet transmissions.
src/golang.org/x/net/ipv6/dgramopt.go:41
↓ 2 callersFunctionNew
New returns a new Trace with the specified family and title.
src/golang.org/x/net/trace/trace.go:342
↓ 2 callersFunctionNewControlMessage
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 callersMethodNewFrameReader
()
src/golang.org/x/net/websocket/websocket.go:142
↓ 2 callersFunctionNewName
NewName creates a new Name from a string.
src/golang.org/x/net/dns/dnsmessage/message.go:1865
↓ 2 callersFunctionNewPerHost
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 callersFunctionNewProfileParser
(name string)
src/crawler/zhenai/parser/profile.go:126
↓ 2 callersFunctionNewRandomWriteScheduler
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 callersFunctionNewTokenizerFragment
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 callersMethodNextIsNotRawText
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 callersMethodOPTResource
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 callersMethodOPTResource
OPTResource adds a single OPTResource.
src/golang.org/x/net/dns/dnsmessage/message.go:1537
↓ 2 callersFunctionOrigin
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 callersMethodPTRResource
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 callersFunctionParseAuthRequest
ParseAuthRequest parses an authentication request.
src/golang.org/x/net/internal/sockstest/server.go:24
↓ 2 callersFunctionParseCmdRequest
ParseCmdRequest parses a command request.
src/golang.org/x/net/internal/sockstest/server.go:57
↓ 2 callersMethodPathMTU
PathMTU returns a path MTU value for the destination associated with the endpoint.
src/golang.org/x/net/ipv6/endpoint.go:34
↓ 2 callersMethodProxyFunc
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 callersMethodPublicSuffix
(domain string)
src/golang.org/x/net/publicsuffix/list.go:62
↓ 2 callersMethodQuestion
Question adds a single Question.
src/golang.org/x/net/dns/dnsmessage/message.go:1292
↓ 2 callersMethodRename
(ctx context.Context, oldName, newName string)
src/golang.org/x/net/webdav/file.go:44
↓ 2 callersFunctionRender
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 callersFunctionResetCachedEnvironment
()
src/golang.org/x/net/proxy/proxy_test.go:120
↓ 2 callersMethodSOAResource
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 callersFunctionSOCKS5
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 callersMethodSRVResource
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 callersFunctionSave
(client *elastic.Client ,index string , item engine.Item)
src/crawler/persist/itemsaver.go:38
↓ 2 callersMethodSet
(t time.Time)
src/golang.org/x/net/internal/timeseries/timeseries_test.go:132
↓ 2 callersMethodSetAll
SetAll sets the filter action to the filter.
src/golang.org/x/net/ipv4/icmp.go:50
↓ 2 callersMethodSetDeadline
SetDeadline sets the read and write deadlines associated with the endpoint.
src/golang.org/x/net/ipv4/endpoint.go:67
↓ 2 callersMethodSetEDNS0
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 callersMethodSetEmitFunc
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 callersMethodSetHopLimit
(int)
src/golang.org/x/net/ipv6/unicastsockopt_test.go:91
↓ 2 callersMethodSetMaxBuf
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 callersMethodSetMaxDynamicTableSizeLimit
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 callersMethodSetMaxEvents
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 callersMethodSetMaxReadFrameSize
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 callersMethodSetMaxStringLength
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 callersMethodSetMulticastInterface
SetMulticastInterface sets the default interface for future multicast packet transmissions.
src/golang.org/x/net/ipv6/dgramopt.go:54
↓ 2 callersMethodSetTOS
(int)
src/golang.org/x/net/ipv4/unicastsockopt_test.go:118
↓ 2 callersMethodSetTrafficClass
(int)
src/golang.org/x/net/ipv6/unicastsockopt_test.go:89
↓ 2 callersMethodSetWriteDeadline
SetWriteDeadline sets the write deadline associated with the endpoint.
src/golang.org/x/net/ipv6/endpoint.go:103
↓ 2 callersMethodSetWriteDeadline
SetWriteDeadline sets the write deadline associated with the endpoint.
src/golang.org/x/net/ipv4/endpoint.go:85
↓ 2 callersMethodSkipAnswer
SkipAnswer skips a single Answer Resource.
src/golang.org/x/net/dns/dnsmessage/message.go:731
↓ 2 callersMethodSortStrings
(ss []string)
src/golang.org/x/net/http2/http2.go:360
↓ 2 callersMethodStartAdditionals
StartAdditionals prepares the builder for packing Additionals.
src/golang.org/x/net/dns/dnsmessage/message.go:1259
← previousnext →701–800 of 3,568, ranked by callers