MCPcopy Create free account

hub / github.com/pollinations/pollinations / functions

Functions5,304 in github.com/pollinations/pollinations

FunctionCodeOfConduct
()
apps/gsoc/src/pages/Terms.jsx:13
FunctionCodeOfConduct
()
apps/gsoc/src/pages/CodeOfConduct.jsx:14
FunctionCollapsible
({ label, expanded, onToggle, children, disabled = false, wrapperClassName, trigge
packages/ui/src/compositions/Collapsible.tsx:35
FunctionColorModeToggle
()
packages/ui/src/primitives/ColorModeToggle.tsx:148
FunctionColoredUrl
Renders a color-coded GET API URL: base/{type}/{prompt}?params&key=YOUR_API_KEY
pollinations.ai/src/ui/components/play/PlayGenerator.tsx:22
FunctionColorsPage
()
apps/react/src/pages/colors-page.tsx:83
FunctionCommunityDetailRow
({ icon, label, value, copyLabel, }: CommunityDetailRowProps)
enter.pollinations.ai/frontend/src/components/community-endpoints/community-endpoint-card.tsx:128
FunctionCommunityEndpointCard
({ endpoint, onEdit, onDelete, }: CommunityEndpointCardProps)
enter.pollinations.ai/frontend/src/components/community-endpoints/community-endpoint-card.tsx:27
FunctionCommunityEndpointDeleteConfirmation
({ endpoint, onConfirm, onCancel, }: CommunityEndpointDeleteConfirmationProps)
enter.pollinations.ai/frontend/src/components/community-endpoints/community-endpoint-delete-confirmation.tsx:10
FunctionCommunityEndpointDialog
({ endpoint, open, onOpenChange, onSubmit, trigger, }: CommunityEndpointDialogProps)
enter.pollinations.ai/frontend/src/components/community-endpoints/community-endpoint-dialog.tsx:50
FunctionCommunityEndpoints
({ onChange }: CommunityEndpointsProps)
enter.pollinations.ai/frontend/src/components/community-endpoints/community-endpoints.tsx:24
FunctionCommunityPage
()
pollinations.ai/src/ui/pages/CommunityPage.tsx:25
FunctionCommunityPriceBadges
({ group }: { group: CommunityPriceGroup })
enter.pollinations.ai/frontend/src/components/community-endpoints/community-endpoint-card.tsx:171
FunctionCompositionsPage
()
apps/react/src/pages/compositions-page.tsx:39
FunctionConfirmModal
({ isOpen, onClose, onConfirm, title, message, confirmText = "Confirm", cancelText
apps/chat/src/components/ConfirmModal.jsx:3
FunctionConfirmationModal
({ isOpen, onClose, onConfirm, title = "Confirm Action", message = "Are you sure you want
apps/chat/src/components/ConfirmationModal.jsx:3
FunctionContributing
()
apps/gsoc/src/pages/Contributing.jsx:14
FunctionControlGroup
({ label, children, })
apps/react/src/showcase/sections.tsx:171
FunctionCopyButton
({ value, children, copiedTimeoutMs = 2000, tooltip = "📋 Click to copy", tooltipAlign,
packages/ui/src/compositions/CopyButton.tsx:31
FunctionCopyIcon
({ className = "w-4 h-4", stroke = "currentColor" })
pollinations.ai/src/ui/assets/CopyIcon.tsx:4
FunctionCountBadge
({ intent, count, label })
apps/model-monitor/src/App.jsx:163
FunctionCountdownButton
()
apps/gsoc/src/components/CountdownButton.jsx:5
FunctionCt
apps/operation/quest-dashboard/assets/bundle.js:2
FunctionCubeIcon
(props: IconProps)
packages/ui/src/primitives/icons/index.tsx:159
FunctionCy
(e,t,n)
apps/operation/quest-dashboard/assets/bundle.js:2
FunctionD1
()
apps/operation/quest-dashboard/assets/bundle.js:4
FunctionD4
(e,t,n)
apps/operation/quest-dashboard/assets/bundle.js:16
FunctionDashboardFooter
({ links, note })
enter.pollinations.ai/frontend/src/components/layout/dashboard-shell.tsx:538
FunctionDashboardRail
({ activePage, navItems, supportAction, supportLinks, accountArea, walletArea, onP
enter.pollinations.ai/frontend/src/components/layout/dashboard-shell.tsx:362
FunctionDashboardShell
({ activePage, navItems = DASHBOARD_NAV_ITEMS, githubUsername, githubAvatarUrl, onPageChan
enter.pollinations.ai/frontend/src/components/layout/dashboard-shell.tsx:134
FunctionDashboardSupport
({ action, links })
enter.pollinations.ai/frontend/src/components/layout/dashboard-shell.tsx:486
FunctionDatabaseIcon
(props: IconProps)
packages/ui/src/primitives/icons/index.tsx:400
FunctionDebugShowcase
({ activeView, onSelectView, }: { activeView: AppView; onSelectView: (view: AppView) => void;
apps/react/src/App.tsx:146
FunctionDeleteConfirmation
({ deleteId, onConfirm, onCancel, })
enter.pollinations.ai/frontend/src/components/keys/key-delete-confirmation.tsx:10
FunctionDesignShowcase
({ headerSlot, hideHeader = false, })
apps/react/src/showcase/DesignShowcase.tsx:29
FunctionDevice
({ prefilledCode }: DeviceProps)
enter.pollinations.ai/frontend/src/components/auth/device.tsx:19
FunctionDf
(e,t,n)
apps/operation/quest-dashboard/assets/bundle.js:8
FunctionDg
(e)
apps/operation/quest-dashboard/assets/bundle.js:2
FunctionDialog
({ open, onOpenChange, trigger, triggerAsChild = false, triggerClassName, title, a
packages/ui/src/primitives/Dialog.tsx:29
FunctionDialog
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>)
apps/ai-dungeon-master/src/components/ui/dialog.tsx:9
FunctionDialogClose
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>)
apps/ai-dungeon-master/src/components/ui/dialog.tsx:27
FunctionDialogContent
({ className, children, ...props }: React.ComponentProps<typeof DialogPrimitive.Content>)
apps/ai-dungeon-master/src/components/ui/dialog.tsx:49
FunctionDialogDescription
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>)
apps/ai-dungeon-master/src/components/ui/dialog.tsx:111
FunctionDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
apps/ai-dungeon-master/src/components/ui/dialog.tsx:85
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
apps/ai-dungeon-master/src/components/ui/dialog.tsx:75
FunctionDialogOverlay
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>)
apps/ai-dungeon-master/src/components/ui/dialog.tsx:33
FunctionDialogPortal
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>)
apps/ai-dungeon-master/src/components/ui/dialog.tsx:21
FunctionDialogTitle
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>)
apps/ai-dungeon-master/src/components/ui/dialog.tsx:98
FunctionDialogTrigger
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>)
apps/ai-dungeon-master/src/components/ui/dialog.tsx:15
FunctionDisabledControlTooltip
({ children, content, className, })
enter.pollinations.ai/frontend/src/components/pollen/auto-top-up-panel.tsx:483
FunctionDiscordIcon
(props: IconProps)
packages/ui/src/primitives/icons/index.tsx:71
FunctionDiscordIcon
(props)
pollinations.ai/src/ui/assets/SocialIcons.tsx:5
FunctionDm
(e,t,n,r)
apps/operation/quest-dashboard/assets/bundle.js:27
FunctionDownloadIcon
(props: IconProps)
packages/ui/src/primitives/icons/index.tsx:82
FunctionDropdown
({ trigger, children, align = "start", open: openProp, onOpenChange, className, })
packages/ui/src/primitives/Dropdown.tsx:23
FunctionDropdownItem
({ as, className, children, ...rest }: DropdownItemProps<T>)
packages/ui/src/primitives/DropdownItem.tsx:16
FunctionDt
({expanded:e,className:t})
apps/operation/quest-dashboard/assets/bundle.js:2
FunctionDynamicNews
({ item })
enter.pollinations.ai/frontend/src/components/news-faq/news-banner.tsx:182
FunctionE0
(e,t)
apps/operation/quest-dashboard/assets/bundle.js:29
FunctionE1
(P)
apps/operation/quest-dashboard/assets/bundle.js:4
FunctionE3
(e)
apps/operation/quest-dashboard/assets/bundle.js:29
FunctionE4
(e,t,n)
apps/operation/quest-dashboard/assets/bundle.js:21
FunctionEarningsEmptyState
()
enter.pollinations.ai/frontend/src/components/activity/earnings-graph.tsx:314
FunctionEarningsGraph
({ period, apps })
enter.pollinations.ai/frontend/src/components/activity/earnings-graph.tsx:30
FunctionEasterEggModal
({ open, onClose })
apps/gsoc/src/components/EasterEggModal.jsx:21
FunctionEditApiKeyDialog
({ apiKey, onUpdate, onClose, })
enter.pollinations.ai/frontend/src/components/keys/edit-api-key-dialog.tsx:59
FunctionEditScreen
({ navigation, route }: RootStackScreenProps<'EditScreen'>)
apps/reimagine/src/screens/EditScreen.tsx:24
FunctionEf
(e,t)
apps/operation/quest-dashboard/assets/bundle.js:8
FunctionEg
(e)
apps/operation/quest-dashboard/assets/bundle.js:2
FunctionEnterButton
({ isLoggedIn, authCopy, labelClassName = labelCls, }: { isLoggedIn: boolean; authCopy: Re
pollinations.ai/src/ui/components/Layout.tsx:114
FunctionEr
()
apps/operation/quest-dashboard/assets/bundle.js:2
FunctionErrorBanner
({ children }: { children: ReactNode })
packages/ui/src/modules/auth/AuthModal.tsx:100
FunctionErrorNotice
({ children })
enter.pollinations.ai/frontend/src/components/pollen/auto-top-up-panel.tsx:545
FunctionErrorPage
()
enter.pollinations.ai/frontend/src/routes/error.tsx:11
FunctionEu
apps/operation/quest-dashboard/assets/bundle.js:2
FunctionExpiryDaysInput
({ value, onChange, disabled = false, inline = false, })
enter.pollinations.ai/frontend/src/components/keys/expiry-days-input.tsx:16
FunctionExportButton
({ entries, repoName })
apps/changelog-generator/src/components/ExportButton.jsx:5
FunctionExternalLinkButton
(props: ExternalLinkButtonProps)
packages/ui/src/compositions/ExternalLinkButton.tsx:23
FunctionExternalLinkIcon
(props: IconProps)
packages/ui/src/primitives/icons/index.tsx:92
FunctionExternalLinkIcon
({ className = "w-3.5 h-3.5", stroke = "currentColor", strokeWidth = "2.5", }: { className?: s
pollinations.ai/src/ui/assets/ExternalLinkIcon.tsx:4
FunctionEyeIcon
(props: IconProps)
packages/ui/src/primitives/icons/index.tsx:314
FunctionF1
()
apps/operation/quest-dashboard/assets/bundle.js:4
FunctionF3
(e)
apps/operation/quest-dashboard/assets/bundle.js:29
FunctionF4
(e,t,n)
apps/operation/quest-dashboard/assets/bundle.js:22
FunctionFAQ
({ showTitle = true })
enter.pollinations.ai/frontend/src/components/news-faq/faq.tsx:67
FunctionFb
(e,t)
apps/operation/quest-dashboard/assets/bundle.js:10
FunctionFd
({options:e,selected:t,onChange:n,placeholder:r,disabled:o,disabledText:l,align:i="start",label:s})
apps/operation/quest-dashboard/assets/bundle.js:29
FunctionFeedbackDemo
()
apps/react/src/showcase/sections.tsx:1035
FunctionFieldStack
({ label, children, helper, action, error, alignLabelRow = false, className, l
packages/ui/src/compositions/FieldStack.tsx:18
FunctionFilePreview
({ file, placeholderIcon, size = "sm", }: { file: File; placeholderIcon: ReactNode; si
packages/ui/src/compositions/FileUpload.tsx:57
FunctionFileUpload
({ value, onChange, onReject, maxFiles = 4, maxSizeBytes = 10 * 1024 * 1024, accept =
packages/ui/src/compositions/FileUpload.tsx:155
FunctionFloatingAssistant
()
apps/gsoc/src/components/FloatingAssistant.jsx:6
FunctionFm
(e,t,n,r)
apps/operation/quest-dashboard/assets/bundle.js:27
FunctionFooter
()
apps/gsoc/src/components/Footer.jsx:26
FunctionFooter
()
apps/map-to-isometric/src/components/Footer.jsx:4
FunctionFooterLinks
({ layoutCopy, labelClassName = labelCls, }: { layoutCopy: Record<string, string>; labelClassN
pollinations.ai/src/ui/components/Layout.tsx:74
FunctionFu
apps/operation/quest-dashboard/assets/bundle.js:2
FunctionFunnelChart
({ data, title })
apps/operation/kpi/src/components/FunnelChart.jsx:11
FunctionG2
(e,t,n)
apps/operation/quest-dashboard/assets/bundle.js:2
FunctionG4
(e,t,n)
apps/operation/quest-dashboard/assets/bundle.js:29
← previousnext →3,701–3,800 of 5,304, ranked by callers