Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 110) sorted by relevance

12345

/interface/sdk-js/build-tools/dts_parser/src/bin/
Dconfig.ts114 options: [`-N,--tool-name <${[...toolNameSet]}>`, 'tool name ', 'checkOnline'], constant
118 options: ['-C,--collect-path <string>', 'collect api path', './api'], constant
122 options: ['-F,--collect-file <string>', 'collect api file array', ''], constant
126 options: ['-L,--check-labels <string>', 'detection check labels', ''], constant
130 options: ['--isOH <string>', 'detection check labels', ''], constant
134 options: ['--path <string>', 'check api path, split with comma', ''], constant
138 options: ['--checker <string>', 'check api rule, split with comma', 'all'], constant
142 options: ['--prId <string>', 'check api prId', ''], constant
146 options: ['--is-increment <string>', 'check api is increment, only check change', 'true'], constant
150 options: ['--excel <string>', 'check api excel', 'false'], constant
[all …]
/interface/sdk-js/build-tools/collect_application_api/src/
Dindex.js33 options: ['--app <string>', 'app root directory'], property
37 options: ['--appDir <string>', 'a path that contains multiple applications'], property
41options: ['--sdk <string>', 'sdk path, need to specify the ets directory, e.g sdk-root/version/ets… property
45 options: ['--sdkRoot <string>', 'sdk root path'], property
49 options: ['--output <string>', 'the path to output the report'], property
53 options: ['--format <json,excel>', 'format of the output report'], property
57 options: ['--scanTest', 'scan ohosTest'], property
61 options: ['--debug', 'output debug logs'], property
65 options: ['--noRepeat', 'apiInfos is not repeat'] property
/interface/sdk-js/build-tools/api_diff/src/
Dindex.js29 options: ['--old <string>', 'old sdk path'], property
33 options: ['--new <string>', 'new sdk path'], property
37 options: ['--oldVersion <string>', 'old sdk version'], property
41 options: ['--newVersion <string>', 'new sdk version'], property
45 options: ['--output <string>', 'output file path'], property
49 options: ['--format <json, excel, changelog>', 'output file format'], property
53 options: ['--newPath <string>', 'new interface_sdk-js path'], property
57 options: ['--oldPath <string>', 'old interface_sdk-js path'], property
61 options: ['--changelogUrl <string>', 'changelog url'], property
/interface/sdk-js/
Dohos_copy_ets.py26 def parse_ets2_api(options): argument
44 def parse_step(options): argument
/interface/sdk-js/api/form/hml/container/
Dswiper.json33 "options": [ array
51 "options": [ array
69 "options": [ array
87 "options": [ array
115 "options": [ array
163 "options": [ array
191 "options": [ array
222 "options": [ array
249 "options": [ array
287 "options": [ array
[all …]
Dlist.json33 "options": [ array
54 "options": [ array
75 "options": [ array
96 "options": [ array
114 "options": [ array
135 "options": [ array
213 "options": [ array
241 "options": [ array
272 "options": [ array
299 "options": [ array
[all …]
Ddiv.json53 "options": [ array
81 "options": [ array
112 "options": [ array
139 "options": [ array
207 "options": [ array
225 "options": [ array
242 "options": [ array
266 "options": [ array
Dlist-item.json46 "options": [ array
72 "options": [ array
120 "options": [ array
148 "options": [ array
179 "options": [ array
206 "options": [ array
274 "options": [ array
288 "options": [ array
312 "options": [ array
Dbadge.json23 "options": [ array
54 "options": [ array
82 "options": [ array
151 "options": [ array
179 "options": [ array
210 "options": [ array
237 "options": [ array
285 "options": [ array
299 "options": [ array
343 "options": [ array
/interface/sdk-js/api/form/hml/basic/
Dinput.json23 "options": [ array
38 "options": [ array
56 "options": [ array
127 "options": [ array
155 "options": [ array
186 "options": [ array
213 "options": [ array
281 "options": [ array
295 "options": [ array
319 "options": [ array
Dbutton.json23 "options": [ array
64 "options": [ array
88 "options": [ array
136 "options": [ array
164 "options": [ array
195 "options": [ array
222 "options": [ array
290 "options": [ array
304 "options": [ array
328 "options": [ array
Dclock.json33 "options": [ array
71 "options": [ array
102 "options": [ array
129 "options": [ array
197 "options": [ array
211 "options": [ array
235 "options": [ array
Ddivider.json23 "options": [ array
81 "options": [ array
112 "options": [ array
139 "options": [ array
207 "options": [ array
221 "options": [ array
245 "options": [ array
Dtext.json53 "options": [ array
81 "options": [ array
112 "options": [ array
139 "options": [ array
207 "options": [ array
221 "options": [ array
245 "options": [ array
Dprogress.json23 "options": [ array
73 "options": [ array
131 "options": [ array
162 "options": [ array
189 "options": [ array
257 "options": [ array
271 "options": [ array
295 "options": [ array
Dcalendar.json43 "options": [ array
81 "options": [ array
139 "options": [ array
170 "options": [ array
197 "options": [ array
265 "options": [ array
279 "options": [ array
303 "options": [ array
Dchart.json23 "options": [ array
83 "options": [ array
156 "options": [ array
184 "options": [ array
215 "options": [ array
242 "options": [ array
310 "options": [ array
324 "options": [ array
348 "options": [ array
Dimage.json73 "options": [ array
101 "options": [ array
132 "options": [ array
159 "options": [ array
227 "options": [ array
241 "options": [ array
265 "options": [ array
/interface/sdk-js/build-tools/permissions_converter/
Dconvert.js157 const convert = options => { argument
167 const options = { variable
/interface/sdk-js/build-tools/dts_parser/test/ut/parser/
Dut_field_interface_object_readonly.d.ts18 readonly options: { [key: string]: any }; property
Dut_field_interface_object_joint.d.ts18 options: { [key: string | boolean]: any }; property
Dut_field_interface_object.d.ts18 options: { [key: string]: any }; property
/interface/sdk-js/build-tools/dts_parser/test/ut/apiStatistics/
Dut_field_interface_object_readonly.d.ts18 readonly options: { [key: string]: any }; property
Dut_field_interface_object_joint.d.ts18 options: { [key: string | boolean]: any }; property
Dut_field_interface_object.d.ts18 options: { [key: string]: any }; property

12345