/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_util_test.cpp | 36 int show = 1; variable 382 int show = 1; variable 386 show = 0; 394 int show = 1; variable 409 int show = 1; variable 424 int show = 1; variable 435 int show = 1; variable 450 int show = 1; variable 465 int show = 1; variable 476 int show = 1; variable [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___native_dialog_a_p_i__1.md | 74 create方法需要在调用show方法之前调用。 140 enableCustomStyle方法需要在调用show方法之前调用。 211 removeContent方法需要在调用show方法之前调用。 260 setAutoCancel方法需要在调用show方法之前调用。 285 setBackgroundColor方法需要在调用show方法之前调用。 310 setContent方法需要在调用show方法之前调用。 365 setCornerRadius方法需要在调用show方法之前调用。 390 setGridColumnCount方法需要在调用show方法之前调用。 416 setMask方法需要在调用show方法之前调用。 441 setModalMode方法需要在调用show方法之前调用。 [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-transition-animation-component.md | 123 @State show: string = 'show'; 127 Button(this.show).width(80).height(30).margin(30) 131 this.show = 'hide'; 133 this.show = 'show'; 162 @State show: string = 'show'; 166 Button(this.show).width(80).height(30).margin(30) 170 this.show = 'hide'; 172 this.show = 'show'; 220 @State show: string = 'show'; 228 this.show = 'hide'; [all …]
|
H A D | ts-container-panel.md | 23 Panel(show: boolean) 33 | show | boolean | 是 | 控制Panel显示或隐藏。<br/>**说明:** <br/>如果设置为false时,则不占位隐藏。[Visible.None](ts-universa… 151 ### show subsection 153 show(value: boolean) 165 …| boolean | 是 | 当滑动面板弹出时调用,true显示面板,false不显示面板。 <br/>默认值:true<br/>**说明:** <br/>该属性的优先级高于参数show。 | 278 @State show: boolean = false 289 this.show = !this.show 291 Panel(this.show) { // 展示日程
|
H A D | ohos-arkui-advanced-ComposeTitleBar.md | 78 action: () => promptAction.showToast({ message: "show toast index 1" }) 83 action: () => promptAction.showToast({ message: "show toast index 1" }) 88 action: () => promptAction.showToast({ message: "show toast index 1" }) 93 action: () => promptAction.showToast({ message: "show toast index 1" }) 123 action: () => promptAction.showToast({ message: "show toast index 1" })
|
H A D | ts-methods-calendarpicker-dialog.md | 13 ### show subsection 15 static show(options?: CalendarDialogOptions) 70 console.info("CalendarDialog.show") 71 CalendarPickerDialog.show({ 118 console.info("CalendarDialog.show") 119 CalendarPickerDialog.show({ 172 console.info("CalendarDialog.show") 173 CalendarPickerDialog.show({
|
H A D | ohos-arkui-advanced-SelectTitleBar.md | 84 action: () => promptAction.showToast({ message: 'show toast index 1' }), 89 action: () => promptAction.showToast({ message: 'show toast index 2' }), 94 action: () => promptAction.showToast({ message: 'show toast index 3' }), 99 action: () => promptAction.showToast({ message: 'show toast index 4' }), 154 action: () => promptAction.showToast({ message: 'show toast index 1' }),
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/input/InputEventTest024/ |
H A D | index.js | 21 this.show = "clickOne"; 24 this.show = "pressOne"; 27 this.show = "clickNo"; 30 this.show = "pressNo";
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-syntax-hml.md | 185 条件渲染分为2种:if/elif/else和show。 193 <text if="{{show}}"> Hello-TV </text> 203 "show": false, 209 当show为真时,节点正常渲染;当show为假时,节点不渲染,效果等同display样式为none。 214 <text show="{{visible}}"> Hello World </text> 235 <block if="{{show}}"> 246 "show": true
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-document.md | 87 ## document.show<sup>(deprecated)</sup> 89 show(uri:string, type:string):Promise<void> 113 document.show(uri, type); 116 ## document.show<sup>(deprecated)</sup> 118 show(uri:string, type:string, callback:AsyncCallback<void>): void 137 document.show(uri, type, (err: TypeError) => {
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-component-tabs.md | 177 <div class="underline-show" if="{{$item.show}}"></div> 178 <div class="underline-hide" if="{{!$item.show}}"></div> 208 .underline-show { 230 show: true, 234 show: true, 239 show: false, 244 show: false, 253 element.show = false; 256 element.show = true;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-system-notification.md | 38 ## notification.show 40 show(options?: ShowNotificationOptions): void 55 show() { 56 notification.show({
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | tool-disassembler.md | 43 function show(){return i;} 44 show(); 93 .function any test.#*#show(any a0, any a1, any a2) <static> { // 此方法源码中的show方法,同时这里也… 128 .function any test.#*#show(any a0, any a1, any a2) <static> { # offset: 0x0153, code offset: 0x0245…
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | ui_view_bounds.cpp | 28 void UIViewBounds::SetShowState(bool show) in SetShowState() argument 30 if (showViewBounds_ != show) { in SetShowState() 31 showViewBounds_ = show; in SetShowState()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-framework-syntax-hml.md | 244 条件渲染分为2种:if/elif/else和show。两种写法的区别在于:第一种写法里if为false时,组件不会在vdom中构建,也不会渲染,而第二种写法里show为false时虽然也不渲染,但会… 252 <text if="{{show}}"> Hello-One </text> 277 show: false, 281 this.show = !this.show; 289 优化渲染优化:show方法。当show为真时,节点正常渲染;当为假时,仅仅设置display样式为none。 296 <text show="{{visible}}" > Hello World </text>
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___native_dialog_a_p_i__1.md | 73 This method must be called before the **show** method. 114 This method must be called before the **show** method. 139 This method must be called before the **show** method. 164 This method must be called before the **show** method. 188 This method must be called before the **show** method. 212 This method must be called before the **show** method. 237 This method must be called before the **show** method. 262 This method must be called before the **show** method. 287 This method must be called before the **show** method. 314 This method must be called before the **show** method. [all …]
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-component-tabs.md | 178 <div class="underline-show" if="{{$item.show}}"></div> 179 <div class="underline-hide" if="{{!$item.show}}"></div> 209 .underline-show { 231 show: true, 235 show: true, 240 show: false, 245 show: false, 254 element.show = false; 257 element.show = true;
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | animation_practice.md | 29 @State show: boolean = true; 35 if (this.show) { 47 this.show = true; 52 this.show = false; 69 @State show: boolean = true; 74 if (this.show) { 86 this.show = !this.show;
|
/ohos5.0/foundation/arkui/advanced_ui_component/doc/ |
H A D | ts-composite-components-composetitlebar.md | 108 action: () => prompt.showToast({ message: "show toast index 1" }) 111 action: () => prompt.showToast({ message: "show toast index 2" }) 114 action: () => prompt.showToast({ message: "show toast index 3" }) 117 action: () => prompt.showToast({ message: "show toast index 4" }) 164 action: () => Prompt.showToast({ message: "show toast index 1" }) 169 action: () => Prompt.showToast({message:"show toast index portrait"})
|
H A D | ts-composite-components-selecttitlebar.md | 129 action: () => Prompt.showToast({ message: "show toast index 1" }) 153 action: () => prompt.showToast({ message: "show toast index 1" }) 156 action: () => prompt.showToast({ message: "show toast index 2" }) 159 action: () => prompt.showToast({ message: "show toast index 3" }) 162 action: () => prompt.showToast({ message: "show toast index 4" })
|
/ohos5.0/build/test/script/ |
H A D | start_env.sh | 27 if ! pip show pytest-html &> /dev/null; then 36 if ! pip show pytest-metadata &> /dev/null; then 45 if ! pip show py &> /dev/null; then
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_group_pattern.cpp | 415 host->SetActiveChildRange(-1, itemStartIndex_ - 1, 0, cacheCount, show); in UpdateActiveChildRange() 418 host->SetActiveChildRange(index, index, cacheCount, 0, show); in UpdateActiveChildRange() 420 if (show && headerIndex_ >= 0) { in UpdateActiveChildRange() 423 if (show && footerIndex_ >= 0) { in UpdateActiveChildRange() 426 if (show) { in UpdateActiveChildRange() 431 void ListItemGroupPattern::UpdateActiveChildRange(bool show) in UpdateActiveChildRange() argument 450 if (show) { in UpdateActiveChildRange() 474 UpdateActiveChildRange(true, forwardCachedIndex + 1, show); in UpdateCachedIndexForward() 554 bool show = listNode && listNode->GetLayoutProperty<ListLayoutProperty>() ? in UpdateCachedIndex() local 565 UpdateActiveChildRange(show); in UpdateCachedIndex() [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-system-notification.md | 38 ## notification.show 40 show(options?: ShowNotificationOptions): void 55 show() { 56 notification.show({
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-document.md | 87 ## document.show<sup>(deprecated)</sup> 89 show(uri:string, type:string):Promise<void> 113 document.show(uri, type); 116 ## document.show<sup>(deprecated)</sup> 118 show(uri:string, type:string, callback:AsyncCallback<void>): void 137 document.show(uri, type, (err: TypeError) => {
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-popup.md | 63 | show<sup>5+</sup> | - | 弹出气泡提示。 | 81 <text id="text">Click to show the pop-up</text> 87 <button class="button" onclick="showpopup">Click to show the pop-up</button> 122 this.$element("popup").show();
|