Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AsuraTeam/zcloud
/ functions
Functions
54,758 in github.com/AsuraTeam/zcloud
⨍
Functions
54,758
◇
Types & classes
10,328
↓ 47 callers
Method
CreateProgram
CreateProgram creates a new empty program object. http://www.khronos.org/opengles/sdk/docs/man3/html/glCreateProgram.xhtml
src/golang.org/x/mobile/gl/interface.go:165
↓ 47 callers
Method
HasPrefix
HasPrefix returns true of v has any of the prefixes stored in this trie.
src/k8s.io/kube-openapi/pkg/util/trie.go:57
↓ 47 callers
Method
Panicf
(string, ...interface{})
src/github.com/sirupsen/logrus/logrus.go:107
↓ 47 callers
Method
Query
Query executes a query that may return rows, such as a SELECT. Deprecated: Drivers should implement StmtQueryContext instead (or additionally).
src/database/sql/driver/driver.go:244
↓ 47 callers
Method
QueryTable
return a QuerySeter for table operations. table name can be string or struct. e.g. QueryTable("user"), QueryTable(&user{}) or QueryTable((*User)(nil))
src/github.com/astaxie/beego/orm/types.go:99
↓ 47 callers
Method
WriteHeader
(code int)
src/k8s.io/apimachinery/pkg/util/httpstream/httpstream_test.go:40
↓ 47 callers
Method
emit
(fn *Function)
src/golang.org/x/tools/go/ssa/builder.go:436
↓ 47 callers
Method
emit
(fn *Function)
src/golang.org/x/tools/go/ssa/builder14.go:437
↓ 47 callers
Function
emitConv
emitConv emits to f code to convert Value val to exactly type typ, and returns the converted value. Implicit conversions are required by language ass
src/golang.org/x/tools/go/ssa/emit.go:175
↓ 47 callers
Function
encodeVarintGenerated
(dAtA []byte, offset int, v uint64)
src/k8s.io/api/autoscaling/v2beta1/generated.pb.go:743
↓ 47 callers
Function
faild
(msg)
src/cloud/static/zcloud/zcloud.js:327
↓ 47 callers
Function
newGitTest
(t *testing.T)
src/golang.org/x/review/git-codereview/util_test.go:106
↓ 47 callers
Function
sovGenerated
(x uint64)
src/k8s.io/api/authorization/v1beta1/generated.pb.go:1051
↓ 47 callers
Function
sovGenerated
(x uint64)
src/k8s.io/api/authorization/v1/generated.pb.go:1051
↓ 46 callers
Method
Convert
Call Convert to convert sub-objects. Note that if you call it with your own exact parameters, you'll run out of stack space before anything useful hap
src/k8s.io/apimachinery/pkg/conversion/converter.go:141
↓ 46 callers
Method
Debugf
(format string, args ...interface{})
src/github.com/sirupsen/logrus/logrus.go:117
↓ 46 callers
Method
File
()
src/github.com/astaxie/beego/grace/listener.go:57
↓ 46 callers
Method
Has
Has returns whether the provided label exists.
src/k8s.io/apimachinery/pkg/labels/labels.go:28
↓ 46 callers
Method
Put
(key, value []byte)
src/github.com/syndtr/goleveldb/leveldb/batch.go:41
↓ 46 callers
Method
Walk
Walk walks the router and all its sub-routers, calling walkFn for each route in the tree. The routes are walked in the order they were added. Sub-rout
src/github.com/gorilla/mux/mux.go:287
↓ 46 callers
Function
addFormatToken
(token, padded, ordinal, callback)
src/cloud/static/plugins/moment/moment.js:569
↓ 46 callers
Function
appendU16
(b []byte, v uint16)
src/golang.org/x/mobile/cmd/gomobile/binary_xml.go:248
↓ 46 callers
Method
errorf
(format string, args ...interface{})
src/golang.org/x/tools/go/ssa/sanity14.go:64
↓ 46 callers
Method
errorf
(format string, args ...interface{})
src/golang.org/x/tools/go/ssa/sanity.go:63
↓ 46 callers
Method
reduce
Compress entries which are the same according to a sort criteria (specified by less) into "runs".
src/golang.org/x/tools/godoc/index.go:101
↓ 45 callers
Method
Decode
Decode will return io.EOF when no more objects are available.
src/k8s.io/apimachinery/pkg/runtime/serializer/streaming/streaming.go:40
↓ 45 callers
Method
Hash
()
src/github.com/opencontainers/go-digest/digester.go:23
↓ 45 callers
Method
Index
Retrieve list of objects that match on the named indexing function
src/k8s.io/client-go/tools/cache/index.go:30
↓ 45 callers
Function
NewControllerRegister
NewControllerRegister returns a new ControllerRegister.
src/github.com/astaxie/beego/router.go:138
↓ 45 callers
Method
Ok
Ok returns true if no error (including io.EOF) was encountered during scanning.
src/github.com/mailru/easyjson/jlexer/lexer.go:395
↓ 45 callers
Method
Uint16
Uint16 string to uint16
src/github.com/astaxie/beego/orm/utils.go:115
↓ 45 callers
Method
Write
(w io.Writer, _ int, start bool)
src/golang.org/x/tools/godoc/analysis/analysis14.go:77
↓ 45 callers
Method
after
Returns true if given key is after largest key of this table.
src/github.com/syndtr/goleveldb/leveldb/table.go:31
↓ 45 callers
Function
fprintf
fprintf prints to w a message of the form "location: message\n" where location is derived from pos. pos must be one of: - a token.Pos, denoting a pos
src/golang.org/x/tools/oracle/oracle.go:329
↓ 45 callers
Method
has
(auxm *memdb.DB, auxt tFiles, key []byte, seq uint64, ro *opt.ReadOptions)
src/github.com/syndtr/goleveldb/leveldb/db.go:794
↓ 45 callers
Method
insert
insert inserts a node at the given index.
src/golang.org/x/net/html/node.go:177
↓ 45 callers
Function
skip
Advance the buffer pointer.
src/gopkg.in/yaml.v2/scannerc.go:491
↓ 45 callers
Method
writeHeaders
(p HeadersFrameParam)
src/golang.org/x/net/http2/server_test.go:236
↓ 44 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
src/golang.org/x/crypto/ssh/channel.go:32
↓ 44 callers
Method
DeepCopyInto
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
src/k8s.io/api/apps/v1beta2/zz_generated.deepcopy.go:680
↓ 44 callers
Method
Get
Get gets a connection. The application must close the returned connection. This method always returns a valid connection so that applications can defe
src/github.com/garyburd/redigo/redis/pool.go:175
↓ 44 callers
Method
GetCommon
()
src/golang.org/x/text/cldr/base.go:29
↓ 44 callers
Method
Insert
insert model data to database for example: user := new(User) id, err = Ormer.Insert(user) user must a pointer and Insert will set user's pk field
src/github.com/astaxie/beego/orm/types.go:58
↓ 44 callers
Function
NewError
NewError creates an LDAP error with the given code and underlying error
src/gopkg.in/ldap.v2/error.go:141
↓ 44 callers
Method
Seek
(int64, int)
src/github.com/hlandau/acme/fdb/fdb.go:509
↓ 44 callers
Method
Stat
Stat provides metadata about a blob identified by the digest. If the blob is unknown to the describer, ErrBlobUnknown will be returned.
src/github.com/docker/distribution/blobs.go:95
↓ 44 callers
Method
Value
Value returns the value of the current key/value pair, or nil if done. The caller should not modify the contents of the returned slice, and its conten
src/github.com/syndtr/goleveldb/leveldb/iterator/iter.go:94
↓ 44 callers
Function
c
()
src/cloud/static/plugins/justgage/raphael-2.1.4.min.js:9
↓ 44 callers
Function
e
(b)
src/cloud/static/plugins/tinymce/plugins/table/plugin.min.js:1
↓ 44 callers
Function
g
(a,b)
src/cloud/static/plugins/tinymce/plugins/table/plugin.min.js:1
↓ 44 callers
Method
p
(format string, args ...interface{})
src/golang.org/x/tools/go/types/hilbert_test.go:84
↓ 44 callers
Function
r
(n)
src/cloud/static/plugins/d3/d3.min.js:1
↓ 44 callers
Method
writePacket
Encrypt and send a packet of data to the remote peer.
src/golang.org/x/crypto/ssh/transport.go:22
↓ 43 callers
Method
Badf
Badf reports a formatted error and sets the exit code.
src/golang.org/x/tools/cmd/vet/main.go:427
↓ 43 callers
Method
Float
(key string)
src/github.com/astaxie/beego/config/config.go:58
↓ 43 callers
Method
Match
(t ...Tag)
src/golang.org/x/text/language/match.go:15
↓ 43 callers
Method
MethodSet
MethodSet returns the method set of type T. It is thread-safe. If cache is nil, this function is equivalent to NewMethodSet(T). Utility functions ca
src/golang.org/x/tools/go/types/methodsetcache.go:26
↓ 43 callers
Method
Named
Named returns the name of the repository.
src/github.com/docker/distribution/registry.go:94
↓ 43 callers
Function
NewString
New creates a String from a list of values.
src/k8s.io/apimachinery/pkg/util/sets/string.go:30
↓ 43 callers
Method
NumFields
NumFields returns the number of fields in the struct (including blank and anonymous fields).
src/golang.org/x/tools/go/types/type.go:147
↓ 43 callers
Method
Size
Size returns whether the Compacter could encode the given block as well as its size in case it can. len(v) is always 64.
src/golang.org/x/text/internal/triegen/compact.go:18
↓ 43 callers
Method
Write
Write writes one or more events to the sink. If no error is returned, the caller will assume that all events have been committed and will not try to s
src/github.com/docker/distribution/notifications/event.go:156
↓ 43 callers
Function
_
(a,b)
src/cloud/static/plugins/lightbox/js/lightbox-plus-jquery.min.js:14
↓ 43 callers
Method
addMeasurement
AddMeasurement records a value measurement observation to the histogram.
src/golang.org/x/net/trace/histogram.go:35
↓ 43 callers
Function
n
(a,b)
src/cloud/static/js/jquery.min.js:2
↓ 43 callers
Function
randomPath
(length int64)
src/github.com/docker/distribution/registry/storage/driver/testsuites/testsuites.go:1181
↓ 43 callers
Method
readBit
readBit returns the next bit.
src/golang.org/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
src/golang.org/x/tools/go/ssa/print14.go:29
↓ 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
src/golang.org/x/tools/go/ssa/print.go:29
↓ 43 callers
Method
reset
()
src/golang.org/x/net/trace/trace.go:701
↓ 42 callers
Method
Compare
Compare returns -1 if a < b, 1 if a > b and 0 if a == b.
src/golang.org/x/text/collate/tools/colcmp/col.go:45
↓ 42 callers
Method
Flush
()
src/golang.org/x/net/http2/write.go:34
↓ 42 callers
Method
Set
(string, interface{})
src/github.com/go-openapi/spec/expander.go:50
↓ 42 callers
Method
Skip
Skip skips a single token.
src/github.com/mailru/easyjson/jlexer/lexer.go:504
↓ 42 callers
Function
a
(i,n,a)
src/cloud/static/plugins/echart/echarts-all.js:1
↓ 42 callers
Function
appendU32
(b []byte, v uint32)
src/golang.org/x/mobile/cmd/gomobile/binary_xml.go:252
↓ 42 callers
Method
context
context constructs the context object for the application. This only be called once per request.
src/github.com/docker/distribution/registry/handlers/app.go:759
↓ 42 callers
Function
emitJump
emitJump emits to f a jump to target, and updates the control-flow graph. Postcondition: f.currentBlock is nil.
src/golang.org/x/tools/go/ssa/emit.go:263
↓ 42 callers
Method
expect
(tok rune)
src/golang.org/x/tools/go/gccgoimporter/parser.go:65
↓ 42 callers
Function
i
(a)
src/cloud/static/plugins/datatables/jszip.min.js:12
↓ 42 callers
Method
release
()
src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:28
↓ 42 callers
Method
run
(cnt *compactionTransactCounter)
src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:146
↓ 42 callers
Method
store
(fn *Function, v Value)
src/golang.org/x/tools/go/ssa/lvalue.go:23
↓ 42 callers
Method
ukey
()
src/github.com/syndtr/goleveldb/leveldb/key.go:115
↓ 41 callers
Method
DeepCopyInto
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
src/k8s.io/api/apps/v1/zz_generated.deepcopy.go:93
↓ 41 callers
Method
Err
closed when this Context is canceled
src/golang.org/x/talks/2014/gotham-context/interface.go:12
↓ 41 callers
Method
Len
Len returns the number of bytes of the unread portion of the buffer; b.Len() == len(b.Bytes()).
src/github.com/syndtr/goleveldb/leveldb/util/buffer.go:41
↓ 41 callers
Function
a
(a)
src/cloud/static/plugins/summernote/summernote.min.js:2
↓ 41 callers
Function
def
(deps, factory)
src/cloud/static/plugins/tinymce/themes/inlite/scratch/compile/bootstrap.js:5
↓ 41 callers
Function
def
(deps, factory)
src/cloud/static/plugins/tinymce/themes/inlite/config/bolt/bootstrap-demo.js:5
↓ 41 callers
Function
def
(deps, factory)
src/cloud/static/plugins/tinymce/themes/inlite/config/bolt/bootstrap-browser.js:5
↓ 41 callers
Function
def
(deps, factory)
src/cloud/static/plugins/tinymce/themes/inlite/config/bolt/bootstrap-prod.js:5
↓ 41 callers
Function
def
(deps, factory)
src/cloud/static/plugins/tinymce/themes/inlite/config/bolt/bootstrap-atomic.js:5
↓ 41 callers
Method
exit
exit is called if there is trouble creating or writing log files. It flushes the logs and exits the program; there's no point in hanging around. l.mu
src/github.com/golang/glog/glog.go:787
↓ 41 callers
Function
f
(a,b,c)
src/cloud/static/plugins/jquery-mapael/raphael-min.js:9
↓ 41 callers
Method
getContext
getContext returns the clientcmdapi.Context, or an error if a required context is not found.
src/k8s.io/client-go/tools/clientcmd/client_config.go:397
↓ 41 callers
Function
h
(e,t,n)
src/cloud/static/plugins/tinymce/tinymce.min.js:2
↓ 41 callers
Function
i
(t)
src/cloud/static/plugins/jquery-ui/jquery-ui.min.js:6
↓ 41 callers
Function
readFull
readFull is the same as io.ReadFull except that reading zero bytes returns ErrUnexpectedEOF rather than EOF.
src/golang.org/x/crypto/openpgp/packet/packet.go:22
↓ 41 callers
Function
setServiceJson
2018-02-10 18:29
src/cloud/controllers/ci/serviceImpl.go:19
← previous
next →
601–700 of 54,758, ranked by callers