MCPcopy Create free account

hub / github.com/Jussinevavuori/kilpi / functions

Functions316 in github.com/Jussinevavuori/kilpi

Function$createPostEndpoint
* Create endpoint using a web standard request-response handler. Must be used as a POST * endpoint. * * @param option
packages/core/src/plugins/EndpointPlugin/EndpointPlugin.ts:95
Function$createReactClientComponents
()
packages/react-client/src/plugins/ReactClientPlugin.ts:21
Function$createReactServerComponents
* Create React Server Component bindings for Kilpi. * * ## Example usage * * ```tsx * const { A
packages/react-server/src/plugins/ReactServerPlugin.ts:97
Method$invalidate
* Allow fine-grained invalidation of the cache for this specific policy + inputs.
packages/client/src/KilpiClientNamespace.ts:30
Function$onUnauthorizedRscAssert
* Sets a custom onUnauthorizedAssert handler in the current React Server Component * context. Primary usage is to allow custom handling of
packages/react-server/src/plugins/ReactServerPlugin.ts:78
FunctionArticleCard
(props: ArticleCardProps)
examples/next-js/src/components/ArticleCard.tsx:20
FunctionArticlePage
(props: PageProps<"/article/[articleId]">)
examples/next-js/src/app/article/[articleId]/page.tsx:7
FunctionArticlesList
()
examples/next-js/src/components/ArticlesList.tsx:5
FunctionAuthenticatedHeaderContent
({ subject }: AuthenticatedHeaderContentProps)
examples/next-js/src/components/Header.tsx:73
FunctionAuthorize_Inner
* The inner implementation which is rendered within a suspense boundary by the main component.
packages/react-server/src/components/Authorize.tsx:52
FunctionBlueSky
(props: SvgLogoProps)
apps/docs/src/components/ui/SvgLogos.tsx:20
FunctionButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
examples/next-js/src/components/ui/button.tsx:39
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
examples/next-js/src/components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
examples/next-js/src/components/ui/card.tsx:51
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
examples/next-js/src/components/ui/card.tsx:64
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
examples/next-js/src/components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
examples/next-js/src/components/ui/card.tsx:74
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
examples/next-js/src/components/ui/card.tsx:18
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
examples/next-js/src/components/ui/card.tsx:31
FunctionChangeRoleButton
({ children, ...ButtonProps }: React.ComponentProps<"button">)
examples/next-js/src/components/ChangeRoleButton.tsx:1
FunctionClearKilpiClientCacheButton
(props: ClearKilpiClientCacheButtonProps)
examples/next-js/src/components/ClearKilpiClientCacheButton.tsx:11
FunctionCollapsible
(props: CollapsibleProps)
apps/docs/src/components/mdx/Collapsible.tsx:10
FunctionCommand
({ className, ref, ...props }: CommandProps)
apps/docs/src/components/ui/Command.tsx:9
FunctionCommandDialog
({ children, CommandProps, ...props }: CommandDialogProps)
apps/docs/src/components/ui/Command.tsx:43
FunctionCommandEmpty
({ ref, ...props }: CommandEmptyProps)
apps/docs/src/components/ui/Command.tsx:72
FunctionCommandGroup
({ className, ref, ...props }: CommandGroupProps)
apps/docs/src/components/ui/Command.tsx:84
FunctionCommandInput
({ className, ref, isLoading, ...props }: CommandInputProps)
apps/docs/src/components/ui/Command.tsx:23
FunctionCommandItem
({ ref, className, ...props }: CommandItemProps)
apps/docs/src/components/ui/Command.tsx:111
FunctionCommandList
({ className, ref, ...props }: CommandListProps)
apps/docs/src/components/ui/Command.tsx:60
FunctionCommandSeparator
({ ref, className, ...props }: CommandSeparatorProps)
apps/docs/src/components/ui/Command.tsx:99
FunctionCommandShortcut
({ className, ...props }: CommandShortcutProps)
apps/docs/src/components/ui/Command.tsx:126
FunctionCreateArticleForm
()
examples/next-js/src/components/CreateArticleForm.tsx:27
FunctionCreateArticlePage
()
examples/next-js/src/app/create-article/page.tsx:5
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/docs/src/components/ui/Dialog.tsx:58
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/docs/src/components/ui/Dialog.tsx:53
FunctionDrawer
({ shouldScaleBackground = true, ...props }: React.PropsWithChildren<DrawerProps>)
apps/docs/src/components/ui/Drawer.tsx:7
FunctionDrawerContent
({ ref, className, children, ...props }: DrawerContentProps)
apps/docs/src/components/ui/Drawer.tsx:44
FunctionDrawerDescription
({ ref, className, ...props }: DrawerDescriptionProps)
apps/docs/src/components/ui/Drawer.tsx:93
FunctionDrawerFooter
({ className, ...props }: DrawerFooterProps)
apps/docs/src/components/ui/Drawer.tsx:71
FunctionDrawerHeader
({ className, ...props }: DrawerHeaderProps)
apps/docs/src/components/ui/Drawer.tsx:65
FunctionDrawerOverlay
({ ref, className, ...props }: DrawerOverlayProps)
apps/docs/src/components/ui/Drawer.tsx:30
FunctionDrawerTitle
({ ref, className, ...props }: DrawerTitleProps)
apps/docs/src/components/ui/Drawer.tsx:79
FunctionExpress
(props: SvgLogoProps)
apps/docs/src/components/ui/SvgLogos.tsx:135
FunctionFileTreeNode
({ node }: FileTreeNodeProps)
apps/docs/src/components/mdx/FileTreeNode.tsx:10
FunctionFooter
()
examples/next-js/src/components/Footer.tsx:3
FunctionFormControl
({ ...props }: React.ComponentProps<typeof Slot>)
examples/next-js/src/components/ui/form.tsx:96
FunctionFormDescription
({ className, ...props }: React.ComponentProps<"p">)
examples/next-js/src/components/ui/form.tsx:110
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
examples/next-js/src/components/ui/form.tsx:30
FunctionFormItem
({ className, ...props }: React.ComponentProps<"div">)
examples/next-js/src/components/ui/form.tsx:72
FunctionFormLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
examples/next-js/src/components/ui/form.tsx:82
FunctionFormMessage
({ className, ...props }: React.ComponentProps<"p">)
examples/next-js/src/components/ui/form.tsx:123
FunctionGithub
(props: SvgLogoProps)
apps/docs/src/components/ui/SvgLogos.tsx:4
FunctionHeader
(props: HeaderProps)
examples/next-js/src/components/Header.tsx:13
FunctionHeaderContent
()
examples/next-js/src/components/Header.tsx:92
FunctionHome
()
examples/next-js/src/app/page.tsx:4
FunctionHono
(props: SvgLogoProps)
apps/docs/src/components/ui/SvgLogos.tsx:114
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
examples/next-js/src/components/ui/input.tsx:5
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
examples/next-js/src/components/ui/label.tsx:8
FunctionLoadingArticlePage
()
examples/next-js/src/app/article/[articleId]/loading.tsx:1
FunctionLoadingPage
()
examples/next-js/src/app/create-article/loading.tsx:1
FunctionManageArticleForm
({ article }: ManageArticleFormProps)
examples/next-js/src/components/ManageArticleForm.tsx:11
FunctionMobileNav
(props: MobileNavProps)
apps/docs/src/components/layout/MobileNav.tsx:28
FunctionMobileNavFolder
(props: MobileNavFolderProps)
apps/docs/src/components/layout/MobileNavFolder.tsx:9
FunctionNestJs
(props: SvgLogoProps)
apps/docs/src/components/ui/SvgLogos.tsx:143
FunctionNext
(props: SvgLogoProps)
apps/docs/src/components/ui/SvgLogos.tsx:57
FunctionPOST
()
examples/next-js/src/app/api/change-role/route.ts:4
FunctionPagefindSearch
()
apps/docs/src/components/pagefind/PagefindSearch.tsx:14
FunctionReact
(props: SvgLogoProps)
apps/docs/src/components/ui/SvgLogos.tsx:38
FunctionRootLayout
({ children }: LayoutProps<"/">)
examples/next-js/src/app/layout.tsx:22
FunctionSignInForm
()
examples/next-js/src/components/SignInForm.tsx:25
FunctionSignInPage
()
examples/next-js/src/app/sign-in/page.tsx:3
FunctionSignOutButton
({ children, ...ButtonProps }: React.ComponentProps<"button">)
examples/next-js/src/components/SignOutButton.tsx:6
FunctionSignUpForm
()
examples/next-js/src/components/SignUpForm.tsx:26
FunctionSignUpPage
()
examples/next-js/src/app/sign-up/page.tsx:3
FunctionTabButtons
(props: TabButtonsProps)
apps/docs/src/components/mdx/TabButtons.tsx:21
FunctionTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
examples/next-js/src/components/ui/textarea.tsx:5
FunctionThemeToggle
()
apps/docs/src/components/layout/ThemeToggle.tsx:8
FunctionToaster
({ ...props }: ToasterProps)
examples/next-js/src/components/ui/sonner.tsx:7
FunctionUnauthenticatedHeaderContent
()
examples/next-js/src/components/Header.tsx:53
Method[KilpiCoreSymbol_HandleUnauthorizedAssert]
* Private function for shared onUnauthorizedAssert handling.
packages/core/src/KilpiCore.ts:172
Functiona
(subject)
packages/client/__tests__/KilpiClientCache.test.ts:21
Functionalways
(subject)
packages/client/__tests__/KilpiClient.batch.test.ts:18
Functionalways
(subject)
packages/react-client/src/__tests__/AuthorizeClient.test.tsx:10
Functionalways
(subject)
packages/react-client/src/__tests__/useAuthorize.test.tsx:13
Functionalways
(subject)
packages/core/__tests__/KilpiPolicy.test.ts:15
Functionalways
(subject)
packages/core/__tests__/AuditPlugin.test.ts:12
Functionalways
(subject)
packages/core/__tests__/KilpiHooks.test.ts:15
Functionalways
(subject)
packages/core/__tests__/subjectCaching.test.ts:19
Functionalways
(user)
packages/react-server/src/__tests__/Authorize.test.tsx:29
Functionalways
(subject)
examples/next-js/src/kilpi.server.ts:48
Functionapply
(_1, _2, args)
packages/client/src/utils/proxy.ts:43
Functionapply
(_1, _2, args)
packages/core/src/utils/proxy.ts:21
Functionauthed
(subject)
packages/client/__tests__/KilpiClientPolicy.test.ts:18
Functionauthed
(subject)
packages/core/__tests__/KilpiQuery.test.ts:15
Functionauthed
(subject)
examples/next-js/src/kilpi.server.ts:51
Functionauthorize
({ output: articles })
examples/next-js/src/article-service.ts:66
Functionauthorized
(...input: TInput)
packages/core/src/KilpiQuery.ts:81
Functionb
(subject)
packages/client/__tests__/KilpiClientCache.test.ts:26
Methodconstructor
(options: KilpiClientOptions)
packages/client/src/KilpiClient.ts:78
Methodconstructor
(options: { client: TClient; path: TPath })
packages/client/src/KilpiClientNamespace.ts:14
← previousnext →101–200 of 316, ranked by callers