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
Method
catch
(exception: HttpException, host: ArgumentsHost)
meeting_room_booking_system_backend/src/custom-exception.filter.ts:6
Method
catch
(exception: UnLoginException, host: ArgumentsHost)
exception-filter-test/src/unlogin.filter.ts:14
Method
catch
(exception: HttpException, host: ArgumentsHost)
exception-filter-test/src/hello.filter.ts:11
Method
catch
(exception: AaaException, host: ArgumentsHost)
argument-host/src/aaa.filter.ts:7
Method
cc
(@Query('cc', ParseFloatPipe) cc: number)
pipe-test/src/app.controller.ts:42
Method
ccc
(@Req() req: Request)
all-decorator/src/aaa.controller.ts:12
Method
ccc
()
interceptor-test/src/app.controller.ts:33
Method
ccc
(@Body('ccc') ccc: CccDto)
swagger-test/src/app.controller.ts:84
Method
ccc
(@Query('num', ValidatePipe) num: number)
aop-test/src/app.controller.ts:36
Function
changePage
(pageNo: number, pageSize: number)
meeting_room_booking_system_frontend_user/src/page/booking_history/BookingHistory.tsx:66
Function
changePage
(pageNo: number, pageSize: number)
meeting_room_booking_system_frontend_user/src/page/meeting_room_list/MeetingRoomList.tsx:110
Function
changePage
(pageNo: number, pageSize: number)
meeting_room_booking_system_frontend_admin/src/pages/UserManage/UserManage.tsx:111
Function
changePage
(pageNo: number, pageSize: number)
meeting_room_booking_system_frontend_admin/src/pages/MeetingRoomManage/MeetingRoomManage.tsx:134
Function
changePage
(pageNo: number, pageSize: number)
meeting_room_booking_system_frontend_admin/src/pages/BookingManage/BookingManage.tsx:191
Method
check
(@Query('id') id: string)
qrcode-login/src/app.controller.ts:46
Function
compress
(values)
gif-compression-frontend/src/App.js:13
Method
compression
( @Query('path') filePath: string, @Query('color', ParseIntPipe) color:number, @Res() res: Respons
gif-compression-backend/src/app.controller.ts:22
Method
configure
(consumer: MiddlewareConsumer)
midleware-test/src/app.module.ts:13
Method
configure
(consumer: MiddlewareConsumer)
aop-test/src/app.module.ts:36
Method
confirm
(@Query('id') id: string, @Headers('Authorization') auth: string)
qrcode-login/src/app.controller.ts:70
Method
constructor
(private readonly appService: AppService)
article-views/src/app.controller.ts:10
Method
constructor
(private readonly userService: UserService)
article-views/src/user/user.controller.ts:9
Method
constructor
(private readonly articleService: ArticleService)
article-views/src/article/article.controller.ts:8
Method
constructor
(private readonly appService: AppService)
book-management-system-backend/src/app.controller.ts:6
Method
constructor
(private readonly bookService: BookService)
book-management-system-backend/src/book/book.controller.ts:11
Method
constructor
(private readonly userService: UserService)
book-management-system-backend/src/user/user.controller.ts:8
Method
constructor
(private readonly appService: AppService)
sse-test/src/app.controller.ts:9
Method
constructor
(private readonly appService: AppService)
email-login-backend/src/app.controller.ts:6
Method
constructor
(private configService: ConfigService)
email-login-backend/src/email/email.service.ts:10
Method
constructor
(private readonly emailService: EmailService)
email-login-backend/src/email/email.controller.ts:7
Method
constructor
(private readonly userService: UserService)
email-login-backend/src/user/user.controller.ts:10
Method
constructor
(private readonly redisService: RedisService)
email-login-backend/src/redis/redis.controller.ts:6
Method
constructor
(private readonly appService: AppService)
nest-config-test/src/app.controller.ts:7
Method
constructor
(private readonly bbbService: BbbService)
nest-config-test/src/bbb/bbb.controller.ts:9
Method
constructor
(private readonly appService: AppService)
gif-compression-backend/src/app.controller.ts:10
Method
constructor
(private readonly appService: AppService)
login-and-register/src/app.controller.ts:7
Method
constructor
(private readonly userService: UserService)
login-and-register/src/user/user.controller.ts:10
Method
constructor
(private readonly appService: AppService)
pipe-test/src/app.controller.ts:17
Method
constructor
(private appService: AppService)
all-decorator/src/guang.ts:6
Method
constructor
(private readonly cccService: CccService)
all-decorator/src/ccc/ccc.controller.ts:9
Method
constructor
(private appService: AppService)
interceptor-test/src/tap-test.interceptor.ts:7
Method
constructor
(private readonly appService: AppService)
interceptor-test/src/app.controller.ts:11
Method
constructor
(private appService: AppService)
interceptor-test/src/aaa.interceptor.ts:8
Method
constructor
(private readonly appService: AppService)
chat-room-backend/src/app.controller.ts:8
Method
constructor
()
chat-room-backend/src/email/email.service.ts:9
Method
constructor
(private readonly emailService: EmailService)
chat-room-backend/src/email/email.controller.ts:6
Method
constructor
(private readonly friendshipService: FriendshipService)
chat-room-backend/src/friendship/friendship.controller.ts:9
Method
constructor
(private readonly userService: UserService)
chat-room-backend/src/user/user.controller.ts:14
Method
constructor
(private readonly chatService: ChatService)
chat-room-backend/src/chat/chat.gateway.ts:25
Method
constructor
(private readonly chatroomService: ChatroomService)
chat-room-backend/src/chatroom/chatroom.controller.ts:8
Method
constructor
()
chat-room-backend/src/prisma/prisma.service.ts:7
Method
constructor
(private readonly favoriteService: FavoriteService)
chat-room-backend/src/favorite/favorite.controller.ts:8
Method
constructor
(private readonly chatHistoryService: ChatHistoryService)
chat-room-backend/src/chat-history/chat-history.controller.ts:6
Method
constructor
(private readonly appService: AppService)
nest-dockerfile/src/app.controller.ts:6
Method
constructor
(private winstonLogger: WinstonLogger)
meeting_room_booking_system_backend/src/CustomTypeOrmLogger.ts:6
Method
constructor
(message?)
meeting_room_booking_system_backend/src/unlogin.filter.ts:7
Method
constructor
(private readonly appService: AppService)
meeting_room_booking_system_backend/src/app.controller.ts:7
Method
constructor
(private configService: ConfigService)
meeting_room_booking_system_backend/src/email/email.service.ts:10
Method
constructor
(private readonly emailService: EmailService)
meeting_room_booking_system_backend/src/email/email.controller.ts:6
Method
constructor
(configService: ConfigService)
meeting_room_booking_system_backend/src/auth/google.strategy.ts:8
Method
constructor
(private readonly userService: UserService)
meeting_room_booking_system_backend/src/user/user.controller.ts:28
Method
constructor
(private readonly bookingService: BookingService)
meeting_room_booking_system_backend/src/booking/booking.controller.ts:10
Method
constructor
(private readonly meetingRoomService: MeetingRoomService)
meeting_room_booking_system_backend/src/meeting-room/meeting-room.controller.ts:14
Method
constructor
(private readonly appService: AppService)
compodoc-test/src/app.controller.ts:6
Method
constructor
(private readonly aaaService: AaaService)
compodoc-test/src/aaa/aaa.controller.ts:8
Method
constructor
(private readonly bbbService: BbbService)
compodoc-test/src/bbb/bbb.controller.ts:8
Method
constructor
(private readonly appService: AppService)
nearby-search/src/app.controller.ts:7
Method
constructor
(private readonly appService: AppService)
nest-graphql/src/app.controller.ts:6
Method
constructor
(private readonly appService: AppService)
docker-compose-test/src/app.controller.ts:7
Method
constructor
(private readonly appService: AppService)
dynamic-module/src/app.controller.ts:6
Method
constructor
(private readonly bbbService: BbbService, @Inject('CONFIG_OPTIONS') private configOptions: Record<string
dynamic-module/src/bbb/bbb.controller.ts:8
Method
constructor
(private readonly appService: AppService)
acl-test/src/app.controller.ts:6
Method
constructor
(private readonly aaaService: AaaService)
acl-test/src/aaa/aaa.controller.ts:10
Method
constructor
(private readonly userService: UserService)
acl-test/src/user/user.controller.ts:9
Method
constructor
(private readonly bbbService: BbbService)
acl-test/src/bbb/bbb.controller.ts:9
Method
constructor
(private readonly appService: AppService)
microservice-test-user/src/app.controller.ts:7
Method
constructor
(private readonly appService: AppService)
nest-redis/src/app.controller.ts:6
Method
constructor
(private readonly appService: AppService)
graphql-todolist/src/app.controller.ts:8
Method
constructor
()
graphql-todolist/src/prisma.service.ts:7
Method
constructor
(private readonly appService: AppService)
swagger-test/src/app.controller.ts:10
Method
constructor
(private readonly appService: AppService)
custom-decorator/src/app.controller.ts:12
Method
constructor
(private readonly appService: AppService)
serializer-interceptor-test/src/app.controller.ts:6
Method
constructor
(private readonly userService: UserService)
serializer-interceptor-test/src/user/user.controller.ts:9
Method
constructor
(partial: Partial<User>)
serializer-interceptor-test/src/user/entities/user.entity.ts:19
Method
constructor
()
fastify-test/src/app.controller.ts:6
Method
constructor
(private readonly appService: AppService)
class-validator-decorators/src/app.controller.ts:6
Method
constructor
(private readonly aaaService: AaaService)
class-validator-decorators/src/aaa/aaa.controller.ts:8
Method
constructor
(private readonly appService: AppService)
nest-ioc/src/app.controller.ts:6
Method
constructor
(private readonly appService: AppService)
nest-winston-test/src/app.controller.ts:7
Method
constructor
()
nest-winston-test/src/MyLogger.ts:10
Method
constructor
(options)
nest-winston-test/src/winston/MyLogger.ts:9
Method
constructor
(private readonly appService: AppService)
vo-test/src/app.controller.ts:6
Method
constructor
(private readonly userService: UserService)
vo-test/src/user/user.controller.ts:14
Method
constructor
(partial: Partial<User>)
vo-test/src/user/entities/user.entity.ts:25
Method
constructor
(partial: Partial<UserVo>)
vo-test/src/user/vo/user.vo.ts:8
Method
constructor
(private readonly userService: UserService)
exam-system/apps/user/src/user.controller.ts:13
Method
constructor
(private readonly appService: AppService)
exam-system/apps/exam-system/src/app.controller.ts:6
Method
constructor
(private readonly analyseService: AnalyseService)
exam-system/apps/analyse/src/analyse.controller.ts:6
Method
constructor
(private readonly answerService: AnswerService)
exam-system/apps/answer/src/answer.controller.ts:12
Method
constructor
(private readonly examService: ExamService)
exam-system/apps/exam/src/exam.controller.ts:11
← previous
next →
701–800 of 1,779, ranked by callers