MCPcopy Create free account

hub / github.com/codetainerapp/codetainer / functions

Functions4,197 in github.com/codetainerapp/codetainer

↓ 25 callersFunctionCommaf
Commaf produces a string form of the given number in base 10 with commas after every three orders of magnitude. e.g. Comma(834142.32) -> 834,142.32
Godeps/_workspace/src/github.com/dustin/go-humanize/comma.go:43
↓ 25 callersMethodLen
()
Godeps/_workspace/src/github.com/alecthomas/template/exec.go:809
↓ 25 callersMethodQuoteStr
()
Godeps/_workspace/src/github.com/go-xorm/core/dialect.go:38
↓ 25 callersFunctioncreateSampleDir
(t *testing.T, root string)
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/changes_test.go:43
↓ 25 callersMethodemit
emit passes an item back to the client.
Godeps/_workspace/src/github.com/alecthomas/template/parse/lex.go:130
↓ 25 callersMethodresetStatement
()
Godeps/_workspace/src/github.com/go-xorm/xorm/session.go:94
↓ 24 callersFunctionComma
Comma produces a string form of the given number in base 10 with commas after every three orders of magnitude. e.g. Comma(834142) -> 834,142
Godeps/_workspace/src/github.com/dustin/go-humanize/comma.go:14
↓ 24 callersMethodDecode
Decode decodes a map[string][]string to a struct. The first parameter must be a pointer to a struct. The second parameter is a map, typically url.Va
Godeps/_workspace/src/github.com/gorilla/schema/decoder.go:70
↓ 24 callersFunctionNew
New allocates a new template with the given name.
Godeps/_workspace/src/github.com/alecthomas/template/template.go:35
↓ 24 callersMethodQuery
Exec a raw sql and return records as []map[string][]byte
Godeps/_workspace/src/github.com/go-xorm/xorm/engine.go:1274
↓ 24 callersMethodReset
()
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/client_test.go:402
↓ 24 callersFunctionassertSuccessEquals
(t *testing.T, expected int64, fn parseFn, arg string)
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/units/size_test.go:96
↓ 23 callersMethodColumns
()
Godeps/_workspace/src/github.com/go-xorm/core/table.go:27
↓ 23 callersMethodLogDebug
logging debug
Godeps/_workspace/src/github.com/go-xorm/xorm/engine.go:272
↓ 23 callersMethodMode
()
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/stat.go:20
↓ 23 callersMethodName
Name returns the name of the volume driver.
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/volume/volume.go:10
↓ 23 callersMethodScan
scan row record to bean properties
Godeps/_workspace/src/github.com/go-xorm/xorm/rows.go:93
↓ 23 callersMethodWriteString
(p string)
Godeps/_workspace/src/github.com/gorilla/websocket/conn.go:457
↓ 23 callersMethodbackup
backup steps back one rune. Can be called only once per call of next.
Godeps/_workspace/src/github.com/BurntSushi/toml/lex.go:146
↓ 23 callersFunctionbigComma
(i int64)
Godeps/_workspace/src/github.com/dustin/go-humanize/comma_test.go:84
↓ 22 callersMethodGetColumn
(name string)
Godeps/_workspace/src/github.com/go-xorm/core/table.go:50
↓ 22 callersMethodShort
Short sets the short flag name.
Godeps/_workspace/src/gopkg.in/alecthomas/kingpin.v2/flags.go:225
↓ 22 callersFunctionTempFilename
()
Godeps/_workspace/src/github.com/mattn/go-sqlite3/sqlite3_test.go:25
↓ 21 callersMethodDB
()
Godeps/_workspace/src/github.com/go-xorm/core/dialect.go:30
↓ 21 callersMethodadd
(piece string)
Godeps/_workspace/src/github.com/BurntSushi/toml/decode_meta.go:85
↓ 21 callersMethodlog
(level Level, msg string)
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/entry.go:73
↓ 20 callersMethodBool
Bool defines a bool flag with specified name, default value, and usage string. The return value is the address of a bool variable that stores the valu
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/mflag/flag.go:644
↓ 20 callersMethodCreate
Create makes a new volume with the given id.
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/volume/volume.go:12
↓ 20 callersMethodDial
Dial creates a new client connection. Use requestHeader to specify the origin (Origin), subprotocols (Sec-WebSocket-Protocol) and cookies (Cookie). Us
Godeps/_workspace/src/github.com/gorilla/websocket/client.go:168
↓ 20 callersMethodInt
Int defines an int flag with specified name, default value, and usage string. The return value is the address of an int variable that stores the value
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/mflag/flag.go:670
↓ 20 callersFunctionNewRouter
NewRouter returns a new router instance.
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/mux.go:18
↓ 20 callersMethodNext
Move cursor to next.
Godeps/_workspace/src/github.com/mattn/go-sqlite3/sqlite3.go:577
↓ 20 callersMethodQuery
Implements Queryer
Godeps/_workspace/src/github.com/mattn/go-sqlite3/sqlite3.go:215
↓ 20 callersMethodautoMapType
(v reflect.Value)
Godeps/_workspace/src/github.com/go-xorm/xorm/engine.go:660
↓ 20 callersFunctionqueryString
(opts interface{})
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/client.go:679
↓ 19 callersFunctionBytes
Bytes produces a human readable representation of an SI size. See also: ParseBytes. Bytes(82854982) -> 83MB
Godeps/_workspace/src/github.com/dustin/go-humanize/bytes.go:88
↓ 19 callersFunctionDecode
Decode will decode the contents of `data` in TOML format into a pointer `v`. TOML hashes correspond to Go structs or maps. (Dealer's choice. They can
Godeps/_workspace/src/github.com/BurntSushi/toml/decode.go:105
↓ 19 callersMethodExecute
Execute applies a parsed template to the specified data object, and writes the output to wr. If an error occurs executing the template or writing its
Godeps/_workspace/src/github.com/alecthomas/template/exec.go:129
↓ 19 callersMethodMatch
(*http.Request, *RouteMatch)
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/route.go:129
↓ 19 callersMethodQueryRow
(query string, args ...interface{})
Godeps/_workspace/src/github.com/go-xorm/core/db.go:88
↓ 19 callersMethodVar
Var defines a flag with the specified name and usage string. The type and value of the flag are represented by the first argument, of type Value, whic
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/mflag/flag.go:844
↓ 19 callersMethodat
at marks the state to be on node n, for error reporting.
Godeps/_workspace/src/github.com/alecthomas/template/exec.go:68
↓ 19 callersFunctionclose
(engine *Engine)
Godeps/_workspace/src/github.com/go-xorm/xorm/xorm.go:48
↓ 19 callersMethodignore
ignore skips over the pending input before this point.
Godeps/_workspace/src/github.com/BurntSushi/toml/lex.go:141
↓ 19 callersFunctionnewConn
(conn net.Conn, isServer bool, readBufferSize, writeBufferSize int)
Godeps/_workspace/src/github.com/gorilla/websocket/conn.go:169
↓ 18 callersMethodFloat
Float sets the parser to a float64 parser.
Godeps/_workspace/src/gopkg.in/alecthomas/kingpin.v2/parsers.go:70
↓ 18 callersMethodGetDatabase
()
config.go:100
↓ 18 callersFunctionLogAndAssertJSON
(t *testing.T, log func(*Logger), assertions func(fields Fields))
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/logrus_test.go:14
↓ 18 callersFunctionNewClient
NewClient returns a Client instance ready for communication with the given server endpoint. It will use the latest remote API version available in the
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/client.go:146
↓ 18 callersFunctionassertError
(t *testing.T, fn parseFn, arg string)
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/units/size_test.go:103
↓ 17 callersMethodPathPrefix
PathPrefix registers a new route with a matcher for the URL path prefix. See Route.PathPrefix().
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/mux.go:220
↓ 17 callersFunctionbibyte
(in uint64)
Godeps/_workspace/src/github.com/dustin/go-humanize/bigbytes_test.go:78
↓ 17 callersMethoderror
error terminates processing.
Godeps/_workspace/src/github.com/alecthomas/template/parse/parse.go:164
↓ 16 callersMethodError
Error output
mlog/log.go:149
↓ 16 callersMethodGet
(key string)
Godeps/_workspace/src/github.com/go-xorm/core/cache.go:33
↓ 16 callersMethodHandleFunc
HandleFunc registers a new route with a matcher for the URL path. See Route.Path() and Route.HandlerFunc().
Godeps/_workspace/src/github.com/gorilla/mux/mux.go:181
↓ 16 callersFunctionIBytes
IBytes produces a human readable representation of an IEC size. See also: ParseBytes. IBytes(82854982) -> 79MiB
Godeps/_workspace/src/github.com/dustin/go-humanize/bytes.go:98
↓ 16 callersFunctionNewRouter
NewRouter returns a new router instance.
Godeps/_workspace/src/github.com/gorilla/mux/mux.go:16
↓ 16 callersMethodRead
(p []byte)
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/ioutils/readers.go:199
↓ 16 callersMethodSetInt
SetInt defines an integer value to the given key.
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/env.go:58
↓ 16 callersMethodappend
(n Node)
Godeps/_workspace/src/github.com/alecthomas/template/parse/node.go:88
↓ 16 callersFunctionbbyte
(in uint64)
Godeps/_workspace/src/github.com/dustin/go-humanize/bigbytes_test.go:74
↓ 16 callersMethoderrorf
errorf formats the error and terminates processing.
Godeps/_workspace/src/github.com/alecthomas/template/parse/parse.go:157
↓ 16 callersFunctionub
(a,b,c)
web/public/javascript/jquery.js:2
↓ 15 callersMethodDo
(sql string, dialect Dialect, table *Table)
Godeps/_workspace/src/github.com/go-xorm/core/filter.go:10
↓ 15 callersMethodErr
(v ...interface{})
Godeps/_workspace/src/github.com/go-xorm/core/ilogger.go:19
↓ 15 callersMethodHeader
Header returns the response headers.
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/old_test.go:44
↓ 15 callersMethodIsText
()
Godeps/_workspace/src/github.com/go-xorm/core/type.go:40
↓ 15 callersMethodJoin
The join_operator should be one of INNER, LEFT OUTER, CROSS etc - this will be prepended to JOIN
Godeps/_workspace/src/github.com/go-xorm/xorm/session.go:300
↓ 15 callersMethodnext
next returns the next rune in the input.
Godeps/_workspace/src/github.com/alecthomas/template/parse/lex.go:106
↓ 15 callersFunctionrenderJson
(data interface{}, w http.ResponseWriter)
http-helpers.go:35
↓ 15 callersFunctiontestCopyHelper
(t *testing.T, srcPath, dstPath string)
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy_test.go:122
↓ 14 callersMethodExtension
()
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/archive.go:160
↓ 14 callersMethodGetDockerClient
()
config.go:133
↓ 14 callersMethodPKColumns
if has primary key, return column
Godeps/_workspace/src/github.com/go-xorm/core/table.go:67
↓ 14 callersFunctionParse
Parse decodes s into a UUID or returns nil. Both the UUID form of xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx and urn:uuid:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx
Godeps/_workspace/src/github.com/pborman/uuid/uuid.go:45
↓ 14 callersMethodPathPrefix
PathPrefix registers a new route with a matcher for the URL path prefix. See Route.PathPrefix().
Godeps/_workspace/src/github.com/gorilla/mux/mux.go:218
↓ 14 callersMethodScan
(dest ...interface{})
Godeps/_workspace/src/github.com/go-xorm/core/db.go:81
↓ 14 callersMethodSet
Set defines the value of a key to the given string.
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/env.go:125
↓ 14 callersMethodSubrouter
Subrouter ------------------------------------------------------------------ Subrouter creates a subrouter for the route. It will test the inner rout
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/route.go:424
↓ 14 callersMethodTableInfo
(bean interface{})
Godeps/_workspace/src/github.com/go-xorm/xorm/engine.go:683
↓ 14 callersMethodbug
(format string, v ...interface{})
Godeps/_workspace/src/github.com/BurntSushi/toml/parse.go:83
↓ 14 callersMethoderrorf
errorf returns an error token and terminates the scan by passing back a nil pointer that will be the next state, terminating l.nextItem.
Godeps/_workspace/src/github.com/alecthomas/template/parse/lex.go:165
↓ 14 callersMethodget
get returns a cached structInfo, creating it if necessary.
Godeps/_workspace/src/github.com/gorilla/schema/cache.go:115
↓ 14 callersFunctiongetTestTempDirs
(t *testing.T)
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy_test.go:22
↓ 14 callersFunctionjoinTrailingSep
(pathElements ...string)
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy_test.go:40
↓ 14 callersFunctionremoveAllPaths
(paths ...string)
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy_test.go:16
↓ 14 callersMethodwf
(format string, v ...interface{})
Godeps/_workspace/src/github.com/BurntSushi/toml/encode.go:507
↓ 13 callersMethodAndStr
()
Godeps/_workspace/src/github.com/go-xorm/core/dialect.go:41
↓ 13 callersMethodCompare
Compare compares this version to another version. This returns -1, 0, or 1 if this version is smaller, equal, or larger than the other version, respec
Godeps/_workspace/src/github.com/hashicorp/go-version/version.go:73
↓ 13 callersMethodDialect
()
Godeps/_workspace/src/github.com/go-xorm/xorm/engine.go:171
↓ 13 callersMethodFullCommand
()
Godeps/_workspace/src/gopkg.in/alecthomas/kingpin.v2/cmd.go:91
↓ 13 callersMethodHandle
Handle registers a new route with a matcher for the URL path. See Route.Path() and Route.Handler().
Godeps/_workspace/src/github.com/gorilla/mux/mux.go:175
↓ 13 callersMethodLen
()
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/mflag/flag.go:315
↓ 13 callersFunctionNewServer
NewServer returns a new instance of the fake server, in standalone mode. Use the method URL to get the URL of the server. It receives the bind addres
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/testing/server.go:72
↓ 13 callersMethodOut
Out returns the destination for usage and error messages.
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/mflag/flag.go:366
↓ 13 callersMethodPath
Path registers a new route with a matcher for the URL path. See Route.Path().
Godeps/_workspace/src/github.com/fsouza/go-dockerclient/external/github.com/gorilla/mux/mux.go:214
↓ 13 callersMethodRowsAffected
Return how many rows affected.
Godeps/_workspace/src/github.com/mattn/go-sqlite3/sqlite3.go:528
↓ 13 callersMethodaccept
accept consumes the next rune if it's equal to `valid`.
Godeps/_workspace/src/github.com/BurntSushi/toml/lex.go:154
↓ 13 callersFunctionb
(c,e)
web/public/javascript/jquery.js:2
← previousnext →101–200 of 4,197, ranked by callers