MCPcopy Create free account

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

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

MethodcanPurchase
* Checks if the product is available for purchase * * @returns True if product can be purchased
examples/typedoc-basic/src/models/Product.ts:317
MethodcanPurchase
* Checks if the product is available for purchase * * @returns True if product can be purchased
examples/typedoc-parity/src/models/Product.ts:317
FunctioncheckRule
* Checks a single validation rule * * @param rule - Rule to check * @param value - Value to validate * @returns True if rule passes
examples/typedoc-basic/src/components/Form.ts:292
FunctioncheckRule
* Checks a single validation rule * * @param rule - Rule to check * @param value - Value to validate * @returns True if rule passes
examples/typedoc-parity/src/components/Form.ts:292
Functionchunk
(array: T[], size: number)
examples/typedoc-basic/src/utils/array.ts:105
Functionchunk
(array: T[], size: number)
examples/typedoc-parity/src/utils/array.ts:105
Methodclear
* Stop and clear the queue, aborting any in-flight task. * * @override * @returns {void}
docs-site/src/queue.js:158
Functioncompose
( ...hocs: Array<HOC<P, P>> )
examples/typedoc-basic/src/components/base/Component.ts:545
Functioncompose
( ...hocs: Array<HOC<P, P>> )
examples/typedoc-parity/src/components/base/Component.ts:545
Functioncompute
()
packages/rang/src/components/toc-utils.ts:251
Functionconfigure
(opts: { retries: number; label?: string; point: Point })
examples/typedoc-parity/src/parity.ts:81
Functionconstructor
* Creates a new Component instance * * @param props - Initial component props
examples/typedoc-basic/src/components/base/Component.ts:211
Functionconstructor
(id: string)
examples/typedoc-parity/src/parity.ts:19
Functionconstructor
* Creates a new Component instance * * @param props - Initial component props
examples/typedoc-parity/src/components/base/Component.ts:211
Methodconstructor
* @param who - The name to greet.
packages/typedoc/__fixtures__/basic/src/index.ts:15
Methodconstructor
* Create a new cache. * * @param {CacheOptions} [options={}] - Configuration for the cache. * @param {number} [options.maxSize=100] - Max ent
docs-site/src/cache.js:62
Methodconstructor
@param {Object} data - Arbitrary record fields.
docs-site/src/contracts.js:87
Methodconstructor
* @param {Object} [options={}] - Queue configuration. * @param {number} [options.concurrency=1] - How many tasks run at once * (clamped to {@l
docs-site/src/queue.js:69
Methodconstructor
* Create a store. * * @param capacity - Maximum number of entries before {@link Store.set} throws. * @param logger - Optional logger for diag
docs-site/typedoc-src/index.ts:102
Methodconstructor
* Creates a new HttpError * * @param message - Error message * @param status - HTTP status code * @param url - Request URL * @param con
examples/typedoc-basic/src/services/HttpClient.ts:141
Methodconstructor
* Creates a new HttpClient instance * * @param options - Client configuration options * @param options.baseUrl - Base URL for all requests
examples/typedoc-basic/src/services/HttpClient.ts:275
Methodconstructor
* Creates a new Cache instance * * @param options - Cache configuration options * * @example * ```typescript * const cache = new Cac
examples/typedoc-basic/src/services/cache/Cache.ts:190
Methodconstructor
* Creates a new User instance * * @param data - User data to initialize the instance
examples/typedoc-basic/src/models/User.ts:203
Methodconstructor
* Creates a new Product instance * * @param data - Product data
examples/typedoc-basic/src/models/Product.ts:275
Methodconstructor
* Creates a new ProductCollection * * @param initialProducts - Optional initial products array
examples/typedoc-basic/src/models/Product.ts:401
Methodconstructor
(id: string, name: string)
examples/typedoc-parity/src/parity.ts:42
Methodconstructor
* Creates a new HttpError * * @param message - Error message * @param status - HTTP status code * @param url - Request URL * @param con
examples/typedoc-parity/src/services/HttpClient.ts:141
Methodconstructor
* Creates a new HttpClient instance * * @param options - Client configuration options * @param options.baseUrl - Base URL for all requests
examples/typedoc-parity/src/services/HttpClient.ts:275
Methodconstructor
* Creates a new Cache instance * * @param options - Cache configuration options * * @example * ```typescript * const cache = new Cac
examples/typedoc-parity/src/services/cache/Cache.ts:190
Methodconstructor
* Creates a new User instance * * @param data - User data to initialize the instance
examples/typedoc-parity/src/models/User.ts:203
Methodconstructor
* Creates a new Product instance * * @param data - Product data
examples/typedoc-parity/src/models/Product.ts:275
Methodconstructor
* Creates a new ProductCollection * * @param initialProducts - Optional initial products array
examples/typedoc-parity/src/models/Product.ts:401
Methodconstructor
* Create an entity. * @param {string} id - Unique identifier. * @throws {TypeError} If ID is not a string.
examples/basic/src/CoreShema.js:63
Methodconstructor
* @param {string} id - The processor ID. * @param {Object} [options] - Configuration. * @param {number} [options.timeout=5000] - Timeout in ms.
examples/basic/src/DataProcessor.js:41
Methodconstructor
(id, maxRetries = 0)
examples/basic/src/queue/AbstractJob.js:20
Methodconstructor
* Build a new queue. * * @param {string} name - A unique, human-readable queue name. * @param {Object} [options] - Tuning knobs. * @param
examples/basic/src/queue/Queue.js:69
Methodconstructor
(snapshot)
examples/basic/src/queue/Queue.js:238
Methodconstructor
* @param {string} id - Unique job id. * @arg {Function} work - The async function to run. * @argument {number} [maxRetries=3] - How many times t
examples/basic/src/queue/RetryJob.js:26
Methodconstructor
* Create a user. * @constructor * @param {string} id - Unique identifier * @param {string} name - Full name
examples/basic/src/models/Users.js:12
Methodconstructor
* Create a widget. * * @param {string} id - A unique identifier for the widget. * @param {object} [options={}] - Optional configuration. *
examples/with-i18n-example/src/index.js:37
FunctioncopyPage
()
packages/rang/src/components/CopyPageButton.tsx:100
Methodcount
()
packages/utils/src/salty.ts:14
FunctioncreateCache
(entries, options)
docs-site/src/cache.js:204
FunctioncreateComponent
( render: FunctionComponent<P> )
examples/typedoc-basic/src/components/base/Component.ts:520
FunctioncreateComponent
( render: FunctionComponent<P> )
examples/typedoc-parity/src/components/base/Component.ts:520
FunctioncreateErrorResponse
( code: string, message: string, status?: HttpStatusCode, details?: ErrorDetail[] )
examples/typedoc-basic/src/types/api.ts:483
FunctioncreateErrorResponse
( code: string, message: string, status?: HttpStatusCode, details?: ErrorDetail[] )
examples/typedoc-parity/src/types/api.ts:483
FunctioncreateEventEmitter
()
examples/typedoc-basic/src/services/EventEmitter.ts:520
FunctioncreateEventEmitter
()
examples/typedoc-parity/src/services/EventEmitter.ts:520
FunctioncreateFormatter
(widthOrTemplate: number | string)
docs-site/typedoc-src/index.ts:159
FunctioncreateHttpClient
(baseUrl: string)
examples/typedoc-basic/src/services/HttpClient.ts:502
FunctioncreateHttpClient
(baseUrl: string)
examples/typedoc-parity/src/services/HttpClient.ts:502
FunctioncreateNamespacedCache
( cache: Cache<string, V>, namespace: string )
examples/typedoc-basic/src/services/cache/Cache.ts:583
FunctioncreateNamespacedCache
( cache: Cache<string, V>, namespace: string )
examples/typedoc-parity/src/services/cache/Cache.ts:583
FunctioncreateSuccessResponse
(data: T, meta?: ResponseMeta)
examples/typedoc-basic/src/types/api.ts:455
FunctioncreateSuccessResponse
(data: T, meta?: ResponseMeta)
examples/typedoc-parity/src/types/api.ts:455
FunctioncreateUser
(payload, cb)
examples/basic/src/services/UserService.js:29
FunctioncreateWidget
(config)
examples/with-i18n-example/src/index.js:81
FunctiondateDiff
( date1: Date, date2: Date, unit: 'seconds' | 'minutes' | 'hours' | 'days' | 'weeks' | 'months' | 'years
examples/typedoc-basic/src/utils/date.ts:421
FunctiondateDiff
( date1: Date, date2: Date, unit: 'seconds' | 'minutes' | 'hours' | 'days' | 'weeks' | 'months' | 'years
examples/typedoc-parity/src/utils/date.ts:421
FunctiondefaultRunner
({ command, args, cwd, env })
packages/aadesh/src/extract-manifest.ts:65
FunctiondefineTask
* Define a {@link Task} without writing the object literal by hand. * * A convenience global that mirrors the {@link createCache} factory — handy fo
docs-site/src/globals.js:60
Methoddelete
* Performs a DELETE request * * @typeParam T - Expected response data type * @param path - Request path * @param config - Request configur
examples/typedoc-basic/src/services/HttpClient.ts:408
Methoddelete
* Performs a DELETE request * * @typeParam T - Expected response data type * @param path - Request path * @param config - Request configur
examples/typedoc-parity/src/services/HttpClient.ts:408
Methoddescribe
Overrides {@link Base.describe}.
examples/typedoc-parity/src/parity.ts:47
Methoddestroy
* Destroys the cache and cleans up resources
examples/typedoc-parity/src/services/cache/Cache.ts:463
Functiondifference
(a: T[], b: T[])
examples/typedoc-basic/src/utils/array.ts:184
Functiondifference
(a: T[], b: T[])
examples/typedoc-parity/src/utils/array.ts:184
Methoddistinct
(key: keyof T)
packages/utils/src/salty.ts:26
Methoddrain
* Run every pending task and resolve once the queue is empty. * * @async * @returns {Promise<number>} The number of tasks that ran. * @fir
docs-site/src/queue.js:108
Functionemit
* Emits an event * * @typeParam T - Event data type * @param type - Event type * @param data - Event data * * @example * ```types
examples/typedoc-basic/src/components/base/Component.ts:382
Functionemit
* Emits an event * * @typeParam T - Event data type * @param type - Event type * @param data - Event data * * @example * ```types
examples/typedoc-parity/src/components/base/Component.ts:382
MethodemitAsync
* Emits an event and waits for all async handlers * * @typeParam K - Event name type * @param event - Event name to emit * @param data - E
examples/typedoc-basic/src/services/EventEmitter.ts:315
MethodemitAsync
* Emits an event and waits for all async handlers * * @typeParam K - Event name type * @param event - Event name to emit * @param data - E
examples/typedoc-parity/src/services/EventEmitter.ts:315
FunctionendOf
(date: Date, unit: 'day' | 'week' | 'month' | 'year')
examples/typedoc-basic/src/utils/date.ts:324
FunctionendOf
(date: Date, unit: 'day' | 'week' | 'month' | 'year')
examples/typedoc-parity/src/utils/date.ts:324
FunctionescapeHtml
(str: string)
examples/typedoc-basic/src/utils/string.ts:212
FunctionescapeHtml
(str: string)
examples/typedoc-parity/src/utils/string.ts:212
MethodeventNames
* Gets all event names with listeners * * @returns Array of event names
examples/typedoc-basic/src/services/EventEmitter.ts:372
MethodeventNames
* Gets all event names with listeners * * @returns Array of event names
examples/typedoc-parity/src/services/EventEmitter.ts:372
Methodexecute
* The concrete work this job performs. Subclasses **must** override it. * * @abstract * @async * @param {Object} [context] - Ambient data
examples/basic/src/queue/AbstractJob.js:54
Functionfailing
({ env })
packages/aadesh/src/__tests__/commands.test.ts:408
FunctionfakeDB
()
packages/setu/src/__tests__/validate.test.ts:90
Functionfibonacci
* Generate numbers in the Fibonacci sequence. * * @generator * @function fibonacci * @yields {number} The next number in the Fibonacci sequence.
examples/basic/src/generators/generator.js:9
MethodfilterByCategory
* Filters products by category * * @param category - Category to filter by * @returns Array of matching products
examples/typedoc-basic/src/models/Product.ts:453
MethodfilterByCategory
* Filters products by category * * @param category - Category to filter by * @returns Array of matching products
examples/typedoc-parity/src/models/Product.ts:453
FunctionfindChildById
* Finds a child component by ID * * @param id - Component ID to find * @returns Found component or undefined
examples/typedoc-basic/src/components/base/Component.ts:445
FunctionfindChildById
* Finds a child component by ID * * @param id - Component ID to find * @returns Found component or undefined
examples/typedoc-parity/src/components/base/Component.ts:445
Functionfirst
(array: T[])
examples/typedoc-basic/src/utils/array.ts:415
Functionfirst
(array: T[])
examples/typedoc-parity/src/utils/array.ts:415
Methodfirst
()
packages/utils/src/salty.ts:12
Functionflatten
(array: unknown[], depth = 1)
examples/typedoc-basic/src/utils/array.ts:134
Functionflatten
(array: unknown[], depth = 1)
examples/typedoc-parity/src/utils/array.ts:134
MethodforEach
* Iterates over cache entries * * @param callback - Function called for each entry * * @example * ```typescript * cache.forEach((val
examples/typedoc-parity/src/services/cache/Cache.ts:452
FunctionformatDate
( date: Date | number | string, format: 'short' | 'medium' | 'long' | 'full' = 'medium', options: DateFo
examples/typedoc-basic/src/utils/date.ts:68
FunctionformatDate
( date: Date | number | string, format: 'short' | 'medium' | 'long' | 'full' = 'medium', options: DateFo
examples/typedoc-parity/src/utils/date.ts:68
FunctionformatDateTime
( date: Date | number | string, dateFormat: 'short' | 'medium' | 'long' | 'full' = 'medium', timeFormat:
examples/typedoc-basic/src/utils/date.ts:134
FunctionformatDateTime
( date: Date | number | string, dateFormat: 'short' | 'medium' | 'long' | 'full' = 'medium', timeFormat:
examples/typedoc-parity/src/utils/date.ts:134
FunctionformatDuration
(ms: number, options: { verbose?: boolean } = {})
examples/typedoc-basic/src/utils/date.ts:500
FunctionformatDuration
(ms: number, options: { verbose?: boolean } = {})
examples/typedoc-parity/src/utils/date.ts:500
← previousnext →1,001–1,100 of 1,410, ranked by callers