MCPcopy Create free account

hub / github.com/Devorein/Nishan / functions

Functions578 in github.com/Devorein/Nishan

↓ 2 callersFunctiongenerateViewData
( { id, name, type, format, query2 }: Pick<TView, 'name' | 'type' | 'format' | 'query2
packages/fabricator/libs/CreateData/utils/generateViewData.ts:15
↓ 2 callersMethodgetBlock
(arg?: FilterType<TBlock>)
packages/core/libs/Api/Block/Page.ts:32
↓ 2 callersMethodgetCachedParentData
()
packages/core/libs/Api/Block/Block.ts:25
↓ 2 callersFunctiongetChildRelationSchemaUnitId
(child_collection: ICollection, name: string)
packages/fabricator/tests/CreateData/SchemaUnit/relation.test.ts:34
↓ 2 callersMethodgetComment
(arg?: FilterType<IComment>)
packages/core/libs/Api/Block/Block.ts:234
↓ 2 callersFunctiongetLocaleLabel
(locale)
docs/src/theme/NavbarItem/LocaleDropdownNavbarItem.js:30
↓ 2 callersFunctiongetNotionData
( token: string, getSpace?: (space: ISpace) => any )
packages/markdown/utils/getNotionData.ts:5
↓ 2 callersMethodgetNotionUsers
* Get `INotionUser[]` and return `NotionUser[]` by the `args` param * @param args An array of string ids, a predicate passed the INotionUser or und
packages/core/libs/Api/Nishan.ts:78
↓ 2 callersMethodgetPagesById
(ids: string[])
packages/core/libs/Api/Nishan.ts:109
↓ 2 callersMethodgetProps
()
packages/permissions/libs/BlockPermissions.ts:56
↓ 2 callersMethodgetSpaces
* Get multiple space objects on the user's account as an array * @param arg empty or A predicate function or a string array of ids * @returns An
packages/core/libs/Api/NotionUser.ts:173
↓ 2 callersFunctiongetSvgFile
(type: TSchemaUnitType)
packages/react-filters/src/components/Filter/Group/Item/Property/index.tsx:9
↓ 2 callersFunctiongetVersionMainDoc
docs/src/theme/NavbarItem/DocsVersionDropdownNavbarItem.js:12
↓ 2 callersFunctionhandleMenuListHeight
(calc = true)
docs/src/theme/DocSidebar/index.js:61
↓ 2 callersFunctioninit
()
packages/discourse/tests/Discussions/createDiscussions.test.ts:11
↓ 2 callersFunctioninitializeNishan
({ token, interval, user_id }: Required<INotionEndpointsOptions>)
packages/graphql/libs/utils/initializeNishan.ts:4
↓ 2 callersFunctioninner
(schema_type: TSchemaUnitType)
packages/react-filters/src/utils/getFilterInfoFromSchemaUnit.ts:257
↓ 2 callersFunctionisActiveSidebarItem
(item, activePath)
docs/src/theme/DocSidebar/index.js:24
↓ 2 callersFunctionparseFile
(path: string)
packages/markdown/utils/parseFile.ts:9
↓ 2 callersFunctionparseNodes
(node: ASTNode, notion_blocks: TNotionBlocks[], parent_data?: ParseNodesParentData)
packages/markdown/utils/parseNodes.ts:10
↓ 2 callersFunctionparseTextFormatterString
(formats_str: string)
packages/markdown/utils/parseParagraphNode.ts:5
↓ 2 callersFunctionpopulatePermissions
(user_id: string, is_private?: boolean)
packages/fabricator/libs/CreateData/utils/populatePermissions.ts:9
↓ 2 callersFunctionpopulateTableViewFormatProperties
(view_format_input: TableSchemaUnitFormatCreateInput, schema_id: string)
packages/fabricator/libs/PopulateViewData/format/utils/tableFormat.ts:4
↓ 2 callersFunctionreturnChildCollectionAndCache
()
packages/fabricator/tests/CreateData/SchemaUnit/relation.test.ts:14
↓ 2 callersFunctiontasksBoardViews
(name: string)
packages/core/examples/Workflow 1/step_2/index.ts:100
↓ 2 callersFunctionucd
(id: string)
packages/traverser/tests/utils.ts:64
↓ 2 callersMethodupdate
(arg: T)
packages/core/libs/Api/SchemaUnit.ts:21
↓ 2 callersMethodupdateFilter
(arg: UpdateType<ISchemaFiltersMapValue, TViewFilterUpdateInput>)
packages/core/libs/Api/View/View.ts:137
↓ 2 callersMethodupdateFormatProperty
(arg: UpdateType<ISchemaFormatMapValue, SchemaFormatPropertiesUpdateInput>)
packages/core/libs/Api/View/View.ts:204
↓ 2 callersMethodupdateRootPage
* Update a singular root page in the space * @param id id of the root page to update * @param opt object to configure root page
packages/core/libs/Api/Space.ts:134
↓ 2 callersMethodupdateRootPages
* Update multiple root pages located in the space * @param arg Array of tuple, id and object to configure each root page * @param multiple wheth
packages/core/libs/Api/Space.ts:145
↓ 2 callersMethodupdateSchemaUnits
* Update and return multiple columns from the collection schema * @param args schema_id string and schema properties array of tuples * @returns
packages/core/libs/Api/Collection.ts:325
↓ 2 callersMethodupdateSpacePermission
(role: TSpacePermissionRole)
packages/permissions/libs/BlockPermissions.ts:254
↓ 2 callersFunctionuploadToNotion
( { space_id, headers }: NotionOperationData, notion_block_ops: IOperation[] )
packages/markdown/utils/uploadToNotion.ts:6
↓ 2 callersFunctionwhitespace
(character: string | number)
packages/remark-notion/src/index.ts:3
↓ 1 callersMethodaddPublicPermission
( options: { role: TPublicPermissionRole } & Partial<IPublicPermissionOptions> )
packages/permissions/libs/BlockPermissions.ts:234
↓ 1 callersMethodaddUserPermission
(id: UserIdentifier, role: TUserPermissionRole)
packages/permissions/libs/BlockPermissions.ts:139
↓ 1 callersMethodaddUserPermissions
* Share page to users with specific permissions * @param args array of user id and role of user to share pages to
packages/permissions/libs/BlockPermissions.ts:147
↓ 1 callersFunctionapplyMixins
(derivedCtor: any, constructors: any[])
packages/core/libs/utils/applyMixins.ts:1
↓ 1 callersFunctionconstructFunctionExample
(function_name, operator, signature)
docs/scripts/generateNotionFunctionReference.js:10
↓ 1 callersFunctionconstructSignatureTable
(function_name, operator, signatures)
docs/scripts/generateNotionFunctionReference.js:33
↓ 1 callersFunctionconvertFrontMatter2Obj
(frontmatter: string)
packages/markdown/utils/convertFrontMatter2Obj.ts:1
↓ 1 callersFunctionconvertIntoSelectMenuItems
(labels: string[])
packages/react-filters/src/utils/convertIntoSelectMenuItem.ts:13
↓ 1 callersMethodconvertTo
* Convert the current block to a different basic block * @param type `TBasicBlockType` basic block types
packages/core/libs/Api/Block/Block.ts:111
↓ 1 callersMethodcreateAggregation
(arg: TAggregationsCreateInput)
packages/core/libs/Api/View/Aggregator.ts:45
↓ 1 callersMethodcreateAggregations
(args: TAggregationsCreateInput[])
packages/core/libs/Api/View/Aggregator.ts:49
↓ 1 callersMethodcreateComments
(args: ICommentCreateInput[])
packages/core/libs/Api/Discussion.ts:15
↓ 1 callersMethodcreateDiscussions
(args: IDiscussionCreateInput[])
packages/core/libs/Api/Block/Block.ts:192
↓ 1 callersFunctioncreateEmptyFilter
()
packages/react-filters/src/utils/createFilterLiterals.ts:3
↓ 1 callersFunctioncreateEmptyFilterGroup
(operator?: TViewGroupFilterOperator, filters?: (TViewFilters | IViewFilter)[])
packages/react-filters/src/utils/createFilterLiterals.ts:14
↓ 1 callersMethodcreateFilters
(args: TViewFilterCreateInput[])
packages/core/libs/Api/View/View.ts:128
↓ 1 callersFunctioncreateImportedPackagesSourceFile
()
scripts/libs/Create/createImportedPackagesSourceFile.ts:6
↓ 1 callersFunctioncreateMultiSelectFilterInfos
( options: SelectOption[] )
packages/react-filters/src/utils/getFilterInfoFromSchemaUnit.ts:220
↓ 1 callersFunctioncreatePackagePublishOrder
(packages: IPackageInfo[])
apps/publish/client/src/utils/createPackagePublishOrder.ts:3
↓ 1 callersFunctioncreateSelectFilterInfos
( options: SelectOption[] )
packages/react-filters/src/utils/getFilterInfoFromSchemaUnit.ts:238
↓ 1 callersMethodcreateSpaces
(opts: ISpaceCreateInput[])
packages/core/libs/Api/NotionUser.ts:70
↓ 1 callersMethodcreateTemplates
* Create multiple templates for the collection * @param rows Array of Objects for configuring template options
packages/core/libs/Api/Collection.ts:54
↓ 1 callersFunctioncreateTransaction
(shardId: number, spaceId: string, operations: IOperation[])
packages/markdown/utils/createTransactions.ts:5
↓ 1 callersMethodcreateViews
(params: TViewCreateInput[])
packages/core/libs/Api/Block/CollectionBlock.ts:34
↓ 1 callersMethoddate
* Adds a referenced date content to current content and return a new NotionInlineBlock * @param arg Options for the date that is to be added to cur
packages/inline-blocks/libs/NotionInlineBlock.ts:50
↓ 1 callersMethoddelete
* Delete the current block
packages/core/libs/Api/Block/Block.ts:127
↓ 1 callersMethoddeleteAggregation
(arg: FilterType<ISchemaAggregationMapValue>)
packages/core/libs/Api/View/Aggregator.ts:121
↓ 1 callersMethoddeleteAggregations
(args: FilterTypes<ISchemaAggregationMapValue>, multiple?: boolean)
packages/core/libs/Api/View/Aggregator.ts:125
↓ 1 callersMethoddeleteBlock
* Delete a single block from a page * @param arg id string or a predicate acting as a filter
packages/core/libs/Api/Block/Page.ts:75
↓ 1 callersMethoddeleteCachedData
* Delete the cached data using the id
packages/core/libs/Api/Data.ts:105
↓ 1 callersMethoddeleteComment
(arg?: FilterType<IComment>)
packages/core/libs/Api/Discussion.ts:44
↓ 1 callersMethoddeleteComments
(args?: FilterTypes<IComment>, multiple?: boolean)
packages/core/libs/Api/Discussion.ts:48
↓ 1 callersMethoddeleteDiscussion
(arg: FilterType<IDiscussion>)
packages/core/libs/Api/Block/Block.ts:212
↓ 1 callersMethoddeleteDiscussions
(args: FilterTypes<IDiscussion>, multiple?: boolean)
packages/core/libs/Api/Block/Block.ts:216
↓ 1 callersMethoddeleteFilter
(arg: FilterType<ISchemaFiltersMapValue>)
packages/core/libs/Api/View/View.ts:176
↓ 1 callersMethoddeleteFilters
(args: FilterTypes<ISchemaFiltersMapValue>, multiple?: boolean)
packages/core/libs/Api/View/View.ts:180
↓ 1 callersMethoddeleteIterate
( args: FilterTypes<TD>, options: IterateAndDeleteOptions<T, C>, transform: (id: string) => TD | u
packages/core/libs/Api/Data.ts:129
↓ 1 callersMethoddeleteRow
(arg?: FilterType<IPage>)
packages/core/libs/Api/Collection.ts:206
↓ 1 callersMethoddeleteRows
* Delete multiple template pages from the collection * @param args string of ids or a predicate function * @param multiple whether multiple or s
packages/core/libs/Api/Collection.ts:215
↓ 1 callersMethoddeleteSchemaUnits
* Delete multiple columns from the collection schema * @param args schema_id string array or predicate function * @returns An array of SchemaUni
packages/core/libs/Api/Collection.ts:387
↓ 1 callersMethoddeleteSort
(arg: FilterType<ISchemaSortsMapValue>)
packages/core/libs/Api/View/View.ts:104
↓ 1 callersMethoddeleteSorts
(args: FilterTypes<ISchemaSortsMapValue>, multiple?: boolean)
packages/core/libs/Api/View/View.ts:108
↓ 1 callersMethoddeleteSpace
(arg: FilterType<ISpace>)
packages/core/libs/Api/NotionUser.ts:219
↓ 1 callersMethoddeleteSpaces
(args: FilterTypes<ISpace>, multiple?: boolean)
packages/core/libs/Api/NotionUser.ts:223
↓ 1 callersMethoddeleteTemplate
* Delete a single template page from the collection * @param args string id or a predicate function
packages/core/libs/Api/Collection.ts:115
↓ 1 callersMethoddeleteTemplates
* Delete multiple template pages from the collection * @param args string of ids or a predicate function * @param multiple whether multiple or s
packages/core/libs/Api/Collection.ts:124
↓ 1 callersMethoddeleteView
* Delete a single root page from the space * @param arg Criteria to filter the page to be deleted
packages/core/libs/Api/Block/CollectionBlock.ts:93
↓ 1 callersMethoddeleteViews
* Delete multiple root_pages or root_collection_view_pages * @param arg Criteria to filter the pages to be deleted * @param multiple whether or
packages/core/libs/Api/Block/CollectionBlock.ts:102
↓ 1 callersMethodequation
* Adds an equation content to current content and return a new NotionInlineBlock * @param equation The equation that is to be added to current cont
packages/inline-blocks/libs/NotionInlineBlock.ts:58
↓ 1 callersFunctionexecuteOperationAndStoreInCache
( data: T, options: Omit<INotionFabricatorOptions, 'cache_init_tracker'>, cb?: ((data: TBlock) => any) )
packages/fabricator/libs/CreateData/utils/executeOperationAndStoreInCache.ts:15
↓ 1 callersFunctionextractDependencies
(dependencies: Record<string, string>)
scripts/libs/Extract/extractDependencies.ts:1
↓ 1 callersFunctionextractModuleDependencies
(module_path: string)
scripts/libs/Extract/extractModuleDependencies.ts:3
↓ 1 callersFunctionextractPackageDependencies
(package_name: string)
scripts/libs/Extract/extractPackageDependencies.ts:6
↓ 1 callersFunctiongenerate
(package_name)
docs/docgen.js:6
↓ 1 callersFunctiongenerateNotionBlockOperations
( notion_data: NotionOperationData, notion_blocks: TNotionBlocks[], config: NotionMarkdownConfig )
packages/markdown/utils/notionBlocks2Operations.ts:11
↓ 1 callersFunctiongenerateSidebar
(rootpath)
docs/docgen.js:27
↓ 1 callersMethodgetBookmarkedPage
(arg: FilterType<TPage>)
packages/core/libs/Api/SpaceView.ts:59
↓ 1 callersMethodgetBookmarkedPages
(args: FilterTypes<TPage>, multiple?: boolean)
packages/core/libs/Api/SpaceView.ts:63
↓ 1 callersMethodgetCachedParentData
()
packages/core/libs/Api/SpaceView.ts:20
↓ 1 callersMethodgetComments
(args?: FilterTypes<IComment>, multiple?: boolean)
packages/core/libs/Api/Discussion.ts:26
↓ 1 callersMethodgetComments
(args?: FilterTypes<IComment>, multiple?: boolean)
packages/core/libs/Api/Block/Block.ts:238
↓ 1 callersMethodgetDiscussion
(arg?: FilterType<IDiscussion>)
packages/core/libs/Api/Block/Block.ts:223
↓ 1 callersMethodgetDiscussions
(args?: FilterTypes<IDiscussion>, multiple?: boolean)
packages/core/libs/Api/Block/Block.ts:227
↓ 1 callersFunctiongetFilterInfo
(schema_unit: TSchemaUnit)
packages/react-filters/src/utils/getFilterInfoFromSchemaUnit.ts:256
↓ 1 callersMethodgetIterate
( args: FilterTypes<RD>, options: IterateAndGetOptions<T, C>, transform: (id: string) => RD | unde
packages/core/libs/Api/Data.ts:171
← previousnext →101–200 of 578, ranked by callers