MCPcopy Create free account

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

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

MethodremoveAllListeners
* Removes all listeners for an event or all events * * @param event - Optional event name (if omitted, removes all) * @returns This emitter f
examples/typedoc-basic/src/services/EventEmitter.ts:382
MethodremoveAllListeners
* Removes all listeners for an event or all events * * @param event - Optional event name (if omitted, removes all) * @returns This emitter f
examples/typedoc-parity/src/services/EventEmitter.ts:382
FunctionremoveChild
* Removes a child component * * @param child - Child component to remove * @returns True if child was removed
examples/typedoc-basic/src/components/base/Component.ts:429
FunctionremoveChild
* Removes a child component * * @param child - Child component to remove * @returns True if child was removed
examples/typedoc-parity/src/components/base/Component.ts:429
FunctionremoveFavorite
(slug: string)
packages/rang/src/components/CtrlK/use-saved-searches.ts:81
FunctionremoveRecent
(slug: string)
packages/rang/src/components/CtrlK/use-saved-searches.ts:79
Methodrender
()
examples/typedoc-basic/src/components/Form.ts:396
Methodrender
()
examples/typedoc-basic/src/components/Form.ts:471
Methodrender
()
examples/typedoc-basic/src/components/Form.ts:529
Methodrender
()
examples/typedoc-parity/src/components/Form.ts:396
Methodrender
()
examples/typedoc-parity/src/components/Form.ts:471
Methodrender
()
examples/typedoc-parity/src/components/Form.ts:529
Methodrender
* Render the widget to a detached DOM element. * * @returns {HTMLButtonElement} A button element representing the widget. * @example * con
examples/with-i18n-example/src/index.js:53
FunctionrenderItem
(action: CopyPageAction)
packages/rang/src/components/CopyPageButton.tsx:131
FunctionrenderMetaTag
* Render one author `<meta>` tag from its attribute map. Attribute names that * aren't simple HTML names are dropped (so a crafted key can't inject m
packages/dwar/src/html.ts:138
Functionreset
* Resets the field to its default state
examples/typedoc-basic/src/components/Form.ts:321
Functionreset
* Resets the field to its default state
examples/typedoc-parity/src/components/Form.ts:321
Functionresolve
(rawSrc: string, baseDir: string)
packages/clean-jsdoc-theme/src/publish.ts:1363
Methodresolve
(rawSrc: string, baseDir: string)
packages/clean-jsdoc-theme/src/publish.ts:1348
FunctionresourceLink
* Link serializer that always emits the resource form `[label](url)`, never the * autolink form `<url>`. mdast-util-to-markdown's default handler aut
packages/setu/src/mdx.ts:19
Methodrun
* Run the wrapped work, retrying with back-off until it succeeds or the * retry budget is exhausted. * * @method run * @async * @arg {O
examples/basic/src/queue/RetryJob.js:53
MethodrunBatch
* Spin up a queue and immediately drain a batch of jobs. * * @static * @async * @param {string} name - Name for the throwaway queue. *
examples/basic/src/queue/Queue.js:219
Functionsample
(array: T[])
examples/typedoc-basic/src/utils/array.ts:246
Functionsample
(array: T[])
examples/typedoc-parity/src/utils/array.ts:246
FunctionsampleSize
(array: T[], count: number)
examples/typedoc-basic/src/utils/array.ts:266
FunctionsampleSize
(array: T[], count: number)
examples/typedoc-parity/src/utils/array.ts:266
Methodsearch
* Searches products by name or tags * * @param query - Search query * @returns Array of matching products
examples/typedoc-basic/src/models/Product.ts:463
Methodsearch
* Searches products by name or tags * * @param query - Search query * @returns Array of matching products
examples/typedoc-parity/src/models/Product.ts:463
Methodselect
(...keys: (keyof T)[])
packages/utils/src/salty.ts:27
FunctionselectActive
(index: number)
packages/rang/src/components/CtrlK/index.tsx:43
FunctionselectFontSize
(next: FontSize)
packages/rang/src/components/Settings.tsx:127
FunctionselectLineSpacing
(next: LineSpacing)
packages/rang/src/components/Settings.tsx:133
Methodserialize
* Convert the object to a JSON string. * @abstract * @returns {string}
examples/basic/src/CoreShema.js:38
Methodserialize
* @override * @returns {string}
examples/basic/src/DataProcessor.js:87
Methodset
* Store a value under `key`. * * @param key - The lookup key. * @param value - The value to store. * @throws If the store is full or not o
docs-site/typedoc-src/index.ts:121
MethodsetDisabled
* Enable or disable the widget. * * @param {boolean} disabled - `true` to disable, `false` to enable. * @returns {Widget} The widget instance
examples/with-i18n-example/src/index.js:66
MethodsetMaxListeners
* Sets the maximum number of listeners per event * * @param max - Maximum listeners (0 for unlimited) * @returns This emitter for chaining
examples/typedoc-basic/src/services/EventEmitter.ts:161
MethodsetMaxListeners
* Sets the maximum number of listeners per event * * @param max - Maximum listeners (0 for unlimited) * @returns This emitter for chaining
examples/typedoc-parity/src/services/EventEmitter.ts:161
MethodsetModel
(model: unknown)
packages/rang/src/components/CodeViewer.tsx:7
FunctionsetProps
* Updates component props * * @param nextProps - New props
examples/typedoc-basic/src/components/base/Component.ts:280
FunctionsetProps
* Updates component props * * @param nextProps - New props
examples/typedoc-parity/src/components/base/Component.ts:280
FunctionsetState
* Updates the internal state * * @param updates - Partial state updates * * @example * ```typescript * this.setState({ count: this.i
examples/typedoc-parity/src/components/base/Component.ts:258
MethodsetText
Replace the live spinner label mid-stage (no-op when progress is off).
packages/clean-jsdoc-theme/src/publish.ts:1899
FunctionsetValue
* Sets the field value * * @param value - New value * @param options - Set options
examples/typedoc-basic/src/components/Form.ts:184
FunctionsetValue
* Sets the field value * * @param value - New value * @param options - Set options
examples/typedoc-parity/src/components/Form.ts:184
Functionsetup
(b)
packages/dwar/src/islands-bundle.ts:194
Methodsize
* The number of entries currently stored. * * @readonly * @type {number}
docs-site/src/cache.js:96
Methodsize
The number of entries currently held.
docs-site/typedoc-src/index.ts:110
Methodsize
* Gets the current size of the cache
examples/typedoc-basic/src/services/cache/Cache.ts:209
Methodsize
* Gets the number of products in the collection
examples/typedoc-basic/src/models/Product.ts:412
Methodsize
* Gets the current size of the cache
examples/typedoc-parity/src/services/cache/Cache.ts:209
Methodsize
* Gets the number of products in the collection
examples/typedoc-parity/src/models/Product.ts:412
Functionslugify
* Convert a string to a URL-friendly slug. * * @param {string} input - The string to slugify. * @returns {string} A lowercase, hyphenated slu
docs-site/src/contracts.js:110
Functionslugify
(str: string)
examples/typedoc-basic/src/utils/string.ts:262
Functionslugify
(str: string)
examples/typedoc-parity/src/utils/string.ts:262
FunctionsnakeCase
(str: string)
examples/typedoc-basic/src/utils/string.ts:88
FunctionsnakeCase
(str: string)
examples/typedoc-parity/src/utils/string.ts:88
FunctionsortBy
(array: T[], comparators: ((a: T, b: T) => number)[])
examples/typedoc-basic/src/utils/array.ts:296
FunctionsortBy
(array: T[], comparators: ((a: T, b: T) => number)[])
examples/typedoc-parity/src/utils/array.ts:296
FunctionsourceLink
()
packages/setu/src/__tests__/source-view.test.ts:200
Functionsplit
(p: string)
packages/clean-jsdoc-theme/src/publish.ts:1157
Functionsplit
(p: string)
packages/typedoc/src/write-site.ts:525
Functionstage
(label: string, fn: (handle: StageHandle) => T | Promise<T>)
packages/clean-jsdoc-theme/src/publish.ts:1923
FunctionstartOf
(date: Date, unit: 'day' | 'week' | 'month' | 'year')
examples/typedoc-basic/src/utils/date.ts:282
FunctionstartOf
(date: Date, unit: 'day' | 'week' | 'month' | 'year')
examples/typedoc-parity/src/utils/date.ts:282
Functionstate
* Gets the current component lifecycle state
examples/typedoc-basic/src/components/base/Component.ts:220
Functionstate
* Gets the current component lifecycle state
examples/typedoc-parity/src/components/base/Component.ts:220
MethodstopPropagation
Stops event propagation
examples/typedoc-basic/src/components/base/Component.ts:72
Functionsum
(a, b)
examples/basic/src/utils/math.js:26
Methodtake
* Remove a job, returning the removed descriptor instead of a boolean. * * @function remove * @variation 2 * @alias Queue#take * @param
examples/basic/src/queue/Queue.js:192
Functiontask
(page: Page)
packages/dwar/src/index.ts:641
Methodtasks
* Iterate pending tasks in scheduling order, highest priority first. * * @generator * @yields {Task} The next pending task. * @example <ca
docs-site/src/queue.js:127
Functiontext
(i: { title: string })
packages/rang/src/__tests__/search-utils.test.ts:46
MethodtoArray
* Gets all products as an array * * @returns Array of all products
examples/typedoc-parity/src/models/Product.ts:477
FunctiontoJSON
Serialize to a plain object.
examples/typedoc-parity/src/parity.ts:23
MethodtoJSON
* Serialize the cache to a plain object — satisfies {@link Serializable}. * * @returns {Object<string, *>} A snapshot of every entry.
docs-site/src/cache.js:172
MethodtoJSON
* Converts user to a JSON-serializable object * * @returns Plain object representation
examples/typedoc-basic/src/models/User.ts:275
MethodtoJSON
* {@inheritDoc Base.toJSON}
examples/typedoc-parity/src/parity.ts:57
MethodtoJSON
* Converts user to a JSON-serializable object * * @returns Plain object representation
examples/typedoc-parity/src/models/User.ts:275
Functiontouch
* Stamp the host object as updated **now**. * * @memberof module:forge/contracts.Timestamped * @this {Object} * @returns {void}
docs-site/src/contracts.js:73
Methodtouch
* Updates the TTL for an existing entry * * @param key - Cache key * @param ttl - New TTL in milliseconds * @returns True if entry was upd
examples/typedoc-basic/src/services/cache/Cache.ts:431
Methodtouch
* Updates the TTL for an existing entry * * @param key - Cache key * @param ttl - New TTL in milliseconds * @returns True if entry was upd
examples/typedoc-parity/src/services/cache/Cache.ts:431
Functiontruncate
* Truncate a string to `max` characters, appending an ellipsis. * * @param {string} input - The string to shorten. * @param {number} [max=80]
docs-site/src/contracts.js:121
Functiontruncate
(str: string, maxLength: number, suffix = '...')
examples/typedoc-basic/src/utils/string.ts:131
Functiontruncate
(str: string, maxLength: number, suffix = '...')
examples/typedoc-parity/src/utils/string.ts:131
FunctionunescapeHtml
(str: string)
examples/typedoc-basic/src/utils/string.ts:236
FunctionunescapeHtml
(str: string)
examples/typedoc-parity/src/utils/string.ts:236
Functionunion
(a: T[], b: T[])
examples/typedoc-basic/src/utils/array.ts:204
Functionunion
(a: T[], b: T[])
examples/typedoc-parity/src/utils/array.ts:204
Functionunique
(array: T[], keySelector?: (item: T) => unknown)
examples/typedoc-basic/src/utils/array.ts:71
Functionunique
(array: T[], keySelector?: (item: T) => unknown)
examples/typedoc-parity/src/utils/array.ts:71
Functionunmount
* Unmounts the component
examples/typedoc-basic/src/components/base/Component.ts:309
Functionunmount
* Unmounts the component
examples/typedoc-parity/src/components/base/Component.ts:309
Methodunsubscribe
Removes the subscription
examples/typedoc-basic/src/services/EventEmitter.ts:27
Functionupdate
* Updates the component * * @virtual
examples/typedoc-basic/src/components/base/Component.ts:463
Functionupdate
* Updates the component * * @virtual
examples/typedoc-parity/src/components/base/Component.ts:463
MethodupdateName
* Update user name * @param {string} newName * @throws {Error} If name is empty * @example * user.updateName("John Doe"); * @iframe htt
examples/basic/src/models/Users.js:39
MethodupdatePreferences
* Updates user preferences * * @param updates - Partial preferences to update * @returns The updated user instance * * @example * ``
examples/typedoc-basic/src/models/User.ts:255
MethodupdatePreferences
* Updates user preferences * * @param updates - Partial preferences to update * @returns The updated user instance * * @example * ``
examples/typedoc-parity/src/models/User.ts:255
MethodupdateStock
* Updates stock quantity and availability status * * @param quantity - New stock quantity * @returns The updated product instance * * @
examples/typedoc-basic/src/models/Product.ts:339
← previousnext →1,301–1,400 of 1,410, ranked by callers