/ohos5.0/docs/zh-cn/device-dev/guide/ |
H A D | device-camera-visual-firstpage.md | 151 <text></text>------空气质量 152 <text></text>------城市名称 155 <text></text>--------AQI数值 156 <text>AQI</text>------AQI 164 <text></text> 165 <text></text> 168 <text></text> 169 <text></text> 202 </text> 208 <text class="location-text">{{airData[0].location}} [all …]
|
H A D | device-camera-visual-details.md | 15 <text class="title"> 17 </text> 53 <text class="title"> 55 </text> 60 </text> 67 </text> 105 </text> 147 </text> 272 text-align: center; 328 text-align: left; [all …]
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-components-text.md | 1 # text开发指导 3 text是文本组件,用于呈现一段文本信息。具体用法请参考[text API](../reference/apis-arkui/arkui-js/js-components-basic-text.md… 6 ## 创建text组件 13 <text>Hello World</text> 43 </text> 69 设置text-decoration和text-decoration-color属性为文本添加划线和划线颜色,text-decoration枚举值请参考 text自有样式。 74 <text style="text-decoration:underline"> 77 <text style="text-decoration:line-through;text-decoration-color: red"> 92 text{ 108 <text class="text"> [all …]
|
H A D | ui-js-building-ui-event.md | 27 <div class="text-container" onclick="click"> 28 <text class="text-style">{{onClick}}</text> 31 <text class="text-style">{{touchstart}}</text> 34 <text class="text-style">{{touchmove}}</text> 36 <div class="text-container" ontouchend="touchEnd"> 37 <text class="text-style">{{touchend}}</text> 40 <text class="text-style">{{touchcancel}}</text> 43 <text class="text-style">{{onLongPress}}</text> 57 .text-container { 64 .text-style { [all …]
|
H A D | js-framework-multiple-languages.md | 111 <text>{{ $t('strings.hello') }}</text> 115 <text>{{ $t('strings.array', ['Hello world']) }}</text> 117 <text>{{ hello }}</text> 119 <text>{{ replaceObject }}</text> 121 <text>{{ replaceArray }}</text> 169 <text>{{ $tc('strings.people', 0) }}</text> 171 <text>{{ $tc('strings.people', 1) }}</text> 173 <text>{{ $tc('strings.people', 2) }}</text> 175 <text>{{ $tc('strings.people', 6) }}</text> 177 <text>{{ $tc('strings.people', 50) }}</text> [all …]
|
H A D | ui-js-components-stepper.md | 15 <text>Step 1</text> 18 <text>Step 2</text> 34 text{ 53 <text>stepper-item1</text> 56 <text>stepper-item2</text> 59 <text>stepper-item3</text> 89 <text>stepper-item1</text> 92 <text>stepper-item2</text> 95 <text>stepper-item3</text> 98 <text>stepper-item4</text> [all …]
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-components-text.md | 14 <text>Hello World</text> 44 </text> 47 </text> 74 <text style="text-decoration:underline"> 76 </text> 77 <text style="text-decoration:line-through;text-decoration-color: red"> 92 text{ 109 <text class="text"> 111 </text> 125 .text{ [all …]
|
H A D | ui-js-building-ui-event.md | 28 <div class="text-container" onclick="click"> 29 <text class="text-style">{{onClick}}</text> 32 <text class="text-style">{{touchstart}}</text> 35 <text class="text-style">{{touchmove}}</text> 37 <div class="text-container" ontouchend="touchEnd"> 38 <text class="text-style">{{touchend}}</text> 41 <text class="text-style">{{touchcancel}}</text> 44 <text class="text-style">{{onLongPress}}</text> 58 .text-container { 65 .text-style { [all …]
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/common/ |
H A D | text_unit_test.cpp | 69 text_->SetText(text); 170 text->SetFontId(16); 174 delete text; 175 text = nullptr; 183 delete text; 184 text = nullptr; 206 text_->SetText(text); 218 text_->SetText(text); 231 text_->SetText(text); 243 text_->SetText(text); [all …]
|
/ohos5.0/docs/en/device-dev/guide/ |
H A D | device-camera-visual-details.md | 12 <text class="title"> 14 </text> 50 <text class="title"> 52 </text> 57 </text> 64 </text> 102 </text> 144 </text> 269 text-align: center; 325 text-align: left; [all …]
|
H A D | device-camera-visual-firstpage.md | 151 <text></text>------Air quality 152 <text></text>------City name 155 <text></text>--------AQI value 156 <text>AQI</text>------AQI 164 <text></text> 165 <text></text> 168 <text></text> 169 <text></text> 202 </text> 208 <text class="location-text">{{airData[0].location}} [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-svg-text.md | 1 # text chapter 64 <text x="20px" y="0px" font-size="30" fill="blue">test x|y</text> 65 <text x="150" y="15" font-size="30" fill="blue">test x|y</text> 78  102 </text> 107  117 </text> 122  131 </text> 136 </text> [all …]
|
H A D | js-components-basic-text.md | 1 # text chapter 82 <text class="title">default text</text> 83 <text class="title textcolor">hello world with color</text> 84 <text class="title textsize">hello world with font-size</text> 86 <text class="title textwordspacing">hello world with word-spacing</text> 87 <text class="title textstyle">hello world with italic</text> 88 <text class="title textweight">hello world with font-weight</text> 89 <text class="title textdecoration1">hello world with underline</text> 90 <text class="title textdecoration2">hello world with line-through</text> 91 <text class="title textalign">hello world with text-align:right</text> [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-text.md | 1 # text chapter 64 > - letter-spacing、text-align、line-height、text-overflow和max-lines样式作用于text及其子组件(span)组成的文本内容。 66 > - text组件说明:不支持text内同时存在文本内容和span子组件。(如果同时存在,只显示span内的内容) 83 <text class="title">default text</text> 84 <text class="title textcolor">hello world with color</text> 85 <text class="title textsize">hello world with font-size</text> 88 <text class="title textstyle">hello world with italic</text> 89 <text class="title textweight">hello world with font-weight</text> 90 <text class="title textdecoration1">hello world with underline</text> 92 <text class="title textalign">hello world with text-align:right</text> [all …]
|
H A D | js-components-svg-text.md | 1 # text chapter 63 <text x="20px" y="0px" font-size="30" fill="blue">test x|y</text> 64 <text x="150" y="15" font-size="30" fill="blue">test x|y</text> 65 <text x="300" y="30" font-size="30" fill="blue" opacity="0.1">test opacity</text> 68 <text x="20" y="200" fill="red" font-size="40">test 0123456789</text> 69 <text x="20" y="250" fill="red" font-size="40" fill-opacity="0.2">test 中文</text> 70 <text x="20" y="300" rotate="30" fill="red" font-size="40">test rotate</text> 101 </text> 116 </text> 130 </text> [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-syntax-hml.md | 13 <text class="item-title">Image Show</text> 30 <text>{{flag1 && flag2}}</text> <!-- 输出:false--> 31 <text>{{flag1 || flag2}}</text> <!-- 输出:true--> 138 <text>{{$item.name}}</text> 142 <text>{{value.name}}</text> 146 <text>{{value.name}}</text> 193 <text if="{{show}}"> Hello-TV </text> 195 <text else> Hello-World </text> 214 <text show="{{visible}}"> Hello World </text> 236 <text>Hello</text> [all …]
|
H A D | js-service-widget-basic-text.md | 1 # text chapter 53 > - letter-spacing、text-align、line-height、text-overflow和max-lines样式作用于text及其子组件(span)组成的文本内容。 55 > - text组件说明:不支持text内同时存在文本内容和span子组件。(如果同时存在,只显示span内的内容) 66 <text class="line_height"> 68 </text> 69 <text class="letter_spacing">这是设置了字符间距的文本。</text> 70 <text class="font_style">这是设置为斜体的文本。</text> 71 <text class="text_decoration_style">这是添加了下划线的文本。</text> 72 <text class="text_over_flow">文本过长可省略,省略文本。</text> 105 text-overflow: ellipsis; [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkText.ts | 41 getUINativeModule().text.resetFontColor(node); 77 getUINativeModule().text.resetFontSize(node); 95 getUINativeModule().text.resetFontWeight(node); 109 getUINativeModule().text.resetFontStyle(node); 123 getUINativeModule().text.resetTextAlign(node); 154 getUINativeModule().text.resetDraggable(node); 188 getUINativeModule().text.resetWordBreak(node); 375 getUINativeModule().text.resetMaxLines(node); 377 getUINativeModule().text.resetMaxLines(node); 576 getUINativeModule().text.resetFont(node); [all …]
|
/ohos5.0/docs/ |
H A D | .gitattributes | 1 *.tgz filter=lfs diff=lfs merge=lfs -text 2 *.trp filter=lfs diff=lfs merge=lfs -text 3 *.apk filter=lfs diff=lfs merge=lfs -text 4 *.jar filter=lfs diff=lfs merge=lfs -text 5 *.mp4 filter=lfs diff=lfs merge=lfs -text 6 *.zip filter=lfs diff=lfs merge=lfs -text 7 *.asm filter=lfs diff=lfs merge=lfs -text 8 *.8svn filter=lfs diff=lfs merge=lfs -text 12 *.a filter=lfs diff=lfs merge=lfs -text 13 *.so filter=lfs diff=lfs merge=lfs -text [all …]
|
/ohos5.0/base/hiviewdfx/hidumper/ |
H A D | .gitattributes | 1 *.tgz filter=lfs diff=lfs merge=lfs -text 2 *.trp filter=lfs diff=lfs merge=lfs -text 3 *.apk filter=lfs diff=lfs merge=lfs -text 4 *.jar filter=lfs diff=lfs merge=lfs -text 5 *.mp4 filter=lfs diff=lfs merge=lfs -text 6 *.zip filter=lfs diff=lfs merge=lfs -text 7 *.asm filter=lfs diff=lfs merge=lfs -text 8 *.8svn filter=lfs diff=lfs merge=lfs -text 11 *.exe filter=lfs diff=lfs merge=lfs -text 12 *.a filter=lfs diff=lfs merge=lfs -text [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/ |
H A D | .gitattributes | 1 *.tgz filter=lfs diff=lfs merge=lfs -text 2 *.trp filter=lfs diff=lfs merge=lfs -text 3 *.apk filter=lfs diff=lfs merge=lfs -text 4 *.jar filter=lfs diff=lfs merge=lfs -text 5 *.mp4 filter=lfs diff=lfs merge=lfs -text 6 *.zip filter=lfs diff=lfs merge=lfs -text 7 *.asm filter=lfs diff=lfs merge=lfs -text 8 *.8svn filter=lfs diff=lfs merge=lfs -text 11 *.exe filter=lfs diff=lfs merge=lfs -text 12 *.a filter=lfs diff=lfs merge=lfs -text [all …]
|
/ohos5.0/base/powermgr/battery_statistics/ |
H A D | .gitattributes | 1 *.tgz filter=lfs diff=lfs merge=lfs -text 2 *.trp filter=lfs diff=lfs merge=lfs -text 3 *.apk filter=lfs diff=lfs merge=lfs -text 4 *.jar filter=lfs diff=lfs merge=lfs -text 5 *.mp4 filter=lfs diff=lfs merge=lfs -text 6 *.zip filter=lfs diff=lfs merge=lfs -text 7 *.asm filter=lfs diff=lfs merge=lfs -text 8 *.8svn filter=lfs diff=lfs merge=lfs -text 11 *.exe filter=lfs diff=lfs merge=lfs -text 12 *.a filter=lfs diff=lfs merge=lfs -text [all …]
|
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/ |
H A D | cipher_aes.c | 78 (const unsigned char *)text, strlen(text)) != 0) { in MallocDecodeData() 198 if (data->text == NULL) { in InitAesCryptDataText() 202 if (memcpy_s(data->text, data->textLen + 1, text, strlen(text)) != EOK) { in InitAesCryptDataText() 203 free(data->text); in InitAesCryptDataText() 204 data->text = NULL; in InitAesCryptDataText() 207 data->textLen = PaddingPkcs5(data->text, strlen(text)); in InitAesCryptDataText() 211 data->text = MallocDecodeData(text, &textLen); in InitAesCryptDataText() 249 free(data->text); in InitAesData() 250 data->text = NULL; in InitAesData() 301 free(ctx->data.text); in DoAesCbcEncrypt() [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-text.md | 1 # text chapter 33 …text-align | string | start | No| Text alignment mode. Available values are as follows:<br>- **lef… 53 …r-spacing**, **text-align**, **line-height**, **text-overflow**, and **max-lines** styles take eff… 66 <text class="line_height"> 68 </text> 69 <text class="letter_spacing">This is the text for which the character spacing is set. </text> 70 <text class="font_style">This is the text that is set to italics. </text> 71 <text class="text_decoration_style">This is the underlined text. </text> 72 <text class="text_over_flow">If the text is too long, the text can be clipped. </text> 105 text-overflow: ellipsis; [all …]
|
/ohos5.0/foundation/multimedia/image_framework/ |
H A D | .gitattributes | 1 *.tgz filter=lfs diff=lfs merge=lfs -text 2 *.trp filter=lfs diff=lfs merge=lfs -text 3 *.apk filter=lfs diff=lfs merge=lfs -text 4 *.jar filter=lfs diff=lfs merge=lfs -text 5 *.mp4 filter=lfs diff=lfs merge=lfs -text 6 *.zip filter=lfs diff=lfs merge=lfs -text 7 *.asm filter=lfs diff=lfs merge=lfs -text 8 *.8svn filter=lfs diff=lfs merge=lfs -text 12 *.a filter=lfs diff=lfs merge=lfs -text 13 *.so filter=lfs diff=lfs merge=lfs -text [all …]
|