MCPcopy Create free account

hub / github.com/bettergovph/bettergov / functions

Functions461 in github.com/bettergovph/bettergov

↓ 1 callersFunctionopenDetailsDialog
(country: string)
src/pages/travel/visa/index.tsx:396
↓ 1 callersFunctionparseCSVFile
(filePath)
scripts/index_flood_control.cjs:72
↓ 1 callersFunctionparseNumericCost
* Parse numeric cost, handling currency symbols and formatting
src/data/flood_control/load_flood_control.js:112
↓ 1 callersFunctionpathToSlug
(path: string)
src/lib/lgu.ts:39
↓ 1 callersFunctionpatternVariant
(slug: string)
src/components/ui/Banner.tsx:10
↓ 1 callersFunctionprocessArcGISFeature
* Process and validate ArcGIS feature data
src/data/flood_control/load_flood_control_arcgis.js:93
↓ 1 callersFunctionprocessContract
* Process and validate contract data from JSON
src/data/flood_control/load_flood_control.js:89
↓ 1 callersFunctionprocessContractorData
(contractor)
scripts/index_contractors.cjs:117
↓ 1 callersFunctionprocessFile
()
src/data/flood_control/extract_lookups_jsonstream.js:43
↓ 1 callersFunctionprocessFile
(fileConfig)
scripts/add-directory-slugs.js:59
↓ 1 callersFunctionprocessNestedFields
(department, type, allWebsiteEntries)
scripts/extract-websites.js:94
↓ 1 callersFunctionprocessNumericFields
(record)
scripts/index_flood_control.cjs:110
↓ 1 callersMethodquery
(input: string)
src/lib/assistant.ts:56
↓ 1 callersFunctionreadContractorFiles
(dirPath)
scripts/index_contractors.cjs:79
↓ 1 callersFunctionreadJSONFile
(filePath)
scripts/index_flood_control_arcgis.js:42
↓ 1 callersFunctionregionStyle
( feature?: GeoJSON.Feature<GeoJSON.Geometry, RegionProperties> )
src/pages/philippines/map/index.tsx:174
↓ 1 callersFunctionresolveRegionPopulationKey
(regionName: string)
src/lib/regionMapping.ts:29
↓ 1 callersFunctionrunTests
* Main test runner
security-test.cjs:498
↓ 1 callersFunctionsaveContent
( env: Env, data: JinaResponse, crawlerType?: string )
functions/lib/crawler.ts:125
↓ 1 callersMethodsaveContent
( env: Env, data: JinaResponse )
functions/lib/crawler.ts:14
↓ 1 callersFunctionsetDefaultCrawler
(type: string)
functions/lib/crawler.ts:90
↓ 1 callersFunctionslugify
scripts/fetch_contractor_profiles.cjs:100
↓ 1 callersFunctiontestCORS
()
manual-security-test.cjs:62
↓ 1 callersFunctiontestConfigurationSecurity
* Test 3: Configuration Security Test
security-test.cjs:247
↓ 1 callersFunctiontestCorsSecurity
* Test 4: CORS Security Test
security-test.cjs:310
↓ 1 callersFunctiontestHttpMethodValidation
* Test 5: HTTP Method Validation Test
security-test.cjs:429
↓ 1 callersFunctiontestMethodValidation
()
manual-security-test.cjs:106
↓ 1 callersFunctiontestRateLimiting
* Test 2: Rate Limiting Test
security-test.cjs:189
↓ 1 callersFunctiontestUrlValidation
()
manual-security-test.cjs:10
↓ 1 callersFunctiontestUrlValidation
* Test 1: Crawl Endpoint URL Validation Test
security-test.cjs:99
↓ 1 callersFunctiontoggleSubmenu
(label: string)
src/components/layout/Navbar.tsx:36
↓ 1 callersFunctionupdateSettings
()
scripts/update_meilisearch_settings.js:25
↓ 1 callersFunctionuseInView
( rootMargin = '200px' )
src/components/ui/ProjectCard.tsx:235
↓ 1 callersFunctionuseIsMobile
(bp: number = MOBILE_BREAKPOINT)
src/hooks/use-mobile.ts:5
↓ 1 callersFunctionuseProjectGitHubData
(project: Project, enabled: boolean)
src/components/ui/ProjectCard.tsx:274
↓ 1 callersFunctionwriteJson
(p, obj)
scripts/split-lgu.cjs:16
FunctionAboutPage
()
src/pages/about/index.tsx:19
FunctionAboutPhilippines
()
src/pages/philippines/about/index.tsx:12
FunctionAccessibilityPage
()
src/pages/accessibility/index.tsx:17
FunctionApp
()
src/App.tsx:94
FunctionBanner
({ project }: BannerProps)
src/components/ui/Banner.tsx:174
FunctionBreadcrumbSeparator
({ children, className, ...props }: BreadcrumbSeparatorProps)
src/components/ui/Breadcrumb.tsx:111
FunctionButton
({ children, className, variant = 'primary', size = 'md', fullWidth = false, isLoading = false,
src/components/ui/Button.tsx:14
FunctionCard
({ children, className = '', variant = 'default', hover = true, }: CardProps)
src/components/ui/CardList.tsx:80
FunctionCard
({ children, className, hoverable = false, ...props }: CardProps)
src/components/ui/Card.tsx:10
FunctionCardAvatar
({ name, size = 'md', className = '', }: CardAvatarProps)
src/components/ui/CardList.tsx:259
FunctionCardContactInfo
({ contact, compact = false, }: CardContactInfoProps)
src/components/ui/CardList.tsx:154
FunctionCardContent
({ children, className = '' }: CardContentProps)
src/components/ui/CardList.tsx:116
FunctionCardContent
({ children, className, ...props }: CardContentProps)
src/components/ui/Card.tsx:56
FunctionCardDescription
({ children, className = '', }: CardDescriptionProps)
src/components/ui/CardList.tsx:145
FunctionCardDivider
({ className = '' }: CardDividerProps)
src/components/ui/CardList.tsx:282
FunctionCardFooter
({ children, className, ...props }: CardFooterProps)
src/components/ui/Card.tsx:74
FunctionCardGrid
({ children, columns = 2, breakpoint = 'md', gap = 'md', className = '', }: CardGridProps)
src/components/ui/CardList.tsx:229
FunctionCardHeader
({ children, className = '' }: CardHeaderProps)
src/components/ui/CardList.tsx:108
FunctionCardHeader
({ children, className, ...props }: CardHeaderProps)
src/components/ui/Card.tsx:38
FunctionCardImage
({ className, ...props }: CardImageProps)
src/components/ui/Card.tsx:92
FunctionCardList
({ children, className = '' }: CardListProps)
src/components/ui/CardList.tsx:72
FunctionCardTitle
({ children, level = 'h3', className = '', }: CardTitleProps)
src/components/ui/CardList.tsx:120
FunctionCategoryBadge
({ category }: { category: Project['category'] })
src/components/ui/StatusBadge.tsx:89
FunctionCivicAssistant
()
src/components/ui/CivicAssistant.tsx:6
FunctionColorBlock
({ color, name, value, }: { color: string; name: string; value: string; })
src/pages/DesignGuide.tsx:18
FunctionCommitteesGrid
({ committees, }: { committees: Array<{ committee: string; chairperson?: string; name?: string }>; })
src/pages/government/legislative/[chamber].tsx:78
FunctionCommunicatingPage
()
src/pages/travel/communicating/index.tsx:18
FunctionCommunicatingPrintPage
()
src/pages/travel/communicating/print.tsx:5
FunctionConstitutionalIndex
()
src/pages/government/constitutional/index.tsx:132
FunctionConstitutionalOffice
()
src/pages/government/constitutional/[office].tsx:3
FunctionConstitutionalPageLayout
()
src/pages/government/constitutional/layout.tsx:5
FunctionConstitutionalSidebar
({ onOfficeSelect, }: ConstitutionalSidebarProps)
src/pages/government/constitutional/components/ConstitutionalSidebar.tsx:21
FunctionConsulatesPage
()
src/pages/government/diplomatic/consulates.tsx:14
FunctionContactUs
()
src/pages/ContactUs.tsx:15
FunctionContractorChart
()
src/pages/flood-control-projects/index.tsx:362
FunctionContractorDetail
()
src/pages/flood-control-projects/contractors/[contractor-name].tsx:518
FunctionContractorItem
({ contractor, isSelected, onClick, onNavigate, })
src/pages/flood-control-projects/contractors.tsx:509
FunctionContractorProfileFetcher
({ onProfileUpdate })
src/pages/flood-control-projects/contractors/[contractor-name].tsx:224
FunctionContributorPill
({ contributor }: { contributor: GitHubContributor })
src/components/ui/ProjectCard.tsx:364
FunctionCreatedAtBadge
({ date }: { date: Date })
src/components/ui/ProjectCard.tsx:338
FunctionCriticalHotlinesWidget
({ maxItems = 4, })
src/components/widgets/CriticalHotlinesWidget.tsx:17
FunctionDashboardStatistics
()
src/pages/flood-control-projects/index.tsx:94
FunctionDepartmentDetail
()
src/pages/government/departments/[department].tsx:119
FunctionDepartmentDetail
({ departmentName }: { departmentName: string })
src/pages/government/departments/index.tsx:31
FunctionDepartmentDetailSection
({ data, level = 0, }: { data: unknown; level?: number; })
src/pages/government/departments/[department].tsx:21
FunctionDepartmentDetailSection
({ data, level = 0, }: { data: unknown; level?: number; })
src/pages/government/departments/index.tsx:136
FunctionDepartmentsIndex
()
src/pages/government/departments/index.tsx:202
FunctionDepartmentsPageLayout
()
src/pages/government/departments/layout.tsx:5
FunctionDepartmentsSidebar
({ onDepartmentSelect, }: DepartmentsSidebarProps)
src/pages/government/departments/components/DepartmentsSidebar.tsx:20
FunctionDesignGuide
()
src/pages/DesignGuide.tsx:49
FunctionDialogFooter
({ className, ...props }: HTMLAttributes<HTMLDivElement>)
src/components/ui/Dialog.tsx:62
FunctionDialogHeader
({ className, ...props }: HTMLAttributes<HTMLDivElement>)
src/components/ui/Dialog.tsx:51
FunctionDiplomaticIndex
()
src/pages/government/diplomatic/index.tsx:4
FunctionDiplomaticMissionsPage
()
src/pages/government/diplomatic/missions.tsx:14
FunctionDiplomaticPageLayout
()
src/pages/government/diplomatic/layout.tsx:5
FunctionDiplomaticSidebar
()
src/pages/government/diplomatic/components/DiplomaticSidebar.tsx:5
FunctionDiscord
()
src/pages/Discord.tsx:3
FunctionExecutiveIndex
()
src/pages/government/executive/index.tsx:4
FunctionExecutiveLayout
()
src/pages/government/executive/layout.tsx:5
FunctionExecutiveSidebar
()
src/pages/government/executive/components/ExecutiveSidebar.tsx:10
FunctionFilterDropdown
({ name, options, value, onChange, searchable = false, })
src/pages/flood-control-projects/table.tsx:90
FunctionFilterDropdown
({ name, options, value, onChange, searchable = false, isOpen, onToggle, })
src/pages/flood-control-projects/shared-components.tsx:58
FunctionFilterTitle
({ filters, searchTerm, })
src/pages/flood-control-projects/table.tsx:225
FunctionFilterTitle
({ filters, searchTerm })
src/pages/flood-control-projects/shared-components.tsx:152
← previousnext →201–300 of 461, ranked by callers