Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexErrant/Pentive
/ functions
Functions
855 in github.com/AlexErrant/Pentive
⨍
Functions
855
◇
Types & classes
169
↓ 1 callers
Function
spliceSlice
( str: string, start: number, deleteCount: number, add: string, )
app/src/domain/alterQuery.ts:6
↓ 1 callers
Function
splitIvCipher
(ivCipher: ArrayBuffer)
hub/src/cookieManager.ts:85
↓ 1 callers
Function
stringifyDetails
(details: Record<string, unknown>)
app/src/sqlite/review.ts:146
↓ 1 callers
Function
subscribeToNote
(userId: UserId, noteId: RemoteNoteId)
shared-edge/src/kysely.ts:1048
↓ 1 callers
Function
subscribeToTemplate
( userId: UserId, templateId: RemoteTemplateId, )
shared-edge/src/kysely.ts:1014
↓ 1 callers
Function
templateSelection
( eb: ExpressionBuilder<DB, 'note' | 'card' | 'template'>, )
app/src/sqlite/util.ts:180
↓ 1 callers
Function
templateToDocType
(template: Template)
app/src/sqlite/template.ts:27
↓ 1 callers
Function
testBodyIsNull
( fieldValues: Array<readonly [string, string]>, frontTemplate: string, backTemplate: string, ord: number,
shared-dom/src/cardHtml.test.ts:140
↓ 1 callers
Function
testCard
(db: Db, date: Date)
app-playwright/src/testdb.tsx:97
↓ 1 callers
Function
testNote
(db: Db, date: Date)
app-playwright/src/testdb.tsx:77
↓ 1 callers
Function
testSettings
(db: Db)
app-playwright/src/testdb.tsx:113
↓ 1 callers
Function
testTemplate
(db: Db, date: Date)
app-playwright/src/testdb.tsx:61
↓ 1 callers
Function
timeout
(f: () => Promise<T>, ms: number)
shared/src/utility.ts:156
↓ 1 callers
Function
toBase64URL
(base64: Base64)
shared/src/binary.ts:18
↓ 1 callers
Function
toEntity
({ id, cardId, created, rating, kind, ...r }: Review)
app/src/sqlite/review.ts:42
↓ 1 callers
Function
toMainNoteCards
(noteCardView: NoteCardView)
app/src/components/cardsPreview.tsx:7
↓ 1 callers
Function
toNote
( x: { nook: string fieldValues: string id: DbId templateId: DbId ankiNoteId?: number noteEdited:
shared-edge/src/kysely.ts:192
↓ 1 callers
Function
toNoteCreate
( [remoteNoteId, remoteTemplateId]: [Uint8Array, RemoteTemplateId], n: EditRemoteNote | CreateRemoteNote, a
shared-edge/src/kysely.ts:1097
↓ 1 callers
Function
toNoteCreates
( n: EditRemoteNote | CreateRemoteNote, authorId: UserId, )
shared-edge/src/kysely.ts:1079
↓ 1 callers
Function
toOk
(ok: T)
shared/src/result.ts:11
↓ 1 callers
Function
toOneLine
(html: string)
shared/src/htmlToText.ts:62
↓ 1 callers
Function
toTemplate
(allTemplates: TemplateRow[])
app/src/sqlite/template.ts:364
↓ 1 callers
Function
toTemplateCreate
( n: EditRemoteTemplate | CreateRemoteTemplate, remoteId: Uint8Array<ArrayBuffer>, nook: NookId, )
shared-edge/src/kysely.ts:1183
↓ 1 callers
Function
toTemplateCreates
( n: EditRemoteTemplate | CreateRemoteTemplate, // eslint-disable-next-line @typescript-eslint/no-unused-var
shared-edge/src/kysely.ts:1169
↓ 1 callers
Function
updateImageNode
( type: 'serializer' | 'editor', nodes: Schema['spec']['nodes'], // Additional attributes where the keys ar
app/src/components/fieldEditor.tsx:38
↓ 1 callers
Function
useIsModContext
()
hub/src/components/isModContext.tsx:19
↓ 1 callers
Function
userOwnsNoteAndHasMedia
( ids: RemoteNoteId[], authorId: UserId, id: MediaHash, )
shared-edge/src/kysely.ts:830
↓ 1 callers
Function
userOwnsTemplateAndHasMedia
( ids: RemoteTemplateId[], authorId: UserId, id: MediaHash, )
shared-edge/src/kysely.ts:860
↓ 1 callers
Function
validate
(this: RenderContainer, input: string)
shared-dom/src/language/template2html.ts:47
↓ 1 callers
Function
validateDescription
(description: unknown)
hub/src/routes/nooks/create.tsx:28
↓ 1 callers
Function
validateNook
(nook: unknown)
hub/src/routes/n/[nook]/submit.tsx:33
↓ 1 callers
Function
validateNook
(nook: unknown)
hub/src/routes/nooks/create.tsx:34
↓ 1 callers
Function
validateNook
(nook: NookId)
shared-edge/src/nook.ts:26
↓ 1 callers
Function
validateSidebar
(sidebar: unknown)
hub/src/routes/nooks/create.tsx:22
↓ 1 callers
Function
validateText
(text: unknown)
hub/src/routes/n/[nook]/submit.tsx:27
↓ 1 callers
Function
validateTitle
(title: unknown)
hub/src/routes/n/[nook]/submit.tsx:21
↓ 1 callers
Function
validateToken
(token: unknown)
app/src/sqlite/wholeDbRtc.ts:328
↓ 1 callers
Function
validateUsername
(username: unknown)
hub/src/routes/registerUsername.tsx:31
↓ 1 callers
Function
wholeDbReplicator
( db: DBAsync, )
shared-dom/src/wholeDbReplicator.ts:141
Function
AddNote
(props)
app/src/components/addNote.tsx:48
Function
App
()
hub/src/app.tsx:18
Function
App
()
app/src/app.tsx:9
Function
CardPreview
(props: { noteCard: NoteCard })
app/src/components/cardsPreview.tsx:33
Function
Cards
()
app/src/pages/cards.tsx:13
Function
CardsPreview
(props)
app/src/components/cardsPreview.tsx:18
Function
CardsRemote
(props)
app/src/components/cardsRemote.tsx:14
Function
CardsTable
(props)
app/src/components/cardsTable.tsx:376
Function
CardsTableHelp
()
app/src/components/cardsTableHelp.tsx:1
Function
ChevronDown
(props: ComponentProps<'svg'>)
shared-dom/src/icons.tsx:68
Function
ChildTemplateNookSync
(props)
app/src/components/templateSync.tsx:155
Function
Code
(props: ComponentProps<'svg'>)
shared-dom/src/icons.tsx:52
Function
Comment
(props)
hub/src/components/comment.tsx:14
Function
Content
()
app/src/pages/sync.tsx:210
Function
DesktopIcon
(props: ComponentProps<'svg'>)
shared-dom/src/icons.tsx:31
Function
Diff
(props: { title: string before: T | undefined after: T | undefined toChanges: (before?: T, after?: T) => C
app/src/components/diff.tsx:5
Function
DiffCss
(props)
app/src/components/diffCss.tsx:22
Function
DiffHtml
(props)
app/src/components/diffHtml.tsx:32
Function
DiffModeProvider
(props: { children: JSX.Element })
app/src/components/diffModeContext.tsx:17
Function
DiffModeToggleGroup
()
app/src/components/diffModeContext.tsx:33
Function
DownloadNoteDefault
( props, )
hub/src/components/downloadNote.tsx:9
Function
DownloadSubscribeNote
( props, )
hub/src/components/downloadSubscribeNote.tsx:9
Function
DownloadSubscribeTemplate
( props, )
hub/src/components/downloadSubscribeTemplate.tsx:8
Function
DownloadTemplateDefault
( props, )
hub/src/components/downloadTemplate.tsx:9
Function
Edit
(props: RouteSectionProps)
hub/src/routes/n/[nook]/template/[templateId]/edit.tsx:65
Function
EditChildTemplate
(props)
shared-dom/src/editChildTemplate.tsx:30
Function
EditSetting
(props)
app/src/components/editSetting.tsx:31
Function
EditSql
(props)
app/src/components/editSql.tsx:17
Function
EditTemplate
(props)
shared-dom/src/editTemplate.tsx:39
Function
EditTemplate
(props)
app/src/components/editTemplate.tsx:143
Function
EditTemplateCss
(props)
shared-dom/src/editTemplateCss.tsx:27
Function
ExamplePlugin
(props)
app/src/components/examplePlugin.tsx:8
Function
ExamplePlugin
(props)
example-plugins/solid/src/examplePlugin.tsx:8
Function
ExternalLink
(props: ComponentProps<'svg'>)
shared-dom/src/icons.tsx:93
Function
FieldEditor
(props)
app/src/components/fieldEditor.tsx:144
Function
FieldHtmlEditor
(props)
app/src/components/fieldHtmlEditor.tsx:28
Function
FieldValue
(props)
app/src/components/fieldsEditor.tsx:40
Function
FieldsEditor
(props)
app/src/components/fieldsEditor.tsx:16
Function
FiltersTable
(props)
app/src/components/filtersTable.tsx:68
Function
GET
({ request }: PageEvent)
hub/src/routes/api/auth/[...solidAuth].ts:38
Function
HNComment
(props)
hub/src/components/hnComment.tsx:6
Function
Hamburger
(props: ComponentProps<'svg'>)
shared-dom/src/icons.tsx:76
Function
Home
()
hub/src/routes/index.tsx:7
Function
Home
()
app/src/pages/home.tsx:46
Function
IsModProvider
(props: { moderators: string[] | undefined children: JSX.Element })
hub/src/components/isModContext.tsx:6
Function
LoadingSpinner
(props: ComponentProps<'svg'>)
shared-dom/src/icons.tsx:106
Function
Login
(props: RouteSectionProps)
hub/src/routes/login.tsx:26
Function
MergeComp
(props)
app/src/components/diffCss.tsx:37
Function
MergeComp
(props)
app/src/components/diffHtml.tsx:93
Function
MoonIcon
(props: ComponentProps<'svg'>)
shared-dom/src/icons.tsx:18
Function
MyPluginBaby
(props)
app/src/pages/home.tsx:22
Function
Nav
()
hub/src/components/nav.tsx:18
Function
Nav
(props)
app/src/components/nav.tsx:7
Function
Nav
(props)
example-plugins/solid/src/nav.tsx:7
Function
Nook
(props: RouteSectionProps)
hub/src/routes/n/[nook]/(nook).tsx:67
Function
NookLayout
(props: RouteSectionProps)
hub/src/routes/n.tsx:18
Function
Nooks
()
hub/src/routes/nooks/(nooks).tsx:16
Function
NotFound
()
hub/src/routes/[...404].tsx:3
Function
NotFound
()
app/src/pages/404.tsx:3
Function
Note
(props: RouteSectionProps)
hub/src/routes/n/[nook]/note/[...noteId].tsx:40
Function
NoteNookSync
(props)
app/src/components/noteSync.tsx:43
← previous
next →
501–600 of 855, ranked by callers