Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dilettante258/eazy-tieba
/ functions
Functions
510 in github.com/Dilettante258/eazy-tieba
⨍
Functions
510
◇
Types & classes
585
↓ 23 callers
Method
set
* Set a new stored value
apps/mail/worker-configuration.d.ts:11445
↓ 22 callers
Method
get
* Get a handle to an existing repository. * @param name Repository name. * @returns Repo handle.
apps/mail/worker-configuration.d.ts:10179
↓ 15 callers
Method
update
* Update hosted image metadata * @param options Properties to update * @returns Updated image metadata * @throws {@link ImagesError} if
apps/mail/worker-configuration.d.ts:11615
↓ 15 callers
Function
useColorMode
()
apps/web/src/lib/color-mode.tsx:60
↓ 14 callers
Method
close
()
apps/mail/worker-configuration.d.ts:3226
↓ 13 callers
Method
json
()
apps/mail/worker-configuration.d.ts:2053
↓ 12 callers
Function
mapRowsByColumns
( rows: T[], columns: CsvColumn<T>[], )
apps/web/src/lib/export.ts:10
↓ 10 callers
Function
getChartColors
(isDark: boolean)
apps/web/src/lib/chart-colors.ts:38
↓ 9 callers
Function
isRecord
(value: unknown)
apps/web/src/routes/export.tsx:273
↓ 9 callers
Function
jsonResponse
(body: unknown, status = 200)
apps/mail/src/index.ts:10
↓ 9 callers
Function
toFlatRows
( data: unknown, )
apps/web/src/routes/export.tsx:311
↓ 8 callers
Method
getPostListFromYear
获取指定年份的帖子列表
apps/web/src/lib/user-post.ts:181
↓ 7 callers
Method
delete
* Delete a repository and all associated tokens. * @param name Repository name. * @returns true if deleted, false if not found.
apps/mail/worker-configuration.d.ts:10212
↓ 7 callers
Function
formatTime
将 unix 秒时间戳转为可读日期
apps/web/src/lib/export.ts:41
↓ 7 callers
Method
log
* The **`console.log()`** static method outputs a message to the console. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/con
apps/mail/worker-configuration.d.ts:174
↓ 7 callers
Method
toString
()
apps/mail/worker-configuration.d.ts:509
↓ 7 callers
Function
upsertMetaByName
(name: string, content: string)
apps/web/src/lib/seo.ts:109
↓ 7 callers
Function
upsertMetaByProperty
(property: string, content: string)
apps/web/src/lib/seo.ts:119
↓ 6 callers
Function
fetch
(request: Request, env: MailEnv)
apps/mail/src/index.ts:26
↓ 6 callers
Method
replace
(content: string | ReadableStream | Response, options?: ContentOptions)
apps/mail/worker-configuration.d.ts:1567
↓ 6 callers
Method
setAttribute
(name: string, value: string)
apps/mail/worker-configuration.d.ts:1535
↓ 6 callers
Function
toDate
将 unix 秒转为 Date
apps/web/src/lib/user-post.ts:117
↓ 5 callers
Function
formatCount
(label: string, value: number)
apps/mail/src/templates.tsx:51
↓ 5 callers
Function
portraitUrl
(portrait: string)
apps/web/src/lib/portrait.ts:2
↓ 4 callers
Function
emit
()
apps/web/src/lib/pwa-install.ts:20
↓ 4 callers
Function
ensureBackendReady
(force = false)
apps/web/src/lib/backend.ts:99
↓ 4 callers
Method
error
* The **`console.error()`** static method outputs a message to the console at the 'error' log level. * * [MDN Reference](https://developer.m
apps/mail/worker-configuration.d.ts:144
↓ 4 callers
Function
formatDateTime
(value: string | Date | null)
apps/mail/src/templates.tsx:55
↓ 4 callers
Function
formatDuration
(seconds: number | null)
apps/mail/src/templates.tsx:61
↓ 4 callers
Function
resolveRegionName
( datum: unknown, params?: unknown, tooltipData?: unknown, )
apps/web/src/components/ForumPostAnalysis/Charts.tsx:159
↓ 4 callers
Function
unwrapRes
(res: Response)
apps/web/src/routes/export.tsx:191
↓ 3 callers
Function
buildThreadUsers
( postRows: Array<{ authorId?: string; authorName: string }>, comments: Array<{ authorId: string; authorName
apps/web/src/routes/export.tsx:389
↓ 3 callers
Function
buildUrl
(base: string, path: string)
apps/web/src/lib/backend.ts:15
↓ 3 callers
Function
condenseProfileOptions
(method: Method, id: string)
apps/web/src/hooks/queries.ts:33
↓ 3 callers
Function
ensureInitialized
()
apps/web/src/lib/pwa-install.ts:31
↓ 3 callers
Function
fansOptions
(method: Method, id: string)
apps/web/src/hooks/queries.ts:74
↓ 3 callers
Function
followOptions
(method: Method, id: string)
apps/web/src/hooks/queries.ts:66
↓ 3 callers
Function
formatMonthDay
(ts: number)
apps/web/src/components/ForumPostAnalysis/Charts.tsx:13
↓ 3 callers
Function
likeForumsOptions
(method: Method, id: string)
apps/web/src/hooks/queries.ts:82
↓ 3 callers
Function
migrateStringArray
迁移辅助:将 string[] 转为带默认颜色的对象数组
apps/web/src/lib/settings-store.ts:182
↓ 3 callers
Function
resolveApiUrl
(path: string)
apps/web/src/lib/backend.ts:145
↓ 3 callers
Function
toHex
(v: number)
apps/web/src/components/ForumPostAnalysis/Charts.tsx:46
↓ 3 callers
Function
useVChartThemeSync
()
apps/web/src/lib/vchart-theme.ts:9
↓ 3 callers
Function
userPostsOptions
(method: Method, id: string, page: number)
apps/web/src/hooks/queries.ts:56
↓ 2 callers
Method
_flush
()
apps/web/src/lib/image-pool.ts:44
↓ 2 callers
Method
_release
()
apps/web/src/lib/image-pool.ts:39
↓ 2 callers
Function
applyHighlight
( name: string, container: HTMLElement | null, terms: string[], )
apps/web/src/lib/highlight.ts:33
↓ 2 callers
Function
buildAbsoluteUrl
(siteUrl: string, path: string)
apps/web/src/lib/seo.ts:141
↓ 2 callers
Function
checkBackend
(node: BackendNode)
apps/web/src/lib/backend.ts:19
↓ 2 callers
Function
clearHighlight
(name: string)
apps/web/src/lib/highlight.ts:123
↓ 2 callers
Method
clone
* The **`clone()`** method of the Request interface creates a copy of the current `Request` object. * * [MDN Reference](https://developer.mo
apps/mail/worker-configuration.d.ts:1770
↓ 2 callers
Function
countWords
对文本分词并累加词频
apps/web/src/lib/user-post.ts:87
↓ 2 callers
Function
downloadFile
( content: string | object | ArrayBuffer | Uint8Array, filename: string, type: "json" | "csv" | "xlsx", )
apps/web/src/lib/export.ts:54
↓ 2 callers
Function
ensureVChartRuntimeRegistered
()
apps/web/src/lib/vchart-runtime.ts:26
↓ 2 callers
Function
escapeCsv
将字段值转义为 CSV 安全字符串
apps/web/src/lib/export.ts:22
↓ 2 callers
Function
estimateSourceLabel
(event: ExportMailEvent)
apps/mail/src/templates.tsx:79
↓ 2 callers
Function
extractUidFromShareText
从贴吧分享文案中提取 UID,例如:@xxx@给你分享了贴吧号#1234567890#...
apps/web/src/components/QueryForm.tsx:35
↓ 2 callers
Function
flattenRecord
( input: Record<string, unknown>, prefix = "", )
apps/web/src/routes/export.tsx:277
↓ 2 callers
Function
fmt
(ts: number)
apps/web/src/routes/postanalysis.tsx:412
↓ 2 callers
Function
getRegionNameFromDatum
( datum: unknown, )
apps/web/src/components/ForumPostAnalysis/Charts.tsx:121
↓ 2 callers
Function
getState
()
apps/web/src/lib/pwa-install.ts:56
↓ 2 callers
Function
goToPage
(p: number)
apps/web/src/routes/userpost.tsx:51
↓ 2 callers
Function
handleComplete
()
apps/web/src/components/ConcurrentImage.tsx:67
↓ 2 callers
Function
headingForEvent
(event: ExportMailEvent)
apps/mail/src/templates.tsx:92
↓ 2 callers
Function
hexToRgb
(hex: string)
apps/web/src/components/ForumPostAnalysis/Charts.tsx:35
↓ 2 callers
Function
isBackendPreference
( value: unknown, )
apps/web/src/lib/backend-config.ts:33
↓ 2 callers
Function
isRecord
(value: unknown)
apps/web/src/components/PostAnalysis/ChartWrapper.tsx:35
↓ 2 callers
Function
isStandaloneMode
()
apps/web/src/lib/pwa-install.ts:24
↓ 2 callers
Function
makeScatterAxes
(currentYear: number)
apps/web/src/components/PostAnalysis/Charts.tsx:73
↓ 2 callers
Function
normalizeSiteUrl
(input?: string | null)
apps/web/src/lib/seo.ts:94
↓ 2 callers
Function
parseForumThreadsPayload
(data: unknown)
apps/web/src/routes/export.tsx:425
↓ 2 callers
Function
pathExists
(path)
scripts/init-env.mjs:8
↓ 2 callers
Function
profileOptions
(method: Method, id: string)
apps/web/src/hooks/queries.ts:48
↓ 2 callers
Method
put
(key: Key, value: string | ArrayBuffer | ArrayBufferView | ReadableStream, options?: KVNamespacePutOptions)
apps/mail/worker-configuration.d.ts:1877
↓ 2 callers
Function
resolveApiBaseUrl
()
apps/web/src/lib/backend.ts:136
↓ 2 callers
Method
setLimit
动态调整并发上限
apps/web/src/lib/image-pool.ts:20
↓ 2 callers
Function
splitThreadPostRows
(posts: ThreadPostRow[])
apps/web/src/routes/export.tsx:367
↓ 2 callers
Function
usePwaInstall
()
apps/web/src/lib/pwa-install.ts:86
↓ 2 callers
Function
userInfoOptions
(method: Method, id: string)
apps/web/src/hooks/queries.ts:41
↓ 2 callers
Method
values
(options?: ReadableStreamValuesOptions)
apps/mail/worker-configuration.d.ts:2255
↓ 2 callers
Method
waitUntil
(promise: Promise<any>)
apps/mail/worker-configuration.d.ts:432
↓ 1 callers
Method
abort
()
apps/mail/worker-configuration.d.ts:2025
↓ 1 callers
Method
acquire
获取一个加载槽位,返回释放函数
apps/web/src/lib/image-pool.ts:26
↓ 1 callers
Function
applyColoredHighlights
( prefix: string, container: HTMLElement | null, items: Array<{ term: string; color: HighlightColor }>, )
apps/web/src/lib/highlight.ts:69
↓ 1 callers
Function
applyProbeError
()
apps/web/src/lib/backend.ts:90
↓ 1 callers
Function
applyProbeResult
({ node, message, }: { node: BackendNode; message: string; })
apps/web/src/lib/backend.ts:75
↓ 1 callers
Function
bucketTime
( timestamp: number, granularity: ResolvedTimeGranularity, )
apps/web/src/routes/forumpost.tsx:62
↓ 1 callers
Function
buildExportRows
(task: ExportTask)
apps/web/src/routes/export.tsx:459
↓ 1 callers
Function
buildSseUrl
(path: string, query: Record<string, string>)
apps/web/src/routes/export.tsx:220
↓ 1 callers
Function
clamp01
(value: number)
apps/web/src/components/ForumPostAnalysis/Charts.tsx:28
↓ 1 callers
Method
clear
* The **`console.clear()`** static method clears the console if possible. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/con
apps/mail/worker-configuration.d.ts:108
↓ 1 callers
Function
clearColoredHighlights
(prefix: string)
apps/web/src/lib/highlight.ts:130
↓ 1 callers
Function
ensureChinaMapRegistered
()
apps/web/src/lib/china-geo.ts:9
↓ 1 callers
Function
ensureEnvLink
(linkPath)
scripts/init-env.mjs:26
↓ 1 callers
Function
fetchFan
(method: Method, id: string)
apps/web/src/routes/export.tsx:208
↓ 1 callers
Function
fetchFollow
(method: Method, id: string)
apps/web/src/routes/export.tsx:201
↓ 1 callers
Function
fetchLikeForum
(method: Method, id: string)
apps/web/src/routes/export.tsx:215
↓ 1 callers
Function
fetchProfile
(method: Method, id: string)
apps/web/src/routes/export.tsx:196
↓ 1 callers
Function
formatAxisDayHour
(ts: number)
apps/web/src/components/ForumPostAnalysis/Charts.tsx:23
↓ 1 callers
Function
formatDayHour
(ts: number)
apps/web/src/components/ForumPostAnalysis/Charts.tsx:18
next →
1–100 of 510, ranked by callers