Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ functions
Functions
2,890 in github.com/denoland/std
⨍
Functions
2,890
◇
Types & classes
637
↓ 1 callers
Method
#dateDeclaration
(keys: string[], value: Date)
toml/stringify.ts:223
↓ 1 callers
Method
#decodeFive
( aI: number, )
cbor/sequence_decoder_stream.ts:396
↓ 1 callers
Method
#decodeFour
( aI: number, )
cbor/sequence_decoder_stream.ts:359
↓ 1 callers
Method
#decodeOne
(aI: number)
cbor/sequence_decoder_stream.ts:254
↓ 1 callers
Method
#decodeSequence
()
cbor/sequence_decoder_stream.ts:203
↓ 1 callers
Method
#decodeSeven
(aI: number)
cbor/sequence_decoder_stream.ts:498
↓ 1 callers
Method
#decodeSix
( aI: number, )
cbor/sequence_decoder_stream.ts:464
↓ 1 callers
Method
#decodeThree
( aI: number, )
cbor/sequence_decoder_stream.ts:305
↓ 1 callers
Method
#decodeTwo
( aI: number, )
cbor/sequence_decoder_stream.ts:264
↓ 1 callers
Method
#doGetTypeOfArray
(arr: unknown[])
toml/stringify.ts:116
↓ 1 callers
Method
#encodeArray
(x: CborStreamInput[])
cbor/sequence_encoder_stream.ts:148
↓ 1 callers
Method
#encodeFromReadable
( readable: ReadableStream<CborStreamInput>, )
cbor/sequence_encoder_stream.ts:108
↓ 1 callers
Method
#encodeObject
( x: { [k: string]: CborStreamInput }, )
cbor/sequence_encoder_stream.ts:164
↓ 1 callers
Method
#encodeTag
(x: CborTag<CborStreamInput>)
cbor/sequence_encoder_stream.ts:184
↓ 1 callers
Method
#ensureCleanedUp
()
internal/assertion_state.ts:48
↓ 1 callers
Method
#flush
(controller: TransformStreamDefaultController<Uint8Array>)
streams/delimiter_stream.ts:295
↓ 1 callers
Method
#format
(options: StringifyOptions = {})
toml/stringify.ts:226
↓ 1 callers
Method
#fromSeed
* Modified from https://github.com/rust-random/rand/blob/f7bbcca/rand_pcg/src/pcg64.rs#L129-L135
random/_pcg32.ts:143
↓ 1 callers
Method
#fromStateIncr
* Modified from https://github.com/rust-random/rand/blob/f7bbcca/rand_pcg/src/pcg64.rs#L99-L105
random/_pcg32.ts:154
↓ 1 callers
Method
#genFile
(size: number)
tar/untar_stream.ts:298
↓ 1 callers
Method
#getAttrName
()
xml/_tokenizer.ts:551
↓ 1 callers
Method
#getAttrValue
()
xml/_tokenizer.ts:535
↓ 1 callers
Method
#getEndOfInputErrorMessage
()
xml/_tokenizer.ts:2588
↓ 1 callers
Method
#getPiTarget
()
xml/_tokenizer.ts:559
↓ 1 callers
Method
#getTagName
()
xml/_tokenizer.ts:543
↓ 1 callers
Method
#grow
()
data_structures/deque.ts:849
↓ 1 callers
Method
#growWithoutCopying
Only valid when head is 0 (elements are already packed at the start).
data_structures/deque.ts:854
↓ 1 callers
Method
#handle
( readable: ReadableStream<Uint8Array>, boundary: Uint8Array, )
http/unstable_formdata_decoder_stream.ts:98
↓ 1 callers
Method
#handle
( readable: ReadableStream<FormDataInput>, )
http/unstable_formdata_encoder_stream.ts:139
↓ 1 callers
Method
#handle
( chunk: string, controller: TransformStreamDefaultController<string>, )
streams/text_delimiter_stream.ts:89
↓ 1 callers
Method
#handle
( chunk: Uint8Array, controller: TransformStreamDefaultController<Uint8Array>, )
streams/delimiter_stream.ts:95
↓ 1 callers
Method
#handle
( readable: ReadableStream<Uint8Array>, { delimiter, limit }: CappedDelimiterOptions, )
streams/unstable_capped_delimiter_stream.ts:110
↓ 1 callers
Method
#handleChar
* Optimized handler for a char delimited stream: * * For char delimited streams we do not need to keep track of * the match index, removing t
streams/delimiter_stream.ts:217
↓ 1 callers
Method
#handleFailure
Records a failure and potentially opens the circuit.
async/unstable_circuit_breaker.ts:752
↓ 1 callers
Method
#handleSuccess
Records a success and potentially closes the circuit from half-open.
async/unstable_circuit_breaker.ts:794
↓ 1 callers
Method
#header
(keys: string[])
toml/stringify.ts:174
↓ 1 callers
Method
#headerGroup
(keys: string[])
toml/stringify.ts:177
↓ 1 callers
Method
#isNameCharAt
* Check if the current buffer position has a valid NameChar. * Properly handles astral plane characters via surrogate pair decoding. * Returns [
xml/_tokenizer.ts:475
↓ 1 callers
Method
#isNameStartCharAt
* Check if the current buffer position has a valid NameStartChar. * Properly handles astral plane characters via surrogate pair decoding. * Retu
xml/_tokenizer.ts:462
↓ 1 callers
Method
#isPrimitive
(value: unknown)
toml/stringify.ts:103
↓ 1 callers
Method
#isSimplySerializable
(value: unknown)
toml/stringify.ts:163
↓ 1 callers
Method
#isWhitespaceCode
(code: number)
xml/_tokenizer.ts:483
↓ 1 callers
Method
#normalizeLineEndings
(chunk: string)
xml/_tokenizer.ts:655
↓ 1 callers
Method
#numberDeclaration
(keys: string[], value: number)
toml/stringify.ts:193
↓ 1 callers
Method
#parseArray
()
jsonc/parse.ts:263
↓ 1 callers
Method
#parseHeaderInto
( input: TarStreamInput, buffer: Uint8Array_, )
tar/tar_stream.ts:253
↓ 1 callers
Method
#parseNullOrTrueOrFalseOrNumber
(value: { type: "NullOrTrueOrFalseOrNumber"; sourceText: string; position: number; })
jsonc/parse.ts:314
↓ 1 callers
Method
#parseObject
()
jsonc/parse.ts:206
↓ 1 callers
Method
#parsePathInto
(path: string, buffer: Uint8Array_)
tar/tar_stream.ts:249
↓ 1 callers
Method
#parseRecord
(zeroBasedStartLine: number)
csv/parse.ts:73
↓ 1 callers
Method
#printAsInlineValue
(value: unknown)
toml/stringify.ts:135
↓ 1 callers
Method
#printObject
(obj: Record<string, unknown>, keys: string[] = [])
toml/stringify.ts:49
↓ 1 callers
Method
#processEntityKeyword
* Process accumulated keyword in ENTITY declaration. * Validates SYSTEM/PUBLIC/NDATA keywords and updates state.
xml/_tokenizer.ts:671
↓ 1 callers
Method
#pruneToMaxSize
()
cache/lru_cache.ts:152
↓ 1 callers
Method
#pull
( controller: ReadableStreamDefaultController< string[] | Record<string, string | unknown> >,
csv/parse_stream.ts:397
↓ 1 callers
Method
#readDoctypeQuotedString
Read a quoted string in DOCTYPE. Does not handle cross-chunk boundaries.
xml/_tokenizer.ts:765
↓ 1 callers
Method
#readLine
()
csv/parse.ts:43
↓ 1 callers
Method
#readSnapshotFile
* Returns `this.#currentSnapshots` and if necessary, tries to initialize it by reading existing * snapshots from the snapshot file. If the snapshot
testing/snapshot.ts:413
↓ 1 callers
Method
#readableFile
(size: number)
tar/untar_stream.ts:311
↓ 1 callers
Method
#removeFixup
( parent: RedBlackNode<T> | null, current: RedBlackNode<T> | null, )
data_structures/red_black_tree.ts:275
↓ 1 callers
Method
#resetTtl
(key: K)
cache/ttl_cache.ts:363
↓ 1 callers
Method
#rotateNode
(node: BinarySearchNode<T>, direction: Direction)
data_structures/binary_search_tree.ts:335
↓ 1 callers
Method
#rotateRightUint32
(n: bigint, rot: bigint)
random/_pcg32.ts:130
↓ 1 callers
Method
#savePartialsBeforeReset
()
xml/_tokenizer.ts:567
↓ 1 callers
Method
#saveTokenPosition
()
xml/_tokenizer.ts:391
↓ 1 callers
Method
#seedFromUint64
(seed: bigint)
random/_pcg32.ts:136
↓ 1 callers
Method
#setBuffer
(buffer: Uint8Array, x: Uint8Array)
http/unstable_formdata_encoder_stream.ts:198
↓ 1 callers
Method
#setString
(buffer: Uint8Array, x: string)
http/unstable_formdata_encoder_stream.ts:204
↓ 1 callers
Method
#strDeclaration
(keys: string[], value: string)
toml/stringify.ts:190
↓ 1 callers
Method
#tar
( readable: ReadableStream<TarStreamInput>, )
tar/tar_stream.ts:347
↓ 1 callers
Method
#tokenize
Split the JSONC string into token units. Whitespace and comments are skipped.
jsonc/parse.ts:95
↓ 1 callers
Method
#tryGrowByReslice
(n: number)
io/buffer.ts:205
↓ 1 callers
Method
#tryGrowByReslice
(n: number)
streams/buffer.ts:351
↓ 1 callers
Method
#untar
()
tar/untar_stream.ts:207
↓ 1 callers
Function
Empty
()
testing/unstable_stub_property_test.ts:29
↓ 1 callers
Function
Get
()
testing/unstable_stub_property_test.ts:34
↓ 1 callers
Function
Val
()
testing/unstable_stub_property_test.ts:30
↓ 1 callers
Function
__wbg_set_wasm
(val)
crypto/_wasm/lib/deno_std_wasm_crypto.internal.mjs:7
↓ 1 callers
Method
_add
@internal Add an attribute (name already decoded, value raw).
xml/_parser.ts:90
↓ 1 callers
Method
_has
@internal Check if an attribute with this name already exists.
xml/_parser.ts:105
↓ 1 callers
Method
_reset
@internal Reset the iterator for a new element.
xml/_parser.ts:84
↓ 1 callers
Method
_setUri
@internal Set the URI for an attribute at the given index.
xml/_parser.ts:100
↓ 1 callers
Function
_titleCaseSegment
(s: string, opts: ResolvedOptions)
text/_title_case_util.ts:132
↓ 1 callers
Function
abort
()
async/abortable.ts:132
↓ 1 callers
Function
abort
()
async/unstable_abortable.ts:147
↓ 1 callers
Function
abortableAsyncIterable
( p: AsyncIterable<T>, signal: AbortSignal, )
async/abortable.ts:140
↓ 1 callers
Function
abortableAsyncIterable
( p: AsyncIterable<T>, signal: AbortSignal, )
async/unstable_abortable.ts:155
↓ 1 callers
Function
abortablePromise
( p: Promise<T>, signal: AbortSignal, )
async/abortable.ts:127
↓ 1 callers
Function
abortablePromise
( p: Promise<T>, signal: AbortSignal, )
async/unstable_abortable.ts:142
↓ 1 callers
Function
accepts
( request: Pick<Request, "headers">, ...types: string[] )
http/negotiation.ts:73
↓ 1 callers
Function
acceptsEncodings
( request: Pick<Request, "headers">, ...encodings: string[] )
http/negotiation.ts:136
↓ 1 callers
Function
acceptsLanguages
( request: Pick<Request, "headers">, ...langs: string[] )
http/negotiation.ts:200
↓ 1 callers
Method
acquire
* Acquires a permit, waiting if none are available. * * @example Usage * ```ts no-assert * import { Semaphore } from "@std/async/unstable-
async/unstable_semaphore.ts:79
↓ 1 callers
Function
addNode
(node: XmlTextNode | XmlCDataNode | XmlCommentNode)
xml/_parse_sync.ts:803
↓ 1 callers
Function
addSerializer
(plugin: SnapshotPlugin)
expect/_serializer.ts:9
↓ 1 callers
Function
addZero
* Format milliseconds to time duration. * * ```ts * import { format } from "@std/fmt/duration"; * import { assertEquals } from "@std/assert"; *
fmt/duration.ts:22
↓ 1 callers
Function
added
(s: string)
expect/_to_equal_test.ts:21
↓ 1 callers
Function
added
(s: string)
expect/_assert_equals_test.ts:23
↓ 1 callers
Function
added
(s: string)
assert/equals_test.ts:26
↓ 1 callers
Method
addingOnlyStep
Updates all steps within top level suite to have ignore set to true if only is not set to true on step.
testing/_test_suite.ts:275
← previous
next →
901–1,000 of 2,890, ranked by callers