MCPcopy Create free account

hub / github.com/bex-co/bex / functions

Functions549 in github.com/bex-co/bex

FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
dashboard/src/common/components/ui/form.tsx:32
FunctionFormItem
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/form.tsx:76
FunctionFormLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
dashboard/src/common/components/ui/form.tsx:90
FunctionFormMessage
({ className, ...props }: React.ComponentProps<"p">)
dashboard/src/common/components/ui/form.tsx:139
FunctionHomePage
()
dashboard/src/routes/index.tsx:53
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
dashboard/src/common/components/ui/input.tsx:5
FunctionInputOTP
({ className, containerClassName, ...props }: React.ComponentProps<typeof OTPInput> & { containerClass
dashboard/src/common/components/ui/input-otp.tsx:7
FunctionInputOTPGroup
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/input-otp.tsx:27
FunctionInputOTPSeparator
({ ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/input-otp.tsx:67
FunctionInputOTPSlot
({ index, className, ...props }: React.ComponentProps<"div"> & { index: number; })
dashboard/src/common/components/ui/input-otp.tsx:37
FunctionInstallCertManager
InstallCertManager installs the cert manager bundle.
operator/test/utils/utils.go:85
FunctionIsCertManagerCRDsInstalled
IsCertManagerCRDsInstalled checks if any Cert Manager CRDs are installed by verifying the existence of key CRDs related to Cert Manager.
operator/test/utils/utils.go:105
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
dashboard/src/common/components/ui/label.tsx:6
MethodList
(context.Context)
operator/internal/api/apikeys_test.go:44
MethodList
List returns every App in the namespace.
operator/internal/api/core.go:161
MethodList
(ctx context.Context)
operator/internal/api/apikeys.go:139
FunctionLoadImageToKindClusterWithName
LoadImageToKindClusterWithName loads a local docker image to the kind cluster
operator/test/utils/utils.go:137
FunctionLoginPage
()
dashboard/src/features/auth/pages/login-page/index.tsx:9
FunctionLogoutPage
()
dashboard/src/features/auth/pages/logout-page/index.tsx:10
FunctionMarkdownRenderer
({ content, className, }: MarkdownRendererProps)
dashboard/src/common/components/markdown-renderer.tsx:130
FunctionMenubar
({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.Root>)
dashboard/src/common/components/ui/menubar.tsx:7
FunctionMenubarCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof MenubarPrimitive.CheckboxItem
dashboard/src/common/components/ui/menubar.tsx:112
FunctionMenubarContent
({ className, align = "start", alignOffset = -4, sideOffset = 8, ...props }: React.ComponentProps<ty
dashboard/src/common/components/ui/menubar.tsx:65
FunctionMenubarGroup
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Group>)
dashboard/src/common/components/ui/menubar.tsx:29
FunctionMenubarItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof MenubarPrimitive.Ite
dashboard/src/common/components/ui/menubar.tsx:89
FunctionMenubarLabel
({ className, inset, ...props }: React.ComponentProps<typeof MenubarPrimitive.Label> & { inset?: boole
dashboard/src/common/components/ui/menubar.tsx:162
FunctionMenubarMenu
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Menu>)
dashboard/src/common/components/ui/menubar.tsx:23
FunctionMenubarPortal
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Portal>)
dashboard/src/common/components/ui/menubar.tsx:35
FunctionMenubarRadioGroup
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.RadioGroup>)
dashboard/src/common/components/ui/menubar.tsx:41
FunctionMenubarRadioItem
({ className, children, ...props }: React.ComponentProps<typeof MenubarPrimitive.RadioItem>)
dashboard/src/common/components/ui/menubar.tsx:138
FunctionMenubarSeparator
({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.Separator>)
dashboard/src/common/components/ui/menubar.tsx:182
FunctionMenubarShortcut
({ className, ...props }: React.ComponentProps<"span">)
dashboard/src/common/components/ui/menubar.tsx:195
FunctionMenubarSub
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Sub>)
dashboard/src/common/components/ui/menubar.tsx:211
FunctionMenubarSubContent
({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.SubContent>)
dashboard/src/common/components/ui/menubar.tsx:241
FunctionMenubarSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof MenubarPrimitive.SubTrigger> &
dashboard/src/common/components/ui/menubar.tsx:217
FunctionMenubarTrigger
({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.Trigger>)
dashboard/src/common/components/ui/menubar.tsx:49
FunctionNew
(baseURL string)
operator/internal/runtime/opensandbox.go:40
FunctionNewPodLogSource
NewPodLogSource returns the production PodLogSource for Core.Logs, backed by a client-go clientset. It lives here (not core.go) so the domain layer ke
operator/internal/api/podlogs.go:32
FunctionNewPodLogStream
NewPodLogStream returns the production PodLogStream for Core.FollowLogs — the live-tail sibling of NewPodLogSource (Follow:true, no tail). Same ration
operator/internal/api/podlogs.go:45
FunctionNewResourceMetricsSource
metricsource.go holds the production metrics backends — the metrics analogue of podlogs.go. Both keep their k8s/HTTP clients OUT of Core (the domain l
operator/internal/api/metricsource.go:51
FunctionNotFoundPage
()
dashboard/src/common/root-route/not-found-page.tsx:9
FunctionPageHeader
({ title, description, className }: PageHeaderProps)
dashboard/src/common/components/page-header/index.tsx:10
FunctionPagination
({ className, ...props }: React.ComponentProps<"nav">)
dashboard/src/common/components/ui/pagination.tsx:11
FunctionPaginationContent
({ className, ...props }: React.ComponentProps<"ul">)
dashboard/src/common/components/ui/pagination.tsx:23
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
dashboard/src/common/components/ui/pagination.tsx:102
FunctionPaginationItem
({ ...props }: React.ComponentProps<"li">)
dashboard/src/common/components/ui/pagination.tsx:36
FunctionPaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
dashboard/src/common/components/ui/pagination.tsx:45
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
dashboard/src/common/components/ui/pagination.tsx:85
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
dashboard/src/common/components/ui/pagination.tsx:68
FunctionPopover
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Root>)
dashboard/src/common/components/ui/popover.tsx:6
FunctionPopoverAnchor
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Anchor>)
dashboard/src/common/components/ui/popover.tsx:40
FunctionPopoverContent
({ className, align = "center", sideOffset = 4, ...props }: React.ComponentProps<typeof PopoverPrimiti
dashboard/src/common/components/ui/popover.tsx:18
FunctionPopoverTrigger
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Trigger>)
dashboard/src/common/components/ui/popover.tsx:12
MethodReconcile
+kubebuilder:rbac:groups=app.bex.co,resources=databases,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=app.bex.co,resources=
operator/internal/controller/database_controller.go:149
FunctionRegisterPage
()
dashboard/src/features/auth/pages/register-page/index.tsx:9
FunctionResponsiveTabTriggerList
({ selectedTab, setSelectedTab, tabOptions, className, }: ResponsiveTabTriggerListProps)
dashboard/src/common/components/responsive-tab-trigger-list/index.tsx:23
MethodRestart
Restart requests a rolling restart (spec.restartedAt = now). The operator stamps the pod template and Kubernetes rolls the pods with no downtime.
operator/internal/api/core.go:184
MethodResume
(ctx context.Context, id string, port int)
operator/internal/runtime/opensandbox.go:198
FunctionRootComponent
()
dashboard/src/common/root-route/root-component.tsx:6
FunctionRootProvider
({ children }: { children: React.ReactNode })
dashboard/src/common/providers/root-provider.tsx:5
FunctionScrollArea
({ className, children, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Root>)
dashboard/src/common/components/ui/scroll-area.tsx:6
FunctionScrollBar
({ className, orientation = "vertical", ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Scro
dashboard/src/common/components/ui/scroll-area.tsx:29
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
dashboard/src/common/components/ui/select.tsx:7
FunctionSelectContent
({ className, children, position = "popper", align = "center", ...props }: React.ComponentProps<type
dashboard/src/common/components/ui/select.tsx:51
FunctionSelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
dashboard/src/common/components/ui/select.tsx:13
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
dashboard/src/common/components/ui/select.tsx:101
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
dashboard/src/common/components/ui/select.tsx:88
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
dashboard/src/common/components/ui/select.tsx:156
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
dashboard/src/common/components/ui/select.tsx:138
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
dashboard/src/common/components/ui/select.tsx:125
FunctionSelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trig
dashboard/src/common/components/ui/select.tsx:25
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
dashboard/src/common/components/ui/select.tsx:19
FunctionSeparator
({ className, orientation = "horizontal", decorative = true, ...props }: React.ComponentProps<typeof S
dashboard/src/common/components/ui/separator.tsx:6
FunctionSettingsPage
()
dashboard/src/features/auth/pages/settings-page/index.tsx:15
MethodSetupWithManager
SetupWithManager wires the controller. It owns the CNPG Cluster (unstructured) so deletes cascade and Cluster changes re-trigger reconcile.
operator/internal/controller/database_controller.go:248
FunctionSheet
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>)
dashboard/src/common/components/ui/sheet.tsx:9
FunctionSheetClose
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Close>)
dashboard/src/common/components/ui/sheet.tsx:19
FunctionSheetContent
({ className, children, side = "right", ...props }: React.ComponentProps<typeof SheetPrimitive.Content
dashboard/src/common/components/ui/sheet.tsx:47
FunctionSheetDescription
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Description>)
dashboard/src/common/components/ui/sheet.tsx:117
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/sheet.tsx:94
FunctionSheetHeader
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/sheet.tsx:84
FunctionSheetOverlay
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Overlay>)
dashboard/src/common/components/ui/sheet.tsx:31
FunctionSheetPortal
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Portal>)
dashboard/src/common/components/ui/sheet.tsx:25
FunctionSheetTitle
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Title>)
dashboard/src/common/components/ui/sheet.tsx:104
FunctionSheetTrigger
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Trigger>)
dashboard/src/common/components/ui/sheet.tsx:13
FunctionShellComponent
({ children, }: { children: React.ReactNode; })
dashboard/src/common/root-route/shell-component.tsx:4
FunctionSidebar
({ side = "left", variant = "sidebar", collapsible = "offcanvas", className, children, ...props }:
dashboard/src/common/components/ui/sidebar.tsx:163
FunctionSidebarContent
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/sidebar.tsx:388
FunctionSidebarFooter
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/sidebar.tsx:363
FunctionSidebarGroup
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/sidebar.tsx:402
FunctionSidebarGroupAction
({ className, asChild = false, ...props }: React.ComponentProps<"button"> & { asChild?: boolean })
dashboard/src/common/components/ui/sidebar.tsx:434
FunctionSidebarGroupContent
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/sidebar.tsx:457
FunctionSidebarGroupLabel
({ className, asChild = false, ...props }: React.ComponentProps<"div"> & { asChild?: boolean })
dashboard/src/common/components/ui/sidebar.tsx:413
FunctionSidebarHeader
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/sidebar.tsx:352
FunctionSidebarInput
({ className, ...props }: React.ComponentProps<typeof Input>)
dashboard/src/common/components/ui/sidebar.tsx:338
FunctionSidebarInset
({ className, ...props }: React.ComponentProps<"main">)
dashboard/src/common/components/ui/sidebar.tsx:324
FunctionSidebarMenu
({ className, ...props }: React.ComponentProps<"ul">)
dashboard/src/common/components/ui/sidebar.tsx:471
FunctionSidebarMenuAction
({ className, asChild = false, showOnHover = false, ...props }: React.ComponentProps<"button"> & { a
dashboard/src/common/components/ui/sidebar.tsx:565
FunctionSidebarMenuBadge
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/sidebar.tsx:597
FunctionSidebarMenuButton
({ asChild = false, isActive = false, variant = "default", size = "default", tooltip, className,
dashboard/src/common/components/ui/sidebar.tsx:515
← previousnext →301–400 of 549, ranked by callers