Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ankitskvmdam/clean-jsdoc-theme
/ functions
Functions
1,410 in github.com/ankitskvmdam/clean-jsdoc-theme
⨍
Functions
1,410
◇
Types & classes
411
Function
isTouched
* Whether the field has been touched
examples/typedoc-parity/src/components/Form.ts:341
Function
isType
(value: unknown, check: (value: unknown) => boolean)
examples/typedoc-basic/src/types/common.ts:439
Function
isType
(value: unknown, check: (value: unknown) => boolean)
examples/typedoc-parity/src/types/common.ts:439
Method
isValidId
* 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
Function
kebabCase
(str: string)
examples/typedoc-basic/src/utils/string.ts:66
Function
kebabCase
(str: string)
examples/typedoc-parity/src/utils/string.ts:66
Function
keyBy
( array: T[], keySelector: (item: T) => K )
examples/typedoc-basic/src/utils/array.ts:460
Function
keyBy
( array: T[], keySelector: (item: T) => K )
examples/typedoc-parity/src/utils/array.ts:460
Method
label
A getter accessor.
examples/typedoc-parity/src/parity.ts:51
Function
last
(array: T[])
examples/typedoc-basic/src/utils/array.ts:434
Function
last
(array: T[])
examples/typedoc-parity/src/utils/array.ts:434
Method
last
()
packages/utils/src/salty.ts:13
Method
limit
(n: number)
packages/utils/src/salty.ts:25
Method
list
The diagnostics collected so far, in insertion order.
packages/utils/src/config/diagnostics.ts:61
Method
listenerCount
* Gets the number of listeners for an event * * @param event - Event name * @returns Number of listeners
examples/typedoc-basic/src/services/EventEmitter.ts:363
Method
listenerCount
* Gets the number of listeners for an event * * @param event - Event name * @returns Number of listeners
examples/typedoc-parity/src/services/EventEmitter.ts:363
Function
load
(app: Application)
packages/typedoc/src/index.ts:33
Method
load
Load this widget's data asynchronously.
examples/typedoc-parity/src/parity.ts:61
Function
log
* Log a message to the console. * @param {string} msg
examples/basic/src/DataProcessor.js:112
Function
log
* 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
Method
makeId
* 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
Function
markdownBlocksPlain
* 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
Function
measure
* 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
Function
metaIdentity
* 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
Function
mount
* Mounts the component
examples/typedoc-parity/src/components/base/Component.ts:296
Function
noop
()
packages/typedoc/src/__tests__/docs.test.ts:21
Function
notSalty
()
packages/setu/src/__tests__/validate.test.ts:46
Function
now
* Current high-resolution timestamp in milliseconds. * * @returns {number} Milliseconds since an arbitrary epoch.
examples/basic/src/queue/mixins.js:37
Method
of
* 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
Function
off
* Removes an event listener * * @param event - Event type * @param handler - Event handler to remove
examples/typedoc-basic/src/components/base/Component.ts:366
Function
off
* Removes an event listener * * @param event - Event type * @param handler - Event handler to remove
examples/typedoc-parity/src/components/base/Component.ts:366
Method
off
* 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
Method
off
* 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
Function
ol
(items: ListItem[])
packages/setu/src/mdast/builders.ts:77
Function
on
* 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
Function
on
* 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
Method
on
* 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
Method
onAny
* 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
Method
onAny
* 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
Method
onBeforeMount
* Called before component mounts
examples/typedoc-basic/src/components/base/Component.ts:86
Method
onBeforeUnmount
* Called before component unmounts
examples/typedoc-basic/src/components/base/Component.ts:111
Method
onBeforeUpdate
* Called before component updates * * @param prevProps - Previous props * @param nextProps - Next props
examples/typedoc-basic/src/components/base/Component.ts:99
Function
onClick
(e: MouseEvent)
packages/rang/src/components/TocPopover.tsx:95
Method
onError
* 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
Method
onError
* Called when an error occurs in the component * * @param error - The error that occurred
examples/typedoc-basic/src/components/base/Component.ts:123
Method
onError
* Called when an error occurs in the component * * @param error - The error that occurred
examples/typedoc-parity/src/components/base/Component.ts:123
Function
onHash
()
packages/rang/src/components/CodeViewer.tsx:277
Function
onKey
(e: KeyboardEvent)
packages/rang/src/components/TocPopover.tsx:98
Function
onKey
(e: KeyboardEvent)
packages/rang/src/components/Dialog.tsx:70
Function
onKey
(e: KeyboardEvent)
packages/rang/src/components/CtrlK/index.tsx:59
Function
onKey
(e: KeyboardEvent)
packages/rang/src/hooks/use-list-keyboard-nav.ts:43
Method
onMounted
* Called after component mounts
examples/typedoc-basic/src/components/base/Component.ts:91
Function
onPointerDown
(e: PointerEvent)
packages/rang/src/components/DropdownMenu.tsx:78
Function
onStateChange
* Called when internal state changes * * @param prevState - Previous state * @param newState - New state * @virtual
examples/typedoc-basic/src/components/base/Component.ts:271
Function
onStateChange
* Called when internal state changes * * @param prevState - Previous state * @param newState - New state * @virtual
examples/typedoc-parity/src/components/base/Component.ts:271
Function
onTransition
* Default no-op observer; replace via {@link Queue#observe}. * * @param {JobDescriptor} job - The job that transitioned. * @retur
examples/basic/src/queue/mixins.js:71
Method
onUnmounted
* Called after component unmounts
examples/typedoc-basic/src/components/base/Component.ts:116
Method
onUpdated
* Called after component updates * * @param prevProps - Previous props
examples/typedoc-basic/src/components/base/Component.ts:106
Function
openCodepen
(code: string, options: Record<string, unknown> = {})
packages/rang/src/components/playground/codepen.ts:23
Function
openCodesandbox
(code: string, options: Record<string, unknown> = {})
packages/rang/src/components/playground/codesandbox.ts:36
Function
openJsfiddle
(code: string, options: Record<string, unknown> = {})
packages/rang/src/components/playground/jsfiddle.ts:36
Method
order
(sortString: string)
packages/utils/src/salty.ts:22
Function
padLeft
(str: string, length: number, char = ' ')
examples/typedoc-basic/src/utils/string.ts:152
Function
padLeft
(str: string, length: number, char = ' ')
examples/typedoc-parity/src/utils/string.ts:152
Function
padRight
(str: string, length: number, char = ' ')
examples/typedoc-basic/src/utils/string.ts:173
Function
padRight
(str: string, length: number, char = ' ')
examples/typedoc-parity/src/utils/string.ts:173
Function
parse
(input: string | number)
examples/typedoc-parity/src/parity.ts:72
Function
parseISODuration
(duration: string)
examples/typedoc-basic/src/utils/date.ts:463
Function
parseISODuration
(duration: string)
examples/typedoc-parity/src/utils/date.ts:463
Method
parseValue
(rawValue: unknown)
examples/typedoc-basic/src/components/Form.ts:460
Method
parseValue
(rawValue: unknown)
examples/typedoc-basic/src/components/Form.ts:516
Method
parseValue
(rawValue: unknown)
examples/typedoc-parity/src/components/Form.ts:460
Method
parseValue
(rawValue: unknown)
examples/typedoc-parity/src/components/Form.ts:516
Function
partition
(array: T[], predicate: (item: T) => boolean)
examples/typedoc-basic/src/utils/array.ts:385
Function
partition
(array: T[], predicate: (item: T) => boolean)
examples/typedoc-parity/src/utils/array.ts:385
Function
pascalCase
(str: string)
examples/typedoc-basic/src/utils/string.ts:110
Function
pascalCase
(str: string)
examples/typedoc-parity/src/utils/string.ts:110
Method
patch
* 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
Method
patch
* 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
Method
peek
* 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
Method
post
* 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
Method
post
* 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
Method
preventDefault
Prevents default behavior
examples/typedoc-basic/src/components/base/Component.ts:74
Function
primaryFamily
* 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
Method
process
* 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
Function
props
* Gets the current props
examples/typedoc-basic/src/components/base/Component.ts:227
Function
props
* Gets the current props
examples/typedoc-parity/src/components/base/Component.ts:227
Function
publish
(data: unknown, opts: JSDocOpts, tutorials?: unknown)
packages/clean-jsdoc-theme/src/publish.ts:2006
Method
put
* 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
Method
put
* 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
Function
quote
Quote a single argv part for a shell command string when it contains whitespace.
packages/aadesh/src/interactive/registry.ts:201
Function
range
(start: number, end: number, step = 1)
examples/typedoc-basic/src/utils/array.ts:323
Function
range
(start: number, end: number, step = 1)
examples/typedoc-parity/src/utils/array.ts:323
Method
recordLogin
* Records a login event * * @internal
examples/typedoc-basic/src/models/User.ts:266
Method
recordLogin
* Records a login event * * @internal
examples/typedoc-parity/src/models/User.ts:266
Function
rehypeSlugHeadings
* 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
Method
remove
* 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
Method
remove
* 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
Method
remove
* 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
Method
remove
* 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
← previous
next →
1,201–1,300 of 1,410, ranked by callers