MCPcopy Create free account

hub / github.com/darbyluv2code/fullstack-react-and-springboot / functions

Functions604 in github.com/darbyluv2code/fullstack-react-and-springboot

Methodmain
(String[] args)
source-code/fullstack-library-app-https/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/SpringBootLibraryApplication.java:9
FunctionmessagesClickFunction
()
auth0-security/fullstack-library-app-auth0/03-frontend/react-library/src/layouts/ManageLibraryPage/ManageLibraryPage.tsx:40
FunctionmessagesClickFunction
()
source-code/fullstack-library-app/03-frontend/react-library/src/layouts/ManageLibraryPage/ManageLibraryPage.tsx:25
FunctionmessagesClickFunction
()
source-code/fullstack-library-app-https/03-frontend/react-library/src/layouts/ManageLibraryPage/ManageLibraryPage.tsx:25
FunctiononError
(err)
source-code/fullstack-library-app/03-frontend/react-library/src/Auth/LoginWidget.jsx:12
FunctiononError
(err)
source-code/fullstack-library-app-https/03-frontend/react-library/src/Auth/LoginWidget.jsx:12
FunctiononRedirectCallback
(appState: any)
auth0-security/fullstack-library-app-auth0/03-frontend/react-library/src/App.tsx:20
FunctiononSuccess
(tokens)
source-code/fullstack-library-app/03-frontend/react-library/src/Auth/LoginWidget.jsx:8
FunctiononSuccess
(tokens)
source-code/fullstack-library-app-https/03-frontend/react-library/src/Auth/LoginWidget.jsx:8
Functionpaginate
(pageNumber: number)
auth0-security/fullstack-library-app-auth0/03-frontend/react-library/src/layouts/ShelfPage/components/HistoryPage.tsx:63
Functionpaginate
(pageNumber: number)
auth0-security/fullstack-library-app-auth0/03-frontend/react-library/src/layouts/MessagesPage/components/Messages.tsx:64
Functionpaginate
(pageNumber: number)
auth0-security/fullstack-library-app-auth0/03-frontend/react-library/src/layouts/ManageLibraryPage/components/AdminMessages.tsx:95
Functionpaginate
(pageNumber: number)
auth0-security/fullstack-library-app-auth0/03-frontend/react-library/src/layouts/ManageLibraryPage/components/ChangeQuantityOfBooks.tsx:66
Functionpaginate
(pageNumber: number)
auth0-security/fullstack-library-app-auth0/03-frontend/react-library/src/layouts/SearchBooksPage/SearchBooksPage.tsx:116
Functionpaginate
(pageNumber: number)
auth0-security/fullstack-library-app-auth0/03-frontend/react-library/src/layouts/BookCheckoutPage/ReviewListPage/ReviewListPage.tsx:83
Functionpaginate
(pageNumber: number)
auth0-security/fullstack-library-app-auth0/static-html-css-files/Section 27. Library Services Static Files/Messages.tsx:63
Functionpaginate
(pageNumber: number)
auth0-security/fullstack-library-app-auth0/static-html-css-files/Section 24. Review List Page Static Files/ReviewListPage.tsx:83
Functionpaginate
(pageNumber: number)
auth0-security/fullstack-library-app-auth0/static-html-css-files/Section 28. Manage Library Services Static Files/AdminMessages.tsx:66
Functionpaginate
(pageNumber: number)
auth0-security/fullstack-library-app-auth0/static-html-css-files/Section 26. History Page Static Files/HistoryPage.tsx:63
Functionpaginate
(pageNumber: number)
auth0-security/fullstack-library-app-auth0/static-html-css-files/Section 30. Change Quantity Static Files/ChangeQuantityOfBooks.tsx:63
Functionpaginate
(pageNumber: number)
source-code/fullstack-library-app/03-frontend/react-library/src/layouts/ShelfPage/components/HistoryPage.tsx:63
Functionpaginate
(pageNumber: number)
source-code/fullstack-library-app/03-frontend/react-library/src/layouts/MessagesPage/components/Messages.tsx:63
Functionpaginate
(pageNumber: number)
source-code/fullstack-library-app/03-frontend/react-library/src/layouts/ManageLibraryPage/components/AdminMessages.tsx:93
Functionpaginate
(pageNumber: number)
source-code/fullstack-library-app/03-frontend/react-library/src/layouts/ManageLibraryPage/components/ChangeQuantityOfBooks.tsx:66
Functionpaginate
(pageNumber: number)
source-code/fullstack-library-app/03-frontend/react-library/src/layouts/SearchBooksPage/SearchBooksPage.tsx:116
Functionpaginate
(pageNumber: number)
source-code/fullstack-library-app/03-frontend/react-library/src/layouts/BookCheckoutPage/ReviewListPage/ReviewListPage.tsx:83
Functionpaginate
(pageNumber: number)
source-code/fullstack-library-app/static-html-css-files/Section 27. Library Services Static Files/Messages.tsx:63
Functionpaginate
(pageNumber: number)
source-code/fullstack-library-app/static-html-css-files/Section 24. Review List Page Static Files/ReviewListPage.tsx:83
Functionpaginate
(pageNumber: number)
source-code/fullstack-library-app/static-html-css-files/Section 28. Manage Library Services Static Files/AdminMessages.tsx:66
Functionpaginate
(pageNumber: number)
source-code/fullstack-library-app/static-html-css-files/Section 26. History Page Static Files/HistoryPage.tsx:63
Functionpaginate
(pageNumber: number)
source-code/fullstack-library-app/static-html-css-files/Section 30. Change Quantity Static Files/ChangeQuantityOfBooks.tsx:63
Functionpaginate
(pageNumber: number)
source-code/fullstack-library-app-https/03-frontend/react-library/src/layouts/ShelfPage/components/HistoryPage.tsx:63
Functionpaginate
(pageNumber: number)
source-code/fullstack-library-app-https/03-frontend/react-library/src/layouts/MessagesPage/components/Messages.tsx:63
Functionpaginate
(pageNumber: number)
source-code/fullstack-library-app-https/03-frontend/react-library/src/layouts/ManageLibraryPage/components/AdminMessages.tsx:93
Functionpaginate
(pageNumber: number)
source-code/fullstack-library-app-https/03-frontend/react-library/src/layouts/ManageLibraryPage/components/ChangeQuantityOfBooks.tsx:66
Functionpaginate
(pageNumber: number)
source-code/fullstack-library-app-https/03-frontend/react-library/src/layouts/SearchBooksPage/SearchBooksPage.tsx:116
Functionpaginate
(pageNumber: number)
source-code/fullstack-library-app-https/03-frontend/react-library/src/layouts/BookCheckoutPage/ReviewListPage/ReviewListPage.tsx:83
MethodpostBook
(@AuthenticationPrincipal Jwt jwt, @RequestBody AddBookRequest addBookRequest)
auth0-security/fullstack-library-app-auth0/02-backend/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/AdminController.java:48
MethodpostBook
(AddBookRequest addBookRequest)
auth0-security/fullstack-library-app-auth0/02-backend/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/service/AdminService.java:59
MethodpostBook
(@RequestHeader(value="Authorization") String token, @RequestBody AddBookRequest addB
source-code/fullstack-library-app/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/AdminController.java:41
MethodpostBook
(AddBookRequest addBookRequest)
source-code/fullstack-library-app/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/service/AdminService.java:59
MethodpostBook
(@RequestHeader(value="Authorization") String token, @RequestBody AddBookRequest addB
source-code/fullstack-library-app-https/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/AdminController.java:41
MethodpostBook
(AddBookRequest addBookRequest)
source-code/fullstack-library-app-https/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/service/AdminService.java:59
MethodpostMessage
(@AuthenticationPrincipal Jwt jwt, @RequestBody Message messageRequest)
auth0-security/fullstack-library-app-auth0/02-backend/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/MessagesController.java:25
MethodpostMessage
(Message messageRequest, String userEmail)
auth0-security/fullstack-library-app-auth0/02-backend/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/service/MessagesService.java:23
MethodpostMessage
(@RequestHeader(value="Authorization") String token, @RequestBody Message messageR
source-code/fullstack-library-app/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/MessagesController.java:22
MethodpostMessage
(Message messageRequest, String userEmail)
source-code/fullstack-library-app/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/service/MessagesService.java:23
MethodpostMessage
(@RequestHeader(value="Authorization") String token, @RequestBody Message messageR
source-code/fullstack-library-app-https/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/MessagesController.java:22
MethodpostMessage
(Message messageRequest, String userEmail)
source-code/fullstack-library-app-https/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/service/MessagesService.java:23
MethodpostReview
(@AuthenticationPrincipal Jwt jwt, @RequestBody ReviewRequest reviewRequest)
auth0-security/fullstack-library-app-auth0/02-backend/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/ReviewController.java:31
MethodpostReview
(String userEmail, ReviewRequest reviewRequest)
auth0-security/fullstack-library-app-auth0/02-backend/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/service/ReviewService.java:25
MethodpostReview
(@RequestHeader(value="Authorization") String token, @RequestBody ReviewRequest rev
source-code/fullstack-library-app/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/ReviewController.java:30
MethodpostReview
(String userEmail, ReviewRequest reviewRequest)
source-code/fullstack-library-app/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/service/ReviewService.java:25
MethodpostReview
(@RequestHeader(value="Authorization") String token, @RequestBody ReviewRequest rev
source-code/fullstack-library-app-https/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/ReviewController.java:30
MethodpostReview
(String userEmail, ReviewRequest reviewRequest)
source-code/fullstack-library-app-https/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/service/ReviewService.java:25
MethodputMessage
(@AuthenticationPrincipal Jwt jwt, @RequestBody AdminQuestionRequest adminQuestionR
auth0-security/fullstack-library-app-auth0/02-backend/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/MessagesController.java:32
MethodputMessage
(AdminQuestionRequest adminQuestionRequest, String userEmail)
auth0-security/fullstack-library-app-auth0/02-backend/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/service/MessagesService.java:29
MethodputMessage
(@RequestHeader(value="Authorization") String token, @RequestBody AdminQuestionRequ
source-code/fullstack-library-app/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/MessagesController.java:29
MethodputMessage
(AdminQuestionRequest adminQuestionRequest, String userEmail)
source-code/fullstack-library-app/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/service/MessagesService.java:29
MethodputMessage
(@RequestHeader(value="Authorization") String token, @RequestBody AdminQuestionRequ
source-code/fullstack-library-app-https/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/MessagesController.java:29
MethodputMessage
(AdminQuestionRequest adminQuestionRequest, String userEmail)
source-code/fullstack-library-app-https/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/service/MessagesService.java:29
Methodradius
()
source-code/typescript-training/05-inheritance/Circle.ts:11
Methodradius
()
source-code/typescript-training/06-abstract-classes/Circle.ts:15
FunctionrenewLoan
(bookId: number)
auth0-security/fullstack-library-app-auth0/03-frontend/react-library/src/layouts/ShelfPage/components/Loans.tsx:79
FunctionrenewLoan
(bookId: number)
source-code/fullstack-library-app/03-frontend/react-library/src/layouts/ShelfPage/components/Loans.tsx:77
FunctionrenewLoan
(bookId: number)
source-code/fullstack-library-app-https/03-frontend/react-library/src/layouts/ShelfPage/components/Loans.tsx:77
MethodrenewLoan
(@AuthenticationPrincipal Jwt jwt, @RequestParam Long bookId)
auth0-security/fullstack-library-app-auth0/02-backend/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/BookController.java:60
MethodrenewLoan
(@RequestHeader(value = "Authorization") String token, @RequestParam Long bookId)
source-code/fullstack-library-app/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/BookController.java:59
MethodrenewLoan
(@RequestHeader(value = "Authorization") String token, @RequestParam Long bookId)
source-code/fullstack-library-app-https/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/BookController.java:59
FunctionrestoreOriginalUri
(_oktaAuth: any, originalUri: any)
source-code/fullstack-library-app/03-frontend/react-library/src/App.tsx:28
FunctionrestoreOriginalUri
(_oktaAuth: any, originalUri: any)
source-code/fullstack-library-app-https/03-frontend/react-library/src/App.tsx:29
FunctionreturnBook
(bookId: number)
auth0-security/fullstack-library-app-auth0/03-frontend/react-library/src/layouts/ShelfPage/components/Loans.tsx:62
FunctionreturnBook
(bookId: number)
source-code/fullstack-library-app/03-frontend/react-library/src/layouts/ShelfPage/components/Loans.tsx:61
FunctionreturnBook
(bookId: number)
source-code/fullstack-library-app-https/03-frontend/react-library/src/layouts/ShelfPage/components/Loans.tsx:61
MethodreturnBook
(@AuthenticationPrincipal Jwt jwt, @RequestParam Long bookId)
auth0-security/fullstack-library-app-auth0/02-backend/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/BookController.java:53
MethodreturnBook
(@RequestHeader(value = "Authorization") String token, @RequestParam Long bookId)
source-code/fullstack-library-app/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/BookController.java:52
MethodreturnBook
(@RequestHeader(value = "Authorization") String token, @RequestParam Long bookId)
source-code/fullstack-library-app-https/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/BookController.java:52
MethodreviewBookByUser
(@AuthenticationPrincipal Jwt jwt, @RequestParam Long bookId)
auth0-security/fullstack-library-app-auth0/02-backend/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/ReviewController.java:20
MethodreviewBookByUser
(@RequestHeader(value="Authorization") String token, @RequestParam Long bo
source-code/fullstack-library-app/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/ReviewController.java:19
MethodreviewBookByUser
(@RequestHeader(value="Authorization") String token, @RequestParam Long bo
source-code/fullstack-library-app-https/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/ReviewController.java:19
MethodstripePaymentComplete
(@RequestHeader(value="Authorization") String token)
source-code/fullstack-library-app-https/02-backend/spring-boot-library/spring-boot-library/src/main/java/com/luv2code/springbootlibrary/controller/PaymentController.java:35
FunctionsubmitBtn
()
auth0-security/fullstack-library-app-auth0/03-frontend/react-library/src/layouts/ManageLibraryPage/components/AdminMessage.tsx:10
FunctionsubmitBtn
()
source-code/fullstack-library-app/03-frontend/react-library/src/layouts/ManageLibraryPage/components/AdminMessage.tsx:10
FunctionsubmitBtn
()
source-code/fullstack-library-app-https/03-frontend/react-library/src/layouts/ManageLibraryPage/components/AdminMessage.tsx:10
FunctionsubmitNewBook
()
auth0-security/fullstack-library-app-auth0/03-frontend/react-library/src/layouts/ManageLibraryPage/components/AddNewBook.tsx:42
FunctionsubmitNewBook
()
source-code/fullstack-library-app/03-frontend/react-library/src/layouts/ManageLibraryPage/components/AddNewBook.tsx:42
FunctionsubmitNewBook
()
source-code/fullstack-library-app-https/03-frontend/react-library/src/layouts/ManageLibraryPage/components/AddNewBook.tsx:42
FunctionsubmitNewQuestion
()
auth0-security/fullstack-library-app-auth0/03-frontend/react-library/src/layouts/MessagesPage/components/PostNewMessage.tsx:13
FunctionsubmitNewQuestion
()
source-code/fullstack-library-app/03-frontend/react-library/src/layouts/MessagesPage/components/PostNewMessage.tsx:13
FunctionsubmitNewQuestion
()
source-code/fullstack-library-app-https/03-frontend/react-library/src/layouts/MessagesPage/components/PostNewMessage.tsx:13
FunctionsubmitResponseToQuestion
(id: number, response: string)
auth0-security/fullstack-library-app-auth0/03-frontend/react-library/src/layouts/ManageLibraryPage/components/AdminMessages.tsx:73
FunctionsubmitResponseToQuestion
(id: number, response: string)
source-code/fullstack-library-app/03-frontend/react-library/src/layouts/ManageLibraryPage/components/AdminMessages.tsx:72
FunctionsubmitResponseToQuestion
(id: number, response: string)
source-code/fullstack-library-app-https/03-frontend/react-library/src/layouts/ManageLibraryPage/components/AdminMessages.tsx:72
FunctionsubmitReview
(starInput: number, reviewDescription: string)
auth0-security/fullstack-library-app-auth0/03-frontend/react-library/src/layouts/BookCheckoutPage/BookCheckoutPage.tsx:235
FunctionsubmitReview
(starInput: number, reviewDescription: string)
source-code/fullstack-library-app/03-frontend/react-library/src/layouts/BookCheckoutPage/BookCheckoutPage.tsx:224
FunctionsubmitReview
(starInput: number, reviewDescription: string)
source-code/fullstack-library-app-https/03-frontend/react-library/src/layouts/BookCheckoutPage/BookCheckoutPage.tsx:229
FunctionsubmitTodo
()
source-code/react-overview-todo-project/ReactTS/src/components/NewTodoForm.tsx:8
FunctionsubmitTodo
()
source-code/react-overview-todo-project/ReactJS/src/components/NewTodoForm.js:8
Methodwidth
()
source-code/typescript-training/05-inheritance/Rectangle.ts:11
Methodwidth
()
source-code/typescript-training/06-abstract-classes/Rectangle.ts:15
← previousnext →501–600 of 604, ranked by callers