Home
last modified time | relevance | path

Searched refs:parsed (Results 1 – 25 of 109) sorted by relevance

12345

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dicc_profile_info.cpp76 skcms_ICCProfile parsed; in ParsingICCProfile() local
79 if (profile != nullptr && skcms_Parse(profile->data(), profile->size(), &parsed)) { in ParsingICCProfile()
80 skColorSpace = SkColorSpace::Make(parsed); in ParsingICCProfile()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.19/
H A Dchangelogs-arkts.md11 In specific scenarios, data with consecutive CDATA tags is incorrectly parsed into the same element.
15 The bug is fixed so that data with consecutive CDATA tags is parsed into different elements.
49 Data with consecutive CDATA tags is parsed into different elements.
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dxml-parsing.md4 …erred in XML format must be parsed before being put in use. Generally, three types of elements in …
7 … of the ArrayBuffer or DataView type containing XML text, and the output is the parsed information.
14 …he document type. The default value is **false**, indicating that the document type is not parsed.|
15 … to ignore the namespace. The default value is **false**, indicating that the namespace is parsed.|
16 … its value. The default value is **null**, indicating that XML tags and tag values are not parsed.|
17 …The default value is **null**, indicating that XML attributes and attribute values are not parsed.|
18 …ue is **null**, indicating that the event type and the attributes of **parseInfo** are not parsed.|
H A Dtaskpool-vs-worker.md15 … Methods are called after corresponding messages have been passed in and parsed in the worker thre…
16 …y default after asynchronous calling.| Messages proactively sent must be parsed and assigned by ca…
H A Dasync-concurrency-overview.md49 …ait keyword to wait for the parsing of the Promise object and return its parsed value. If an **asy…
86 …word is used to wait for the parsing of the Promise object and store its parsed value in the **res…
/ohos5.0/docs/en/application-dev/napi/
H A Duse-jsvm-about-JSON.md15 | OH_JSVM_JsonParse | Parses a JSON string and returns the parsed value. |
49 // Set the JSON numeric string to be parsed.
53 // Call OH_JSVM_JsonParse to parse the JSON string and store the parsed value in result.
66 // Set the JSON object string to be parsed.
70 // Call OH_JSVM_JsonParse to parse the JSON string and store the parsed value in ret.
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/verify/
H A Dpinning.rs96 let parsed = Uri::try_from(uri).map_err(|e| HttpClientError::from_error(Build, e))?; in add() localVariable
97 let auth = match (parsed.host(), parsed.port()) { in add()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.2/
H A Dchangelogs-arkui.md11 An invalid string that contains digits is incorrectly parsed into digits.
15 This change is a compatible change. An invalid string that contains digits is not parsed into digit…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.38/
H A Dchangelogs-arkts.md11 … interface identifies an entity reference event as a text event, and the parsed content is integra…
17 Before change: The XML information of an entity reference event is parsed into a text event. You ca…
19 …rsion 12 or version, the XML information of an entity reference event is parsed as an entity refer…
37 … change. In the code snippet below, **strXml** stores the XML file to be parsed, and **func** is t…
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/controller/
H A DcommonController.ts184 let parsed : object = JSON.parse(inString);
185 for (const key of Object.keys(parsed)) {
186 buffer.push(parsed[key]);
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-init-cfg.md21 …it.cfg</strong>: default configuration file, which is defined by the init process and parsed first.
86 … command used to import **.cfg** files. The files are parsed immediately after their path is parse…
/ohos5.0/docs/en/readme/
H A Drequest.md26 │ └── js # JS APIs that are parsed to NAPIs
H A Dsystem-time.md33 ├── framework/js/napi # JS APIs that are parsed to NAPIs
H A Dcompilation and building.md85 2. Running GN: Configure the toolchain and global options based on the parsed product name and comp…
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-guide.md32 …s. All the characters you entered will be passed to the registration function after being parsed. |
58 …rs. All the characters you entered will be passed to the registration function after being parsed.|
H A Dkernel-standard-newip.md63 The New IP header is parsed as follows:
65 Only the bitmap fields defined in New IP are parsed. All the bitmap fields with unknown semantics a…
420 ![](figures/newip-ND-request-parsed.png)
432 ![](figures/newip-ND-response-parsed.png)
444 ![](figures/newip-TCP-handshake-parsed.png)
456 ![](figures/newip-TCP-packet-parsed.png)
/ohos5.0/docs/en/release-notes/changelogs/v4.0-beta1/
H A Dchangelogs-arkcompiler.md100 …e (without considering the number of spaces in the middle), they will be parsed as "> >" in the ol…
109 // In LLVM 12, "> >" can be parsed, but ">>" cannot.
124 // In LLVM 15, ">>" can be parsed.
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.7.3/
H A Dchangelog-arkcompiler.md100 …e (without considering the number of spaces in the middle), they will be parsed as "> >" in the ol…
109 // In LLVM 12, "> >" can be parsed, but ">>" cannot.
124 // In LLVM 15, ">>" can be parsed.
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.24/
H A Dchangelogs-bundlemanager.md11 … the field value. Instead, it returns the JSON string, which needs to be parsed by the caller. The…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A Derrorcode-image.md300 Image source not parsed.
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-animate-attribute-style.md91 …ributes are not sequenced. However, the values of duration and delay are parsed based on the seque…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-events-drag-drop.md45 …aParams**: extra information about the drag event. The value needs to be parsed into the JSON form…
67 …ms**: additional information about the drag event. The value needs to be parsed into the JSON form…
83 …ms**: additional information about the drag event. The value needs to be parsed into the JSON form…
99 …ms**: additional information about the drag event. The value needs to be parsed into the JSON form…
115 …ms**: additional information about the drag event. The value needs to be parsed into the JSON form…
131 …ms**: additional information about the drag event. The value needs to be parsed into the JSON form…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.35/
H A Dchangelogs-arkcompiler.md51 When the string parsed by **JSON.parse** contains an underflow floating point number or **-0**, the…
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-url.md590parsed by calling this API is not merely a concatenation of **url** and **base**. When **url** is …
607 … path, the path in the base parameter is test/test1, and the path of the parsed URL is /test/path2…
609 …the path in the base parameter is /test/test1/test3, and the path of the parsed URL is /path1/path…
622 Converts the parsed URL into a string.
645 Converts the parsed URL into a JSON string.
/ohos5.0/docs/en/application-dev/faqs/
H A Dfaqs-compiler-runtime.md16 - Add the prototype to the parsed object.

12345