mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
a05eac31fe
commit_hash:5eb88e0ab7a836dcecb028557c53633d1d006092
122 lines
2.8 KiB
JSON
122 lines
2.8 KiB
JSON
{
|
|
"$schema": "schema/signatures.json",
|
|
"signatures": [
|
|
{
|
|
"name": "decimalFormat",
|
|
"description": {
|
|
"$ref": "translations.json#/decimalformat_integer_string"
|
|
},
|
|
"arguments": [
|
|
{
|
|
"type": "integer",
|
|
"description": {
|
|
"$ref": "translations.json#/decimalformat_integer_string_arg0"
|
|
}
|
|
},
|
|
{
|
|
"type": "string",
|
|
"description": {
|
|
"$ref": "translations.json#/decimalformat_integer_string_arg1"
|
|
}
|
|
}
|
|
],
|
|
"return_type": "string",
|
|
"platforms": [
|
|
"android",
|
|
"web",
|
|
"ios"
|
|
]
|
|
},
|
|
{
|
|
"name": "decimalFormat",
|
|
"description": {
|
|
"$ref": "translations.json#/decimalformat_number_string"
|
|
},
|
|
"arguments": [
|
|
{
|
|
"type": "number",
|
|
"description": {
|
|
"$ref": "translations.json#/decimalformat_number_string_arg0"
|
|
}
|
|
},
|
|
{
|
|
"type": "string",
|
|
"description": {
|
|
"$ref": "translations.json#/decimalformat_number_string_arg1"
|
|
}
|
|
}
|
|
],
|
|
"return_type": "string",
|
|
"platforms": [
|
|
"android",
|
|
"web",
|
|
"ios"
|
|
]
|
|
},
|
|
{
|
|
"name": "decimalFormat",
|
|
"description": {
|
|
"$ref": "translations.json#/decimalformat_integer_string_string"
|
|
},
|
|
"arguments": [
|
|
{
|
|
"type": "integer",
|
|
"description": {
|
|
"$ref": "translations.json#/decimalformat_integer_string_string_arg0"
|
|
}
|
|
},
|
|
{
|
|
"type": "string",
|
|
"description": {
|
|
"$ref": "translations.json#/decimalformat_integer_string_string_arg1"
|
|
}
|
|
},
|
|
{
|
|
"type": "string",
|
|
"description": {
|
|
"$ref": "translations.json#/decimalformat_integer_string_string_arg2"
|
|
}
|
|
}
|
|
],
|
|
"return_type": "string",
|
|
"platforms": [
|
|
"android",
|
|
"web",
|
|
"ios"
|
|
]
|
|
},
|
|
{
|
|
"name": "decimalFormat",
|
|
"description": {
|
|
"$ref": "translations.json#/decimalformat_number_string_string"
|
|
},
|
|
"arguments": [
|
|
{
|
|
"type": "number",
|
|
"description": {
|
|
"$ref": "translations.json#/decimalformat_number_string_string_arg0"
|
|
}
|
|
},
|
|
{
|
|
"type": "string",
|
|
"description": {
|
|
"$ref": "translations.json#/decimalformat_number_string_string_arg1"
|
|
}
|
|
},
|
|
{
|
|
"type": "string",
|
|
"description": {
|
|
"$ref": "translations.json#/decimalformat_number_string_string_arg2"
|
|
}
|
|
}
|
|
],
|
|
"return_type": "string",
|
|
"platforms": [
|
|
"android",
|
|
"web",
|
|
"ios"
|
|
]
|
|
}
|
|
]
|
|
}
|