Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuarkGluonPlasma/nestjs-course-code
/ functions
Functions
1,779 in github.com/QuarkGluonPlasma/nestjs-course-code
⨍
Functions
1,779
◇
Types & classes
1,680
Function
Register
()
meeting_room_booking_system_frontend_user/src/page/register/Register.tsx:27
Function
Register
()
chat-room-frontend/src/pages/Register/index.tsx:27
Function
Register
()
book-management-system-frontend/src/pages/Register/index.tsx:43
Function
Register
()
exam-system-frontend/src/pages/Register/index.tsx:27
Function
Roles
(...roles: Role[])
argument-host/src/roles.decorator.ts:4
Function
Statistics
()
meeting_room_booking_system_frontend_admin/src/pages/Statistics/Statistics.tsx:20
Function
UpdateBookModal
(props: UpdateBookModalProps)
book-management-system-frontend/src/pages/BookManage/UpdateBookModal.tsx:26
Function
UpdateInfo
()
meeting_room_booking_system_frontend_user/src/page/update_info/UpdateInfo.tsx:22
Function
UpdateInfo
()
chat-room-frontend/src/pages/UpdateInfo/index.tsx:21
Function
UpdateMeetingRoomModal
(props: UpdateMeetingRoomModalProps)
meeting_room_booking_system_frontend_admin/src/pages/MeetingRoomManage/UpdateMeetingRoomModal.tsx:26
Function
UpdatePassword
()
meeting_room_booking_system_frontend_user/src/page/update_password/UpdatePassword.tsx:26
Function
UpdatePassword
()
chat-room-frontend/src/pages/UpdatePassword/index.tsx:20
Function
UpdatePassword
()
exam-system-frontend/src/pages/UpdatePassword/index.tsx:20
Function
UploadModal
(props: UploadModalProps)
chat-room-frontend/src/pages/Chat/UploadModal.tsx:11
Function
UserManage
()
meeting_room_booking_system_frontend_admin/src/pages/UserManage/UserManage.tsx:25
Method
a1
(@Next() next, @Response({passthrough: true}) response)
midleware-test/src/app.controller.ts:33
Method
aa
(@Query('aa', new ParseIntPipe({ errorHttpStatusCode: HttpStatus.NOT_FOUND })) aa: number)
pipe-test/src/app.controller.ts:25
Method
aaa
()
login-and-register/src/app.controller.ts:11
Method
aaa
()
interceptor-test/src/app.controller.ts:21
Method
aaa
(@UserInfo() userInfo, @UserInfo('username') username)
chat-room-backend/src/app.controller.ts:18
Method
aaa
(@Query('a1') a1: string, @Query('a2') a2: number)
swagger-test/src/app.controller.ts:40
Method
aaa
()
exam-system/apps/user/src/user.controller.ts:83
Method
aaa
()
monorepo-test/apps/monorepo-test/src/app.controller.ts:18
Method
aaa
(@Body() aaaDto: AaaDto )
exception-filter-test/src/app.controller.ts:22
Method
aaa
()
nest-passport/src/app.controller.ts:58
Method
aaa
()
aop-test/src/app.controller.ts:22
Method
aaa
()
single-token-refresh/src/app.controller.ts:15
Method
aaa
()
access_token_and_refresh_token/src/app.controller.ts:15
Method
aaa
(@Query('a') a: string)
cache-manager-test/src/app.controller.ts:38
Method
aaaa
(@UserInfo('username') username: string, @UserInfo() userInfo)
meeting_room_booking_system_backend/src/app.controller.ts:19
Method
add
(@Body() friendAddDto: FriendAddDto, @UserInfo("userId") userId: number)
chat-room-backend/src/friendship/friendship.controller.ts:12
Method
add
(userId: number, chatHistoryId: number)
chat-room-backend/src/favorite/favorite.service.ts:31
Method
add
(@UserInfo('userId') userId: number, @Query('chatHistoryId') chatHistoryId: number)
chat-room-backend/src/favorite/favorite.controller.ts:16
Method
add
(@Body() booking: CreateBookingDto, @UserInfo('userId') userId: number)
meeting_room_booking_system_backend/src/booking/booking.controller.ts:14
Method
add
(bookingDto: CreateBookingDto, userId: number)
meeting_room_booking_system_backend/src/booking/booking.service.ts:116
Method
add
(dto: AnswerAddDto, userId: number)
exam-system/apps/answer/src/answer.service.ts:14
Method
add
(@Body() addDto: AnswerAddDto, @UserInfo('userId') userId: number)
exam-system/apps/answer/src/answer.controller.ts:25
Method
add
(@Body() dto: ExamAddDto, @UserInfo('userId') userId: number)
exam-system/apps/exam/src/exam.controller.ts:35
Method
addLearnTime
(name:string, time: number)
ranking-list-test/src/ranking/ranking.service.ts:25
Method
addLearnTime
(@Query('name') name:string, @Query('time') time: string)
ranking-list-test/src/ranking/ranking.controller.ts:17
Method
addPos
( @Query('name') posName: string, @Query('longitude') longitude: number, @Query('latitude') latitu
nearby-search/src/app.controller.ts:13
Method
addStudent
( @Args('name') name: string, @Args('age') age: number, @Args('sex') sex: boolean
nest-graphql/src/student/student.resolver.ts:41
Method
adminLogin
(@Body() loginUser: LoginUserDto)
meeting_room_booking_system_backend/src/user/user.controller.ts:139
Method
adminRefresh
(@Query('refreshToken') refreshToken: string)
meeting_room_booking_system_backend/src/user/user.controller.ts:329
Method
afterInit
(server: Server)
nest-websocket/src/aaa/aaa.gateway.ts:19
Method
afterInsert
(event: InsertEvent<User>)
typeorm-all-feature/src/UserSubscriber.ts:15
Method
agree
(@Param('id') friendId: number, @UserInfo("userId") userId: number)
chat-room-backend/src/friendship/friendship.controller.ts:22
Method
agree
(friendId: number, userId: number)
chat-room-backend/src/friendship/friendship.service.ts:109
Method
allPos
()
nearby-search/src/app.controller.ts:33
Function
apply
(id: number)
meeting_room_booking_system_frontend_admin/src/interfaces/interfaces.ts:174
Method
apply
(@Param('id') id: number)
meeting_room_booking_system_backend/src/booking/booking.controller.ts:33
Method
authCallback
(@Req() req)
github-login/src/app.controller.ts:17
Method
b1
(@Next() next)
midleware-test/src/app.controller.ts:38
Method
b2
()
midleware-test/src/app.controller.ts:44
Method
batchGenerateCode
()
short-url/src/unique-code.service.ts:33
Method
bb
(@Query('aa', new ParseIntPipe({ exceptionFactory: (msg) => { console.log(msg); throw new Http
pipe-test/src/app.controller.ts:32
Method
bbb
()
login-and-register/src/app.controller.ts:17
Method
bbb
()
interceptor-test/src/app.controller.ts:27
Method
bbb
()
chat-room-backend/src/app.controller.ts:24
Method
bbb
()
meeting_room_booking_system_backend/src/app.controller.ts:26
Method
bbb
(@Param('id') id: number)
swagger-test/src/app.controller.ts:64
Method
bbb
()
exam-system/apps/user/src/user.controller.ts:88
Method
bbb
()
monorepo-test/apps/app2/src/app2.controller.ts:18
Method
bbb
()
nest-passport/src/app.controller.ts:63
Method
bbb
()
aop-test/src/app.controller.ts:29
Method
bbb
()
single-token-refresh/src/app.controller.ts:21
Method
bbb
()
access_token_and_refresh_token/src/app.controller.ts:21
Method
beforeApplicationShutdown
(signal: string)
global-and-lifecycle/src/ccc/ccc.controller.ts:14
Method
beforeApplicationShutdown
(signal: string)
global-and-lifecycle/src/ccc/ccc.service.ts:12
Method
beforeApplicationShutdown
(signal: string)
global-and-lifecycle/src/ccc/ccc.module.ts:18
Method
beforeApplicationShutdown
(signal: string)
global-and-lifecycle/src/ddd/ddd.controller.ts:14
Method
beforeApplicationShutdown
(signal: string)
global-and-lifecycle/src/ddd/ddd.module.ts:15
Method
beforeApplicationShutdown
(signal: string)
global-and-lifecycle/src/ddd/ddd.service.ts:12
Method
beforeInsert
(event: InsertEvent<User>)
typeorm-all-feature/src/UserSubscriber.ts:11
Method
body
(@Body() createPersonDto: CreatePersonDto)
five-transmission-method/src/person/person.controller.ts:20
Method
body2
(@Body() createPersonDto: CreatePersonDto, @UploadedFiles() files: Array<Express.Multer.File>)
five-transmission-method/src/person/person.controller.ts:28
Method
buildErrorMessage
(file: Express.Multer.File)
nest-multer-upload/src/MyFileValidator.ts:14
Method
calc
(@Query('num') str)
microservice-test-main/src/app.controller.ts:18
Method
canActivate
( context: ExecutionContext, )
login-and-register/src/login.guard.ts:11
Method
canActivate
( context: ExecutionContext, )
all-decorator/src/aaa.guard.ts:11
Method
canActivate
( context: ExecutionContext, )
chat-room-backend/src/auth.guard.ts:27
Method
canActivate
( context: ExecutionContext, )
meeting_room_booking_system_backend/src/login.guard.ts:33
Method
canActivate
( context: ExecutionContext, )
meeting_room_booking_system_backend/src/permission.guard.ts:11
Method
canActivate
( context: ExecutionContext, )
acl-test/src/login.guard.ts:15
Method
canActivate
( context: ExecutionContext, )
acl-test/src/user/permission.guard.ts:20
Method
canActivate
( context: ExecutionContext, )
custom-decorator/src/aaa.guard.ts:10
Method
canActivate
( context: ExecutionContext, )
exam-system/libs/common/src/auth.guard.ts:27
Method
canActivate
( context: ExecutionContext, )
rbac-test/src/login.guard.ts:26
Method
canActivate
( context: ExecutionContext, )
rbac-test/src/permission.guard.ts:16
Method
canActivate
(context: ExecutionContext)
nest-passport/src/auth/JwtAuthGuard.ts:12
Method
canActivate
( context: ExecutionContext, )
aop-test/src/login.guard.ts:11
Method
canActivate
( context: ExecutionContext, )
argument-host/src/aaa.guard.ts:10
Method
canActivate
( context: ExecutionContext, )
single-token-refresh/src/login.guard.ts:12
Method
canActivate
( context: ExecutionContext, )
metadata-and-reflector/src/aaa.guard.ts:9
Method
canActivate
( context: ExecutionContext, )
access_token_and_refresh_token/src/login.guard.ts:12
Method
cancel
(@Query('id') id: string)
qrcode-login/src/app.controller.ts:91
Method
captcha
(@Query('address') address: string)
chat-room-backend/src/user/user.controller.ts:28
Method
captcha
(@Query('address') address: string)
meeting_room_booking_system_backend/src/user/user.controller.ts:49
Method
captcha
(@Query('address') address: string)
exam-system/apps/user/src/user.controller.ts:22
Method
catch
(exception: HttpException, host: ArgumentsHost)
all-decorator/src/aaa.filter.ts:6
← previous
next →
601–700 of 1,779, ranked by callers