MCPcopy Create free account

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

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

FunctionisTouched
* Whether the field has been touched
examples/typedoc-parity/src/components/Form.ts:341
FunctionisType
(value: unknown, check: (value: unknown) => boolean)
examples/typedoc-basic/src/types/common.ts:439
FunctionisType
(value: unknown, check: (value: unknown) => boolean)
examples/typedoc-parity/src/types/common.ts:439
MethodisValidId
* Utility to check if a value is a valid ID. * @static * @param {*} val - The value to test. * @returns {boolean} * @todo Add regex valida
examples/basic/src/DataProcessor.js:98
FunctionkebabCase
(str: string)
examples/typedoc-basic/src/utils/string.ts:66
FunctionkebabCase
(str: string)
examples/typedoc-parity/src/utils/string.ts:66
FunctionkeyBy
( array: T[], keySelector: (item: T) => K )
examples/typedoc-basic/src/utils/array.ts:460
FunctionkeyBy
( array: T[], keySelector: (item: T) => K )
examples/typedoc-parity/src/utils/array.ts:460
Methodlabel
A getter accessor.
examples/typedoc-parity/src/parity.ts:51
Functionlast
(array: T[])
examples/typedoc-basic/src/utils/array.ts:434
Functionlast
(array: T[])
examples/typedoc-parity/src/utils/array.ts:434
Methodlast
()
packages/utils/src/salty.ts:13
Methodlimit
(n: number)
packages/utils/src/salty.ts:25
Methodlist
The diagnostics collected so far, in insertion order.
packages/utils/src/config/diagnostics.ts:61
MethodlistenerCount
* Gets the number of listeners for an event * * @param event - Event name * @returns Number of listeners
examples/typedoc-basic/src/services/EventEmitter.ts:363
MethodlistenerCount
* Gets the number of listeners for an event * * @param event - Event name * @returns Number of listeners
examples/typedoc-parity/src/services/EventEmitter.ts:363
Functionload
(app: Application)
packages/typedoc/src/index.ts:33
Methodload
Load this widget's data asynchronously.
examples/typedoc-parity/src/parity.ts:61
Functionlog
* Log a message to the console. * @param {string} msg
examples/basic/src/DataProcessor.js:112
Functionlog
* Emit a namespaced log line. * * @param {string} level - One of `"debug"`, `"info"`, `"warn"`, `"error"`. * @param {...*} args - Values to l
examples/basic/src/queue/mixins.js:20
MethodmakeId
* Build a fresh job id namespaced to a queue. * * @static * @param {string} queueName - The owning queue's name. * @param {number} seq - A
examples/basic/src/queue/AbstractJob.js:76
FunctionmarkdownBlocksPlain
* Plain-Markdown converter with the playground-fence pre-scan layered on. A * ```` ```js playground … ```` fence becomes a `<Playground>`-wrapped `co
packages/setu/src/mdast/from-html.ts:485
Functionmeasure
* Measure how long a function takes to run. * * @param {Function} fn - The function to time. * @returns {number} Elapsed milliseconds.
examples/basic/src/queue/mixins.js:47
FunctionmetaIdentity
* The de-dupe identity of a `<meta>` tag: the value of its first identifying * attribute (`charset`, then `name` / `property` / `http-equiv`), or `un
packages/dwar/src/html.ts:123
Functionmount
* Mounts the component
examples/typedoc-parity/src/components/base/Component.ts:296
Functionnoop
()
packages/typedoc/src/__tests__/docs.test.ts:21
FunctionnotSalty
()
packages/setu/src/__tests__/validate.test.ts:46
Functionnow
* Current high-resolution timestamp in milliseconds. * * @returns {number} Milliseconds since an arbitrary epoch.
examples/basic/src/queue/mixins.js:37
Methodof
* Pull the latest metrics for a queue. * * @summary Snapshot a queue's counters. * @desc Synonym of `@description`, demonstrated here on a st
examples/basic/src/queue/Queue.js:257
Functionoff
* Removes an event listener * * @param event - Event type * @param handler - Event handler to remove
examples/typedoc-basic/src/components/base/Component.ts:366
Functionoff
* Removes an event listener * * @param event - Event type * @param handler - Event handler to remove
examples/typedoc-parity/src/components/base/Component.ts:366
Methodoff
* Removes an event listener * * @typeParam K - Event name type * @param event - Event name * @param handler - Handler function to remove
examples/typedoc-basic/src/services/EventEmitter.ts:234
Methodoff
* Removes an event listener * * @typeParam K - Event name type * @param event - Event name * @param handler - Handler function to remove
examples/typedoc-parity/src/services/EventEmitter.ts:234
Functionol
(items: ListItem[])
packages/setu/src/mdast/builders.ts:77
Functionon
* Adds an event listener * * @typeParam T - Event data type * @param event - Event type * @param handler - Event handler * @returns Fun
examples/typedoc-basic/src/components/base/Component.ts:347
Functionon
* Adds an event listener * * @typeParam T - Event data type * @param event - Event type * @param handler - Event handler * @returns Fun
examples/typedoc-parity/src/components/base/Component.ts:347
Methodon
* Adds an event listener * * @typeParam K - Event name type * @param event - Event name to listen for * @param handler - Handler function
examples/typedoc-parity/src/services/EventEmitter.ts:194
MethodonAny
* Adds a wildcard listener that receives all events * * @param handler - Handler function * @param options - Listener options * @returns S
examples/typedoc-basic/src/services/EventEmitter.ts:405
MethodonAny
* Adds a wildcard listener that receives all events * * @param handler - Handler function * @param options - Listener options * @returns S
examples/typedoc-parity/src/services/EventEmitter.ts:405
MethodonBeforeMount
* Called before component mounts
examples/typedoc-basic/src/components/base/Component.ts:86
MethodonBeforeUnmount
* Called before component unmounts
examples/typedoc-basic/src/components/base/Component.ts:111
MethodonBeforeUpdate
* Called before component updates * * @param prevProps - Previous props * @param nextProps - Next props
examples/typedoc-basic/src/components/base/Component.ts:99
FunctiononClick
(e: MouseEvent)
packages/rang/src/components/TocPopover.tsx:95
MethodonError
* Handle a task failure. Subclasses **must** implement this. * * @abstract * @param {Error} error - The error a task threw. * @returns {vo
docs-site/src/queue.js:138
MethodonError
* Called when an error occurs in the component * * @param error - The error that occurred
examples/typedoc-basic/src/components/base/Component.ts:123
MethodonError
* Called when an error occurs in the component * * @param error - The error that occurred
examples/typedoc-parity/src/components/base/Component.ts:123
FunctiononHash
()
packages/rang/src/components/CodeViewer.tsx:277
FunctiononKey
(e: KeyboardEvent)
packages/rang/src/components/TocPopover.tsx:98
FunctiononKey
(e: KeyboardEvent)
packages/rang/src/components/Dialog.tsx:70
FunctiononKey
(e: KeyboardEvent)
packages/rang/src/components/CtrlK/index.tsx:59
FunctiononKey
(e: KeyboardEvent)
packages/rang/src/hooks/use-list-keyboard-nav.ts:43
MethodonMounted
* Called after component mounts
examples/typedoc-basic/src/components/base/Component.ts:91
FunctiononPointerDown
(e: PointerEvent)
packages/rang/src/components/DropdownMenu.tsx:78
FunctiononStateChange
* Called when internal state changes * * @param prevState - Previous state * @param newState - New state * @virtual
examples/typedoc-basic/src/components/base/Component.ts:271
FunctiononStateChange
* Called when internal state changes * * @param prevState - Previous state * @param newState - New state * @virtual
examples/typedoc-parity/src/components/base/Component.ts:271
FunctiononTransition
* Default no-op observer; replace via {@link Queue#observe}. * * @param {JobDescriptor} job - The job that transitioned. * @retur
examples/basic/src/queue/mixins.js:71
MethodonUnmounted
* Called after component unmounts
examples/typedoc-basic/src/components/base/Component.ts:116
MethodonUpdated
* Called after component updates * * @param prevProps - Previous props
examples/typedoc-basic/src/components/base/Component.ts:106
FunctionopenCodepen
(code: string, options: Record<string, unknown> = {})
packages/rang/src/components/playground/codepen.ts:23
FunctionopenCodesandbox
(code: string, options: Record<string, unknown> = {})
packages/rang/src/components/playground/codesandbox.ts:36
FunctionopenJsfiddle
(code: string, options: Record<string, unknown> = {})
packages/rang/src/components/playground/jsfiddle.ts:36
Methodorder
(sortString: string)
packages/utils/src/salty.ts:22
FunctionpadLeft
(str: string, length: number, char = ' ')
examples/typedoc-basic/src/utils/string.ts:152
FunctionpadLeft
(str: string, length: number, char = ' ')
examples/typedoc-parity/src/utils/string.ts:152
FunctionpadRight
(str: string, length: number, char = ' ')
examples/typedoc-basic/src/utils/string.ts:173
FunctionpadRight
(str: string, length: number, char = ' ')
examples/typedoc-parity/src/utils/string.ts:173
Functionparse
(input: string | number)
examples/typedoc-parity/src/parity.ts:72
FunctionparseISODuration
(duration: string)
examples/typedoc-basic/src/utils/date.ts:463
FunctionparseISODuration
(duration: string)
examples/typedoc-parity/src/utils/date.ts:463
MethodparseValue
(rawValue: unknown)
examples/typedoc-basic/src/components/Form.ts:460
MethodparseValue
(rawValue: unknown)
examples/typedoc-basic/src/components/Form.ts:516
MethodparseValue
(rawValue: unknown)
examples/typedoc-parity/src/components/Form.ts:460
MethodparseValue
(rawValue: unknown)
examples/typedoc-parity/src/components/Form.ts:516
Functionpartition
(array: T[], predicate: (item: T) => boolean)
examples/typedoc-basic/src/utils/array.ts:385
Functionpartition
(array: T[], predicate: (item: T) => boolean)
examples/typedoc-parity/src/utils/array.ts:385
FunctionpascalCase
(str: string)
examples/typedoc-basic/src/utils/string.ts:110
FunctionpascalCase
(str: string)
examples/typedoc-parity/src/utils/string.ts:110
Methodpatch
* Performs a PATCH request * * @typeParam T - Expected response data type * @typeParam D - Request body data type * @param path - Request
examples/typedoc-basic/src/services/HttpClient.ts:392
Methodpatch
* Performs a PATCH request * * @typeParam T - Expected response data type * @typeParam D - Request body data type * @param path - Request
examples/typedoc-parity/src/services/HttpClient.ts:392
Methodpeek
* Iterate over pending jobs in priority order without removing them. * * @generator * @yields {JobDescriptor} The next job, highest priority
examples/basic/src/queue/Queue.js:155
Methodpost
* Performs a POST request * * @typeParam T - Expected response data type * @typeParam D - Request body data type * @param path - Request p
examples/typedoc-basic/src/services/HttpClient.ts:356
Methodpost
* Performs a POST request * * @typeParam T - Expected response data type * @typeParam D - Request body data type * @param path - Request p
examples/typedoc-parity/src/services/HttpClient.ts:356
MethodpreventDefault
Prevents default behavior
examples/typedoc-basic/src/components/base/Component.ts:74
FunctionprimaryFamily
* The first concrete family in a CSS font stack — unquoted and trimmed. Returns * '' when the stack leads with a generic keyword (e.g. the default `m
packages/dwar/src/html.ts:173
Methodprocess
* Processes a data stream asynchronously. * @async * @param {string[]} data - Array of strings to process. * @returns {Promise<number>} The t
examples/basic/src/DataProcessor.js:60
Functionprops
* Gets the current props
examples/typedoc-basic/src/components/base/Component.ts:227
Functionprops
* Gets the current props
examples/typedoc-parity/src/components/base/Component.ts:227
Functionpublish
(data: unknown, opts: JSDocOpts, tutorials?: unknown)
packages/clean-jsdoc-theme/src/publish.ts:2006
Methodput
* Performs a PUT request * * @typeParam T - Expected response data type * @typeParam D - Request body data type * @param path - Request pa
examples/typedoc-basic/src/services/HttpClient.ts:374
Methodput
* Performs a PUT request * * @typeParam T - Expected response data type * @typeParam D - Request body data type * @param path - Request pa
examples/typedoc-parity/src/services/HttpClient.ts:374
Functionquote
Quote a single argv part for a shell command string when it contains whitespace.
packages/aadesh/src/interactive/registry.ts:201
Functionrange
(start: number, end: number, step = 1)
examples/typedoc-basic/src/utils/array.ts:323
Functionrange
(start: number, end: number, step = 1)
examples/typedoc-parity/src/utils/array.ts:323
MethodrecordLogin
* Records a login event * * @internal
examples/typedoc-basic/src/models/User.ts:266
MethodrecordLogin
* Records a login event * * @internal
examples/typedoc-parity/src/models/User.ts:266
FunctionrehypeSlugHeadings
* Assign slugified `id`s to heading elements so the rendered anchors line up * 1:1 with the TOC entries setu emitted. This MIRRORS setu's `extractHea
packages/dwar/src/mdx.ts:258
Methodremove
* Remove a single entry. * * @deprecated Since 1.2.0 — prefer {@link Cache#clear} or let entries expire * via `ttl`. This method will be re
docs-site/src/cache.js:154
Methodremove
* Removes a product from the collection * * @param productId - ID of product to remove * @returns True if product was removed
examples/typedoc-basic/src/models/Product.ts:433
Methodremove
* Removes a product from the collection * * @param productId - ID of product to remove * @returns True if product was removed
examples/typedoc-parity/src/models/Product.ts:433
Methodremove
* Remove a job by id. * * @method remove * @param {string} id - The id of the job to drop. * @returns {boolean} `true` if a job was remove
examples/basic/src/queue/Queue.js:179
← previousnext →1,201–1,300 of 1,410, ranked by callers