MCPcopy Create free account

hub / github.com/cmackenzie1/holster / functions

Functions3,030 in github.com/cmackenzie1/holster

↓ 1 callersFunctioncreateTag
()
workers/paperless/src/routes/tags.tsx:125
↓ 1 callersFunctioncreateTag
()
workers/paperless/src/routes/index.tsx:1667
↓ 1 callersFunctiondeleteCategory
(id: string)
workers/paperless/src/routes/categories.tsx:150
↓ 1 callersFunctiondeleteCorrespondent
(id: string)
workers/paperless/src/routes/correspondents.tsx:144
↓ 1 callersFunctiondeleteCorrespondent
(id: string)
workers/paperless/src/routes/index.tsx:1960
↓ 1 callersFunctiondeletePendingSuggestionsForDocument
( db: Database, documentId: bigint, )
workers/paperless/src/db/repositories/suggestions.ts:129
↓ 1 callersFunctiondeleteTag
(id: string)
workers/paperless/src/routes/tags.tsx:148
↓ 1 callersFunctiondeleteTag
(id: string)
workers/paperless/src/routes/index.tsx:1691
↓ 1 callersFunctiondismissSuggestion
( db: Database, id: bigint, )
workers/paperless/src/db/repositories/suggestions.ts:84
↓ 1 callersFunctionextractToken
* Extract the CF_Authorization cookie from the Cookie header.
workers/paperless/src/utils/cloudflare-access.ts:148
↓ 1 callersFunctionextractWithTika
( tikaContainer: DurableObjectNamespace<T>, body: ReadableStream | Uint8Array | ArrayBuffer, mimeType: stri
workers/paperless/src/utils/tika.ts:9
↓ 1 callersFunctionfetchFiltered
()
workers/paperless/src/routes/index.tsx:567
↓ 1 callersFunctionfinalTrim
(text: string)
workers/paperless/src/utils/post-process.ts:98
↓ 1 callersFunctionformatBytes
(bytes: number)
workers/paperless/src/utils/format.ts:4
↓ 1 callersFunctionformatDeletedDate
(isoString: string)
workers/paperless/src/routes/trash.tsx:174
↓ 1 callersFunctionformatFileSize
(bytes: number)
workers/paperless/src/routes/documents.$id.tsx:1842
↓ 1 callersFunctionformatFileSize
(bytes: number)
workers/paperless/src/routes/index.tsx:2123
↓ 1 callersFunctionformatHttpText
(result: EchoResult)
workers/echo/src/index.ts:89
↓ 1 callersFunctionformatText
(name: string, type: RecordType, resp: DohResponse)
workers/dns/src/index.ts:79
↓ 1 callersFunctionfuzzyMatch
* Simple fuzzy match: checks if the tag name contains all characters * of the search term in order (case-insensitive).
workers/paperless/src/routes/documents.$id.tsx:1500
↓ 1 callersMethodgenerate
* Generate a new watermark profile * @param input The image stream to upload * @param params The watermark creation parameters. * @retu
workers/jwt/worker-configuration.d.ts:12086
↓ 1 callersFunctiongenerateGradient
( seed: string, numStops: number, baseHex?: string, )
workers/gradient/src/index.ts:132
↓ 1 callersFunctiongeneratePdfThumbnail
( file: File, maxWidth = 400, maxHeight = 533, )
workers/paperless/src/utils/pdf-thumbnail.ts:26
↓ 1 callersFunctiongenerateSuggestions
( ai: Ai, input: GenerateSuggestionsInput, )
workers/paperless/src/utils/ai-suggestions.ts:201
↓ 1 callersFunctiongetCategoryById
( db: Database, id: bigint, )
workers/paperless/src/db/repositories/categories.ts:36
↓ 1 callersFunctiongetCorrespondentById
( db: Database, id: bigint, )
workers/paperless/src/db/repositories/correspondents.ts:34
↓ 1 callersFunctiongetDocumentForProcessing
( db: Database, documentId: bigint, )
workers/paperless/src/db/repositories/documents.ts:884
↓ 1 callersFunctiongetInitials
(text: string)
workers/gradient/src/index.ts:115
↓ 1 callersFunctiongetJWKS
* Fetch the JWKS from Cloudflare Access.
workers/paperless/src/utils/cloudflare-access.ts:53
↓ 1 callersFunctiongetNames
()
workers/paperless/src/routes/demo/start.api-request.tsx:4
↓ 1 callersFunctiongetNextASN
(db: Database)
workers/paperless/src/db/repositories/documents.ts:818
↓ 1 callersMethodgetReader
* The **`getReader()`** method of the ReadableStream interface creates a reader and locks the stream to it. * * [MDN Reference](https://deve
workers/hello-world/worker-configuration.d.ts:2129
↓ 1 callersFunctiongetStorageStats
(db: Database)
workers/paperless/src/db/repositories/files.ts:13
↓ 1 callersFunctiongetTagById
( db: Database, id: bigint, )
workers/paperless/src/db/repositories/tags.ts:36
↓ 1 callersFunctiongetTrashCount
(db: Database)
workers/paperless/src/db/repositories/documents.ts:805
↓ 1 callersFunctionhandleAcceptSuggestion
(suggestion: SuggestionItem)
workers/paperless/src/routes/documents.$id.tsx:639
↓ 1 callersFunctionhandleAddComment
()
workers/paperless/src/routes/documents.$id.tsx:430
↓ 1 callersFunctionhandleCancelEditASN
()
workers/paperless/src/routes/documents.$id.tsx:541
↓ 1 callersFunctionhandleCancelEditDate
()
workers/paperless/src/routes/documents.$id.tsx:573
↓ 1 callersFunctionhandleCancelEditTitle
()
workers/paperless/src/routes/documents.$id.tsx:501
↓ 1 callersFunctionhandleCreateCorrespondent
()
workers/paperless/src/routes/index.tsx:2390
↓ 1 callersFunctionhandleCreateTag
()
workers/paperless/src/routes/documents.$id.tsx:1568
↓ 1 callersFunctionhandleCreateTag
()
workers/paperless/src/routes/index.tsx:2172
↓ 1 callersFunctionhandleDismissSuggestion
(suggestion: SuggestionItem)
workers/paperless/src/routes/documents.$id.tsx:657
↓ 1 callersFunctionhandleSaveASN
()
workers/paperless/src/routes/documents.$id.tsx:506
↓ 1 callersFunctionhandleSaveDate
()
workers/paperless/src/routes/documents.$id.tsx:546
↓ 1 callersFunctionhandleSaveTitle
()
workers/paperless/src/routes/documents.$id.tsx:475
↓ 1 callersFunctionhexToHsl
(hex: string)
workers/gradient/src/index.ts:55
↓ 1 callersFunctionimportJWK
* Import a JWK as a CryptoKey for verification.
workers/paperless/src/utils/cloudflare-access.ts:87
↓ 1 callersFunctionisPdfFile
(file: File)
workers/paperless/src/utils/pdf-thumbnail.ts:96
↓ 1 callersFunctionlistActedSuggestionsByDocument
( db: Database, documentId: bigint, )
workers/paperless/src/db/repositories/suggestions.ts:105
↓ 1 callersFunctionlistDocuments
( db: Database, options: { filterTagIds?: string[]; limit?: number; cursor?: string; search?: string
workers/paperless/src/db/repositories/documents.ts:179
↓ 1 callersFunctionloadPdfJs
()
workers/paperless/src/utils/pdf-thumbnail.ts:4
↓ 1 callersFunctionnormalizeLineEndings
(text: string)
workers/paperless/src/utils/post-process.ts:14
↓ 1 callersFunctionnormalizeTabs
(text: string)
workers/paperless/src/utils/post-process.ts:79
↓ 1 callersFunctionnormalizeTagName
(name: string)
workers/paperless/src/db/repositories/tags.ts:64
↓ 1 callersFunctionnormalizeUnicode
(text: string)
workers/paperless/src/utils/post-process.ts:53
↓ 1 callersFunctionparseBody
( request: Request, )
workers/echo/src/index.ts:26
↓ 1 callersFunctionparseJWT
* Parse a JWT without verification.
workers/paperless/src/utils/cloudflare-access.ts:109
↓ 1 callersFunctionparseStops
(value: string | undefined)
workers/gradient/src/index.ts:106
↓ 1 callersFunctionpermanentlyDelete
(id: string)
workers/paperless/src/routes/trash.tsx:142
↓ 1 callersFunctionpermanentlyDeleteDocument
( db: Database, id: bigint, )
workers/paperless/src/db/repositories/documents.ts:721
↓ 1 callersFunctionqueryDoh
(name: string, type: RecordType)
workers/dns/src/index.ts:67
↓ 1 callersMethodquote
(symbol: string)
workers/stocks/src/yahoofinance/index.ts:46
↓ 1 callersFunctionrejoinHyphenatedWords
(text: string)
workers/paperless/src/utils/post-process.ts:38
↓ 1 callersFunctionremovePageArtifacts
(text: string)
workers/paperless/src/utils/post-process.ts:43
↓ 1 callersFunctionrenderHtml
(result: EchoResult)
workers/echo/src/index.ts:117
↓ 1 callersFunctionrenderHtml
(domain: string)
workers/parking/src/index.ts:28
↓ 1 callersFunctionrenderLandingHtml
()
workers/dns/src/index.ts:123
↓ 1 callersFunctionrenderLlmsTxt
(domain: string)
workers/parking/src/index.ts:87
↓ 1 callersFunctionrenderResultHtml
( name: string, type: RecordType, resp: DohResponse, )
workers/dns/src/index.ts:236
↓ 1 callersFunctionrenderText
(domain: string)
workers/parking/src/index.ts:61
↓ 1 callersFunctionrequestWithCf
( url: string, init?: RequestInit & { headers?: Record<string, string>; cf?: Record<string, unknown>; }
packages/analytics/test/index.test.ts:13
↓ 1 callersFunctionresolveBaseColor
(base: string)
workers/gradient/src/index.ts:87
↓ 1 callersFunctionrestoreDocument
(id: string)
workers/paperless/src/routes/trash.tsx:128
↓ 1 callersFunctionrestoreDocument
( db: Database, id: bigint, )
workers/paperless/src/db/repositories/documents.ts:692
↓ 1 callersMethodretry
(options?: QueueRetryOptions)
workers/hello-world/worker-configuration.d.ts:1878
↓ 1 callersFunctionsanitizeFilename
(input: string)
workers/paperless/src/server.ts:501
↓ 1 callersFunctionsaveEdit
()
workers/paperless/src/routes/categories.tsx:108
↓ 1 callersFunctionsaveEdit
()
workers/paperless/src/routes/tags.tsx:106
↓ 1 callersFunctionsaveEdit
()
workers/paperless/src/routes/correspondents.tsx:103
↓ 1 callersMethodsetReject
(reason: string)
workers/paperless/src/server.ts:35
↓ 1 callersFunctionsoftDeleteCategory
( db: Database, id: bigint, )
workers/paperless/src/db/repositories/categories.ts:127
↓ 1 callersFunctionsoftDeleteComment
( db: Database, id: bigint, )
workers/paperless/src/db/repositories/comments.ts:53
↓ 1 callersFunctionsoftDeleteCorrespondent
( db: Database, id: bigint, )
workers/paperless/src/db/repositories/correspondents.ts:110
↓ 1 callersFunctionsoftDeleteDocument
( db: Database, id: bigint, )
workers/paperless/src/db/repositories/documents.ts:433
↓ 1 callersFunctionsoftDeleteTag
( db: Database, id: bigint, )
workers/paperless/src/db/repositories/tags.ts:136
↓ 1 callersFunctionstartEditing
(category: CategoryData)
workers/paperless/src/routes/categories.tsx:96
↓ 1 callersFunctionstartEditing
(tag: TagData)
workers/paperless/src/routes/tags.tsx:94
↓ 1 callersFunctionstartEditing
(correspondent: CorrespondentData)
workers/paperless/src/routes/correspondents.tsx:93
↓ 1 callersFunctionstreamToArrayBuffer
( stream: ReadableStream<Uint8Array>, )
workers/paperless/src/server.ts:477
↓ 1 callersFunctionstripControlCharacters
(text: string)
workers/paperless/src/utils/post-process.ts:8
↓ 1 callersFunctionstripResidualHtml
(text: string)
workers/paperless/src/utils/post-process.ts:18
↓ 1 callersFunctiontoggleTag
(tagId: string)
workers/paperless/src/routes/documents.$id.tsx:1556
↓ 1 callersFunctiontoggleTag
(tagId: string)
workers/paperless/src/routes/index.tsx:2160
↓ 1 callersFunctiontoggleTagFilter
(tagId: string)
workers/paperless/src/routes/index.tsx:613
↓ 1 callersFunctiontrimLines
(text: string)
workers/paperless/src/utils/post-process.ts:91
↓ 1 callersFunctionupdateCategory
( db: Database, id: bigint, updates: { name?: string; color?: string | null }, )
workers/paperless/src/db/repositories/categories.ts:96
↓ 1 callersFunctionupdateCorrespondent
( db: Database, id: bigint, name: string, )
workers/paperless/src/db/repositories/correspondents.ts:82
↓ 1 callersFunctionupdateDocumentContent
( db: Database, documentId: bigint, content: string, )
workers/paperless/src/db/repositories/documents.ts:869
← previousnext →101–200 of 3,030, ranked by callers