MCPcopy Create free account

hub / github.com/TryHarder-L/NiniMenu / functions

Functions414 in github.com/TryHarder-L/NiniMenu

↓ 1 callersFunctionsplitTaste
(raw string)
backend/internal/dishes/catalog_test.go:82
↓ 1 callersFunctionstartEdit
(q: Quote)
frontend/src/pages/admin/Quotes.tsx:68
↓ 1 callersFunctionstartEdit
(a: Achievement)
frontend/src/pages/admin/Achievements.tsx:53
↓ 1 callersFunctionstartTimer
(secs: number)
frontend/src/pages/CookMode.tsx:50
↓ 1 callersFunctionstringSet
(values []string)
backend/internal/database/database.go:216
↓ 1 callersFunctiontiltFor
(seed: number)
frontend/src/pages/PhotoWall.tsx:31
↓ 1 callersFunctiontoRGBA
(img image.Image)
backend/cmd/imgtool/main.go:94
↓ 1 callersFunctiontodayStr
()
backend/internal/handlers/manage.go:357
↓ 1 callersFunctiontoggleTaste
(t: string)
frontend/src/pages/admin/DishEdit.tsx:228
↓ 1 callersFunctionuniqueById
(items: Dish[])
frontend/src/pages/Tomorrow.tsx:116
↓ 1 callersFunctionuniqueStrings
(values []string)
backend/internal/dishes/catalog.go:206
↓ 1 callersFunctionupsertManagedStringArraySetting
(key string, defaults []string)
backend/internal/database/database.go:167
↓ 1 callersFunctionupsertStringArraySetting
(key string, defaults []string)
backend/internal/database/database.go:153
FunctionAchievementUnlockOverlay
()
frontend/src/components/AchievementUnlockOverlay.tsx:48
FunctionAchievements
()
frontend/src/pages/Achievements.tsx:14
FunctionAddFavorite
(c *gin.Context)
backend/internal/handlers/favorite.go:338
FunctionAdminAchievements
()
frontend/src/pages/admin/Achievements.tsx:9
FunctionAdminDashboard
()
frontend/src/pages/admin/Dashboard.tsx:18
FunctionAdminDishEdit
()
frontend/src/pages/admin/DishEdit.tsx:50
FunctionAdminDishes
()
frontend/src/pages/admin/Dishes.tsx:18
FunctionAdminLayout
()
frontend/src/layouts/AdminLayout.tsx:15
FunctionAdminLogin
()
frontend/src/pages/admin/Login.tsx:9
FunctionAdminQuotes
()
frontend/src/pages/admin/Quotes.tsx:20
FunctionAdminRecords
()
frontend/src/pages/admin/Records.tsx:18
FunctionAdminSettings
()
frontend/src/pages/admin/Settings.tsx:31
FunctionAnimatedBottomSheet
({ children, onClose, className = "", zIndexClass = "z-[200]", }: AnimatedBottomSheetProps)
frontend/src/components/AnimatedBottomSheet.tsx:14
FunctionApp
()
frontend/src/App.tsx:38
FunctionAppAuthMiddleware
()
backend/internal/middleware/middleware.go:57
FunctionAppGate
({ children }: { children: React.ReactNode })
frontend/src/components/AppGate.tsx:9
FunctionAppLogin
(c *gin.Context)
backend/internal/handlers/admin.go:16
FunctionAuthMiddleware
()
backend/internal/middleware/middleware.go:38
FunctionBadRequest
(c *gin.Context, msg string)
backend/internal/utils/response.go:39
FunctionBatchCreateRecords
(c *gin.Context)
backend/internal/handlers/record.go:254
FunctionBatchDeleteDishes
(c *gin.Context)
backend/internal/handlers/dish.go:289
FunctionBatchToggleDishes
(c *gin.Context)
backend/internal/handlers/dish.go:274
FunctionBatchUpdateCategory
(c *gin.Context)
backend/internal/handlers/dish.go:305
FunctionBuildShoppingList
(dates []string)
backend/internal/services/plan_service.go:419
FunctionCORSMiddleware
()
backend/internal/middleware/middleware.go:81
FunctionCacheControlMiddleware
(maxAge int)
backend/internal/middleware/middleware.go:123
FunctionCard
({ children, className = "", onClick }: CardProps)
frontend/src/components/Card.tsx:12
FunctionCategoryChip
({ active, label, count, summary, onClick, }: { active: boolean label: string count: number
frontend/src/pages/Favorites.tsx:369
FunctionCloneDish
(c *gin.Context)
backend/internal/handlers/dish.go:226
FunctionCookMode
()
frontend/src/pages/CookMode.tsx:18
FunctionCountStepper
({ value, onChange }: { value: number; onChange: (value: number) => void })
frontend/src/pages/Tomorrow.tsx:180
FunctionCreateAchievement
(c *gin.Context)
backend/internal/handlers/manage.go:154
FunctionCreateDish
(c *gin.Context)
backend/internal/handlers/dish.go:107
FunctionCreateOrUpdateDayRating
(c *gin.Context)
backend/internal/handlers/record.go:458
FunctionCreateOrUpdateHomeMood
(c *gin.Context)
backend/internal/handlers/record.go:427
FunctionCreateQuote
(c *gin.Context)
backend/internal/handlers/manage.go:26
FunctionCreateRecord
(c *gin.Context)
backend/internal/handlers/record.go:216
FunctionDefaultAchievements
()
backend/internal/achievements/catalog.go:5
FunctionDeleteAchievement
(c *gin.Context)
backend/internal/handlers/manage.go:201
FunctionDeleteDish
(c *gin.Context)
backend/internal/handlers/dish.go:203
FunctionDeleteImage
(c *gin.Context)
backend/internal/handlers/upload.go:98
FunctionDeleteQuote
(c *gin.Context)
backend/internal/handlers/manage.go:58
FunctionDeleteRecord
(c *gin.Context)
backend/internal/handlers/record.go:333
FunctionDeleteShoppingCategoryHandler
(c *gin.Context)
backend/internal/handlers/plan.go:93
FunctionDeleteShoppingCategoryOverride
(itemName string)
backend/internal/services/plan_service.go:592
FunctionDishCard
({ dish, onClick, showFav, favActive, onToggleFav, showDifficulty }: DishCardProps)
frontend/src/components/DishCard.tsx:22
FunctionDishDetail
()
frontend/src/pages/DishDetail.tsx:106
FunctionDishImage
({ dish, className, imgClassName, emojiSize = "text-4xl" }: DishImageProps)
frontend/src/components/DishImage.tsx:32
FunctionDishList
()
frontend/src/pages/DishList.tsx:31
FunctionDishPickerModal
({ meal, selectedMealById, onAdd, onRemove, onClose, }: { meal: MealType selectedMealById: Map<n
frontend/src/pages/Tomorrow.tsx:479
FunctionDishRow
({ dish, isFav, isLunch, isDinner, onToggleFav, onToggleMeal, onClick }: DishRowProps)
frontend/src/pages/DishList.tsx:586
FunctionDishRow
({ dish, meal, onOpen, onSwap, onRemove, }: { dish: Dish meal: MealType onOpen: () => void o
frontend/src/pages/Tomorrow.tsx:317
FunctionEmptyFavorites
({ onBrowse }: { onBrowse: () => void })
frontend/src/pages/Favorites.tsx:470
FunctionFavoriteRow
({ item, removing, onClick, onRemove, }: { item: FavoriteOverviewItem removing: boolean onClick:
frontend/src/pages/Favorites.tsx:400
FunctionFavorites
()
frontend/src/pages/Favorites.tsx:47
FunctionFavoritesSkeleton
()
frontend/src/pages/Favorites.tsx:491
FunctionField
({ label, hint, children }: { label: string; hint?: string; children: React.ReactNode })
frontend/src/pages/admin/DishEdit.tsx:37
FunctionForbidden
(c *gin.Context, msg string)
backend/internal/utils/response.go:47
FunctionGenerateToken
()
backend/internal/middleware/middleware.go:106
FunctionGetAchievements
(c *gin.Context)
backend/internal/handlers/manage.go:64
FunctionGetAppInfo
(c *gin.Context)
backend/internal/handlers/manage.go:208
FunctionGetCachedWeekPlan
()
backend/internal/services/plan_service.go:54
FunctionGetDashboard
(c *gin.Context)
backend/internal/handlers/manage.go:268
FunctionGetDayRating
(c *gin.Context)
backend/internal/handlers/record.go:385
FunctionGetDayRatings
(c *gin.Context)
backend/internal/handlers/record.go:399
FunctionGetDish
(c *gin.Context)
backend/internal/handlers/dish.go:79
FunctionGetDishCategoryCounts
(c *gin.Context)
backend/internal/handlers/dish.go:251
FunctionGetDishRecords
(c *gin.Context)
backend/internal/handlers/dish.go:346
FunctionGetDishes
(c *gin.Context)
backend/internal/handlers/dish.go:16
FunctionGetFavorites
(c *gin.Context)
backend/internal/handlers/favorite.go:57
FunctionGetFavoritesOverview
(c *gin.Context)
backend/internal/handlers/favorite.go:150
FunctionGetPhotoWall
GetPhotoWall 返回所有留下照片的日子,按日期倒序,组成"回忆照片墙"
backend/internal/handlers/record.go:516
FunctionGetQuotes
(c *gin.Context)
backend/internal/handlers/manage.go:15
FunctionGetRandomQuote
(scene string)
backend/internal/services/pick_service.go:309
FunctionGetRecords
(c *gin.Context)
backend/internal/handlers/record.go:132
FunctionGetSettings
(c *gin.Context)
backend/internal/handlers/manage.go:219
FunctionGetShoppingCategories
(c *gin.Context)
backend/internal/handlers/plan.go:71
FunctionGetShoppingList
(c *gin.Context)
backend/internal/handlers/plan.go:27
FunctionGetStats
(c *gin.Context)
backend/internal/handlers/record.go:351
FunctionGetUpcomingHolidays
(c *gin.Context)
backend/internal/handlers/plan.go:99
FunctionGetWeekPlan
(c *gin.Context)
backend/internal/handlers/plan.go:13
FunctionHeaderIconButton
({ className = "", children, ...props }: ButtonHTMLAttributes<HTMLButtonElement>)
frontend/src/components/PageHeader.tsx:15
FunctionHeroDishButton
({ label, detail, dish, icon, onClick, }: { label: string detail: string dish: Dish icon: Re
frontend/src/pages/Favorites.tsx:284
FunctionHistory
()
frontend/src/pages/History.tsx:53
FunctionHome
()
frontend/src/pages/Home.tsx:41
FunctionIngredientCard
({ ing, scale }: { ing: Ingredient; scale: number })
frontend/src/pages/DishDetail.tsx:54
FunctionInit
()
backend/internal/database/database.go:18
← previousnext →201–300 of 414, ranked by callers