/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-uniformDataStruct.md | 26 …dictionary type used to describe the properties of the text content. Both the key and value of the… 61 …dictionary type used to describe the properties of the hyperlink. Both the key and value of the ob… 90 …dictionary type used to describe the properties of the HTML content. Both the key and value of the… 123 …dictionary type used to describe the icon. The key is of the string type, and the value can be a n…
|
H A D | js-apis-data-unifiedDataChannel.md | 101 …object> | No| Yes| Object of the dictionary type used to set other properties. The default value i… 519 …dictionary type object, where both the key and value are of the string type and are used to descri… 605 …dictionary type object, where both the key and value are of the string type and are used to descri… 705 …dictionary type object, where the key is of the string type, and the value can be a number, a stri…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
H A D | single_store_impl_get_top_test.cpp | 227 std::map<Key, Value, decltype(cmp)> dictionary(cmp); 233 dictionary[entry.key] = entry.value; 267 std::map<Key, Value, decltype(cmp)> dictionary(cmp); 273 dictionary[entry.key] = entry.value;
|
H A D | single_store_impl_test.cpp | 612 std::map<Key, Value, decltype(cmp)> dictionary(cmp); 617 dictionary[entry.key] = entry.value; 649 std::map<Key, Value, decltype(cmp)> dictionary(cmp); 654 dictionary[entry.key] = entry.value; 688 std::map<Key, Value, decltype(cmp)> dictionary(cmp); 693 dictionary[entry.key] = entry.value; 1042 std::map<Key, Value, decltype(cmp)> dictionary(cmp); 1047 dictionary[entry.key] = entry.value; 1097 std::map<Key, Value, decltype(cmp)> dictionary(cmp); 1102 dictionary[entry.key] = entry.value; [all …]
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 122 | zlib | ZEXTERN int ZEXPORT deflateGetDictionary OF((z_streamp strm, Bytef *dictionary, uInt … 128 | zlib | ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm, const Bytef *dictionary, … 158 | zlib | ZEXTERN int ZEXPORT inflateGetDictionary OF((z_streamp strm, Bytef *dictionary, uInt … 164 | zlib | ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm, const Bytef *dictionary, …
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 122 … OF((z_streamp strm, Bytef *dictionary, uInt *dictLength)); | Added | Added the API for obtain… 128 …reamp strm, const Bytef *dictionary, uInt dictLength)); | Added | Added the API for initializi… 158 … OF((z_streamp strm, Bytef *dictionary, uInt *dictLength)); | Added | Added the API for obtain… 164 …eamp strm, const Bytef *dictionary, uInt dictLength)); | Added | Added the API for initializin…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/devicekvstore_fuzzer/ |
H A D | devicekvstore_fuzzer.cpp | 375 std::map<Key, Value, decltype(cmp)> dictionary(cmp); in RemoveDeviceDataFuzz() local 380 dictionary[entry.key] = entry.value; in RemoveDeviceDataFuzz()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/ |
H A D | zip_n_exporter.cpp | 1022 void *dictionary = nullptr; in DeflateSetDictionary() local 1024 tie(succ, dictionary, dictionaryLen) = CommonFunc::UnwrapArrayBufferParams(env, funcArg); in DeflateSetDictionary() 1030 auto cbExec = [arg, zipEntity, dictionary, dictionaryLen](napi_env env) -> NapiBusinessError { in DeflateSetDictionary() 1035 …zipEntity->zs.get(), reinterpret_cast<const Bytef *>(dictionary), static_cast<uInt>(dictionaryLen)… in DeflateSetDictionary() 1076 void *dictionary = nullptr; in DeflateGetDictionary() local 1078 tie(succ, dictionary, arg->dictLength) = CommonFunc::UnwrapArrayBufferParams(env, funcArg); in DeflateGetDictionary() 1080 auto cbExec = [arg, zipEntity, dictionary](napi_env env) -> NapiBusinessError { in DeflateGetDictionary() 1084 …arg->errCode = deflateGetDictionary(zipEntity->zs.get(), static_cast<Bytef *>(dictionary), &arg->d… in DeflateGetDictionary()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/singlekvstore_fuzzer/ |
H A D | singlekvstore_fuzzer.cpp | 343 std::map<Key, Value, decltype(cmp)> dictionary(cmp); in RemoveDeviceDataFuzz() local 348 dictionary[entry.key] = entry.value; in RemoveDeviceDataFuzz()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-json.md | 300 … This API supports only valid JSON strings whose outermost layer is in dictionary format (in brace… 344 … This API supports only valid JSON strings whose outermost layer is in dictionary format (in brace…
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-zlib.md | 1625 inflateSetDictionary(strm: ZStream, dictionary: ArrayBuffer): Promise<ReturnStatus> 1638 | dictionary | ArrayBuffer | Yes | Dictionary data. | 1670 let dictionary = 'hello' 1671 let dictionarybuf = new ArrayBuffer(dictionary.length); 1673 for (let i = 0, j = dictionary.length; i < j; i++) { 2131 inflateGetDictionary(strm: ZStream, dictionary: ArrayBuffer): Promise<DictionaryOutputInfo> 2133 …ion dictionary used in the current decompression stream. This API uses a promise to return the res… 2144 | dictionary | ArrayBuffer | Yes | Receives the actual contents of the decompression dictionary. … 3171 deflateSetDictionary(strm: ZStream, dictionary: ArrayBuffer): Promise<ReturnStatus> 3184 | dictionary | ArrayBuffer | Yes | Dictionary data. | [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-zlib.md | 1625 inflateSetDictionary(strm: ZStream, dictionary: ArrayBuffer): Promise<ReturnStatus> 1638 | dictionary | ArrayBuffer | 是 | 字典数据。 | 1670 let dictionary = 'hello' 1671 let dictionarybuf = new ArrayBuffer(dictionary.length); 1673 for (let i = 0, j = dictionary.length; i < j; i++) { 2131 inflateGetDictionary(strm: ZStream, dictionary: ArrayBuffer): Promise<DictionaryOutputInfo> 2144 | dictionary | ArrayBuffer | 是 | 接收解压缩字典的实际内容。 | 3202 deflateSetDictionary(strm: ZStream, dictionary: ArrayBuffer): Promise<ReturnStatus> 3215 | dictionary | ArrayBuffer | 是 | 字典数据。 | 3267 deflateGetDictionary(strm: ZStream, dictionary: ArrayBuffer): Promise<DictionaryOutputInfo> [all …]
|
/ohos5.0/base/web/webview/ohos_nweb/prebuilts/ |
H A D | NOTICE | 64216 Hyphenation dictionary 65403 # A large portion of the dictionary entries 108452 # A large portion of the dictionary entries 108513 # Project: http://code.google.com/p/lao-dictionary/ 110966 # A large portion of the dictionary entries 111027 # Project: http://code.google.com/p/lao-dictionary/ 112050 # A large portion of the dictionary entries 112111 # Project: http://code.google.com/p/lao-dictionary/ 118711 # A large portion of the dictionary entries 119965 # A large portion of the dictionary entries [all …]
|