/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/dto/ |
H A D | ApiDiffResultDto.java | 33 private String version; field in ApiDiffResultDto 44 private String version; field in ApiDiffResultDto.Changelog 48 return version; in getVersion() 51 public void setVersion(String version) { in setVersion() argument 52 this.version = version; in setVersion() 89 return version; in getVersion() 92 public void setVersion(String version) { in setVersion() argument 93 this.version = version; in setVersion() [all...] |
/interface/sdk-js/build-tools/api_check_plugin/ |
H A D | index.js | 26 exports.initEnv = function (version) { 29 const permissionName = getPermissionName(version); 36 const workingBranch = version || 'mas' + 'ter'; 89 function getPermissionName(version) { 90 return `permissions_${version}.config.json`;
|
/interface/sdk-js/build-tools/api_diff/src/ |
H A D | format_data.js | 35 const version = versionArr[i].replace(/\./g, ''); 36 if (version < oldVersionNumber || version > newVersionNumber) { 105 oldestData.version = orderVersionArr[0]; 150 allMergeData[i].version = currentVersion; 158 data.version = currentVersion; 221 version: changelogData.version, 306 version: changelogApi.version, [all...] |
H A D | collect_base_api.js | 78 version: '', 136 version: '', 516 firstApiInfo.version = curApi.version; 564 noteInfo.version = versionInfo.replace(/\@[S|s][I|i][N|n][C|c][E|e]/g, '').trim(); 567 noteInfo.version = 'N/A'; 681 apiInfo.version = matchLabelInfo(node, noteStr, note).version; 697 version: '', 716 version [all...] |
H A D | index.js | 24 version: '0.1.0', 37 options: ['--oldVersion <string>', 'old sdk version'], 41 options: ['--newVersion <string>', 'new sdk version'],
|
/interface/sdk_c/distributeddatamgr/relational_store/include/ |
H A D | relational_store.h | 634 * @brief Gets the version of a database. 637 * @param version Indicates the version number. 644 int OH_Rdb_GetVersion(OH_Rdb_Store *store, int *version); 647 * @brief Sets the version of a database. 650 * @param version Indicates the version number. 657 int OH_Rdb_SetVersion(OH_Rdb_Store *store, int version); 672 * @brief Indicates version of {@link Rdb_DistributedConfig} 684 * The version use 686 int version; global() member 800 int version; global() member 1090 int version; global() member [all...] |
/interface/sdk-js/build-tools/dts_parser/ |
H A D | webpack.config.js | 36 const outputName = path.resolve(__dirname, 'package', `${packageInfo.name}-${packageInfo.version}.zip`); 88 banner: `version:${packageInfo.version}`,
|
/interface/sdk_c/third_party/node/src/ |
H A D | node_api.h | 81 #define NAPI_MODULE_INITIALIZER_X(base, version) \ 82 NAPI_MODULE_INITIALIZER_X_HELPER(base, version) 83 #define NAPI_MODULE_INITIALIZER_X_HELPER(base, version) base##version 181 // version management 184 const napi_node_version** version);
|
/interface/sdk-js/build-tools/jsdoc_format_plugin/ |
H A D | webpack.config.js | 64 banner: `version:${packageInfo.version}`,
|
/interface/sdk-js/build-tools/api_diff/src/entry/ |
H A D | main.js | 28 .version(pluginOption.version)
|
/interface/sdk-js/build-tools/collect_application_api/src/entry/ |
H A D | main.js | 29 .version(pluginOption.version)
|
/interface/sdk-js/build-tools/collect_api/ |
H A D | collect_base_api.js | 87 version: '', 128 version: '', 545 firstApiInfo.version = curApi.version; 561 apiInfo.version = getSinceVersion(notesStr); 578 let version; 581 version = versionInfo.replace(/\@[S|s][I|i][N|n][C|c][E|e]/g, '').trim(); 584 version = 'N/A'; 586 return version; 692 version [all...] |
/interface/sdk_c/third_party/zlib/ |
H A D | zlib.h | 2 version 1.3.1, January 22nd, 2024 50 This version of the library supports only one compression method (deflation) 210 /* The deflate compression method (the only one supported in this version) */ 243 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible 244 with the version assumed by the caller (ZLIB_VERSION). msg is set to null 382 the caller. In the current version of inflate, the provided input is not 390 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the 391 version assumed by the caller, or Z_STREAM_ERROR if the parameters are 546 This is another version of deflateInit with more compression options. The 550 this version o [all...] |
/interface/sdk_c/third_party/musl/ndk_musl_include/sys/ |
H A D | utsname.h | 14 char version[65];
member
|
/interface/sdk-js/build-tools/api_check_plugin/src/ |
H A D | check_hump.js | 60 function filterApiVersion(node, version) {
62 return apiVersion === version;
|
H A D | compile_info.js | 52 version: getApiInfo(node).version,
|
H A D | utils.js | 206 sheet.getRow(1).values = ['order', 'errorType', 'fileName', 'apiName', 'apiContent', 'type', 'errorInfo', 'version', 'model'];
210 apiData.type, apiData.errorInfo, apiData.version, apiData.basename];
237 apiInfo.version = versionInfo.replace(/\@since/g, '').trim();
357 ERROR_CHANGES_VERSION: 'Please check if the changed API version number is $$.',
426 throw 'Please configure the correct API version to be verified';
456 // check the api version
|
/interface/sdk_c/third_party/musl/ndk_musl_include/netinet/ |
H A D | ip.h | 27 unsigned int version:4;
member 29 unsigned int version:4;
|
/interface/sdk_c/build-tools/capi_parser/src/typedef/check/ |
H A D | check.py | 238 'Please check if the tag value is a numerical value or version number(number).') 345 version = -1 variable in ApiResultInfo 380 return self.version 383 self.version = version_param
|
/interface/sdk-js/build-tools/api_label_detection/src/bin/ |
H A D | config.py | 49 version = '0.1.0' variable in Config
|
/interface/sdk-js/build-tools/compare_sdk_files/src/bin/ |
H A D | config.py | 49 version = '1.1.0' variable in Config 50 description = 'Compare the differences between two SDK version files'
|
/interface/sdk-js/build-tools/collect_application_api/ |
H A D | webpack.config.js | 36 const outputName = path.resolve(__dirname, 'dist', `apiCollector-${packageJson.version}.zip`);
|
/interface/sdk_c/build-tools/capi_parser/src/bin/ |
H A D | config.py | 69 version = '0.1.0' variable in Config
|
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/check/ |
H A D | check_doc.py | 78 version: str = tag_info['description'] 79 if name != "since" or not version.isdigit(): 84 doc_info.deprecated = version
|
/interface/sdk_c/ai/neural_network_runtime/ |
H A D | neural_network_core.h | 23 * @version 2.0 39 * @version 1.0 72 * @version 1.0 92 * @version 1.0 110 * @version 1.0 127 * @version 1.0 150 * @version 1.0 177 * @version 1.0 203 * @version 1.0 225 * @version 1. [all...] |