Home
last modified time | relevance | path

Searched refs:modified (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/ohos5.0/docs/en/release-notes/release-definitions/
H A Dmappings-between-label-and-system-versions.md17 …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 Djs-components-basic-span.md34 | 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 Djs-service-widget-basic-span.md25 | 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 Dfilesystem_api.cpp62 …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 Dentity_collection.cpp529 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 Dentity_collection.h98 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 Dsync-app-data-across-devices-overview.md8 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 Danimation_practice.md301modified. 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…
341modified. Therefore, the **Row** component needs to be re-rendered and compared with the last rend…
379modified. 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 Dintf_entity_collection.h42 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 Dts-basic-components-component3d.md25 …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 Dfile_monitor.cpp168 …onitor::ScanModifications(vector<string>& added, vector<string>& removed, vector<string>& modified) in ScanModifications() argument
182 modified.push_back(it->first); in ScanModifications()
H A Dfile_monitor.h52 BASE_NS::vector<BASE_NS::string>& modified);
/ohos5.0/docs/en/application-dev/faqs/
H A Dfaqs-arkui-js.md30 …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 DLICENSE.txt22 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 Dintf_file_monitor.h51 BASE_NS::vector<BASE_NS::string>& modified) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_caches.cpp477 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 Dmtp_operation_context.h42 std::string modified; member
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dhsp-to-har.md28 system: harTasks, /* Built-in plugin of Hvigor. It cannot be modified. */
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/misc/light/
H A DKconfig5 # may be copied, distributed, and modified under those terms.
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/network/
H A DKconfig5 # may be copied, distributed, and modified under those terms.
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/
H A Dmedia__asset__capi_8h.md34 …) \*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 DCMakeLists.txt70 #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 DKconfig5 # may be copied, distributed, and modified under those terms.
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/misc/dsoftbus/
H A DKconfig5 # may be copied, distributed, and modified under those terms.
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/storage/
H A DKconfig5 # may be copied, distributed, and modified under those terms.

12345678910>>...17