✨ 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 @@
|
||||
|
||||
## `iniDeleteKey(alias, file_name, section, ident)`
|
||||
|
||||
声明:function
|
||||
|
||||
删除INI中的标识符。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -15,6 +17,8 @@
|
||||
|
||||
## `iniEraseSection(alias, file_name, section)`
|
||||
|
||||
声明:function
|
||||
|
||||
删除INI中的段。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -27,6 +31,8 @@
|
||||
|
||||
## `iniReadBinaryStream(alias, file_name, section, ident, _type)`
|
||||
|
||||
声明:function
|
||||
|
||||
从INI中读stream类型内容,读取后的内容支持数组,字符串,二进制流以及stream类型进行输出
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -41,6 +47,8 @@
|
||||
|
||||
## `iniReadBool(alias, file_name, section, ident, _default)`
|
||||
|
||||
声明:function
|
||||
|
||||
从INI中读Bool类型。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -55,6 +63,8 @@
|
||||
|
||||
## `iniReadDate(alias, file_name, section, ident, _default)`
|
||||
|
||||
声明:function
|
||||
|
||||
从INI中读日期类型。 老版客户端中,支持读yyyy/mm/dd的日期格式,新版本客户端支持yyyy-mm-dd的日期格式,与其它函数日期格式表现一致。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -69,6 +79,8 @@
|
||||
|
||||
## `iniReadDateTime(alias, file_name, section, ident, _default)`
|
||||
|
||||
声明:function
|
||||
|
||||
从INI中读日期时间类型。 老版客户端中,支持读yyyy/mm/dd hh:nn:ss的日期格式,新版本客户端支持yyyy-mm-dd hh:nn:ss的日期格式,与其它函数日期格式表现一致。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -83,6 +95,8 @@
|
||||
|
||||
## `iniReadFloat(alias, file_name, section, ident, _default)`
|
||||
|
||||
声明:function
|
||||
|
||||
从INI中读浮点类型。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -97,6 +111,8 @@
|
||||
|
||||
## `iniReadInteger(alias, file_name, section, ident, _default)`
|
||||
|
||||
声明:function
|
||||
|
||||
从INI中读整数类型。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -111,6 +127,8 @@
|
||||
|
||||
## `iniReadSection(alias, file_name, section)`
|
||||
|
||||
声明:function
|
||||
|
||||
从INI中读出一个节点中所有键名称。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -123,6 +141,8 @@
|
||||
|
||||
## `iniReadSections(alias, file_name)`
|
||||
|
||||
声明:function
|
||||
|
||||
从INI中读出所有的节名称。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -134,6 +154,8 @@
|
||||
|
||||
## `iniReadSectionsw(alias, file_name)`
|
||||
|
||||
声明:function
|
||||
|
||||
从INI中读出所有的节名称,其中,名称字符串为宽字节字符串,IniReadSections返回的名称字符串为多字节字符串。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -145,6 +167,8 @@
|
||||
|
||||
## `iniReadSectionValues(alias, file_name, section)`
|
||||
|
||||
声明:function
|
||||
|
||||
从INI中读指定节所有的键的值。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -157,6 +181,8 @@
|
||||
|
||||
## `iniReadString(alias, file_name, section, ident, _default)`
|
||||
|
||||
声明:function
|
||||
|
||||
从INI中读字符类型。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -171,6 +197,8 @@
|
||||
|
||||
## `iniReadTime(alias, file_name, section, ident, _default)`
|
||||
|
||||
声明:function
|
||||
|
||||
从INI中读时间类型。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -185,6 +213,8 @@
|
||||
|
||||
## `iniSectionExists(alias, file_name, section)`
|
||||
|
||||
声明:function
|
||||
|
||||
判断INI中的节名称是否存在。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -197,6 +227,8 @@
|
||||
|
||||
## `iniValueExists(alias, file_name, section, ident)`
|
||||
|
||||
声明:function
|
||||
|
||||
判断INI中的指定的节名称下的键名称是否有值。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -210,6 +242,8 @@
|
||||
|
||||
## `iniWriteBinaryStream(alias, file_name, section, ident, value)`
|
||||
|
||||
声明:function
|
||||
|
||||
将数据转成数据流写入INI文件中。支持写入数组,字符串,binary,stream类型等。如果不存在FileName,或者不存在Section,或者不存在Ident,则其会根据输入的FileName,Section,Ident创建对应的INI文件,INI文件的节名称,INI文件的键名称,并将字节流Value写入到INI文件指定的键
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -224,6 +258,8 @@
|
||||
|
||||
## `iniWriteBool(alias, file_name, section, ident, value)`
|
||||
|
||||
声明:function
|
||||
|
||||
将BOOL值写入INI。如果不存在FileName,或者不存在Section,或者不存在Ident,则其会根据输入的FileName,Section,Ident创建对应的INI文件,INI文件的节名称,INI文件的键名称,并将Bool值Value写入到INI文件指定的键
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -238,6 +274,8 @@
|
||||
|
||||
## `iniWriteDate(alias, file_name, section, ident, value)`
|
||||
|
||||
声明:function
|
||||
|
||||
将日期值写入INI。如果不存在FileName,或者不存在Section,或者不存在Ident,则其会根据输入的FileName,Section,Ident创建对应的INI文件,INI文件的节名称,INI文件的键名称,并将日期值Value写入到INI文件指定的键
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -252,6 +290,8 @@
|
||||
|
||||
## `iniWriteDateTime(alias, file_name, section, ident, value)`
|
||||
|
||||
声明:function
|
||||
|
||||
将日期时间值写入INI。如果不存在FileName,或者不存在Section,或者不存在Ident,则其会根据输入的FileName,Section,Ident创建对应的INI文件,INI文件的节名称,INI文件的键名称,并将日期时间值Value写入到INI文件指定的键
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -266,6 +306,8 @@
|
||||
|
||||
## `iniWriteFloat(alias, file_name, section, ident, value)`
|
||||
|
||||
声明:function
|
||||
|
||||
将浮点值写入INI。如果不存在FileName,或者不存在Section,或者不存在Ident,则其会根据输入的FileName,Section,Ident创建对应的INI文件,INI文件的节名称,INI文件的键名称,并将浮点值Value写入到INI文件指定的键
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -280,6 +322,8 @@
|
||||
|
||||
## `iniWriteInteger(alias, file_name, section, ident, value)`
|
||||
|
||||
声明:function
|
||||
|
||||
将整数值写入INI。如果不存在FileName,或者不存在Section,或者不存在Ident,则其会根据输入的FileName,Section,Ident创建对应的INI文件,INI文件的节名称,INI文件的键名称,并将整数值Value写入到INI文件指定的键
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -294,6 +338,8 @@
|
||||
|
||||
## `iniWriteString(alias, file_name, section, ident, value)`
|
||||
|
||||
声明:function
|
||||
|
||||
将字符串值写入INI。如果不存在FileName,或者不存在Section,或者不存在Ident,则其会根据输入的FileName,Section,Ident创建对应的INI文件,INI文件的节名称,INI文件的键名称,并将字符串Value写入到INI文件指定的键
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -308,6 +354,8 @@
|
||||
|
||||
## `iniWriteTime(alias, file_name, section, ident, value)`
|
||||
|
||||
声明:function
|
||||
|
||||
将时间值写入INI。如果不存在FileName,或者不存在Section,或者不存在Ident,则其会根据输入的FileName,Section,Ident创建对应的INI文件,INI文件的节名称,INI文件的键名称,并将时间值Value写入到INI文件指定的键
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
|
||||
Reference in New Issue
Block a user