MCPcopy Create free account

hub / github.com/ankitskvmdam/clean-jsdoc-theme / functions

Functions1,410 in github.com/ankitskvmdam/clean-jsdoc-theme

FunctionformatTime
( date: Date | number | string, format: 'short' | 'medium' | 'long' = 'short', options: DateFormatOption
examples/typedoc-basic/src/utils/date.ts:101
FunctionformatTime
( date: Date | number | string, format: 'short' | 'medium' | 'long' = 'short', options: DateFormatOption
examples/typedoc-parity/src/utils/date.ts:101
FunctionformatValue
* Formats the value for display * * @param value - Value to format * @returns Formatted string * @virtual
examples/typedoc-basic/src/components/Form.ts:165
FunctionformatValue
* Formats the value for display * * @param value - Value to format * @returns Formatted string * @virtual
examples/typedoc-parity/src/components/Form.ts:165
MethodfromJSON
* Creates a User instance from JSON data * * @param json - JSON string or parsed object * @returns New User instance * @throws {@link Synt
examples/typedoc-basic/src/models/User.ts:302
MethodfromJSON
* Creates a User instance from JSON data * * @param json - JSON string or parsed object * @returns New User instance * @throws {@link Synt
examples/typedoc-parity/src/models/User.ts:302
Methodget
* Look up a value by key, marking it as recently used. * * @param {string} key - The key to look up. * @returns {*} The cached value, or `und
docs-site/src/cache.js:128
Methodget
* Read a value back. * * @param key - The lookup key. * @returns The stored value, or `undefined` if absent.
docs-site/typedoc-src/index.ts:134
Methodget
* Performs a GET request * * @typeParam T - Expected response data type * @param path - Request path * @param config - Request configurati
examples/typedoc-basic/src/services/HttpClient.ts:342
Methodget
* Gets a product by ID * * @param productId - Product ID * @returns The product or undefined
examples/typedoc-basic/src/models/Product.ts:443
Methodget
* Performs a GET request * * @typeParam T - Expected response data type * @param path - Request path * @param config - Request configurati
examples/typedoc-parity/src/services/HttpClient.ts:342
Methodget
* Gets a product by ID * * @param productId - Product ID * @returns The product or undefined
examples/typedoc-parity/src/models/Product.ts:443
FunctiongetConfig
* Resolve the effective runtime configuration for the app. * * Defaults are `host: "localhost"` and `port: 3000`. Pass an `overrides` object * to s
examples/basic/src/globals.js:19
FunctiongetDefaultValue
* Gets the default value for this field type * * @returns Default value * @virtual
examples/typedoc-basic/src/components/Form.ts:145
FunctiongetDefaultValue
* Gets the default value for this field type * * @returns Default value * @virtual
examples/typedoc-parity/src/components/Form.ts:145
MethodgetDefaultValue
()
examples/typedoc-basic/src/components/Form.ts:467
MethodgetDefaultValue
()
examples/typedoc-basic/src/components/Form.ts:520
MethodgetDefaultValue
()
examples/typedoc-parity/src/components/Form.ts:467
MethodgetDefaultValue
()
examples/typedoc-parity/src/components/Form.ts:520
MethodgetDiscountAmount
* Calculates the discount amount * * @returns Discount amount in smallest currency unit, or 0 if no discount
examples/typedoc-basic/src/models/Product.ts:305
MethodgetDiscountAmount
* Calculates the discount amount * * @returns Discount amount in smallest currency unit, or 0 if no discount
examples/typedoc-parity/src/models/Product.ts:305
MethodgetFormattedPrice
* Formats the price for display * * @param locale - Locale for formatting (default: 'en-US') * @returns Formatted price string * * @exa
examples/typedoc-basic/src/models/Product.ts:293
MethodgetFormattedPrice
* Formats the price for display * * @param locale - Locale for formatting (default: 'en-US') * @returns Formatted price string * * @exa
examples/typedoc-parity/src/models/Product.ts:293
MethodgetId
* Get user ID * @returns {string}
examples/basic/src/models/Users.js:27
FunctiongetInitialState
* Gets the initial state * * @returns Initial field state
examples/typedoc-basic/src/components/Form.ts:129
FunctiongetInitialState
* Returns the initial internal state * * @returns Initial state object * @virtual
examples/typedoc-basic/src/components/base/Component.ts:244
FunctiongetInitialState
* Gets the initial state * * @returns Initial field state
examples/typedoc-parity/src/components/Form.ts:129
FunctiongetInitialState
* Returns the initial internal state * * @returns Initial state object * @virtual
examples/typedoc-parity/src/components/base/Component.ts:244
MethodgetMaxListeners
* Gets the maximum number of listeners per event * * @returns Maximum listeners count
examples/typedoc-basic/src/services/EventEmitter.ts:171
MethodgetMaxListeners
* Gets the maximum number of listeners per event * * @returns Maximum listeners count
examples/typedoc-parity/src/services/EventEmitter.ts:171
MethodgetOrSet
* Gets a value, setting it if not present * * @typeParam T - Value type (extends V) * @param key - Cache key * @param factory - Function t
examples/typedoc-basic/src/services/cache/Cache.ts:305
MethodgetOrSet
* Gets a value, setting it if not present * * @typeParam T - Value type (extends V) * @param key - Cache key * @param factory - Function t
examples/typedoc-parity/src/services/cache/Cache.ts:305
FunctiongetRelativeTime
( date: Date | number | string, baseDate: Date = new Date(), options: DateFormatOptions = {} )
examples/typedoc-basic/src/utils/date.ts:171
FunctiongetRelativeTime
( date: Date | number | string, baseDate: Date = new Date(), options: DateFormatOptions = {} )
examples/typedoc-parity/src/utils/date.ts:171
MethodgetStats
* Gets cache statistics * * @returns Current cache statistics * * @example * ```typescript * const stats = cache.getStats() * con
examples/typedoc-basic/src/services/cache/Cache.ts:405
MethodgetStats
* Gets cache statistics * * @returns Current cache statistics * * @example * ```typescript * const stats = cache.getStats() * con
examples/typedoc-parity/src/services/cache/Cache.ts:405
MethodgetTotalPrice
* Calculates total price for a variant * * @param variantId - Optional variant ID * @returns Total price amount including variant adjustment
examples/typedoc-basic/src/models/Product.ts:371
MethodgetTotalPrice
* Calculates total price for a variant * * @param variantId - Optional variant ID * @returns Total price amount including variant adjustment
examples/typedoc-parity/src/models/Product.ts:371
FunctiongetValue
* Gets the current field value * * @returns Current value
examples/typedoc-basic/src/components/Form.ts:174
FunctiongetValue
* Gets the current field value * * @returns Current value
examples/typedoc-parity/src/components/Form.ts:174
FunctiongetWorker
()
packages/rang/src/components/CodeViewer.tsx:80
Methodgreet
* Returns a greeting. * @returns the greeting string
packages/typedoc/__fixtures__/basic/src/index.ts:23
FunctiongroupBy
( array: T[], keySelector: (item: T) => K )
examples/typedoc-basic/src/utils/array.ts:33
FunctiongroupBy
( array: T[], keySelector: (item: T) => K )
examples/typedoc-parity/src/utils/array.ts:33
FunctiongzipSizer
(b: Uint8Array | string)
packages/clean-jsdoc-theme/src/publish.ts:2405
FunctiongzipSizer
(b: Uint8Array | string)
packages/typedoc/src/write-site.ts:845
FunctionhandleBlur
* Handles field blur
examples/typedoc-basic/src/components/Form.ts:221
FunctionhandleBlur
* Handles field blur
examples/typedoc-parity/src/components/Form.ts:221
FunctionhandleChange
* Handles input change event * * @param rawValue - Raw input value
examples/typedoc-basic/src/components/Form.ts:205
FunctionhandleChange
* Handles input change event * * @param rawValue - Raw input value
examples/typedoc-parity/src/components/Form.ts:205
FunctionhandleClick
()
packages/rang/src/components/CopyBtn.tsx:20
FunctionhandleFocus
* Handles field focus
examples/typedoc-basic/src/components/Form.ts:213
FunctionhandleFocus
* Handles field focus
examples/typedoc-parity/src/components/Form.ts:213
FunctionhandleToggle
(key: string, open: boolean)
packages/rang/src/components/Sidebar.tsx:381
FunctionhasErrors
* Whether the field has validation errors
examples/typedoc-basic/src/components/Form.ts:334
FunctionhasErrors
* Whether the field has validation errors
examples/typedoc-parity/src/components/Form.ts:334
Functionhtml
(value: string)
packages/setu/src/mdast/builders.ts:62
FunctionhumanSize
* Format a byte count as a human-readable size (e.g. `1.5 kB`). * * @function humanSize * @global * @param {number} bytes - The byte count. * @re
examples/basic/src/globals.js:31
Methodid
* The unique identifier for this entity. * @type {string} * @readonly * @public
examples/basic/src/CoreShema.js:74
MethodidGenerator
* Generates a sequence of IDs. * @generator * @yields {string} The next formatted ID in the sequence.
examples/basic/src/DataProcessor.js:77
Methodinfo
Add an `info` — purely advisory (e.g. "couldn't verify offline").
packages/utils/src/config/diagnostics.ts:56
Functioninit
()
examples/basic/src/index.js:16
Methodinsert
(data: T | T[])
packages/utils/src/salty.ts:15
FunctioninstallDefaults
(target)
examples/basic/src/queue/mixins.js:61
FunctioninternalState
* Gets the internal component state
examples/typedoc-basic/src/components/base/Component.ts:234
FunctioninternalState
* Gets the internal component state
examples/typedoc-parity/src/components/base/Component.ts:234
Functioninterpolate
(template: string, values: Record<string, unknown>)
examples/typedoc-basic/src/utils/string.ts:380
Functioninterpolate
(template: string, values: Record<string, unknown>)
examples/typedoc-parity/src/utils/string.ts:380
Functionintersection
(a: T[], b: T[])
examples/typedoc-basic/src/utils/array.ts:164
Functionintersection
(a: T[], b: T[])
examples/typedoc-parity/src/utils/array.ts:164
MethodisActive
()
examples/typedoc-basic/src/services/EventEmitter.ts:479
MethodisActive
* Checks if the user account is active * * @returns True if account status is Active
examples/typedoc-basic/src/models/User.ts:237
MethodisActive
()
examples/typedoc-parity/src/services/EventEmitter.ts:479
MethodisActive
* Checks if the user account is active * * @returns True if account status is Active
examples/typedoc-parity/src/models/User.ts:237
MethodisAdmin
* Checks if the user has admin privileges * * @returns True if user is Admin or SuperAdmin * * @example * ```typescript * if (user.i
examples/typedoc-basic/src/models/User.ts:228
MethodisAdmin
* Checks if the user has admin privileges * * @returns True if user is Admin or SuperAdmin * * @example * ```typescript * if (user.i
examples/typedoc-parity/src/models/User.ts:228
FunctionisBetween
(date: Date, start: Date, end: Date, inclusive = true)
examples/typedoc-basic/src/utils/date.ts:391
FunctionisBetween
(date: Date, start: Date, end: Date, inclusive = true)
examples/typedoc-parity/src/utils/date.ts:391
FunctionisBlank
(str: string)
examples/typedoc-basic/src/utils/string.ts:194
FunctionisBlank
(str: string)
examples/typedoc-parity/src/utils/string.ts:194
MethodisClientError
* Checks if error is a client error (4xx)
examples/typedoc-basic/src/services/HttpClient.ts:153
MethodisClientError
* Checks if error is a client error (4xx)
examples/typedoc-parity/src/services/HttpClient.ts:153
FunctionisDefined
(value: T | null | undefined)
examples/typedoc-basic/src/types/common.ts:425
FunctionisDefined
(value: T | null | undefined)
examples/typedoc-parity/src/types/common.ts:425
FunctionisDirty
* Whether the field has been modified
examples/typedoc-basic/src/components/Form.ts:348
FunctionisDirty
* Whether the field has been modified
examples/typedoc-parity/src/components/Form.ts:348
FunctionisDoclet
(doclet: unknown)
packages/utils/src/doclet-schema.ts:320
FunctionisEmpty
* Checks if a value is empty * * @param value - Value to check * @returns True if empty * @virtual
examples/typedoc-basic/src/components/Form.ts:278
FunctionisEmpty
* Checks if a value is empty * * @param value - Value to check * @returns True if empty * @virtual
examples/typedoc-parity/src/components/Form.ts:278
FunctionisErrorResponse
(response: ApiResponse<T>)
examples/typedoc-basic/src/types/api.ts:530
FunctionisErrorResponse
(response: ApiResponse<T>)
examples/typedoc-parity/src/types/api.ts:530
FunctionisPackageDoclet
(doclet: unknown)
packages/utils/src/doclet-schema.ts:315
FunctionisPlayground
(node: unknown)
packages/setu/src/__tests__/playground-prose.test.ts:10
FunctionisSameDay
(date1: Date, date2: Date)
examples/typedoc-basic/src/utils/date.ts:363
FunctionisSameDay
(date1: Date, date2: Date)
examples/typedoc-parity/src/utils/date.ts:363
MethodisServerError
* Checks if error is a server error (5xx)
examples/typedoc-basic/src/services/HttpClient.ts:160
MethodisServerError
* Checks if error is a server error (5xx)
examples/typedoc-parity/src/services/HttpClient.ts:160
FunctionisSuccessResponse
(response: ApiResponse<T>)
examples/typedoc-basic/src/types/api.ts:517
FunctionisSuccessResponse
(response: ApiResponse<T>)
examples/typedoc-parity/src/types/api.ts:517
FunctionisTouched
* Whether the field has been touched
examples/typedoc-basic/src/components/Form.ts:341
← previousnext →1,101–1,200 of 1,410, ranked by callers