MCPcopy Create free account

hub / github.com/mdevils/html-entities / functions

Functions32 in github.com/mdevils/html-entities

↓ 31 callersFunctiondecode
( text: string | undefined | null, {level = 'all', scope = level === 'xml' ? 'strict' : 'body'}: Decod
src/index.ts:150
↓ 27 callersFunctionencode
( text: string | undefined | null, {mode = 'specialChars', numeric = 'decimal', level = 'all'}: Encode
src/index.ts:44
↓ 23 callersFunctiondecodeEntity
( entity: string | undefined | null, {level = 'all'}: CommonOptions = defaultDecodeEntityOptions )
src/index.ts:139
↓ 9 callersFunctionbenchmark
(name: string, tests: {[key: string]: () => void})
benchmark/benchmark.ts:139
↓ 5 callersFunctionsection
(sectionName: string, callback: () => void)
benchmark/benchmark.ts:131
↓ 4 callersMethoddecode
(str: string)
benchmark/old/xml-entities.ts:46
↓ 3 callersMethodencode
(str: string)
benchmark/old/xml-entities.ts:33
↓ 3 callersFunctiongenerateNamedReferences
(input: string, prev?: GeneratedReferences)
src/named-references.ts:10
↓ 2 callersFunctionensureSelfLink
(appPath: string)
test/index.test.ts:11
↓ 2 callersFunctionentitityPairsToString
(input: Map<string, string>)
tools/process-named-references.ts:24
↓ 2 callersFunctiongetDecodedEntity
( entity: string, references: Record<string, string>, isAttribute: boolean, isStrict: boolean
src/index.ts:104
↓ 1 callersFunctioncleanNodeModulesCache
()
benchmark/benchmark.ts:18
↓ 1 callersFunctioncreateEscapeMethods
(textToEncode: string)
benchmark/benchmark.ts:120
↓ 1 callersFunctioncreateHtml4DecodeMethods
(textToDecode: string)
benchmark/benchmark.ts:82
↓ 1 callersFunctioncreateHtml4EncodeMethods
(textToEncode: string)
benchmark/benchmark.ts:70
↓ 1 callersFunctioncreateHtml5DecodeMethods
(textToDecode: string)
benchmark/benchmark.ts:55
↓ 1 callersFunctioncreateHtml5EncodeMethods
(textToEncode: string)
benchmark/benchmark.ts:47
↓ 1 callersFunctioncreateHtml5EncodeMethodsNonAscii
(textToEncode: string)
benchmark/benchmark.ts:35
↓ 1 callersFunctioncreateIndexes
(alphaIndex: {[k: string]: string}, charIndex: {[k: string]: {[k: string]: string}})
benchmark/old/html5-entities.ts:144
↓ 1 callersFunctioncreateRequireTests
(modules: Record<string, string>)
benchmark/benchmark.ts:25
↓ 1 callersFunctioncreateXmlDecodeMethods
(textToDecode: string)
benchmark/benchmark.ts:107
↓ 1 callersFunctioncreateXmlEncodeMethods
(textToEncode: string)
benchmark/benchmark.ts:94
↓ 1 callersMethodencodeNonASCII
(str: string)
benchmark/old/xml-entities.ts:107
Methoddecode
(str: string)
benchmark/old/html5-entities.ts:12
Methoddecode
(str: string)
benchmark/old/html4-entities.ts:22
Methodencode
(str: string)
benchmark/old/html5-entities.ts:41
Methodencode
(str: string)
benchmark/old/html4-entities.ts:51
MethodencodeNonASCII
(str: string)
benchmark/old/html5-entities.ts:115
MethodencodeNonASCII
(str: string)
benchmark/old/html4-entities.ts:101
MethodencodeNonUTF
(str: string)
benchmark/old/html5-entities.ts:73
MethodencodeNonUTF
(str: string)
benchmark/old/xml-entities.ts:73
MethodencodeNonUTF
(str: string)
benchmark/old/html4-entities.ts:70