提交 b5ca4447 编写于 作者: O openharmony_ci 提交者: Gitee

!967 修复部分拼写错误

Merge pull request !967 from 雷电_SWAT/master
......@@ -63,7 +63,7 @@
<!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
<!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
<!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
<filteritem type="filname" name="*.jpg|*.png|*.gif|*.pdf" desc="already checked"/>
<filteritem type="filename" name="*.jpg|*.png|*.gif|*.pdf" desc="already checked"/>
</filefilter>
</filefilterlist>
......
......@@ -165,7 +165,7 @@ Different from private events, universal events can be bound to most components.
</td>
<td class="cellrowborder" valign="top" width="20.242024202420243%" headers="mcps1.1.5.1.2 "><p id="p94331834504"><a name="p94331834504"></a><a name="p94331834504"></a><a href="#table95551461358">DragEvent</a></p>
</td>
<td class="cellrowborder" valign="top" width="45.34453445344535%" headers="mcps1.1.5.1.3 "><p id="p143310312509"><a name="p143310312509"></a><a name="p143310312509"></a>Tiggered when dragging is ended.</p>
<td class="cellrowborder" valign="top" width="45.34453445344535%" headers="mcps1.1.5.1.3 "><p id="p143310312509"><a name="p143310312509"></a><a name="p143310312509"></a>Triggered when dragging is ended.</p>
</td>
<td class="cellrowborder" valign="top" width="19.451945194519453%" headers="mcps1.1.5.1.4 "><p id="p194331833500"><a name="p194331833500"></a><a name="p194331833500"></a>No</p>
</td>
......
......@@ -466,7 +466,7 @@ You can set component appearance in the **style** attribute or **.css** file
<td class="cellrowborder" valign="top" width="11.601160116011602%" headers="mcps1.1.5.1.3 "><p id="p18820145810555"><a name="p18820145810555"></a><a name="p18820145810555"></a>-</p>
</td>
<td class="cellrowborder" valign="top" width="40.954095409540955%" headers="mcps1.1.5.1.4 "><p id="p3748160105710"><a name="p3748160105710"></a><a name="p3748160105710"></a><strong id="b466773714588"><a name="b466773714588"></a><a name="b466773714588"></a>start | end</strong> must be used together with <strong id="b18674173720587"><a name="b18674173720587"></a><a name="b18674173720587"></a>position</strong> to determine the offset of an element.</p>
<a name="ul177495065715"></a><a name="ul177495065715"></a><ul id="ul177495065715"><li>The <strong id="b118319333592"><a name="b118319333592"></a><a name="b118319333592"></a>start</strong> attribute specifies the start edge position of the element. This attribute defines the offset between the start edge of a positioned element and that of a block included in the element.</li><li>The <strong id="b20190832110"><a name="b20190832110"></a><a name="b20190832110"></a>end</strong> attribute specifies the end edge postion of the element. This attribute defines the offset between the end edge of a positioned element and that of a block included in the element.</li></ul>
<a name="ul177495065715"></a><a name="ul177495065715"></a><ul id="ul177495065715"><li>The <strong id="b118319333592"><a name="b118319333592"></a><a name="b118319333592"></a>start</strong> attribute specifies the start edge position of the element. This attribute defines the offset between the start edge of a positioned element and that of a block included in the element.</li><li>The <strong id="b20190832110"><a name="b20190832110"></a><a name="b20190832110"></a>end</strong> attribute specifies the end edge position of the element. This attribute defines the offset between the end edge of a positioned element and that of a block included in the element.</li></ul>
</td>
</tr>
<tr id="row18741629184812"><td class="cellrowborder" valign="top" width="27.04270427042704%" headers="mcps1.1.5.1.1 "><p id="p183768265013"><a name="p183768265013"></a><a name="p183768265013"></a>z-index<sup id="sup47906591838"><a name="sup47906591838"></a><a name="sup47906591838"></a>6+</sup></p>
......
......@@ -124,5 +124,5 @@ resources/res-defaults.json:
```
>![](../../public_sys-resources/icon-note.gif) **NOTE:**
>The resource qualifer file does not support color enumeration.
>The resource qualifier file does not support color enumeration.
......@@ -32,7 +32,7 @@ struct ParentComponent {
// when creatng ChildComponent, the initial value of its @Prop variable must be supplied
// in a named constructor parameter
// also regular costOfOneAttempt (non-Prop) variable is initialied
// also regular costOfOneAttempt (non-Prop) variable is initialized
CountDownComponent({ count: this.countDownStartValue, costOfOneAttempt: 2})
}
}
......
......@@ -218,7 +218,7 @@ struct CompA {
Row() {
CompB({bLink: $aLink, // valid init a @Link with reference of another @Link,
bProp: this.aState}) // valid init a @Prop with value of a @State
CompB({aLink: $aState, // invalid: type missmatch expected ref to ClassA, provided reference to boolean
CompB({aLink: $aState, // invalid: type mismatch expected ref to ClassA, provided reference to boolean
bProp: false}) // valid init a @Prop by constants value
}
}
......
......@@ -8,7 +8,7 @@ None
## APIs<a name="section1870194144317"></a>
ellipse\(options?: \{width: Lenght, height: Length\}\)
ellipse\(options?: \{width: Length, height: Length\}\)
- Parameters
......
......@@ -8,7 +8,7 @@ None
## APIs<a name="section29061037114413"></a>
Line\(options?: \{width: Lenght, height: Length\}\)
Line\(options?: \{width: Length, height: Length\}\)
- Parameters
......
......@@ -8,7 +8,7 @@ None
## APIs<a name="section19993104611483"></a>
Polygon\(value:\{options?: \{width: Lenght, height: Length\}\}\)
Polygon\(value:\{options?: \{width: Length, height: Length\}\}\)
- Parameters
......
......@@ -8,7 +8,7 @@ None
## APIs<a name="section19864224475"></a>
Polyline\(options?: \{width: Lenght, height: Length\}\)
Polyline\(options?: \{width: Length, height: Length\}\)
- Parameters
......
......@@ -17,7 +17,7 @@ build() {
console.log(`a: ${a}`) // invalid: console.log only allowed in first line of build
Column() {
Text('Hello ${this.myName.toUpperCase()}') // ok.
ForEach(this.arr.reverse(), ..., ...) // invalid: Array.reverse modifies the @State array varible in place
ForEach(this.arr.reverse(), ..., ...) // invalid: Array.reverse modifies the @State array variable in place
}
buildSpecial() // invalid: no function calls
Text(this.calcTextValue()) // this function call is ok.
......
......@@ -80,7 +80,7 @@ This topic describes the attributes used to set the component size.
<p id="p11113203434615"><a name="p11113203434615"></a><a name="p11113203434615"></a>minWidth?: Length,</p>
<p id="p149961241183520"><a name="p149961241183520"></a><a name="p149961241183520"></a>maxWidth?: Length,</p>
<p id="p19940543173518"><a name="p19940543173518"></a><a name="p19940543173518"></a>minHeight?: Length,</p>
<p id="p169561826154615"><a name="p169561826154615"></a><a name="p169561826154615"></a>maxHeight?: Lenght</p>
<p id="p169561826154615"><a name="p169561826154615"></a><a name="p169561826154615"></a>maxHeight?: Length</p>
<p id="p2315mcpsimp"><a name="p2315mcpsimp"></a><a name="p2315mcpsimp"></a>}</p>
</td>
<td class="cellrowborder" valign="top" width="18.98%" headers="mcps1.1.5.1.3 "><p id="p240035994617"><a name="p240035994617"></a><a name="p240035994617"></a>{</p>
......
......@@ -657,7 +657,7 @@ int c[][8] = {
Note:
- If the left brace is placed at the end of the line, the corresponding right brace shoud be placed into a new line.
- If the left brace is placed at the end of the line, the corresponding right brace should be placed into a new line.
- If the left brace is followed by the content, the corresponding right brace should also follow the content.
### <a name="r2-11"></a>Rule 2.11 When struct and union members are initialized, each member is initialized on a separate line.
......
......@@ -2125,12 +2125,12 @@ class LockGuard {
public:
LockGuard(const LockType& lockType): lock_(lockType)
{
lock_.Aquire();
lock_.Acquire();
}
~LockGuard()
{
lock_.Relase();
lock_.Release();
}
private:
......
......@@ -238,7 +238,7 @@ LOS_TraceHwiFilterHookReg(Example_HwiNumFilter);
| LOSCFG_RECORDER_MODE_ONLINE | Trace work mode ->Online mode | Trace工作模式为在线模式 | YES/NO |
| LOSCFG_TRACE_CLIENT_INTERACT | Enable Trace Client Visualization and Control | 使能与Trace IDE (dev tools)的交互,包括数据可视化和流程控制 | YES/NO |
| LOSCFG_TRACE_FRAME_CORE_MSG | Enable Record more extended content ->Record cpuid, hardware interrupt status, task lock status | 记录CPUID、中断状态、锁任务状态 | YES/NO |
| LOSCFG_TRACE_FRAME_EVENT_COUNT | Enable Record more extended content ->Record event count, which indicate the sequence of happend events | 记录事件的次序编号 | YES/NO |
| LOSCFG_TRACE_FRAME_EVENT_COUNT | Enable Record more extended content ->Record event count, which indicate the sequence of happened events | 记录事件的次序编号 | YES/NO |
| LOSCFG_TRACE_FRAME_MAX_PARAMS | Record max params | 配置记录事件的最大参数个数 | INT |
| LOSCFG_TRACE_BUFFER_SIZE | Trace record buffer size | 配置Trace的缓冲区大小 | INT |
......
......@@ -114,7 +114,7 @@ graphic\_utils
提供多窗口能力
- Input Manger
- Input Manager
多模输入模块,负责接收事件输
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册