/ohos5.0/docs/en/release-notes/release-definitions/ |
H A D | mappings-between-label-and-system-versions.md | 17 …TS | OpenHarmony-3.0.0.0 | OpenHarmony-3.0.0.0 | The **OsFullName** field is not modified.| 18 …-LTS | OpenHarmony-3.0.0.0 | OpenHarmony-3.0.0.0 | The **OsFullName** field is not modified.| 19 …-LTS | OpenHarmony-3.0.0.0 | OpenHarmony-3.0.0.0 | The **OsFullName** field is not modified.| 20 …-LTS | OpenHarmony-3.0.0.0 | OpenHarmony-3.0.0.0 | The **OsFullName** field is not modified.| 21 …-LTS | OpenHarmony-3.0.0.0 | OpenHarmony-3.0.0.0 | The **OsFullName** field is not modified.| 22 …-LTS | OpenHarmony-3.0.0.0 | OpenHarmony-3.0.0.0 | The **OsFullName** field is not modified.| 24 …elease | OpenHarmony-1.0.1.0 | OpenHarmony-2.2.0.0 | The **OsFullName** field is not modified.| 25 …-Release | OpenHarmony-1.0.1.0 | OpenHarmony-2.2.0.0 | The **OsFullName** field is not modified.| 26 …-Release | OpenHarmony-1.0.1.0 | OpenHarmony-2.2.0.0 | The **OsFullName** field is not modified.| 27 …-Release | OpenHarmony-3.1.8.5 | OpenHarmony-2.2.0.0 | The **OsFullName** field is not modified.|
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-span.md | 34 | color | <color> | - | No | Font color of the modified tex… 35 | font-size | <length> | 30px | No | Font size of the modified text… 36 …n | true | No | Whether the font size of the modified text changes with… 37 | font-style | string | normal | No | Font style of the modified tex… 38 | font-weight | number \| string | normal | No | Font weight of the modified text. For de… 39 …string | none | No | Text decoration of the modified text. For details…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-span.md | 25 | color | <color> | - | No| Font color of the modified text.| 26 | font-size | <length> | 16px | No| Font size of the modified text.| 27 | font-style | string | normal | No| Font style of the modified text. For details, see **font-style… 28 | font-weight | number \| string | normal | No| Font weight of the modified text. For details, see … 29 | text-decoration | string | none | No| Text decoration of the modified text. For details, see **te…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | filesystem_api.cpp | 62 …void ScanModifications(vector<string>& added, vector<string>& removed, vector<string>& modified) o… 253 …orImpl::ScanModifications(vector<string>& added, vector<string>& removed, vector<string>& modified) in ScanModifications() argument 257 modified.clear(); in ScanModifications() 259 fileMonitor_->ScanModifications(added, removed, modified); in ScanModifications()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | entity_collection.cpp | 529 void EntityCollection::MarkModified(bool modified) in MarkModified() argument 535 if (isMarkedModified_ != modified) { in MarkModified() 536 isMarkedModified_ = modified; in MarkModified() 538 l->ModifiedChanged(*this, modified); in MarkModified() 543 void EntityCollection::MarkModified(bool modified, bool recursive) in MarkModified() argument 551 c->MarkModified(modified, true); in MarkModified() 554 MarkModified(modified); in MarkModified() 928 void EntityCollection::ModifiedChanged(IEntityCollection& entityCollection, bool modified) in ModifiedChanged() argument 931 if (modified) { in ModifiedChanged() 932 MarkModified(modified); in ModifiedChanged()
|
H A D | entity_collection.h | 98 void MarkModified(bool modified) override; in SCENE_BEGIN_NAMESPACE() 99 void MarkModified(bool modified, bool recursive) override; in SCENE_BEGIN_NAMESPACE() 134 void ModifiedChanged(IEntityCollection& entityCollection, bool modified) override; in SCENE_BEGIN_NAMESPACE()
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | sync-app-data-across-devices-overview.md | 8 For example, when data is added, deleted, or modified for an application on a device, the same appl… 27 - Strong consistency: When data is inserted, deleted, or modified on a device, other devices in the… 29 - Weak consistency: When data is added, deleted, or modified on a device, other devices in the same… 31 - Eventual consistency: When data is added, deleted, or modified on a device, other devices in the …
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | animation_practice.md | 301 …modified. Therefore, the **Row** component needs to be re-rendered. In the animation closure of th… 302 In this example, the state variable **textHeight** irrelevant to the animation is also modified. If… 341 …modified. Therefore, the **Row** component needs to be re-rendered and compared with the last rend… 379 …modified. Therefore, the **Row** component needs to be re-rendered. In the animation closure of th…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_entity_collection.h | 42 virtual void ModifiedChanged(IEntityCollection& entityCollection, bool modified) = 0; in SCENE_BEGIN_NAMESPACE() 111 virtual void MarkModified(bool modified) = 0; in SCENE_BEGIN_NAMESPACE() 112 virtual void MarkModified(bool modified, bool recursive) = 0; in SCENE_BEGIN_NAMESPACE()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-component3d.md | 25 …ation.<br>**NOTE**<br> The 3D scene configuration cannot be dynamically modified after the compone… 74 …y, only GLTF files are supported. Model resources cannot be dynamically modified after the compone… 90 …dering pipeline. **uri** and **selfRenderUpdate** cannot be dynamically modified after the compone… 107 Sets the shader file for custom rendering. The shader file cannot be dynamically modified after the… 123 …e same as the call sequence. The texture resource cannot be dynamically modified after the compone…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/ |
H A D | file_monitor.cpp | 168 …onitor::ScanModifications(vector<string>& added, vector<string>& removed, vector<string>& modified) in ScanModifications() argument 182 modified.push_back(it->first); in ScanModifications()
|
H A D | file_monitor.h | 52 BASE_NS::vector<BASE_NS::string>& modified);
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-arkui-js.md | 30 …can be triggered only when the array object is modified, but not when an element in the array is m…
|
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/font/ |
H A D | LICENSE.txt | 22 The OFL allows the licensed fonts to be used, studied, modified and 53 modify, redistribute, and sell modified and unmodified copies of the 77 5) The Font Software, modified or unmodified, in part or in whole,
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/ |
H A D | intf_file_monitor.h | 51 BASE_NS::vector<BASE_NS::string>& modified) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_virtual_scroll_caches.cpp | 477 bool modified = false; in RebuildL1() local 489 modified = true; in RebuildL1() 492 return modified; in RebuildL1() 499 bool modified = false; in RebuildL1WithKey() local 505 modified = true; in RebuildL1WithKey() 508 return modified; in RebuildL1WithKey()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | mtp_operation_context.h | 42 std::string modified; member
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | hsp-to-har.md | 28 system: harTasks, /* Built-in plugin of Hvigor. It cannot be modified. */
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/misc/light/ |
H A D | Kconfig | 5 # may be copied, distributed, and modified under those terms.
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/network/ |
H A D | Kconfig | 5 # may be copied, distributed, and modified under those terms.
|
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/ |
H A D | media__asset__capi_8h.md | 34 …) \*mediaAsset, uint32_t \*dateModified) | Obtains the date when a media asset was last modified. | 37 …Asset, uint32_t \*dateModifiedMs) | Obtains the date when a media asset was last modified, in ms. |
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/ |
H A D | CMakeLists.txt | 70 #set default and modified options for glslang 80 #set default and modified options for spirv-tools 92 #set default and modified options for spirv-cross
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/ |
H A D | Kconfig | 5 # may be copied, distributed, and modified under those terms.
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/misc/dsoftbus/ |
H A D | Kconfig | 5 # may be copied, distributed, and modified under those terms.
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/storage/ |
H A D | Kconfig | 5 # may be copied, distributed, and modified under those terms.
|