Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beego/samples
/ functions
Functions
327 in github.com/beego/samples
⨍
Functions
327
◇
Types & classes
19
↓ 1 callers
Function
Tc
(b)
todo/static/js/angular.min.js:19
↓ 1 callers
Function
Xc
(b,a)
todo/static/js/angular.min.js:26
↓ 1 callers
Function
Yb
(b)
todo/static/js/angular.min.js:28
↓ 1 callers
Function
Zb
(b,a)
todo/static/js/angular.min.js:23
↓ 1 callers
Function
Zn
(e,t,n)
WebIM/static/js/jquery-1.10.1.min.js:6
↓ 1 callers
Function
broadcastWebSocket
broadcastWebSocket broadcasts messages to WebSocket users.
WebIM/controllers/websocket.go:78
↓ 1 callers
Function
chatroom
This function handles all incoming chan messages.
WebIM/controllers/chatroom.go:61
↓ 1 callers
Function
d
()
WebIM/static/js/bootstrap.min.js:7
↓ 1 callers
Function
ec
(b)
todo/static/js/angular.min.js:27
↓ 1 callers
Function
er
(e,t,n)
WebIM/static/js/jquery-1.10.1.min.js:6
↓ 1 callers
Function
fetch
()
WebIM/static/js/longpolling.js:4
↓ 1 callers
Function
gn
(e,t,n,r)
WebIM/static/js/jquery-1.10.1.min.js:6
↓ 1 callers
Function
isUserExist
(subscribers *list.List, user string)
WebIM/controllers/chatroom.go:108
↓ 1 callers
Function
kt
(e)
WebIM/static/js/jquery-1.10.1.min.js:4
↓ 1 callers
Function
md
(b,a,c,d,e)
todo/static/js/angular.min.js:70
↓ 1 callers
Method
mount
(path string)
WebDAV/controllers/controllers.go:47
↓ 1 callers
Function
mt
(e)
WebIM/static/js/jquery-1.10.1.min.js:4
↓ 1 callers
Function
on
(e,t,n)
WebIM/static/js/jquery-1.10.1.min.js:6
↓ 1 callers
Function
postConecnt
()
WebIM/static/js/longpolling.js:52
↓ 1 callers
Function
postConecnt
()
WebIM/static/js/websocket.js:42
↓ 1 callers
Function
qt
(e)
WebIM/static/js/jquery-1.10.1.min.js:5
↓ 1 callers
Function
tr
(e,t)
WebIM/static/js/jquery-1.10.1.min.js:6
↓ 1 callers
Function
wd
(b,a)
todo/static/js/angular.min.js:91
↓ 1 callers
Function
yt
(e)
WebIM/static/js/jquery-1.10.1.min.js:4
↓ 1 callers
Function
zd
(b)
todo/static/js/angular.min.js:104
↓ 1 callers
Function
zn
()
WebIM/static/js/jquery-1.10.1.min.js:6
Function
$d
()
todo/static/js/angular.min.js:173
Function
A
()
WebIM/static/js/jquery-1.10.1.min.js:4
Function
Aa
(b)
todo/static/js/angular.min.js:9
Function
Ac
(b)
todo/static/js/angular.min.js:118
Function
Ad
()
todo/static/js/angular.min.js:105
Function
Bc
(b)
todo/static/js/angular.min.js:116
Function
Bd
()
todo/static/js/angular.min.js:108
Function
Bt
(e)
WebIM/static/js/jquery-1.10.1.min.js:5
Function
Cc
(b)
todo/static/js/angular.min.js:120
Function
Cd
()
todo/static/js/angular.min.js:109
Function
Dd
()
todo/static/js/angular.min.js:111
Function
Eb
(a,b)
todo/static/js/angular.min.js:59
Function
Ed
()
todo/static/js/angular.min.js:113
Function
Fc
(b,a)
todo/static/js/angular.min.js:122
Function
Fd
()
todo/static/js/angular.min.js:114
Method
Fetch
Fetch method handles fetch archives requests for LongPollingController.
WebIM/controllers/longpolling.go:57
Function
Gd
()
todo/static/js/angular.min.js:120
Function
Generate
()
shorturl/models/model.go:25
Method
Get
()
shorturl/controllers/expand.go:11
Method
Get
()
shorturl/controllers/default.go:11
Method
Get
Get method handles GET requests for WebSocketController.
WebIM/controllers/websocket.go:32
Method
Get
()
todo/controllers/default.go:11
Function
GetEvents
GetEvents returns all events after lastReceived.
WebIM/models/archive.go:50
Function
GetMD5
(lurl string)
shorturl/models/model.go:17
Method
GetTask
Examples: req: GET /task/1 res: 200 {"ID": 1, "Title": "Buy bread", "Done": true} req: GET /task/42 res: 404 task not found
todo/controllers/task.go:58
Function
H
(e,t)
WebIM/static/js/jquery-1.10.1.min.js:4
Function
Hd
()
todo/static/js/angular.min.js:120
Function
Ib
(b,a)
todo/static/js/angular.min.js:79
Method
Join
Join method handles GET requests for LongPollingController.
WebIM/controllers/longpolling.go:27
Method
Join
Join method handles WebSocket requests for WebSocketController.
WebIM/controllers/websocket.go:46
Method
Join
Join method handles POST requests for AppController.
WebIM/controllers/app.go:83
Function
Kb
(a)
todo/static/js/angular.min.js:144
Function
Kc
()
todo/static/js/angular.min.js:174
Method
ListTasks
Example: req: GET /task/ res: 200 {"Tasks": [ {"ID": 1, "Title": "Learn Go", "Done": false}, {"ID": 2, "Title": "Buy bread", "Done": true} ]}
todo/controllers/task.go:22
Method
Main
Main All method handles all requests for WebDAVController.
WebDAV/controllers/controllers.go:57
Function
Nc
(b)
todo/static/js/angular.min.js:10
Function
NewArchive
NewArchive saves new event to archive list.
WebIM/models/archive.go:42
Method
NewTask
Examples: req: POST /task/ {"Title": ""} res: 400 empty title req: POST /task/ {"Title": "Buy bread"} res: 200
todo/controllers/task.go:35
Method
Prepare
Prepare implemented Prepare() method for baseController. It's used for language option check and setting.
WebIM/controllers/app.go:50
Function
Qc
(b,a)
todo/static/js/angular.min.js:13
Function
Sa
(b)
todo/static/js/angular.min.js:27
Function
TaskCtrl
($scope, $http)
todo/static/js/todo.js:7
Function
TestExpand
(t *testing.T)
shorturl/tests/default_test.go:28
Function
TestNewTask
(t *testing.T)
todo/models/task_test.go:15
Function
TestNewTaskEmptyTitle
(t *testing.T)
todo/models/task_test.go:26
Function
TestSaveAndFind
(t *testing.T)
todo/models/task_test.go:94
Function
TestSaveAndRetrieveTwoTasks
(t *testing.T)
todo/models/task_test.go:48
Function
TestSaveModifyAndRetrieve
(t *testing.T)
todo/models/task_test.go:68
Function
TestSaveTaskAndRetrieve
(t *testing.T)
todo/models/task_test.go:33
Function
TestSaveTwiceAndRetrieve
(t *testing.T)
todo/models/task_test.go:79
Function
TestShort
(t *testing.T)
shorturl/tests/default_test.go:15
Method
UpdateTask
Example: req: PUT /task/1 {"ID": 1, "Title": "Learn Go", "Done": true} res: 200 req: PUT /task/2 {"ID": 2, "Title": "Learn Go", "Done": true} res: 4
todo/controllers/task.go:80
Function
Xa
(a,c,d)
todo/static/js/angular.min.js:151
Function
Xb
(b,a)
todo/static/js/angular.min.js:17
Function
ac
(b, a,c)
todo/static/js/angular.min.js:23
Function
bc
(b,a)
todo/static/js/angular.min.js:25
Function
bd
()
todo/static/js/angular.min.js:33
Function
be
()
todo/static/js/angular.min.js:175
Function
cd
(b,a,c,d)
todo/static/js/angular.min.js:33
Function
dd
()
todo/static/js/angular.min.js:37
Function
de
()
todo/static/js/angular.min.js:175
Function
ed
()
todo/static/js/angular.min.js:37
Function
f
()
WebIM/static/js/bootstrap.min.js:7
Function
fd
()
todo/static/js/angular.min.js:39
Function
gc
(b,a)
todo/static/js/angular.min.js:39
Function
hd
()
todo/static/js/angular.min.js:61
Function
ht
(e)
WebIM/static/js/jquery-1.10.1.min.js:4
Function
id
()
todo/static/js/angular.min.js:62
Function
init
()
shorturl/controllers/short.go:13
Function
init
()
shorturl/models/model.go:13
Function
init
()
WebIM/controllers/chatroom.go:104
Function
init
Languages that are supported.
WebIM/controllers/app.go:26
Function
init
()
WebIM/routers/router.go:8
Function
init
()
todo/models/task.go:74
← previous
next →
201–300 of 327, ranked by callers