Home
last modified time | relevance | path

Searched refs:comma (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurve.h224 std::string comma(","); in ToString()
225 curveString.append(std::string("(") + std::to_string(steps_) + comma); in ToString()
300 std::string comma(","); in ToString()
301 …curveString.append(std::string("(") + std::to_string(response_) + comma + std::to_string(dampingRa… in ToString()
302 comma + std::to_string(blendDuration_) + std::string(")")); in ToString()
356 std::string comma(","); in ToString()
357 …tring.append(std::string("(") + std::to_string(velocity_) + comma + std::to_string(mass_) + comma + in ToString()
358 … std::to_string(stiffness_) + comma + std::to_string(damping_) + std::string(")")); in ToString()
H A Dcubic_curve.cpp60 std::string comma(","); in ToString() local
61 curveString.append(std::string("(") + std::to_string(x0_) + comma + std::to_string(y0_) in ToString()
62 + comma + std::to_string(x1_) + comma + std::to_string(y1_) + std::string(")")); in ToString()
H A Dspring_curve.cpp118 std::string comma(","); in ToString() local
119 curveString.append(std::string("(") + std::to_string(velocity_) + comma + std::to_string(mass_) in ToString()
120 + comma + std::to_string(stiffness_) + comma + std::to_string(damping_) + std::string(")")); in ToString()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-common-mediaquery.md61 媒体逻辑操作符:and、or、not、only用于构成复杂媒体查询,也可以通过comma(,)将其组合起来,详细解释说明如下表。
70 | ,(comma) | 将多个媒体特征以“或”的方式连接成一个媒体查询,如果存在结果为true的媒体特征,则查询条件成立。其效果等同于or运算符。<br/>例如:screen&nbsp;and&n…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-common-mediaquery.md66 媒体逻辑操作符:and、or、not、only用于构成复杂媒体查询,也可以通过comma(,)将其组合起来,详细解释说明如下表。
75 | ,(comma) | 将多个媒体特征以“或”的方式连接成一个媒体查询,如果存在结果为true的媒体特征,则查询条件成立。其效果等同于or运算符。<br/>例如:screen&nbsp;and&n…
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-coding-style-guide.md317 …errors, because you do not need to consider changing a semicolon (;) to a comma (,). It is also ea…
350 6. Add a space after the comma in array initialization and the comma between multiple parameters …
351 7. Do not add a space before a comma (,) or semicolon (;).
419 …[1, 2, 3]; // There is a space after the comma during array initialization. There is no space bef…
420 …az); // There is a space after the comma between multiple parameters of a method. There is no spa…
H A Dtypescript-to-arkts-migration-guide.md1722 **Rule:** `arkts-no-comma-outside-loops`
1726 ArkTS supports the comma operator `,` only in `for` loops. In other cases,
1727 the comma operator is useless as it makes the execution order harder to understand.
1729 Please note that this rule is applied only to the "comma operator". Other cases, when
1730 comma is used to delimit variable declarations or parameters of a function call, are
1751 // Use the explicit execution order instead of the comma operator.
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-ArkTS-coding-style-guide.md363 - Add a space after the comma in array initialization and the comma between multiple parameters in …
364 - Do not add a space before a comma `,` or semicolon `;`.
432 … [1, 2, 3]; // There is a space after the comma during array initialization. There is no space bef…
433 …baz); // There is a space after the comma between multiple parameters of a method. There is no spa…
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-layout-development-media-query.md84 媒体逻辑操作符:and、or、not、only用于构成复杂媒体查询,也可以通过comma(, )将其组合起来,详细解释说明如下表。
94 | comma(,&nbsp;) | 将多个媒体特征以“或”的方式连接成一个媒体查询,如果存在结果为true的媒体特征,则查询条件成立。其效果等同于or运算符。例如:screen&nbsp;and&…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-common-mediaquery.md61 …re used to implement complex media query. They can also be combined using comma (,). The following…
70comma) | The **or** operator is used to combine multiple media features into one media query, in a…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-common-mediaquery.md66 …re used to implement complex media query. They can also be combined using comma (,). The following…
75comma) | The **or** operator is used to combine multiple media features into one media query, in a…
/ohos5.0/foundation/resourceschedule/soc_perf/test/unittest/
H A Dsocperf_server_test.cpp147 char colon, comma; variable
152 while (ssfirst >> key >> colon >> value >> comma) {
165 while (sssecond >> key >> colon >> value >> comma) {
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-layout-development-media-query.md84 …only**) to compose complex media queries. You can also combine them using comma (,). The following…
94comma (,) | The **or** operator is used to combine multiple media features into one media query, i…
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-file-ls.md48 | -m | Fills width with a list of entries separated by a comma. |
H A Dkernel-mini-appx-code.md138 … for example, while in the do statement, else/else if in the if statement, or a comma or semicolon.
243 - If a macro parameter is used as a separate part in a comma expression, function, or macro call …
/ohos5.0/docs/en/application-dev/tools/
H A Dacm-tool.md182 …It specifies the constraints to be set. Each constraint is separated by a comma (,). For details, …
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-power-charge-common-framework-guide.md45 // Add the new configuration. Do not omit the comma at the end of the previous line.
/ohos5.0/docs/en/application-dev/internationalization/
H A Di18n-numbers-weights-measures.md5 …is used, it may be considered as **1** in some European countries where a comma is used as a decim…
/ohos5.0/drivers/interface/input/ddk/v1_0/
H A DHidDdkTypes.idl218 /** Key comma (,) */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_ddk_v1_0/foo/input/ddk/v1_0/
H A DHidDdkTypes.idl218 /** Key comma (,) */
/ohos5.0/docs/en/application-dev/file-management/
H A Dselect-user-file.md36 …ension description|File name extension type'] that can be selected. Use a comma to separate multip…
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_hid_ddk.md367 | HID_KEY_COMMA | Key comma (,).|
/ohos5.0/docs/en/application-dev/reference/apis-mdm-kit/
H A Djs-apis-enterprise-systemManager.md34 | server | string | Yes| NTP server addresses separated by a comma (,). For example, **ntpserver1.c…
/ohos5.0/docs/en/application-dev/web/
H A Dweb-docking-softkeyboard.md42 | decimal | Numeric keyboard, usually with a comma key. |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-uniformTypeDescriptor.md56 | COMMA_SEPARATED_VALUES_TEXT<sup>12+</sup> | 'general.comma-separated-values-text' …

12