/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/ |
H A D | multinavigation.js | 990 this.totalStack.splice(f4 + 1); 998 this.totalStack.splice(f4 + 1); 1023 this.subStackList.splice(b4); 1089 this.subStackList.splice(1); 1094 this.totalStack.splice(2); 1098 this.totalStack.splice(1); 1107 this.totalStack.splice(1); 1116 this.subStackList.splice(0); 1117 this.totalStack.splice(0); 1378 this.operates.splice(u1, 1); [all …]
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | listitem-slide-to-display-menu.md | 33 this.itemIndexArr.unshift(this.itemIndexArr.splice(index,1)[0]) 38 this.itemIndexArr.splice(index,1) 78 this.itemIndexArr.unshift(this.itemIndexArr.splice(index,1)[0]) 85 this.itemIndexArr.splice(index,1)
|
H A D | How-do-you-add-or-delete-tab-tags-in-the-tab-component.md | 117 this.tabArray.splice(this.tabArray.indexOf(tabNumber), 1) 120 …如果不是的话直接将当前显示页签下下标设置为前一个页签下标,tabArray数组通过splice方法删除页签,并通过TabsController完成跳转,此外页面只要有关闭操作,页面就不可以跳回打开… 124 this.tabArray.splice(this.tabArray.indexOf(tabNumber), 1) 191 this.tabArray.splice(this.tabArray.indexOf(tabNumber), 1)
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-waterflow.md | 66 ### splice<sup>12+</sup> 576 this.listeners.splice(pos, 1) 582 this.dataArray.splice(0, 0, this.dataArray.length) 600 this.dataArray.splice(0, 1) 606 this.dataArray.splice(1, 1) 612 this.dataArray.splice(-1, 1) 618 this.dataArray.splice(index, 1) 624 this.dataArray.splice(1, 1) 625 this.dataArray.splice(3, 2) 897 this.sections.splice(0, 0, sectionOptions) [all …]
|
H A D | ts-rendering-control-foreach.md | 27 …设置返回值为数组类型的函数,例如`arr.slice(1, 3)`,但设置的函数不应改变包括数组本身在内的任何状态变量,例如不应使用`Array.splice()`,`Array.sort()`或… 105 let tmp = this.arr.splice(from, 1); 106 this.arr.splice(to, 0, tmp[0]);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/source/ |
H A D | multinavigation.ets | 855 this.totalStack.splice(index + 1); 862 this.totalStack.splice(index + 1); 889 this.subStackList.splice(index); 961 this.subStackList.splice(1); 966 this.totalStack.splice(2); 969 this.totalStack.splice(1); 977 this.totalStack.splice(1); 987 this.subStackList.splice(0); 988 this.totalStack.splice(0) 1261 this.operates.splice(index, 1); [all …]
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
H A D | buffer_pool.cpp | 171 busyList_.splice(busyList_.begin(), idleList_, it); in AcquireBuffer() 184 busyList_.splice(busyList_.begin(), idleList_, it); in AcquireBuffer() 201 busyList_.splice(busyList_.begin(), idleList_, it); in AcquireBuffer() 231 idleList_.splice(idleList_.end(), busyList_, it); in ReturnBuffer()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/alarm/src/main/js/default/pages/index/ |
H A D | index.js | 69 this.time.splice(this.dataWrapper.alarmItemIndex, 1); 70 this.repeat.splice(this.dataWrapper.alarmItemIndex, 1); 71 this.switchStatus.splice(this.dataWrapper.alarmItemIndex, 1);
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/lightweightset/ |
H A D | js_lightweightset.ts | 141 this.members.hashs.splice(index, 1); 142 this.members.values.splice(index, 1); 143 this.members.keys.splice(index, 1);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsEnumStyle.js | 2439 this.pathArray.splice(index + 1); 2463 this.pathArray.splice(index + 1); 2515 this.pathArray.splice(0); 2554 this.pathArray.splice(index, 1); 2563 this.pathArray.splice(index, 1); 2571 this.pathArray.splice(i, 1); 2675 splice(start, deleteCount, sections) { method in WaterFlowSections 2679 this.sectionArray.splice(start); 2743 this.changeArray.splice(0); 2793 this.sizeArray.splice(startValue); [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-framework-syntax-hml.md | 39 this.content.splice(1, 1, this.content[0]); 45 > - 针对数组内的数据修改,请使用splice方法生效数据绑定变更。 198 this.array.splice(1, 1, {id:2, name: 'Isabella', age: 18}); 200 this.array.splice(2, 1, {id:3, name: 'Bary', age: 18});
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-new-rendering-control-repeat.md | 306 … this.simpleList.splice(this.selectIdx, 0, new Repeat005Clazz(`${this.counter++}_add_item`)); 311 … this.simpleList.splice(this.selectIdx, 1, new Repeat005Clazz(`${this.counter++}_modify_item`)); 315 this.simpleList.splice(this.selectIdx, 1); 438 … this.simpleList.splice(this.selectIdx, 0, new Repeat006Clazz(`${this.counter++}_add_item`)); 447 this.simpleList.splice(this.selectIdx, 1); 612 this.videoList.splice(index, 1); 663 this.videoList.splice(0, 1); 667 this.videoList.splice(4, 1); 775 this.itemList.splice(10, 1); 945 this.arrayHolder.arr.splice(18, 0, this.totalCount); [all …]
|
H A D | arkts-new-makeObserved.md | 147 | Array | push、pop、shift、unshift、splice、copyWithin、fill、reverse、sort | 148 | collections.Array | push、pop、shift、unshift、splice、fill、reverse、sort、shrinkTo、extendTo | 229 - 改变数组长度:push、pop、shift、unshift、splice、shrinkTo、extendTo 294 // splice: 从数组的指定位置删除元素 295 Button('splice').onClick(() => { 296 this.arrCollect.splice(1);
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | arkts-performance-improvement-recommendation.md | 45 this.listeners.splice(pos, 1); 92 this.dataArray.splice(index, 0, data); 149 this.listeners.splice(pos, 1); 196 this.dataArray.splice(index, 0, data);
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/lightweightmap/ |
H A D | js_lightweightmap.ts | 178 this.members.hashs.splice(index, 1); 179 this.members.values.splice(index, 1); 180 this.members.keys.splice(index, 1);
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/__test__/ |
H A D | index.test.js | 211 vm.address.splice(0, 1, 'ShenZhen'); 253 vm.numbers[0].splice(0, 1, 4); 278 vm.numbers.splice(0, 1, [4, 4, 4, 4]);
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | arkts-performance-improvement-recommendation.md | 52 this.listeners.splice(pos, 1); 99 this.dataArray.splice(index, 0, data); 175 this.listeners.splice(pos, 1); 222 this.dataArray.splice(index, 0, data); 279 this.listeners.splice(pos, 1); 326 this.dataArray.splice(index, 0, data);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/lru/ |
H A D | count_limit_lru.inl | 35 cacheList.splice(cacheList.begin(), cacheList, iter->second); 46 cacheList.splice(cacheList.begin(), cacheList, iter->second);
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | js-framework-syntax-hml.md | 40 this.content.splice(1, 1, this.content[0]); 46 > - 针对数组内的数据修改,请使用splice方法生效数据绑定变更。 241 this.array.splice(1, 1, {id:2, name: 'Isabella', age: 18}); 243 this.array.splice(2, 1, {id:3, name: 'Bary', age: 18});
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/ |
H A D | node_adapter.ts | 141 this.nodeRefs_.splice(0, this.nodeRefs_.length); 163 this.nodeRefs_.splice(index, 1);
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | ModifyNode.js | 108 parent.value_.splice(i, 1); 133 ps.splice(0, 0, pp);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/ |
H A D | basicDataSource.ets | 48 this.listeners.splice(pos , 1) 102 this.dataArray.splice(index , 0 , data)
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/directive/02/ |
H A D | index.js | 25 this.list.splice(this.list.length - 1, 1);
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/directive/03/ |
H A D | index.js | 29 this.list.splice(this.list.length - 1, 1);
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/list/list1/ |
H A D | index.js | 30 this.listData.splice(3, 3);
|