Home
last modified time | relevance | path

Searched refs:version (Results 1 - 25 of 38) sorted by relevance

12

/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/dto/
H A DApiDiffResultDto.java33 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 Dindex.js26 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 Dformat_data.js35 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 Dcollect_base_api.js78 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 Dindex.js24 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 Drelational_store.h634 * @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 Dwebpack.config.js36 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 Dnode_api.h81 #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 Dwebpack.config.js64 banner: `version:${packageInfo.version}`,
/interface/sdk-js/build-tools/api_diff/src/entry/
H A Dmain.js28 .version(pluginOption.version)
/interface/sdk-js/build-tools/collect_application_api/src/entry/
H A Dmain.js29 .version(pluginOption.version)
/interface/sdk-js/build-tools/collect_api/
H A Dcollect_base_api.js87 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 Dzlib.h2 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 Dutsname.h14 char version[65]; member
/interface/sdk-js/build-tools/api_check_plugin/src/
H A Dcheck_hump.js60 function filterApiVersion(node, version) {
62 return apiVersion === version;
H A Dcompile_info.js52 version: getApiInfo(node).version,
H A Dutils.js206 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 Dip.h27 unsigned int version:4; member
29 unsigned int version:4;
/interface/sdk_c/build-tools/capi_parser/src/typedef/check/
H A Dcheck.py238 '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 Dconfig.py49 version = '0.1.0' variable in Config
/interface/sdk-js/build-tools/compare_sdk_files/src/bin/
H A Dconfig.py49 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 Dwebpack.config.js36 const outputName = path.resolve(__dirname, 'dist', `apiCollector-${packageJson.version}.zip`);
/interface/sdk_c/build-tools/capi_parser/src/bin/
H A Dconfig.py69 version = '0.1.0' variable in Config
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/check/
H A Dcheck_doc.py78 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 Dneural_network_core.h23 * @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...]

Completed in 21 milliseconds

12