✨ feat(tsl-api-reference): index class and unit APIs
Migrate reference pages to declaration-line storage and rebuild the 13-column index. Add qualified member lookup plus regression and end-to-end coverage.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
## `convertDataToBuf(data, convert_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
将一个数据转换成内存存贮的BUFFER。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -13,6 +15,8 @@
|
||||
|
||||
## `decodeGraph(grap, _type, name, data, prop)`
|
||||
|
||||
声明:function
|
||||
|
||||
分解图形,将Graph分解成为类型、名称、数据和属性两个数组,属性数组的下标为属性名,值为属性值。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -27,6 +31,8 @@
|
||||
|
||||
## `decodeGraphGroup(graph_group, graph_array, graph_group_prop)`
|
||||
|
||||
声明:function
|
||||
|
||||
分解图形组合,将GraphGroup分解成为TGraph数组以及属性数组,属性数组的下标为属性名,值为属性值。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -39,6 +45,8 @@
|
||||
|
||||
## `decoderadixstr(s, presufflen, radix)`
|
||||
|
||||
声明:function
|
||||
|
||||
对指定进制格式的源码字符串进行解码。与Encoderadixstr的功能相反。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -51,6 +59,8 @@
|
||||
|
||||
## `decoderadixwstr(s, presufflen, radix)`
|
||||
|
||||
声明:function
|
||||
|
||||
对指定进制指定格式的宽字节源码串进行解码。与Encoderadixwstr的功能相反。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -63,6 +73,8 @@
|
||||
|
||||
## `encodeGraphGroup(graph_array, graph_group_prop)`
|
||||
|
||||
声明:function
|
||||
|
||||
返回根据指定的TGraph数组和属性数组组合成的图形组合。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -98,6 +110,8 @@ return EncodeGraphGroup(array(g1,g2),array());
|
||||
|
||||
## `encoderadixstr(s, presuff, radix)`
|
||||
|
||||
声明:function
|
||||
|
||||
将字符串转换为指定进制格式的源码。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -110,6 +124,8 @@ return EncodeGraphGroup(array(g1,g2),array());
|
||||
|
||||
## `encoderadixwstr(s, presuff, radix)`
|
||||
|
||||
声明:function
|
||||
|
||||
将字符串按宽字节码转换成指定进制格式的源码。而Encoderadixstr是按多字节字码进行转换。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -122,6 +138,8 @@ return EncodeGraphGroup(array(g1,g2),array());
|
||||
|
||||
## `getMsgDigest(arg)`
|
||||
|
||||
声明:function
|
||||
|
||||
信息摘要函数相关函数。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -138,6 +156,8 @@ return EncodeGraphGroup(array(g1,g2),array());
|
||||
|
||||
## `makeLcid(language_id, sort_id)`
|
||||
|
||||
声明:function
|
||||
|
||||
LCID编码函数。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -149,12 +169,16 @@ LCID编码函数。
|
||||
|
||||
## `unicodeEsc2()`
|
||||
|
||||
声明:function
|
||||
|
||||
多语言支持函数相关函数。
|
||||
|
||||
返回:string
|
||||
|
||||
## `unicodetoUtf8(s)`
|
||||
|
||||
声明:function
|
||||
|
||||
Unicode串转为UTF8串。天软字符串前加L表示宽字节字符串,即Unicode串。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -165,6 +189,8 @@ Unicode串转为UTF8串。天软字符串前加L表示宽字节字符串,即Un
|
||||
|
||||
## `unicompress(_type, data, compresslevel, return_value)`
|
||||
|
||||
声明:function
|
||||
|
||||
统一压缩函数,对字符串或二进制进行压缩。 type目前支持zstd,zlib,lz4三种类型,压缩级别在zstd和zlib模式下生效。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -178,6 +204,8 @@ Unicode串转为UTF8串。天软字符串前加L表示宽字节字符串,即Un
|
||||
|
||||
## `uniuncompress(_type, data, srclen, return_value)`
|
||||
|
||||
声明:function
|
||||
|
||||
统一解压函数。 type目前支持zstd,zlib,lz4三种类型,srclen的设置是解压的大小,不设定会自动识别,设定后会比较大小是否相符,如果知道原大小,则应该设定该参数。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
|
||||
Reference in New Issue
Block a user