Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Broccoli-CTO/BroccoliNGO-Dapp
/ functions
Functions
286 in github.com/Broccoli-CTO/BroccoliNGO-Dapp
⨍
Functions
286
◇
Types & classes
72
↓ 1 callers
Function
getTranslationDistance
( element1: HTMLElement, element2: HTMLElement, spread = 80, maxDistance = 500 )
components/Home/grid.ts:37
↓ 1 callers
Function
getUploadedProofs
(tokenId: string)
components/Task/ProofView/index.tsx:109
↓ 1 callers
Function
getVersionOfMetaData
( metadata: NFTMetaData | NFTMetaData2 | RescueNFTMetaData )
shared/task.ts:378
↓ 1 callers
Function
getVoteMetadata
(tokenId: string)
scripts/test-vote.ts:8
↓ 1 callers
Function
getVoteResult
(tokenId: string)
hooks/useTaskDetails.tsx:129
↓ 1 callers
Function
handleDelMedia
(index: number)
components/Rescue/Form/Main/Background/index.tsx:64
↓ 1 callers
Function
handleRescueSubmit
()
hooks/useRescue.tsx:109
↓ 1 callers
Method
initEvents
* Initialize events.
components/Home/grid.ts:156
↓ 1 callers
Function
loadFundRecords
()
components/Task/ProofView/index.tsx:160
↓ 1 callers
Function
loadFundRecords
()
hooks/useTaskDetails.tsx:227
↓ 1 callers
Function
loadTaskMetaData
( tokenUri?: string, metadata?: NFTMetaData | NFTMetaData2 | RescueNFTMetaData )
hooks/useTaskDetails.tsx:150
↓ 1 callers
Function
main
()
scripts/test.ts:76
↓ 1 callers
Function
main
()
scripts/indexer.ts:27
↓ 1 callers
Function
main
()
scripts/collect-i18n.ts:87
↓ 1 callers
Function
main
()
scripts/testEmail.ts:6
↓ 1 callers
Function
maskMiddle
(str: string, visibleLength: number = 10)
components/RescueHuman/index.tsx:48
↓ 1 callers
Function
obfuscateEmail
(email: string)
shared/utils.ts:136
↓ 1 callers
Function
onOpen
()
components/Home/main.tsx:35
↓ 1 callers
Function
parseForm
(req: NextRequest)
app/api/ipfs/large/route.ts:26
↓ 1 callers
Function
refreshProfile
()
hooks/useGlobal.tsx:32
↓ 1 callers
Function
restoreTranslatedTextFromJson
( originalData: any, translatedObj: Record<string, string> )
shared/server/trans.ts:233
↓ 1 callers
Function
sendEmail
(to: string | string[], subject: string, content: string)
shared/server/email.ts:3
↓ 1 callers
Function
setVoteDate
( start_date: number | string, end_date: number | string, tokenId: string )
scripts/test-approve.ts:6
↓ 1 callers
Function
sign
(payload: JwtPayload)
shared/server/jwt.ts:7
↓ 1 callers
Function
submitVote
( address: string, nftId: string | number, result: boolean, signature: string )
shared/api/index.ts:137
↓ 1 callers
Function
sumbitVoteResult
(tokenId: string)
shared/api/index.ts:104
↓ 1 callers
Function
syncData
(from?: string | number, to?: string | number)
shared/server/sync.ts:236
↓ 1 callers
Function
syncDataWithRange
(from: number, to: number)
scripts/indexer.ts:21
↓ 1 callers
Function
syncMultilang
()
shared/api/index.ts:71
↓ 1 callers
Function
testPrivy
()
scripts/test.ts:70
↓ 1 callers
Function
transLabel
(label: string)
components/Task/DatasView/index.tsx:59
↓ 1 callers
Function
translateTextWithOpenAI
( text: string, targetLanguage = "en", sourceLanguage?: string )
shared/server/trans.ts:92
↓ 1 callers
Function
updateDictionaryFiles
(newStrings: string[])
scripts/collect-i18n.ts:55
↓ 1 callers
Function
uploadFileToIpfs
(buffer: Buffer, contentType: string)
shared/upload/index.ts:102
↓ 1 callers
Function
uploadImageByUrl
(url: string)
shared/upload/index.ts:91
↓ 1 callers
Function
uploadLargeFileToIpfs
( file: File | Blob, contentType: string, )
shared/upload/index.ts:120
↓ 1 callers
Function
uploadToArweaveLargeFile
( buffer: Buffer | ArrayBuffer, contentType = "application/octet-stream", onProgress?: (progress: Upload
shared/server/ipfs.ts:52
↓ 1 callers
Function
useDonate
()
shared/hooks/useDonate.ts:16
↓ 1 callers
Function
verify
(token: string)
shared/server/jwt.ts:13
↓ 1 callers
Function
verifyPrivyAccessToken
(accessToken: string)
shared/server/privy.ts:6
Function
AppProvider
({ locale, children }: Readonly<{ locale: string, children: React.ReactNode }>)
components/ui/AppProvider.tsx:19
Function
ApprovalView
({ tokenId })
components/Task/ApprovalView/index.tsx:24
Function
AttachmentView
({ attachment })
components/Task/DatasView/AttachmentView/index.tsx:8
Function
ColorModeIcon
()
components/ui/color-mode.tsx:43
Function
ColorModeProvider
(props: ColorModeProviderProps)
components/ui/color-mode.tsx:12
Function
Completed
({ tokenId })
components/Rescue/Form/Main/Completed/index.tsx:12
Function
DatasView
({ email })
components/Task/DatasView/index.tsx:18
Function
DonateDialog
({ onClose })
components/Home/donate/index.tsx:11
Function
DrawerRight
({ isOpen, onOpenChange, position = "right", children, })
components/Drawer/fullpage/index.tsx:12
Function
FormBackground
({ onNext, onPrev })
components/Rescue/Form/Main/Background/index.tsx:39
Function
FormConnect
({ connectLabel })
components/Rescue/Form/Connect/index.tsx:12
Function
FormContact
({ onNext, onPrev })
components/Rescue/Form/Main/Contact/index.tsx:27
Function
FormMain
({ onPrev })
components/Rescue/Form/Main/index.tsx:16
Function
FormPreSection
({ onNext })
components/Rescue/Form/PreSection/index.tsx:18
Function
FormRequest
({ onNext, onPrev })
components/Rescue/Form/Main/Request/index.tsx:29
Function
Fox
()
components/Home/fox/index.tsx:3
Function
FundRecordsView
({ tokenId, admin })
components/Task/FundRecordsView/index.tsx:24
Function
FundRequestForm
({ open, onClose, onSuccess })
components/Rescue/index.tsx:16
Function
FundRequestForm
({ onSuccess })
components/RescueHuman/index.tsx:734
Function
GET
( request: NextRequest, { params }: { params: Promise<{ id: string }> } )
app/api/task/[id]/route.ts:8
Function
GET
(req: NextRequest)
app/api/cron/route.ts:7
Function
GET
(req: NextRequest)
app/api/cron/multilang/route.ts:8
Function
GET
(req: Request)
app/api/profile/route.ts:19
Function
GET
( request: NextRequest, { params }: { params: Promise<{ id: string }> } )
app/api/fundRecords/[id]/route.ts:4
Function
GET
(req: NextRequest)
app/api/vote/balance/route.ts:6
Function
GET
(req: NextRequest)
app/api/vote/result/route.ts:5
Function
GET
(req: NextRequest)
app/api/vote/list/route.ts:5
Function
GET
( request: NextRequest, { params }: { params: Promise<{ id: string }> } )
app/api/proofs/[id]/route.ts:6
Function
GET
(req: Request)
app/api/xoauth/route.ts:17
Function
GlobalContextProvider
({ children }: { children: ReactNode })
hooks/useGlobal.tsx:25
Function
Header
()
components/Header/index.tsx:13
Function
Home
()
app/[lang]/page.tsx:3
Function
HomeMain
()
components/Home/main.tsx:25
Function
I18nProvider
({ children, locale }: { children: React.ReactNode; locale: string })
components/ui/I18nProvider.tsx:14
Function
Icon
({ className }: Props)
components/icons/upload.tsx:5
Function
Icon
()
components/icons/arweave.tsx:1
Function
Icon
({ className }: Props)
components/icons/close.tsx:5
Function
Icon
({ className }: Props)
components/icons/right.tsx:5
Function
Icon
()
components/icons/approved.tsx:1
Function
Icon
()
components/icons/nft.tsx:1
Function
Icon
()
components/icons/disconnect.tsx:1
Function
Icon
()
components/icons/pending.tsx:1
Function
Icon
({ className }: Props)
components/icons/voted.tsx:4
Function
Icon
()
components/icons/rejected.tsx:1
Function
Icon
({ className }: Props)
components/icons/copy.tsx:5
Function
Icon
()
components/icons/bscscan.tsx:1
Function
LoginWithEmail
()
app/[lang]/privy-test/page.tsx:6
Function
POST
(req: NextRequest)
app/api/action/sumbit-vote-result/route.ts:13
Function
POST
(req: NextRequest)
app/api/action/proof/route.ts:11
Function
POST
(req: NextRequest)
app/api/action/approve/route.ts:11
Function
POST
(req: NextRequest)
app/api/action/fund-records/route.ts:11
Function
POST
(req: NextRequest)
app/api/createTask/route.ts:13
Function
POST
(req: NextRequest)
app/api/createTask/human/route.ts:15
Function
POST
(req: NextRequest)
app/api/createTask/v1/route.ts:20
Function
POST
(request: NextRequest)
app/api/ipfs/route.ts:7
Function
POST
(request: NextRequest)
app/api/ipfs/large/route.ts:60
Function
POST
(req: NextRequest)
app/api/ipfs/url/route.ts:18
Function
POST
(request: NextRequest)
app/api/ipfs/json/route.ts:5
Function
POST
(request: NextRequest)
app/api/vote/submit/route.ts:7
Function
POST
(req: Request)
app/api/xoauth/generate/route.ts:8
← previous
next →
101–200 of 286, ranked by callers